zhengshuxin
|
bc2de9f4d1
|
fixed one bug of hdr_can_read() in http_chat_async.c that the connection should be closed when notify callback return -1.
|
2019-08-07 21:41:43 +08:00 |
|
郑树新
|
d9e2cf574a
|
add get_status() method in http_header.hpp for getting the http response
status from http server
|
2019-08-07 17:16:14 +08:00 |
|
zhengshuxin
|
34a6fce74a
|
compiling error on macos
|
2019-08-07 14:36:09 +08:00 |
|
zhengshuxin
|
1eadcff994
|
fixed compiling error when using polarssl with static library
|
2019-08-06 18:23:32 +08:00 |
|
郑树新
|
9d0bfaa4e7
|
add vc project for http_request sample
|
2019-08-06 14:32:54 +08:00 |
|
郑树新
|
6c9a37e0d2
|
md5 sample can check one file's md5sum
|
2019-08-06 10:26:19 +08:00 |
|
郑树新
|
78a1600b90
|
fixed bug in init_log_mutex() of acl_mylog.c;
fixed bug in atomic_long which can't be used in windows.
|
2019-08-02 19:21:24 +08:00 |
|
郑树新
|
272727f104
|
add ACL_CPP_API on acl::atomic
|
2019-08-01 16:27:02 +08:00 |
|
郑树新
|
a1ec482d94
|
use acl::atomic_long in DLL on windows
|
2019-08-01 16:19:51 +08:00 |
|
zhengshuxin
|
d8d624ee98
|
use utf8 for text files.
|
2019-07-30 23:52:48 +08:00 |
|
郑树新
|
99c31ee130
|
compiling aio_client_ssl sample ok on windows.
|
2019-07-30 09:44:46 +08:00 |
|
zhengshuxin
|
9697f95b8f
|
Revert "All source code have been changed to use utf8 charset with BOM header!"
This reverts commit 15d999759e .
|
2019-07-28 10:31:56 +08:00 |
|
zsxxsz
|
15d999759e
|
All source code have been changed to use utf8 charset with BOM header!
|
2019-07-27 22:44:32 +08:00 |
|
zhengshuxin
|
c5de28c7ee
|
fixed bug in redis_set::spop
|
2019-07-27 10:08:46 +08:00 |
|
郑树新
|
a62898e157
|
optimize jencode tool
|
2019-07-26 18:30:38 +08:00 |
|
zhengshuxin
|
429b674430
|
format code style
|
2019-07-26 09:19:04 +08:00 |
|
meihouhao2017
|
fb32ba0601
|
补充遗漏修改。
|
2019-07-25 22:59:47 +08:00 |
|
meihouhao2017
|
9db698f92b
|
补充上次提交遗漏的修改,使patch请求生效。
|
2019-07-25 22:53:08 +08:00 |
|
郑树新
|
25d9204c61
|
fixed compiling warning on windows.
|
2019-07-24 17:27:12 +08:00 |
|
zhengshuxin
|
498e0537dd
|
add new features in fstream/ofstream/ifstream
|
2019-07-24 16:12:58 +08:00 |
|
zhengshuxin
|
b4991ecf2c
|
modify wiredtiger sample
|
2019-07-24 16:12:22 +08:00 |
|
zhengshuxin
|
d71ebb011e
|
modify test sample
|
2019-07-23 17:27:17 +08:00 |
|
zhengshuxin
|
23f97bdd4f
|
HttpServletRequest won't discard body_parse_ and will read request body when user calls getJson/getXml.
|
2019-07-20 16:14:09 +08:00 |
|
zhengshuxin
|
b3ab894e6d
|
format code style.
|
2019-07-14 11:43:15 +08:00 |
|
zhengshuxin
|
1e48c13176
|
format code style
|
2019-07-14 10:17:55 +08:00 |
|
zhengshuxin
|
5653b32c34
|
format code style.
|
2019-07-13 22:45:58 +08:00 |
|
zhengshuxin
|
92ad11180a
|
polarssl_io can be deleted when reference is zero.
|
2019-07-12 11:05:17 +08:00 |
|
zhengshuxin
|
f9c04e327d
|
format c++ code style.
|
2019-07-10 16:29:25 +08:00 |
|
郑树新
|
5fc7f2ebc7
|
use zlib.dll other than zlib1.dll
|
2019-07-10 13:59:52 +08:00 |
|
zsxxsz
|
a2c7889455
|
fixed bugs in acl_atomic_int64_fetch_add/acl_atomic_int64_add_fetch in acl_atomic.c
|
2019-07-09 23:13:42 +08:00 |
|
zhengshuxin
|
8280209e71
|
add acl_vstream_read_peek3
|
2019-07-08 22:08:26 +08:00 |
|
zhengshuxin
|
c5fbe9ede4
|
format c++ code style.
|
2019-07-07 13:27:58 +08:00 |
|
zhengshuxin
|
87c1bc8028
|
format c++ code style.
|
2019-07-07 11:00:12 +08:00 |
|
zhengshuxin
|
ee47b25cd3
|
format c code style.
|
2019-07-05 16:23:47 +08:00 |
|
zhengshuxin
|
7f8f8bc29c
|
http_request::request will set Content-Length of HTTP request HEAD according the data and len parameters.
|
2019-07-04 17:46:19 +08:00 |
|
zhengshuxin
|
190be40459
|
optimize HTTP module for supporting HTTP/1.1
|
2019-07-04 16:32:57 +08:00 |
|
zhengshuxin
|
16415d8333
|
format c++ code style.
|
2019-07-02 16:36:06 +08:00 |
|
郑树新
|
71980ea862
|
optimize builing for Android
|
2019-06-28 16:36:00 +08:00 |
|
郑树新
|
9e3bc921a2
|
fixed one compiling error for Android
|
2019-06-28 11:39:16 +08:00 |
|
郑树新
|
024f65bedd
|
optimize compiling
|
2019-06-28 11:21:36 +08:00 |
|
zhengshuxin
|
382d69ab04
|
optimize conditional compiling
|
2019-06-28 10:54:27 +08:00 |
|
zhengshuxin
|
b2b3cdae9a
|
Merge branch 'master' into github-zsx-master
|
2019-06-26 22:57:56 +08:00 |
|
郑树新
|
cff0958e2c
|
Merge branch 'master' into master
|
2019-06-26 22:52:56 +08:00 |
|
zhengshuxin
|
1a3adc67ef
|
add features in todo
|
2019-06-25 10:54:55 +08:00 |
|
zhengshuxin
|
123328c1af
|
remove unused comments
|
2019-06-24 13:06:06 +08:00 |
|
zhengshuxin
|
1fb167d560
|
remove some useless comments
|
2019-06-24 11:58:19 +08:00 |
|
zhengshuxin
|
996574d860
|
add more comments for http_client
|
2019-06-23 20:56:49 +08:00 |
|
zhengshuxin
|
3bcd491cb4
|
fixed bug in http_request::get_body which will be crashed when out's type is string
|
2019-06-23 20:19:26 +08:00 |
|
zhengshuxin
|
3ea584f752
|
Merge branch 'master' of github:zhengshuxin/acl into github-zsx-master
|
2019-06-20 18:00:41 +08:00 |
|
zhengshuxin
|
f0bcc98a1e
|
acl::string supports concatenating multiple string or object of POD type.
|
2019-06-20 17:54:22 +08:00 |
|