383 Commits
Author SHA1 Message Date
UnknownObject 74685e4c24 优化文件上传速度,增加请求头预校验功能 2026-08-05 11:44:57 +08:00
UnknownObject a805d22901 re-commit all files to new repo 2023-05-25 18:06:51 +08:00
UnknownObject 102ed0f431 commit all 2022-11-28 15:09:50 +08:00
UnknownObject 95c258f7e0 add log level check 2022-11-28 15:08:41 +08:00
UnknownObject 9df50c1310 add log level check 2022-11-20 15:45:30 +08:00
UnknownObject e0f8a4da37 upload all 2022-09-05 13:31:32 +08:00
Chunting Gu 50cf424dc8 log the connect error 2021-11-15 09:52:10 +08:00
Chunting gu f6e25ab19a fix syscall not declared error on ubuntu 2021-08-03 17:03:17 +08:00
Chunting GuandGitHub a0c31be90e Update README_zh_CN.md 2021-08-03 14:01:49 +08:00
Chunting Gu 28ae628d56 rework client classes 2021-06-23 11:13:03 +08:00
Chunting Gu d294cda3c1 extract a new class SslClient 2021-06-23 10:03:11 +08:00
Chunting Gu 326a3ea215 check url scheme 2021-06-22 10:16:58 +08:00
Chunting Gu 26bb6b341a introduce string_view 2021-06-17 18:58:53 +08:00
Chunting Gu 751a3539ae delete copy constructor and operator assign for most classes 2021-06-15 18:52:53 +08:00
Chunting Gu b76ce67726 refine file downloader example 2021-06-15 18:09:36 +08:00
Chunting Gu e27338854c fix ssl handshake and parsing issues 2021-06-15 17:09:04 +08:00
Chunting Gu 52fbba705b remove ssl_verify flag from client API, always use peer verify mode 2021-06-15 13:04:15 +08:00
Chunting Gu 74854c4861 add log for study server threading 2021-06-11 16:54:28 +08:00
Chunting Gu d65ca13b7d Create .editorconfig 2021-06-09 16:06:15 +08:00
Chunting Gu 12971b7df3 fix session cancel issue 2021-06-09 15:14:18 +08:00
Chunting Gu e70863e2bd fix http date format error 2021-05-31 11:10:53 +08:00
Chunting Gu 3c5c73b59b Merge branch 'master' of https://github.com/sprinfall/webcc 2021-05-27 11:15:29 +08:00
Chunting Gu df96f969bc add a cmake option to switch between std and boost filesystem 2021-05-27 11:15:08 +08:00
Chunting GuandGitHub 077758564f remove the note about legacy branch 2021-05-27 09:48:31 +08:00
Chunting Gu 39719c4ded use put_time() to format http date 2021-05-26 10:57:53 +08:00
Chunting Gu 1c726e7361 remove a unnecessary std::move 2021-04-19 14:57:43 +08:00
Chunting Gu 01210e8a42 simplify string utilities 2021-04-19 14:01:18 +08:00
Chunting Gu f5f72d7897 fix compile error on windows; fix compile error when ssl is off 2021-04-16 19:18:40 +08:00
Chunting Gu f5210ba1a2 rework client using async api 2021-04-16 19:07:31 +08:00
Chunting Gu 7f345b7a4e fix build option issues; refine cmake 2021-02-05 14:12:26 +08:00
Chunting GuandGitHub 1c35b97654 Update README_zh_CN.md 2021-02-04 16:17:29 +08:00
Chunting GuandGitHub 2b6f38d27e Update README_zh_CN.md 2021-02-04 16:15:43 +08:00
Chunting GuandGitHub a1d254dfc3 Update README_zh_CN.md 2021-02-04 16:14:02 +08:00
Chunting GuandGitHub 7f628f5e4a Update Build-Instructions_zh_CN.md 2021-02-04 16:09:07 +08:00
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