Commit Graph

165 Commits

Author SHA1 Message Date
zsx
92ffb2cc9d fixed one bug in fiber_event.c 2018-11-27 14:51:11 +08:00
zsx
08c00933dd fixed one bug in json builder 2018-11-15 18:17:26 +08:00
zsx
ef96a07b27 modify gson test samples. 2018-11-15 17:16:35 +08:00
zsx
830eb3039d release 3.4.1-29 for some bugs fixed and some feature added. 2018-10-23 22:35:02 +08:00
zhengshuxin
6b3133e2ca bugfix: acl_master can't support UDP service on Centos whose version is below 7.x 2018-10-17 17:21:18 +08:00
zsx
16c402fe42 release 3.4.1-27 2018-10-11 11:02:30 +08:00
zsx
97fddf37a2 bugfix: acl_inet_connect_ex of acl_inet_connect.c should support domain:port format 2018-09-28 17:52:18 +08:00
zsx
b2df701b1f fixed one bug in acl_cache2_update of acl_cache2.c 2018-09-22 13:46:11 +08:00
zsx
09f867e626 release 3.4.1-25 2018-09-22 10:52:58 +08:00
zsx
eb22bcf903 release 3.4.1-24 version 2018-09-20 10:11:38 +08:00
zsx
f53fcb5ab3 bugfix: acl_ifconf_search in acl_ifconf.c can't handle some addr pattern 2018-09-19 15:52:59 +08:00
zsx
de4805a6c8 fixed one bug in acl_ifconf.c for checking the UNIX path for matching. 2018-09-17 18:44:27 +08:00
zsx
f27af8b424 acl support IPV6 is OK now! 2018-09-16 21:49:58 +08:00
zsx
ebaa24ddf9 fixed bugs in acl::string::begin_with API 2018-09-08 21:58:27 +08:00
zsx
ac3bcf1f98 fixed bugs in acl::string::begin_with API 2018-09-08 13:58:49 +08:00
zsx
3248c67a4f release 3.4.1-18, prepare for adding IPV6 feature 2018-09-06 19:07:17 +08:00
zsx
92615556b4 there's some comments error in token_tree 2018-08-20 11:07:20 +08:00
zsx
eca1d07747 fixed one bug in token_tree's destructor 2018-08-20 10:31:12 +08:00
zsx
03480089bc fixed some comiling errors. 2018-08-19 15:55:54 +08:00
zhengshuxin
9eee816620 optimize the memory size of ACL_VSTRING, ACL_VBUF and ACL_JSON_NODE 2018-08-07 10:58:00 +08:00
zsx
4dc4e2cb18 bugfix: json parse should not ignore string value begin with space 2018-08-03 11:04:36 +08:00
zsx
9d1c2e850b bugfix: json parser gson serialization can't handle empty array object. 2018-08-02 23:00:22 +08:00
zsx
2e529a4e71 fixed one bug in acl::tbox 2018-07-27 16:27:20 +08:00
zsx
2843c3197d tbox: support transfering NULL message 2018-07-27 13:26:07 +08:00
zsx
13ae6f9007 add file lock in acl::fstream 2018-07-05 14:23:45 +08:00
zhengshuxin
2aa9e0748d rewrite tbox with pure C++ template class 2018-06-28 21:04:54 +08:00
zsx
16f5b7f964 thread_cond: compiling error for wait overriding 2018-06-19 18:22:46 +08:00
zsx
913f5bb745 release 3.4.1-6 2018-06-15 16:09:21 +08:00
zsx
72f3d59b79 thread_cond::wait add locked parameter for one locking condition 2018-06-15 15:27:59 +08:00
zsx
d0d856c33f check_client: just choose one from on_refused and on_timeout to report connection status 2018-06-05 14:42:35 +08:00
zsx
bd32773edc connect_monitor: change params for on_refused and on_timeout methods 2018-06-05 14:09:46 +08:00
zsx
e4061f8f82 connect_monitor: add three callback for application to handle 2018-06-04 18:11:43 +08:00
zsx
ac7a0d4c5b fixed bugs in acl_write_wait.c: when POLLHUP and POLLERR returned, don't return -1 2018-05-17 16:45:15 +08:00
zsx
4221226341 add features in redis_client_cluster & connect_manager 2018-05-14 15:28:39 +08:00
zsx
175623b306 acl 3.4.1 released! 2018-05-07 14:59:52 +08:00
zsx
1f6afe2a74 acl 3.4.0 released! 2018-04-29 20:37:22 +08:00
zsx
57e3f7d7fe http: unsafe uri can be corrected. 2018-04-27 11:55:21 +08:00
zsx
4fe08141ce rpm building 2018-04-12 21:40:19 +08:00
zsx
581e9abb69 rpm 2018-04-12 21:37:27 +08:00
zsx
0e44ad7118 release 3.3.0-89 2018-04-12 21:21:23 +08:00
zsx
02719d7b6b fixed one bug in thread_cond::wait there was one problem when computing timeout 2018-03-19 10:49:45 +08:00
zsx
94f80bcaf6 rpm 2018-03-15 15:38:50 +08:00
zsx
77dc9e03e4 rm acl-tools.json 2018-03-15 15:04:57 +08:00
zsx
fb6ad0322c move acl-master.json from acl-master to acl-tools 2018-03-15 15:03:03 +08:00
zsx
76aa09c97f rpm package: move acl-master.json from acl-master to acl-tools 2018-03-15 15:00:08 +08:00
zsx
8aecd4b67b rm acl-tools package from CI. 2018-03-07 13:31:37 +08:00
zsx
1114072d57 rpm version to 3.3.0-85 2018-03-07 11:36:32 +08:00
zsx
9101f2c3da acl-tools rpm was removed from CI. 2018-03-07 11:11:58 +08:00
zsx
efbba7ff99 merge from libfiber 2018-03-05 14:11:12 +08:00
zsx
b0aed6282c move tools-ctl from acl-master to acl-tools 2018-02-27 14:15:44 +08:00