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

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