caocao 39cbeab12c add asn1 encode decode. (#785) 3 weeks ago
..
README.md 2670d46aed v1.2.4 4 years ago
array.h e4090c146e use prefix hv 3 years ago
hatomic.h 1e3dd552fd add windows dll versions resource (#712) 8 months ago
hbase.c 1e3dd552fd add windows dll versions resource (#712) 8 months ago
hbase.h 734a3429c3 support #600: hv_parser_url ipv6 1 year ago
hbuf.h 1f0e6fb250 optimize code from @mtdxc 3 years ago
hdef.h 42cdbb6ee9 IS_NUM conflicts with mysql.h 3 years ago
heap.h 5ec98bae66 HV_EXPORT 5 years ago
hendian.h 78e2e53556 windows 7 support (#387) 2 years ago
herr.c c6ae3cbcf2 update libhv 6 years ago
herr.h 2d1240040b Add some errno 3 years ago
hlog.c e1015fbda4 fix: log crashes when max_bufsize is exceeded (#770) 2 months ago
hlog.h aa1bbc5d5e feat: support logger_set_truncate_percent 8 months ago
hmain.c 3778046d2a add hmain signal_handle_noexit function (#725) 8 months ago
hmain.h 3778046d2a add hmain signal_handle_noexit function (#725) 8 months ago
hmath.h 39cbeab12c add asn1 encode decode. (#785) 3 weeks ago
hmutex.h 771ab9c6b9 feat(#612): Add hmutex_trylock 10 months ago
hplatform.h 171fe327da Minor fixes for legacy macOS (#699) 8 months ago
hproc.h d12a9bb34c avoid frequent crash and restart 5 years ago
hsocket.c 1778d4a155 fix: sockaddr comparison issue (#749) 5 months ago
hsocket.h 1778d4a155 fix: sockaddr comparison issue (#749) 5 months ago
hsysinfo.h 8f94c6ea3b update 5 years ago
hthread.h 171fe327da Minor fixes for legacy macOS (#699) 8 months ago
htime.c fd2ad2847c fix: improve compiler compatibility and warnings (#647) 1 year ago
htime.h 17f794f73e Add datetime_localtime 3 years ago
hversion.c 7d614897a7 better apis and Makefiles 5 years ago
hversion.h 71770e04be feat: upgrade hv version to 1.3.4 1 month ago
list.h 5ec98bae66 HV_EXPORT 5 years ago
netinet.h c6ae3cbcf2 update libhv 6 years ago
queue.h e4090c146e use prefix hv 3 years ago
rbtree.c c602ae789f Update rbtree 3 years ago
rbtree.h 1e3dd552fd add windows dll versions resource (#712) 8 months ago

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