hewei.it 341336a74d #define HV_INLINE static inline пре 4 година
..
README.md fd52ad0e13 move cpp to cpputil, let base event pure c пре 4 година
array.h e143d133b1 fixbug: memmov пре 5 година
hatomic.h acc25f2fa1 update пре 5 година
hbase.c 888b23bf61 fixbug: strendswith пре 4 година
hbase.h 341336a74d #define HV_INLINE static inline пре 4 година
hbuf.h f87f76cd09 fixbug: HVLBuf::pop_front пре 4 година
hdef.h c174588c4c update пре 5 година
heap.h 5ec98bae66 HV_EXPORT пре 5 година
hendian.h fd52ad0e13 move cpp to cpputil, let base event pure c пре 4 година
herr.c c6ae3cbcf2 update libhv пре 6 година
herr.h abf41e1dba v1.0.0 пре 5 година
hlog.c 6ad35fb309 update пре 5 година
hlog.h abf41e1dba v1.0.0 пре 5 година
hmath.h 5ec98bae66 HV_EXPORT пре 5 година
hmutex.h 3e15658ee2 sleep => hv_sleep пре 4 година
hplatform.h 3e15658ee2 sleep => hv_sleep пре 4 година
hproc.h d12a9bb34c avoid frequent crash and restart пре 5 година
hsocket.c 21b9363f3e move sockaddr functions from .h to .c пре 4 година
hsocket.h 341336a74d #define HV_INLINE static inline пре 4 година
hssl.c 7b2bdb200d http server support both http and https пре 4 година
hssl.h 7b2bdb200d http server support both http and https пре 4 година
hsysinfo.h 8f94c6ea3b update пре 5 година
hthread.h 7272667d2e evpp: c++ classes of event пре 4 година
htime.c 3e15658ee2 sleep => hv_sleep пре 4 година
htime.h 341336a74d #define HV_INLINE static inline пре 4 година
hversion.c 7d614897a7 better apis and Makefiles пре 5 година
hversion.h 341336a74d #define HV_INLINE static inline пре 4 година
list.h 5ec98bae66 HV_EXPORT пре 5 година
netinet.h c6ae3cbcf2 update libhv пре 6 година
queue.h e143d133b1 fixbug: memmov пре 5 година

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         队列