Commit Graph
349 Commits
Author SHA1 Message Date
Chunting GuandGitHub e2a5d1ca22 Update README.md 2021-02-04 16:07:25 +08:00
Chunting GuandGitHub ce206bbeea Update Build-Instructions_zh_CN.md 2021-02-03 18:33:52 +08:00
Chunting GuandGitHub 283cecbc0b Update Build-Instructions.md 2021-02-03 18:32:06 +08:00
Chunting GuandGitHub 4fe8ebb1e8 Update Build-Instructions.md 2021-02-03 18:30:43 +08:00
Chunting GuandGitHub e1fc3b297e Delete Build-on-Windows.md 2021-02-03 18:30:09 +08:00
Chunting GuandGitHub d9bb026e2a Update Build-Instructions_zh_CN.md 2021-02-03 18:29:40 +08:00
Chunting GuandGitHub 77f2e0ddab Update Build-Instructions.md 2021-02-03 17:57:17 +08:00
Chunting GuandGitHub ffc739a3a2 Update Build-Instructions_zh_CN.md 2021-02-03 17:53:33 +08:00
Chunting GuandGitHub be22e487ce Delete Build-on-Linux.md 2021-02-03 17:47:51 +08:00
Chunting GuandGitHub 1f749fdf62 Update Build-Instructions_zh_CN.md 2021-02-03 17:25:47 +08:00
Chunting GuandGitHub 9d907fc2c4 Update Build-Instructions_zh_CN.md 2021-02-03 17:15:45 +08:00
Chunting Gu ad5c868ca4 fix a typo 2021-02-01 09:30:27 +08:00
Chunting Gu 1b8b0b24ac refine the usage of build options 2021-02-01 09:23:53 +08:00
Chunting Gu 233aa5910c add an example to embed a server in a Qt GUI app 2021-01-22 11:34:17 +08:00
Chunting GuandGitHub c3643277b2 Update request_parser.cc
handle empty form part
2020-12-21 20:14:46 +08:00
Chunting Gu 613b8ab50f Merge branch 'master' of https://github.com/sprinfall/webcc 2020-12-21 17:57:31 +08:00
Chunting Gu c2f3a87cd2 allow to set buffer size for server 2020-12-21 17:53:36 +08:00
Chunting GuandGitHub 9e4283ad34 Update concurrency_test.cc
print error using std::cerr
2020-12-21 17:27:50 +08:00
Chunting Gu ca83869912 Add an example for x-www-form-urlencoded 2020-12-17 10:13:59 +08:00
Chunting GuandGitHub 62ada53d64 Update response_parser.cc
compatible with response status line with empty reason
2020-12-16 17:16:13 +08:00
Chunting GuandGitHub 8fd353e8d5 fix multipart parsing error 2020-12-10 13:50:44 +08:00
Chunting Gu ca2c80de81 Merge branch 'master' of https://github.com/sprinfall/webcc 2020-12-07 14:16:36 +08:00
Chunting Gu abd30ab69d improve the parsing of form data 2020-12-07 14:16:08 +08:00
Chunting GuandGitHub 384c5aebc7 Update Build-on-Linux.md 2020-09-27 15:38:14 +08:00
Chunting GuandGitHub 165f8f5aaa Update Build-Instructions_zh_CN.md 2020-09-27 15:37:27 +08:00
Chunting GuandGitHub 63abc5bbda Update README_zh_CN.md 2020-09-17 09:46:05 +08:00
Chunting GuandGitHub 23222f01de add threaded client example 2020-09-17 09:43:24 +08:00
Chunting Gu 587dda4129 Merge branch 'master' of https://github.com/sprinfall/webcc 2020-09-14 13:25:14 +08:00
Chunting Gu 7a09d47e8f accept-encoding default to identity even if gzip is enabled. 2020-09-14 13:25:04 +08:00
Chunting GuandGitHub 116fb97242 Update README_zh_CN.md 2020-09-11 18:52:43 +08:00
Chunting GuandGitHub ababd15e54 fix links 2020-09-11 18:49:36 +08:00
Chunting GuandGitHub 699d99015f Update Build-Instructions_zh_CN.md 2020-09-11 18:25:33 +08:00
Chunting GuandGitHub bbbfd8928c Update README.md
fix a typo of the link to chinese build instructions
2020-09-11 18:24:53 +08:00
Chunting Gu a827f4cfe2 add chinese build instructions 2020-09-11 18:21:02 +08:00
Chunting Gu 84476f75f7 switch back to boost::filesystem to avoid the requirement of c++17 2020-09-07 19:01:31 +08:00
Chunting Gu e7f88da2b2 Merge branch 'master' of https://github.com/sprinfall/webcc 2020-09-01 14:41:12 +08:00
Chunting Gu 3d7b66f911 remove zlib from third_party, find it by cmake find_package() 2020-09-01 14:41:01 +08:00
Chunting GuandGitHub 1a35414eeb update the link to python requests 2020-09-01 09:24:01 +08:00
Chunting Gu d49db1ec9c switch asio from standalone to boost 2020-08-31 14:57:47 +08:00
Chunting Gu 20f02aa704 fix a compile error on auto test 2020-08-24 17:10:48 +08:00
Chunting GuandGitHub 86187c7a7b Update README_zh_CN.md 2020-08-24 14:55:47 +08:00
Chunting GuandGitHub 0199560732 Update README_zh_CN.md 2020-08-24 14:52:49 +08:00
Chunting GuandGitHub 7ed6e1955c Update README.md 2020-08-24 14:52:43 +08:00
Chunting GuandGitHub 3ce4914cd2 rm ] from IPv6 Support] 2020-08-24 14:03:15 +08:00
Chunting GuandGitHub 918c028f81 add usage for IPv6 support 2020-08-24 14:01:39 +08:00
Chunting Gu 77294aa99a Merge branch 'master' of https://github.com/sprinfall/webcc 2020-08-24 13:50:32 +08:00
Chunting Gu c392b57a55 ipv6 support 2020-08-24 13:50:23 +08:00
Chunting GuandGitHub 1c433767cd Update README.md 2020-08-19 10:21:29 +08:00
Chunting GuandGitHub 83722e6cea Delete Integrate-Into-Your-Project.md 2020-08-19 10:19:40 +08:00
Chunting Gu 12e3569a83 locale independent http date header 2020-08-18 11:34:34 +08:00