ithewei 0e032b773c feat: HttpService::IsTrustProxy support wildcard match há 2 anos atrás
..
README.md 2670d46aed v1.2.4 há 4 anos atrás
array.h e4090c146e use prefix hv há 3 anos atrás
hatomic.h 0f527ae810 Use InterlockedCompareExchange on windows há 3 anos atrás
hbase.c 0e032b773c feat: HttpService::IsTrustProxy support wildcard match há 2 anos atrás
hbase.h 0e032b773c feat: HttpService::IsTrustProxy support wildcard match há 2 anos atrás
hbuf.h 1f0e6fb250 optimize code from @mtdxc há 3 anos atrás
hdef.h 42cdbb6ee9 IS_NUM conflicts with mysql.h há 3 anos atrás
heap.h 5ec98bae66 HV_EXPORT há 5 anos atrás
hendian.h 78e2e53556 windows 7 support (#387) há 2 anos atrás
herr.c c6ae3cbcf2 update libhv há 6 anos atrás
herr.h 2d1240040b Add some errno há 3 anos atrás
hlog.c 274a4f9944 rm warning há 3 anos atrás
hlog.h 274a4f9944 rm warning há 3 anos atrás
hmain.c 28ef7d07b8 rm warning há 3 anos atrás
hmain.h 28ef7d07b8 rm warning há 3 anos atrás
hmath.h f2370eabba hio_unpack há 4 anos atrás
hmutex.h 78e2e53556 windows 7 support (#387) há 2 anos atrás
hplatform.h d77287e954 judge BYTE_ORDER há 3 anos atrás
hproc.h d12a9bb34c avoid frequent crash and restart há 5 anos atrás
hsocket.c edc808e7f4 fix #342: get errno before closesocket há 2 anos atrás
hsocket.h 7f6016d8c6 WITH_WEPOLL on windows (#389) há 2 anos atrás
hsysinfo.h 8f94c6ea3b update há 5 anos atrás
hthread.h c46912e02a update há 4 anos atrás
htime.c cac4e7a8ba fix cron_next_timeout (#307) há 3 anos atrás
htime.h 17f794f73e Add datetime_localtime há 3 anos atrás
hversion.c 7d614897a7 better apis and Makefiles há 5 anos atrás
hversion.h 582f599d0e v1.3.1 há 2 anos atrás
list.h 5ec98bae66 HV_EXPORT há 5 anos atrás
netinet.h c6ae3cbcf2 update libhv há 6 anos atrás
queue.h e4090c146e use prefix hv há 3 anos atrás
rbtree.c c602ae789f Update rbtree há 3 anos atrás
rbtree.h c602ae789f Update rbtree há 3 anos atrás

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