ithewei fec88e023c v1.2.5 há 3 anos atrás
..
README.md 2670d46aed v1.2.4 há 4 anos atrás
array.h e143d133b1 fixbug: memmov há 5 anos atrás
hatomic.h acc25f2fa1 update há 5 anos atrás
hbase.c 053d849923 Add hv_rand, hv_random_string há 3 anos atrás
hbase.h 053d849923 Add hv_rand, hv_random_string há 3 anos atrás
hbuf.h c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes há 4 anos atrás
hdef.h b7de4447ad update há 4 anos atrás
heap.h 5ec98bae66 HV_EXPORT há 5 anos atrás
hendian.h 7bd7c293d6 New feature: WITH_MQTT há 3 anos atrás
herr.c c6ae3cbcf2 update libhv há 6 anos atrás
herr.h a4b7e730a6 largeFileHandler há 4 anos atrás
hlog.c cbc6056b50 replace snprintf with format há 4 anos atrás
hlog.h cbc6056b50 replace snprintf with format há 4 anos atrás
hmain.c 8712451104 Optimize code há 4 anos atrás
hmain.h 8c87a9415c move hmain from cpputil to base há 4 anos atrás
hmath.h f2370eabba hio_unpack há 4 anos atrás
hmutex.h 3e15658ee2 sleep => hv_sleep há 4 anos atrás
hplatform.h c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes há 4 anos atrás
hproc.h d12a9bb34c avoid frequent crash and restart há 5 anos atrás
hsocket.c 0ec0480111 rm ENABLE_IPV6 há 3 anos atrás
hsocket.h 8a84c3d7d3 WSAStartup => WSAInit há 4 anos atrás
hsysinfo.h 8f94c6ea3b update há 5 anos atrás
hthread.h c46912e02a update há 4 anos atrás
htime.c 8b10104625 Add cron.minutely há 4 anos atrás
htime.h 8b10104625 Add cron.minutely há 4 anos atrás
hversion.c 7d614897a7 better apis and Makefiles há 5 anos atrás
hversion.h fec88e023c v1.2.5 há 3 anos atrás
list.h 5ec98bae66 HV_EXPORT há 5 anos atrás
netinet.h c6ae3cbcf2 update libhv há 6 anos atrás
queue.h e143d133b1 fixbug: memmov há 5 anos atrás
rbtree.c ac88717eb9 Add rbtree há 4 anos atrás
rbtree.h ac88717eb9 Add rbtree há 4 anos atrás

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