ithewei 583c5ab09d v1.2.1 %!s(int64=4) %!d(string=hai) anos
..
README.md 1ad306b07c WITH_GNUTLS %!s(int64=4) %!d(string=hai) anos
array.h e143d133b1 fixbug: memmov %!s(int64=5) %!d(string=hai) anos
hatomic.h acc25f2fa1 update %!s(int64=5) %!d(string=hai) anos
hbase.c 888b23bf61 fixbug: strendswith %!s(int64=4) %!d(string=hai) anos
hbase.h 341336a74d #define HV_INLINE static inline %!s(int64=4) %!d(string=hai) anos
hbuf.h f87f76cd09 fixbug: HVLBuf::pop_front %!s(int64=4) %!d(string=hai) anos
hdef.h c0d18400b2 update %!s(int64=4) %!d(string=hai) anos
heap.h 5ec98bae66 HV_EXPORT %!s(int64=5) %!d(string=hai) anos
hendian.h fd52ad0e13 move cpp to cpputil, let base event pure c %!s(int64=4) %!d(string=hai) anos
herr.c c6ae3cbcf2 update libhv %!s(int64=6) %!d(string=hai) anos
herr.h a4b7e730a6 largeFileHandler %!s(int64=4) %!d(string=hai) anos
hlog.c 6ad35fb309 update %!s(int64=5) %!d(string=hai) anos
hlog.h abf41e1dba v1.0.0 %!s(int64=5) %!d(string=hai) anos
hmath.h f2370eabba hio_unpack %!s(int64=4) %!d(string=hai) anos
hmutex.h 3e15658ee2 sleep => hv_sleep %!s(int64=4) %!d(string=hai) anos
hplatform.h 17b4118056 Update hplatform.h %!s(int64=4) %!d(string=hai) anos
hproc.h d12a9bb34c avoid frequent crash and restart %!s(int64=5) %!d(string=hai) anos
hsocket.c c0d18400b2 update %!s(int64=4) %!d(string=hai) anos
hsocket.h 341336a74d #define HV_INLINE static inline %!s(int64=4) %!d(string=hai) anos
hsysinfo.h 8f94c6ea3b update %!s(int64=5) %!d(string=hai) anos
hthread.h c46912e02a update %!s(int64=4) %!d(string=hai) anos
htime.c 3e15658ee2 sleep => hv_sleep %!s(int64=4) %!d(string=hai) anos
htime.h 16f5f401d2 Update htime.h %!s(int64=4) %!d(string=hai) anos
hversion.c 7d614897a7 better apis and Makefiles %!s(int64=5) %!d(string=hai) anos
hversion.h 583c5ab09d v1.2.1 %!s(int64=4) %!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 e143d133b1 fixbug: memmov %!s(int64=5) %!d(string=hai) anos

README.md

目录结构

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