ithewei 031684d58a Add dump_opt_long for #548 hai 1 ano
..
README.md 2670d46aed v1.2.4 %!s(int64=4) %!d(string=hai) anos
array.h e4090c146e use prefix hv %!s(int64=3) %!d(string=hai) anos
hatomic.h 0f527ae810 Use InterlockedCompareExchange on windows %!s(int64=3) %!d(string=hai) anos
hbase.c b9500cc6c5 fix alloc/free cnt %!s(int64=2) %!d(string=hai) anos
hbase.h 0e032b773c feat: HttpService::IsTrustProxy support wildcard match %!s(int64=2) %!d(string=hai) anos
hbuf.h 1f0e6fb250 optimize code from @mtdxc %!s(int64=3) %!d(string=hai) anos
hdef.h 42cdbb6ee9 IS_NUM conflicts with mysql.h %!s(int64=3) %!d(string=hai) anos
heap.h 5ec98bae66 HV_EXPORT %!s(int64=5) %!d(string=hai) anos
hendian.h 78e2e53556 windows 7 support (#387) %!s(int64=2) %!d(string=hai) anos
herr.c c6ae3cbcf2 update libhv %!s(int64=6) %!d(string=hai) anos
herr.h 2d1240040b Add some errno %!s(int64=3) %!d(string=hai) anos
hlog.c cb62e731b8 fix colored log line break "\n" position (#449) %!s(int64=2) %!d(string=hai) anos
hlog.h cb62e731b8 fix colored log line break "\n" position (#449) %!s(int64=2) %!d(string=hai) anos
hmain.c 031684d58a Add dump_opt_long for #548 hai 1 ano
hmain.h 031684d58a Add dump_opt_long for #548 hai 1 ano
hmath.h f2370eabba hio_unpack %!s(int64=4) %!d(string=hai) anos
hmutex.h 78e2e53556 windows 7 support (#387) %!s(int64=2) %!d(string=hai) anos
hplatform.h 031684d58a Add dump_opt_long for #548 hai 1 ano
hproc.h d12a9bb34c avoid frequent crash and restart %!s(int64=5) %!d(string=hai) anos
hsocket.c 7cdb4ec45e optimize #477: rm compile warnings %!s(int64=2) %!d(string=hai) anos
hsocket.h f0e11406ac fix #396: blocking macro conflict with eigen hai 1 ano
hsysinfo.h 8f94c6ea3b update %!s(int64=5) %!d(string=hai) anos
hthread.h c46912e02a update %!s(int64=4) %!d(string=hai) anos
htime.c cac4e7a8ba fix cron_next_timeout (#307) %!s(int64=3) %!d(string=hai) anos
htime.h 17f794f73e Add datetime_localtime %!s(int64=3) %!d(string=hai) anos
hversion.c 7d614897a7 better apis and Makefiles %!s(int64=5) %!d(string=hai) anos
hversion.h dd2bb958f9 v1.3.2 Happy 1024 %!s(int64=2) %!d(string=hai) anos
list.h 5ec98bae66 HV_EXPORT %!s(int64=5) %!d(string=hai) anos
netinet.h c6ae3cbcf2 update libhv %!s(int64=6) %!d(string=hai) anos
queue.h e4090c146e use prefix hv %!s(int64=3) %!d(string=hai) anos
rbtree.c c602ae789f Update rbtree %!s(int64=3) %!d(string=hai) anos
rbtree.h c602ae789f Update rbtree %!s(int64=3) %!d(string=hai) anos

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        红黑树