ithewei 22dd4abe67 update hace 4 años
..
RAII.cpp 61edd9c7eb OPENSSL_API_COMPAT hace 5 años
README.md 43583cd644 Add TREE.md hace 5 años
ThreadLocalStorage.cpp 7272667d2e evpp: c++ classes of event hace 4 años
ThreadLocalStorage.h 7272667d2e evpp: c++ classes of event hace 4 años
array.h e143d133b1 fixbug: memmov hace 5 años
hatomic.h acc25f2fa1 update hace 5 años
hbase.c 4e6fdf477a handle compile warnings hace 5 años
hbase.h 1191f5748e HV_FREE hace 5 años
hbuf.h abf41e1dba v1.0.0 hace 5 años
hdef.h c174588c4c update hace 5 años
hdir.cpp 23804f3ae1 readdir_r => readdir hace 5 años
hdir.h 5ec98bae66 HV_EXPORT hace 5 años
heap.h 5ec98bae66 HV_EXPORT hace 5 años
herr.c c6ae3cbcf2 update libhv hace 6 años
herr.h abf41e1dba v1.0.0 hace 5 años
hfile.h 5ec98bae66 HV_EXPORT hace 5 años
hlog.c 6ad35fb309 update hace 5 años
hlog.h abf41e1dba v1.0.0 hace 5 años
hmap.h e037e6b6d8 EVPP_HEADERS, check_option, benchmark hace 4 años
hmath.h 5ec98bae66 HV_EXPORT hace 5 años
hmutex.h 7dac03c258 Add hrecursive_mutex hace 5 años
hobjectpool.h 7bfe1803e3 update hace 5 años
hplatform.h 020753c63a fix compile error on Windows hace 4 años
hproc.h d12a9bb34c avoid frequent crash and restart hace 5 años
hscope.h 5ec98bae66 HV_EXPORT hace 5 años
hsocket.c 7e93e3a283 make windows happy hace 5 años
hsocket.h 5ec98bae66 HV_EXPORT hace 5 años
hssl.c 22dd4abe67 update hace 4 años
hssl.h 4ffe7dd4ce WITH_MBEDTLS hace 5 años
hstring.cpp efc75784c8 code review hace 5 años
hstring.h 5ec98bae66 HV_EXPORT hace 5 años
hsysinfo.h 8f94c6ea3b update hace 5 años
hthread.h 7272667d2e evpp: c++ classes of event hace 4 años
hthreadpool.h fa6e1358fc update hace 5 años
htime.c 315c806baf update hace 5 años
htime.h 315c806baf update hace 5 años
hurl.cpp 8235f821ba HV_EXPORT hv_md5 hace 5 años
hurl.h 5ec98bae66 HV_EXPORT hace 5 años
hversion.c 7d614897a7 better apis and Makefiles hace 5 años
hversion.h abf41e1dba v1.0.0 hace 5 años
ifconfig.cpp 5ec98bae66 HV_EXPORT hace 5 años
ifconfig.h 5ec98bae66 HV_EXPORT hace 5 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          常见宏定义
├── hdir.h          目录(ls实现)
├── heap.h          堆
├── herr.h          错误码表
├── hfile.h         文件类
├── hlog.h          日志
├── hmath.h         数学函数
├── hmutex.h        线程同步锁
├── hobjectpool.h   对象池
├── hplatform.h     平台相关宏
├── hproc.h         进程
├── hscope.h        作用域模板类
├── hsocket.h       套接字
├── hssl.h          SSL/TLS
├── hstring.h       字符串操作
├── hsysinfo.h      系统信息
├── hthread.h       线程
├── hthreadpool.h   线程池
├── htime.h         时间
├── hurl.h          URL操作
├── hversion.h      版本
├── ifconfig.h      网络配置(ifconfig实现)
├── list.h          链表
└── queue.h         队列