hewei.it f87f76cd09 fixbug: HVLBuf::pop_front %!s(int64=4) %!d(string=hai) anos
..
README.md fd52ad0e13 move cpp to cpputil, let base event pure c %!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 1191f5748e HV_FREE %!s(int64=5) %!d(string=hai) anos
hbuf.h f87f76cd09 fixbug: HVLBuf::pop_front %!s(int64=4) %!d(string=hai) anos
hdef.h c174588c4c update %!s(int64=5) %!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 abf41e1dba v1.0.0 %!s(int64=5) %!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 5ec98bae66 HV_EXPORT %!s(int64=5) %!d(string=hai) anos
hmutex.h 3e15658ee2 sleep => hv_sleep %!s(int64=4) %!d(string=hai) anos
hplatform.h 3e15658ee2 sleep => hv_sleep %!s(int64=4) %!d(string=hai) anos
hproc.h d12a9bb34c avoid frequent crash and restart %!s(int64=5) %!d(string=hai) anos
hsocket.c 21b9363f3e move sockaddr functions from .h to .c %!s(int64=4) %!d(string=hai) anos
hsocket.h 21b9363f3e move sockaddr functions from .h to .c %!s(int64=4) %!d(string=hai) anos
hssl.c 7b2bdb200d http server support both http and https %!s(int64=4) %!d(string=hai) anos
hssl.h 7b2bdb200d http server support both http and https %!s(int64=4) %!d(string=hai) anos
hsysinfo.h 8f94c6ea3b update %!s(int64=5) %!d(string=hai) anos
hthread.h 7272667d2e evpp: c++ classes of event %!s(int64=4) %!d(string=hai) anos
htime.c 3e15658ee2 sleep => hv_sleep %!s(int64=4) %!d(string=hai) anos
htime.h 3e15658ee2 sleep => hv_sleep %!s(int64=4) %!d(string=hai) anos
hversion.c 7d614897a7 better apis and Makefiles %!s(int64=5) %!d(string=hai) anos
hversion.h 1112b04860 v1.1.0 %!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       套接字
├── hssl.h          SSL/TLS
├── hsysinfo.h      系统信息
├── hthread.h       线程
├── htime.h         时间
├── hversion.h      版本
├── list.h          链表
└── queue.h         队列