ithewei 7a8aad7061 export hv::NetAddr há 1 ano atrás
..
RAII.cpp 8a84c3d7d3 WSAStartup => WSAInit há 4 anos atrás
README.md 915cc8e2b8 update há 3 anos atrás
ThreadLocalStorage.cpp 1f0e6fb250 optimize code from @mtdxc há 3 anos atrás
ThreadLocalStorage.h ad2f267ada update há 4 anos atrás
hasync.cpp 8cb296f94f Impl hv::async há 4 anos atrás
hasync.h 324f6f6982 Add TimerThread há 4 anos atrás
hdir.cpp 314e6ca37a fix UNICODE compile error há 4 anos atrás
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c há 4 anos atrás
hfile.h e9763f0d18 rm cppcheck warnings há 2 anos atrás
hmap.h 33320d29c6 Add requests::downloadFile há 3 anos atrás
hobjectpool.h 4c20221d98 Add tips há 3 anos atrás
hpath.cpp 314e6ca37a fix UNICODE compile error há 4 anos atrás
hpath.h 446c5edda1 optimize code há 4 anos atrás
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c há 4 anos atrás
hstring.cpp 406c5dbc9d support HttpServer::run(:port) há 1 ano atrás
hstring.h 7a8aad7061 export hv::NetAddr há 1 ano atrás
hthreadpool.h 4c20221d98 Add tips há 3 anos atrás
hurl.cpp 0595007aeb Add hv::escapeURL, hv::escapeHTML há 2 anos atrás
hurl.h 0595007aeb Add hv::escapeURL, hv::escapeHTML há 2 anos atrás
ifconfig.cpp df8b2d6d15 replace linux/if.h with net/if.h há 2 anos atrás
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c há 4 anos atrás
iniparser.cpp fe2cb726b3 Add IniParser::GetSections há 3 anos atrás
iniparser.h fe2cb726b3 Add IniParser::GetSections há 3 anos atrás
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c há 4 anos atrás
singleton.h a5b374492a Increased multithreading security (#463) há 2 anos atrás

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 线程本地存储类