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

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