ithewei b7928e9307 v1.3.3 hace 1 año
..
README.md 2670d46aed v1.2.4 hace 4 años
array.h e4090c146e use prefix hv hace 3 años
hatomic.h 0f527ae810 Use InterlockedCompareExchange on windows hace 3 años
hbase.c 04a90e46ce support #600: hv_parser_url ipv6 hace 1 año
hbase.h 734a3429c3 support #600: hv_parser_url ipv6 hace 1 año
hbuf.h 1f0e6fb250 optimize code from @mtdxc hace 3 años
hdef.h 42cdbb6ee9 IS_NUM conflicts with mysql.h hace 3 años
heap.h 5ec98bae66 HV_EXPORT hace 5 años
hendian.h 78e2e53556 windows 7 support (#387) hace 2 años
herr.c c6ae3cbcf2 update libhv hace 6 años
herr.h 2d1240040b Add some errno hace 3 años
hlog.c cb62e731b8 fix colored log line break "\n" position (#449) hace 2 años
hlog.h cb62e731b8 fix colored log line break "\n" position (#449) hace 2 años
hmain.c 0325f2d07f fix #562: support OPTIONAL_ARGUMENT hace 1 año
hmain.h 031684d58a Add dump_opt_long for #548 hace 1 año
hmath.h f2370eabba hio_unpack hace 4 años
hmutex.h 78e2e53556 windows 7 support (#387) hace 2 años
hplatform.h 9e3e60616f fix #421: #define _WIN32_WINNT 0x0600 hace 1 año
hproc.h d12a9bb34c avoid frequent crash and restart hace 5 años
hsocket.c 7cdb4ec45e optimize #477: rm compile warnings hace 2 años
hsocket.h 4697294eb7 avoid closesocket redefine hace 1 año
hsysinfo.h 8f94c6ea3b update hace 5 años
hthread.h c46912e02a update hace 4 años
htime.c cac4e7a8ba fix cron_next_timeout (#307) hace 3 años
htime.h 17f794f73e Add datetime_localtime hace 3 años
hversion.c 7d614897a7 better apis and Makefiles hace 5 años
hversion.h b7928e9307 v1.3.3 hace 1 año
list.h 5ec98bae66 HV_EXPORT hace 5 años
netinet.h c6ae3cbcf2 update libhv hace 6 años
queue.h e4090c146e use prefix hv hace 3 años
rbtree.c c602ae789f Update rbtree hace 3 años
rbtree.h c602ae789f Update rbtree hace 3 años

README.md

目录结构

.
├── array.h         动态数组
├── hatomic.h       原子操作
├── hbase.h         基础函数
├── hbuf.h          缓存
├── hdef.h          常见宏定义
├── heap.h          堆
├── hendian.h       大小端
├── herr.h          错误码表
├── hlog.h          日志
├── hmain.h         命令行解析
├── hmath.h         数学函数
├── hmutex.h        线程同步锁
├── hplatform.h     平台相关宏
├── hproc.h         进程
├── hsocket.h       套接字
├── hsysinfo.h      系统信息
├── hthread.h       线程
├── htime.h         时间
├── hversion.h      版本
├── list.h          链表
├── queue.h         队列
└── rbtree.h        红黑树