郑树新
|
910a313ae2
|
load mbedtls in one or threee libs
|
2020-01-07 18:33:44 +08:00 |
|
shuxin zheng
|
a0a8a0ef4c
|
compiling mbedtls for vc
|
2020-01-07 09:18:57 +08:00 |
|
shuxin zheng
|
4a7dce51ba
|
acl::mbedtls_conf can load three mbedtls dynamic libs
|
2020-01-06 15:29:03 +08:00 |
|
shuxin zheng
|
59955b5b23
|
test acl using mbedtls ok!
|
2020-01-02 23:29:06 +08:00 |
|
郑树新
|
b2ec46671a
|
build for windows ok
|
2019-12-20 15:30:02 +08:00 |
|
shuxin zheng
|
be1ff25ee1
|
test mbedtls
|
2019-12-20 15:08:36 +08:00 |
|
shuxin zheng
|
d8518893b2
|
use sslbase_conf/sslbase_io other than polarssl_conf/polarssl_io
|
2019-12-18 11:40:41 +08:00 |
|
shuxin zheng
|
7c86d76c33
|
add sslbase_io/sslbase_conf for compatiable with more ssl libs.
|
2019-12-18 11:22:54 +08:00 |
|
shuxin zheng
|
c6c9eaa47e
|
add mbedtls into vc projects
|
2019-12-17 18:30:49 +08:00 |
|
shuxin zheng
|
6135813d6c
|
add reactor mode for aio_listen_stream
|
2019-12-12 15:29:58 +08:00 |
|
shuxin zheng
|
49ef1a29a8
|
add comments
|
2019-12-12 10:57:29 +08:00 |
|
shuxin zheng
|
a102fba468
|
fixed bug in frame_header for init
|
2019-12-10 13:31:07 +08:00 |
|
shuxin zheng
|
a0d17357ec
|
add more function for aio_listen_stream class
|
2019-12-03 14:45:11 +08:00 |
|
shuxin zheng
|
fba11d437e
|
fixed comments error
|
2019-11-09 22:39:43 +08:00 |
|
zhengshuxin
|
5f415f1302
|
add ssl enable/disable switch for http_aclient
|
2019-10-18 10:03:52 +08:00 |
|
zhengshuxin
|
76ba04380d
|
add ssl enable/disable switch for http_aclient
|
2019-10-18 10:02:22 +08:00 |
|
zhengshuxin
|
1e99026a6e
|
rename randmkey to randomkey in redis_key
|
2019-09-20 18:40:16 +08:00 |
|
zhengshuxin
|
4ac0748114
|
set_frame_masking_key() should be called in http_aclient::ws_handshake() in client mode.
|
2019-09-17 16:51:43 +08:00 |
|
郑树新
|
8cd92eadf8
|
fixed one compiling error by vc
|
2019-09-17 11:29:06 +08:00 |
|
shuxin zheng
|
a8230ddd7c
|
add waiting timeout for redis_pubsub::get_message()
|
2019-09-16 22:30:40 +08:00 |
|
shuxin zheng
|
023cd46ed2
|
fixed bugs in get_peer()/get_local() in aio_stream class
|
2019-09-16 21:55:14 +08:00 |
|
shuxin zheng
|
d1fb7e888a
|
fixed parameters comments warning in headers found by xcode
|
2019-09-13 19:47:23 +08:00 |
|
zhengshuxin
|
a87c8d046c
|
support 302, 301 redirect in http module
|
2019-08-28 11:18:18 +08:00 |
|
zhengshuxin
|
f552c6aef8
|
decrease http_aclient's size
|
2019-08-21 17:54:35 +08:00 |
|
郑树新
|
8f4fd32fc0
|
add on_ns_failed() callback for http_aclient when nslookup failed.
|
2019-08-21 17:42:07 +08:00 |
|
zhengshuxin
|
56f66e2688
|
optimize class variables to decrease the size of class object.
|
2019-08-20 17:17:37 +08:00 |
|
zsxxsz
|
46b4bcd63c
|
add some functions for DNS operations
|
2019-08-13 21:55:34 +08:00 |
|
zhengshuxin
|
a53b9d36ff
|
dns resolving and aio connect are ok when using multiple DNS server.
|
2019-08-13 18:29:40 +08:00 |
|
zhengshuxin
|
03896a6a12
|
websocket key for server side
|
2019-08-09 22:36:54 +08:00 |
|
zhengshuxin
|
7bcb88ae3c
|
optimize websocket handshake.
|
2019-08-09 22:22:55 +08:00 |
|
zhengshuxin
|
a347debcfa
|
ws key
|
2019-08-09 19:02:38 +08:00 |
|
zhengshuxin
|
a43648f379
|
ws_key created
|
2019-08-09 18:50:10 +08:00 |
|
zhengshuxin
|
6eba8bbafd
|
ws key should be base64 encoded in http_header::set_ws_key()
|
2019-08-09 18:05:51 +08:00 |
|
zhengshuxin
|
7ded499111
|
url_coder supports value is NULL or empty
|
2019-08-08 16:13:05 +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 |
|
郑树新
|
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
|
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
|
498e0537dd
|
add new features in fstream/ofstream/ifstream
|
2019-07-24 16:12:58 +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
|
92ad11180a
|
polarssl_io can be deleted when reference is zero.
|
2019-07-12 11:05:17 +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
|
190be40459
|
optimize HTTP module for supporting HTTP/1.1
|
2019-07-04 16:32:57 +08:00 |
|
郑树新
|
cff0958e2c
|
Merge branch 'master' into master
|
2019-06-26 22:52:56 +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
|
f0bcc98a1e
|
acl::string supports concatenating multiple string or object of POD type.
|
2019-06-20 17:54:22 +08:00 |
|