ithewei 6c0ae4c998 fix #193: add hio_set_hostname for hssl_set_sni_hostname il y a 3 ans
..
README.md 2670d46aed v1.2.4 il y a 4 ans
array.h e4090c146e use prefix hv il y a 3 ans
hatomic.h acc25f2fa1 update il y a 5 ans
hbase.c 80db2c4fd0 Add HUrl il y a 3 ans
hbase.h 80db2c4fd0 Add HUrl il y a 3 ans
hbuf.h 1f0e6fb250 optimize code from @mtdxc il y a 3 ans
hdef.h b7de4447ad update il y a 4 ans
heap.h 5ec98bae66 HV_EXPORT il y a 5 ans
hendian.h 6fc90ffdcf fix #170: build error on FreeBSD il y a 3 ans
herr.c c6ae3cbcf2 update libhv il y a 6 ans
herr.h 2d1240040b Add some errno il y a 3 ans
hlog.c cbc6056b50 replace snprintf with format il y a 4 ans
hlog.h cbc6056b50 replace snprintf with format il y a 4 ans
hmain.c 57d009e441 avoid valgrind report memory leak il y a 3 ans
hmain.h 57d009e441 avoid valgrind report memory leak il y a 3 ans
hmath.h f2370eabba hio_unpack il y a 4 ans
hmutex.h 3e15658ee2 sleep => hv_sleep il y a 4 ans
hplatform.h c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes il y a 4 ans
hproc.h d12a9bb34c avoid frequent crash and restart il y a 5 ans
hsocket.c 14008bd38f optimize code il y a 3 ans
hsocket.h 6c0ae4c998 fix #193: add hio_set_hostname for hssl_set_sni_hostname il y a 3 ans
hsysinfo.h 8f94c6ea3b update il y a 5 ans
hthread.h c46912e02a update il y a 4 ans
htime.c 8b10104625 Add cron.minutely il y a 4 ans
htime.h 8b10104625 Add cron.minutely il y a 4 ans
hversion.c 7d614897a7 better apis and Makefiles il y a 5 ans
hversion.h fec88e023c v1.2.5 il y a 3 ans
list.h 5ec98bae66 HV_EXPORT il y a 5 ans
netinet.h c6ae3cbcf2 update libhv il y a 6 ans
queue.h e4090c146e use prefix hv il y a 3 ans
rbtree.c c602ae789f Update rbtree il y a 3 ans
rbtree.h c602ae789f Update rbtree il y a 3 ans

README.md

目录结构

.
├── array.h         动态数组
├── hatomic.h       原子操作
├── hbase.h         基础函数
├── hbuf.h          缓存
├── hdef.h          常见宏定义
├── heap.h          堆
├── hendian.h       大小端
├── herr.h          错误码表
├── hlog.h          日志
├── hmain.h         命令行解析
├── hmath.h         数学函数
├── hmutex.h        线程同步锁
├── hplatform.h     平台相关宏
├── hproc.h         进程
├── hsocket.h       套接字
├── hsysinfo.h      系统信息
├── hthread.h       线程
├── htime.h         时间
├── hversion.h      版本
├── list.h          链表
├── queue.h         队列
└── rbtree.h        红黑树