ithewei dd2bb958f9 v1.3.2 Happy 1024 2 år sedan
..
README.md 2670d46aed v1.2.4 4 år sedan
array.h e4090c146e use prefix hv 3 år sedan
hatomic.h 0f527ae810 Use InterlockedCompareExchange on windows 3 år sedan
hbase.c b9500cc6c5 fix alloc/free cnt 2 år sedan
hbase.h 0e032b773c feat: HttpService::IsTrustProxy support wildcard match 2 år sedan
hbuf.h 1f0e6fb250 optimize code from @mtdxc 3 år sedan
hdef.h 42cdbb6ee9 IS_NUM conflicts with mysql.h 3 år sedan
heap.h 5ec98bae66 HV_EXPORT 5 år sedan
hendian.h 78e2e53556 windows 7 support (#387) 2 år sedan
herr.c c6ae3cbcf2 update libhv 6 år sedan
herr.h 2d1240040b Add some errno 3 år sedan
hlog.c cb62e731b8 fix colored log line break "\n" position (#449) 2 år sedan
hlog.h cb62e731b8 fix colored log line break "\n" position (#449) 2 år sedan
hmain.c 813ea5e265 typo (#429) 2 år sedan
hmain.h 28ef7d07b8 rm warning 3 år sedan
hmath.h f2370eabba hio_unpack 4 år sedan
hmutex.h 78e2e53556 windows 7 support (#387) 2 år sedan
hplatform.h d77287e954 judge BYTE_ORDER 3 år sedan
hproc.h d12a9bb34c avoid frequent crash and restart 5 år sedan
hsocket.c 1ab8a8e551 set IPV6_V6ONLY = 0 for (#409) 2 år sedan
hsocket.h 95e93e3299 fix build error if ENABLE_UDS on windows (#417) 2 år sedan
hsysinfo.h 8f94c6ea3b update 5 år sedan
hthread.h c46912e02a update 4 år sedan
htime.c cac4e7a8ba fix cron_next_timeout (#307) 3 år sedan
htime.h 17f794f73e Add datetime_localtime 3 år sedan
hversion.c 7d614897a7 better apis and Makefiles 5 år sedan
hversion.h dd2bb958f9 v1.3.2 Happy 1024 2 år sedan
list.h 5ec98bae66 HV_EXPORT 5 år sedan
netinet.h c6ae3cbcf2 update libhv 6 år sedan
queue.h e4090c146e use prefix hv 3 år sedan
rbtree.c c602ae789f Update rbtree 3 år sedan
rbtree.h c602ae789f Update rbtree 3 år sedan

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