ithewei c0197cae35 feat: upgrade nlohmann/json to v3.12.0 (#453) 1 lună în urmă
..
LRUCache.h e2ba81baa2 feat: FileCache use LRUCache 2 luni în urmă
RAII.cpp 8a84c3d7d3 WSAStartup => WSAInit 4 ani în urmă
README.md 915cc8e2b8 update 3 ani în urmă
ThreadLocalStorage.cpp 1f0e6fb250 optimize code from @mtdxc 3 ani în urmă
ThreadLocalStorage.h ad2f267ada update 4 ani în urmă
hasync.cpp 8cb296f94f Impl hv::async 4 ani în urmă
hasync.h 324f6f6982 Add TimerThread 4 ani în urmă
hdir.cpp 70f0a8f322 修复HTTP服务Windows性能异常和中文路径相关Bug (#701) 8 luni în urmă
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 ani în urmă
hfile.h e9763f0d18 rm cppcheck warnings 2 ani în urmă
hmap.h 33320d29c6 Add requests::downloadFile 3 ani în urmă
hobjectpool.h 4c20221d98 Add tips 3 ani în urmă
hpath.cpp 7330097913 Some small optimizations (#570) 1 an în urmă
hpath.h 446c5edda1 optimize code 4 ani în urmă
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 ani în urmă
hstring.cpp ba162bd501 fix defaultLargeFileHandler not support chinese path (#720) 8 luni în urmă
hstring.h ba162bd501 fix defaultLargeFileHandler not support chinese path (#720) 8 luni în urmă
hthreadpool.h 4c20221d98 Add tips 3 ani în urmă
hurl.cpp 92d5465916 fix: hurl dump with port (#635) 1 an în urmă
hurl.h a1baf8772c fix: FillHost adapt ipv6 (#683) 9 luni în urmă
ifconfig.cpp 9d971dcab1 fix ifconfig buffer check (#777) 1 lună în urmă
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 ani în urmă
iniparser.cpp 7330097913 Some small optimizations (#570) 1 an în urmă
iniparser.h fe2cb726b3 Add IniParser::GetSections 3 ani în urmă
json.hpp c0197cae35 feat: upgrade nlohmann/json to v3.12.0 (#453) 1 lună în urmă
singleton.h a5b374492a Increased multithreading security (#463) 2 ani în urmă

README.md

目录结构

.
├── hasync.h        hv::async实现
├── hdir.h          目录(ls实现)
├── hfile.h         文件类
├── hobjectpool.h   对象池
├── hpath.h         路径操作
├── hscope.h        作用域模板类
├── hstring.h       字符串操作
├── hthreadpool.h   线程池
├── hurl.h          URL操作
├── ifconfig.h      网络配置(ifconfig实现)
├── iniparser.h     INI解析
├── json.hpp        JSON解析
├── singleton.h     单例模式宏
└── ThreadLocalStorage.h 线程本地存储类