.. |
CMakeLists.txt
|
fix build option issues; refine cmake
|
5 years ago |
base64.cc
|
Remove http prefix
|
6 years ago |
base64.h
|
Remove http prefix
|
6 years ago |
body.cc
|
fix build option issues; refine cmake
|
5 years ago |
body.h
|
fix build option issues; refine cmake
|
5 years ago |
client.cc
|
rework client using async api
|
4 years ago |
client.h
|
rework client using async api
|
4 years ago |
client_pool.cc
|
rework client using async api
|
4 years ago |
client_pool.h
|
Remove http prefix
|
6 years ago |
client_session.cc
|
fix compile error on windows; fix compile error when ssl is off
|
4 years ago |
client_session.h
|
rework client using async api
|
4 years ago |
common.cc
|
switch back to boost::filesystem to avoid the requirement of c++17
|
5 years ago |
common.h
|
switch back to boost::filesystem to avoid the requirement of c++17
|
5 years ago |
config.h.example
|
fix build option issues; refine cmake
|
5 years ago |
config.h.in
|
fix build option issues; refine cmake
|
5 years ago |
connection.cc
|
rework client using async api
|
4 years ago |
connection.h
|
allow to set buffer size for server
|
5 years ago |
connection_pool.cc
|
rework client using async api
|
4 years ago |
connection_pool.h
|
Allow to stop server and restart server; allow to run loop in multiple threads.
|
6 years ago |
globals.cc
|
don't use boost string algorithm
|
5 years ago |
globals.h
|
rework client using async api
|
4 years ago |
gzip.cc
|
Allow to set file chunk size to the server.
|
6 years ago |
gzip.h
|
Add an option to disable GZIP.
|
6 years ago |
logger.cc
|
rework client using async api
|
4 years ago |
logger.h
|
fix build option issues; refine cmake
|
5 years ago |
message.cc
|
rework client using async api
|
4 years ago |
message.h
|
rework client using async api
|
4 years ago |
parser.cc
|
rework client using async api
|
4 years ago |
parser.h
|
rework client using async api
|
4 years ago |
queue.h
|
Allow to get the size of the queue.
|
6 years ago |
request.cc
|
Fix URL encoding issues; remove request shortcuts.
|
6 years ago |
request.h
|
Add IP address to Request.
|
6 years ago |
request_builder.cc
|
fix build option issues; refine cmake
|
5 years ago |
request_builder.h
|
fix build option issues; refine cmake
|
5 years ago |
request_parser.cc
|
add an example to embed a server in a Qt GUI app
|
5 years ago |
request_parser.h
|
allow to set buffer size for server
|
5 years ago |
response.cc
|
Rework the body of request and response
|
6 years ago |
response.h
|
Rework the body of request and response
|
6 years ago |
response_builder.cc
|
fix build option issues; refine cmake
|
5 years ago |
response_builder.h
|
fix build option issues; refine cmake
|
5 years ago |
response_parser.cc
|
fix a typo
|
5 years ago |
response_parser.h
|
fix a typo
|
5 years ago |
router.cc
|
don't use boost string algorithm
|
5 years ago |
router.h
|
Extract the route related code to new class Router and add UT.
|
6 years ago |
server.cc
|
rework client using async api
|
4 years ago |
server.h
|
rework client using async api
|
4 years ago |
socket.cc
|
fix compile error on windows; fix compile error when ssl is off
|
4 years ago |
socket.h
|
rework client using async api
|
4 years ago |
string.cc
|
don't use boost string algorithm
|
5 years ago |
string.h
|
don't use boost string algorithm
|
5 years ago |
url.cc
|
ipv6 support
|
5 years ago |
url.h
|
don't use boost string algorithm
|
5 years ago |
utility.cc
|
switch back to boost::filesystem to avoid the requirement of c++17
|
5 years ago |
utility.h
|
switch back to boost::filesystem to avoid the requirement of c++17
|
5 years ago |
version.h
|
Increase version to 0.2.0 for a new release.
|
6 years ago |
view.h
|
Support data streaming on server side.
|
6 years ago |