Commit Graph

2113 Commits

Author SHA1 Message Date
zhengshuxin
87698216e0 fixed bugs in redis_builder for scanning redis keys 2019-03-28 11:20:05 +08:00
zhengshuxin
b41612415c add comments 2019-03-28 11:18:10 +08:00
zhengshuxin
c5c2659eb3 rename chunk_chain.cpp.cpp to chunk_chain.cpp 2019-03-20 13:55:17 +08:00
zhengshuxin
82110b5dbd modify samples 2019-03-18 17:03:23 +08:00
郑树新
75382fd8fd Merge branch 'master' into 'master'
Compatible with application/json and application/xml in http

See merge request !4
2019-03-14 16:17:39 +08:00
zsx
2f3038c1a4 add httpd_proxy sample. 2019-03-14 15:24:11 +08:00
zsx
c0437bb1de add sample box which can use acl::mbox, acl::tbox and acl::tbox_array 2019-03-14 10:17:36 +08:00
zsx
0dfd2d45c7 add tbox_array.hpp and tbox sample. 2019-03-13 10:28:51 +08:00
zsx
a5fd4abdb9 release acl 3.5.0! 2019-03-09 20:23:08 +08:00
zsx
71fc7510a2 prepare for releasing acl 3.4.2 version! 2019-03-09 14:12:34 +08:00
郑树新
59ea283a86 Build ok for vc 2019-03-08 11:17:32 +08:00
郑树新
f5da90a8b6 modify acl.iml for Android Studio 3.3.2 2019-03-07 17:27:50 +08:00
郑树新
47d62ccf27 add lost files for building on Android Studio 3.3.2. 2019-03-07 17:20:10 +08:00
郑树新
6b8d2b2884 add lost build files for Android Studio 3.3.2. 2019-03-07 17:02:57 +08:00
郑树新
b6f9803959 Build ok for Android Studio 3.3.2 ! 2019-03-07 16:40:47 +08:00
liqiang01
603ff28580 Compatible with application/json and application/xml in http 2019-03-06 20:13:13 +08:00
zsx
669f0601e7 add comment in fiber_server.cpp 2019-03-06 13:57:39 +08:00
zsx
a059264505 acl_mylog.c: remove thread mutex when writing log to local file or remote UDP server like syslog-ng 2019-02-24 22:17:15 +08:00
zsx
c6743aaa7f acl_scan_dir.c: the current dir's attribute can be got in scanning process 2019-02-13 11:22:31 +08:00
郑树新
9135e09db7 fixed compiling error for vc 2019-02-12 13:38:57 +08:00
zsx
c86ec682bd acl_scan_dir.c: continue to scan the next node when some error happends 2019-02-11 11:20:29 +08:00
zsx
8d90bd12e8 scan_dir::rmdir_callback: rm empty directory as default 2019-02-02 14:24:14 +08:00
zsx
4934df5291 scan_dir::rmdir_callback: rmdir the empty directory as default 2019-02-02 14:18:17 +08:00
zsx
0447653edd release 3.4.1-45 version 2019-02-01 18:51:41 +08:00
zsx
74369b46dc scan_dir: empty directory can be removed when scanning directories 2019-02-01 18:47:19 +08:00
zsx
22ab5bc69d add sample for scan&remove empty directory 2019-02-01 18:45:37 +08:00
zsx
3b4b19a542 fixed bugs in scan_dir module 2019-02-01 13:49:27 +08:00
zsx
64d1c2458b thread::start: add sync start thread way 2019-01-30 16:43:02 +08:00
zsx
154fd0f71d don't connect first in tcp_keeper 2019-01-21 17:42:50 +08:00
zsx
5acbcf50cc connect_manager::check_idle: fixed one bug when pools_size is 0 2019-01-21 13:19:49 +08:00
zsx
776fc38689 upgrade acl's version 2019-01-17 14:24:28 +08:00
zsx
b926d78534 optimize tcp_keeper 2019-01-17 14:10:59 +08:00
zsx
db2d293a3e tcp_keeper is ok! 2019-01-15 11:57:19 +08:00
郑树新
6e9691397a build ok for vc 2019-01-14 15:33:51 +08:00
zsx
7db86b1bc3 release 3.4.1-42 version for some improvement 2019-01-14 14:46:51 +08:00
zsx
7b4033f749 http_request::check_range should compatible the situation when the returned range value is less than the given value. 2019-01-14 14:43:29 +08:00
zsx
1edd724a8d fixed one bug in fiber for stopping scheduling automatically 2019-01-14 14:34:14 +08:00
zsx
1cd42a9213 optimize tcp_keeper 2019-01-14 14:34:00 +08:00
zsx
7b0ba08240 remove go module from acl 2019-01-08 09:38:54 +08:00
zsx
cbc18dc44a build rpm 2019-01-02 12:08:52 +08:00
zsx
c3c53f0be6 fiber_tbox.hpp/tbox.hpp/mbox.hpp: set free_obj's default value to true 2019-01-02 11:28:49 +08:00
zhengshuxin
2081b206c2 set free_obj's default value to true 2019-01-02 11:25:17 +08:00
zhengshuxin
480a8c9403 optimise fiber 2019-01-02 11:12:55 +08:00
zsx
03e2cf0a31 optimize tcp_keeper 2018-12-31 22:02:21 +08:00
zsx
5bb7daf807 tcp_keeper: add ttl controling for connection and connections pools;
http_request/http_client add controling parameters
2018-12-29 15:42:03 +08:00
zsx
ac311dd2d1 disable valgrind 2018-12-28 22:22:58 +08:00
zsx
ea8462f1ef add tcp_keeper class for tcp connections keepalive 2018-12-28 21:46:01 +08:00
zsx
6d3b542e4f move connect_pool::reset_statistics's implement to source code from header 2018-12-28 13:52:30 +08:00
zsx
fcfaddcf35 add syscall for hook system API 2018-12-27 17:35:18 +08:00
zsx
ff8a217755 acl_fiber_event.c: fixed one bug in event_ferror 2018-12-27 11:06:13 +08:00