zhengshuxin
|
624f828575
|
optimize http_aclient
|
2019-06-06 13:46:23 +08:00 |
|
zhengshuxin
|
88b60dfa8a
|
http_aclient ok!
|
2019-06-05 17:48:52 +08:00 |
|
zhengshuxin
|
7d85364bc6
|
add http_aclient for getting http response from webserver in aio mode.
|
2019-06-05 17:36:47 +08:00 |
|
zhengshuxin
|
288986fdac
|
optimize http module for http request
|
2019-06-04 14:51:21 +08:00 |
|
zhengshuxin
|
55bfff7b18
|
fixed compiling problem for charset_conv.cpp on different OS.
|
2019-06-04 14:50:28 +08:00 |
|
zhengshuxin
|
af4182b88e
|
build ok on Linux
|
2019-05-27 12:16:13 +08:00 |
|
郑树新
|
b20b7bacb7
|
db module support getting length of field value
|
2019-05-27 12:11:30 +08:00 |
|
zhengshuxin
|
b1b7d08a0c
|
compiling optimization to get smaller library's size
|
2019-05-19 16:54:20 +08:00 |
|
zhengshuxin
|
b71b8840bf
|
replace assert with abort
|
2019-05-18 22:03:53 +08:00 |
|
zsxxsz
|
53583d8a9d
|
add compiling macro option ACL_CLIENT_ONLY to decrease the library's size for
client software.
|
2019-05-18 21:19:21 +08:00 |
|
zhengshuxin
|
0c89422256
|
redis_stream.cpp: optimize READGROUP/XREAD commands.
|
2019-05-14 11:28:55 +08:00 |
|
zhengshuxin
|
70d46d567b
|
XREADGROUP/XREAD should be blocked when block is 0
|
2019-05-14 11:13:49 +08:00 |
|
zhengshuxin
|
d62bb45cd6
|
tcp_keeper: fixed one bug in keeper_conn.cpp;
server_socket: remove one constructur method;
|
2019-04-28 16:17:17 +08:00 |
|
zsxxsz
|
ede94861d2
|
add zpopmin/zpopmax/bzpopmin/bzpopmax in redis_redis
|
2019-04-27 21:23:12 +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 |
|
郑树新
|
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 |
|
郑树新
|
9135e09db7
|
fixed compiling error for vc
|
2019-02-12 13:38:57 +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
|
74369b46dc
|
scan_dir: empty directory can be removed when scanning directories
|
2019-02-01 18:47:19 +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
|
5acbcf50cc
|
connect_manager::check_idle: fixed one bug when pools_size is 0
|
2019-01-21 13:19:49 +08:00 |
|
zsx
|
db2d293a3e
|
tcp_keeper is ok!
|
2019-01-15 11:57:19 +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
|
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
|
6d3b542e4f
|
move connect_pool::reset_statistics's implement to source code from header
|
2018-12-28 13:52:30 +08:00 |
|
zsx
|
c89341b77b
|
optimize connect_pool
|
2018-12-19 13:31:46 +08:00 |
|
zsx
|
bd6375fe2a
|
connect_manager: support fiber running in threads
|
2018-12-16 16:47:51 +08:00 |
|
zsxxsz
|
d9bdd8aac6
|
restructure connect_manager for supporting fiber
|
2018-12-16 14:12:50 +08:00 |
|
zsxxsz
|
80461d5c51
|
optimize connect_manager
|
2018-12-15 23:32:41 +08:00 |
|
郑树新
|
c97297b00c
|
connect manager
|
2018-12-14 20:25:10 +08:00 |
|
郑树新
|
fdf69ce9a4
|
connect_manager improvment
|
2018-12-14 20:19:19 +08:00 |
|
zsx
|
e82b63b025
|
format code style
|
2018-12-12 11:16:12 +08:00 |
|
zsx
|
98f9efeae3
|
fixed one bug in redis_stream::get_one_message()
|
2018-12-12 10:49:19 +08:00 |
|
zsx
|
e8028180cf
|
expand redis_stream::xadd with subcommand MAXLEN
|
2018-12-11 15:29:35 +08:00 |
|
zsx
|
be9863f203
|
add comments for redis_stream module.
|
2018-12-11 14:06:53 +08:00 |
|
zsx
|
66a560e37f
|
fixed bugs in client_wakeup of acl_threads_server.c;
acl::fiber_tbox and acl::fiber_cond are ok.
|
2018-12-06 15:50:13 +08:00 |
|
zsx
|
45dc0ee481
|
fixed one bug for websocket module
|
2018-12-02 21:28:03 +08:00 |
|
zhengshuxin
|
ff5bc053b9
|
redis_stream benchmark testing
|
2018-12-02 20:15:27 +08:00 |
|
zhengshuxin
|
7fbcd4d56b
|
testing acl::redis_stream ok!
|
2018-12-02 14:58:41 +08:00 |
|
zsx
|
33535e8b6f
|
add task_qlen and threads_pool in master_threads
|
2018-11-28 20:50:31 +08:00 |
|
zhengshuxin
|
fafce8ce67
|
testing acl::redis_stream
|
2018-11-25 23:16:25 +08:00 |
|
zsx
|
7a934e149c
|
One bug in sha1 was fixed by dawei.lin@net263.com.
|
2018-11-22 22:18:25 +08:00 |
|
zsx
|
7683a7bc2e
|
add redis_stream into IDE projects for vc and xcode.
|
2018-11-16 13:28:55 +08:00 |
|
zhengshuxin
|
26cd06ba65
|
add supporting for XCLAIM redis command.
|
2018-11-14 23:24:32 +08:00 |
|
zsx
|
c4cafbebc1
|
adding redis stream ...
|
2018-11-14 19:00:58 +08:00 |
|
zhengshuxin
|
72a71f878d
|
adding xpending ...
|
2018-11-11 23:04:33 +08:00 |
|
zhengshuxin
|
8c0b4e79d3
|
add redis_stream::xinfo command
|
2018-11-11 21:59:52 +08:00 |
|