ithewei c0d18400b2 update před 4 roky
..
README.md fd52ad0e13 move cpp to cpputil, let base event pure c před 4 roky
array.h e143d133b1 fixbug: memmov před 5 roky
hatomic.h acc25f2fa1 update před 5 roky
hbase.c 888b23bf61 fixbug: strendswith před 4 roky
hbase.h 341336a74d #define HV_INLINE static inline před 4 roky
hbuf.h f87f76cd09 fixbug: HVLBuf::pop_front před 4 roky
hdef.h c0d18400b2 update před 4 roky
heap.h 5ec98bae66 HV_EXPORT před 5 roky
hendian.h fd52ad0e13 move cpp to cpputil, let base event pure c před 4 roky
herr.c c6ae3cbcf2 update libhv před 6 roky
herr.h abf41e1dba v1.0.0 před 5 roky
hlog.c 6ad35fb309 update před 5 roky
hlog.h abf41e1dba v1.0.0 před 5 roky
hmath.h 5ec98bae66 HV_EXPORT před 5 roky
hmutex.h 3e15658ee2 sleep => hv_sleep před 4 roky
hplatform.h 17b4118056 Update hplatform.h před 4 roky
hproc.h d12a9bb34c avoid frequent crash and restart před 5 roky
hsocket.c c0d18400b2 update před 4 roky
hsocket.h 341336a74d #define HV_INLINE static inline před 4 roky
hssl.c 105514caa6 ./configure --with-openssl --with-nghttp2 před 4 roky
hssl.h 105514caa6 ./configure --with-openssl --with-nghttp2 před 4 roky
hsysinfo.h 8f94c6ea3b update před 5 roky
hthread.h 7272667d2e evpp: c++ classes of event před 4 roky
htime.c 3e15658ee2 sleep => hv_sleep před 4 roky
htime.h 16f5f401d2 Update htime.h před 4 roky
hversion.c 7d614897a7 better apis and Makefiles před 5 roky
hversion.h 341336a74d #define HV_INLINE static inline před 4 roky
list.h 5ec98bae66 HV_EXPORT před 5 roky
netinet.h c6ae3cbcf2 update libhv před 6 roky
queue.h e143d133b1 fixbug: memmov před 5 roky

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