1
0
hewei.it 21b9363f3e move sockaddr functions from .h to .c 4 жил өмнө
..
RAII.cpp 61edd9c7eb OPENSSL_API_COMPAT 5 жил өмнө
README.md 43583cd644 Add TREE.md 5 жил өмнө
ThreadLocalStorage.cpp 7272667d2e evpp: c++ classes of event 4 жил өмнө
ThreadLocalStorage.h 7272667d2e evpp: c++ classes of event 4 жил өмнө
array.h e143d133b1 fixbug: memmov 5 жил өмнө
hatomic.h acc25f2fa1 update 5 жил өмнө
hbase.c 4e6fdf477a handle compile warnings 5 жил өмнө
hbase.h 1191f5748e HV_FREE 5 жил өмнө
hbuf.h abf41e1dba v1.0.0 5 жил өмнө
hdef.h c174588c4c update 5 жил өмнө
hdir.cpp 23804f3ae1 readdir_r => readdir 5 жил өмнө
hdir.h 5ec98bae66 HV_EXPORT 5 жил өмнө
heap.h 5ec98bae66 HV_EXPORT 5 жил өмнө
herr.c c6ae3cbcf2 update libhv 6 жил өмнө
herr.h abf41e1dba v1.0.0 5 жил өмнө
hfile.h 8b40f81cf2 Impl http header Range 4 жил өмнө
hlog.c 6ad35fb309 update 5 жил өмнө
hlog.h abf41e1dba v1.0.0 5 жил өмнө
hmap.h e037e6b6d8 EVPP_HEADERS, check_option, benchmark 4 жил өмнө
hmath.h 5ec98bae66 HV_EXPORT 5 жил өмнө
hmutex.h 7dac03c258 Add hrecursive_mutex 5 жил өмнө
hobjectpool.h 7bfe1803e3 update 5 жил өмнө
hplatform.h 020753c63a fix compile error on Windows 4 жил өмнө
hproc.h d12a9bb34c avoid frequent crash and restart 5 жил өмнө
hscope.h 5ec98bae66 HV_EXPORT 5 жил өмнө
hsocket.c 21b9363f3e move sockaddr functions from .h to .c 4 жил өмнө
hsocket.h 21b9363f3e move sockaddr functions from .h to .c 4 жил өмнө
hssl.c 7b2bdb200d http server support both http and https 4 жил өмнө
hssl.h 7b2bdb200d http server support both http and https 4 жил өмнө
hstring.cpp efc75784c8 code review 5 жил өмнө
hstring.h 5ec98bae66 HV_EXPORT 5 жил өмнө
hsysinfo.h 8f94c6ea3b update 5 жил өмнө
hthread.h 7272667d2e evpp: c++ classes of event 4 жил өмнө
hthreadpool.h fa6e1358fc update 5 жил өмнө
htime.c 315c806baf update 5 жил өмнө
htime.h 315c806baf update 5 жил өмнө
hurl.cpp 8235f821ba HV_EXPORT hv_md5 5 жил өмнө
hurl.h 5ec98bae66 HV_EXPORT 5 жил өмнө
hversion.c 7d614897a7 better apis and Makefiles 5 жил өмнө
hversion.h 1112b04860 v1.1.0 4 жил өмнө
ifconfig.cpp 5ec98bae66 HV_EXPORT 5 жил өмнө
ifconfig.h 5ec98bae66 HV_EXPORT 5 жил өмнө
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          常见宏定义
├── 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         队列