ithewei 5bc99d454f replace socketpair with pipe 3 年之前
..
README.md 2670d46aed v1.2.4 4 年之前
array.h e143d133b1 fixbug: memmov 5 年之前
hatomic.h acc25f2fa1 update 5 年之前
hbase.c c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes 4 年之前
hbase.h c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes 4 年之前
hbuf.h c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes 4 年之前
hdef.h b7de4447ad update 4 年之前
heap.h 5ec98bae66 HV_EXPORT 5 年之前
hendian.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 年之前
herr.c c6ae3cbcf2 update libhv 6 年之前
herr.h a4b7e730a6 largeFileHandler 4 年之前
hlog.c cbc6056b50 replace snprintf with format 4 年之前
hlog.h cbc6056b50 replace snprintf with format 4 年之前
hmain.c 8712451104 Optimize code 4 年之前
hmain.h 8c87a9415c move hmain from cpputil to base 4 年之前
hmath.h f2370eabba hio_unpack 4 年之前
hmutex.h 3e15658ee2 sleep => hv_sleep 4 年之前
hplatform.h c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes 4 年之前
hproc.h d12a9bb34c avoid frequent crash and restart 5 年之前
hsocket.c 5bc99d454f replace socketpair with pipe 3 年之前
hsocket.h 8a84c3d7d3 WSAStartup => WSAInit 4 年之前
hsysinfo.h 8f94c6ea3b update 5 年之前
hthread.h c46912e02a update 4 年之前
htime.c 8b10104625 Add cron.minutely 4 年之前
htime.h 8b10104625 Add cron.minutely 4 年之前
hversion.c 7d614897a7 better apis and Makefiles 5 年之前
hversion.h 2670d46aed v1.2.4 4 年之前
list.h 5ec98bae66 HV_EXPORT 5 年之前
netinet.h c6ae3cbcf2 update libhv 6 年之前
queue.h e143d133b1 fixbug: memmov 5 年之前
rbtree.c ac88717eb9 Add rbtree 4 年之前
rbtree.h ac88717eb9 Add rbtree 4 年之前

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        红黑树