hewei.it 6205fc0eb0 Merge branch 'master' into annotate %!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 ee8dfb1a19 新建一个分支,用做源码中文注释 %!s(int64=4) %!d(string=hai) anos
hatomic.h ee8dfb1a19 新建一个分支,用做源码中文注释 %!s(int64=4) %!d(string=hai) anos
hbase.c ee8dfb1a19 新建一个分支,用做源码中文注释 %!s(int64=4) %!d(string=hai) anos
hbase.h b25ed82f8c Merge master %!s(int64=4) %!d(string=hai) anos
hbuf.h ee8dfb1a19 新建一个分支,用做源码中文注释 %!s(int64=4) %!d(string=hai) anos
hdef.h ee8dfb1a19 新建一个分支,用做源码中文注释 %!s(int64=4) %!d(string=hai) anos
heap.h 00f53dc498 add comments %!s(int64=4) %!d(string=hai) anos
hendian.h 00f53dc498 add comments %!s(int64=4) %!d(string=hai) anos
herr.c c6ae3cbcf2 update libhv %!s(int64=6) %!d(string=hai) anos
herr.h 00f53dc498 add comments %!s(int64=4) %!d(string=hai) anos
hlog.c 6ad35fb309 update %!s(int64=5) %!d(string=hai) anos
hlog.h 00f53dc498 add comments %!s(int64=4) %!d(string=hai) anos
hmath.h 00f53dc498 add comments %!s(int64=4) %!d(string=hai) anos
hmutex.h 00f53dc498 add comments %!s(int64=4) %!d(string=hai) anos
hplatform.h ee8dfb1a19 新建一个分支,用做源码中文注释 %!s(int64=4) %!d(string=hai) anos
hproc.h 00f53dc498 add comments %!s(int64=4) %!d(string=hai) anos
hsocket.c 0e1ddd5c38 optimize code %!s(int64=4) %!d(string=hai) anos
hsocket.h b25ed82f8c Merge master %!s(int64=4) %!d(string=hai) anos
hssl.c 105514caa6 ./configure --with-openssl --with-nghttp2 %!s(int64=4) %!d(string=hai) anos
hssl.h b25ed82f8c Merge master %!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 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 341336a74d #define HV_INLINE static inline %!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         队列