zhengshuxin
|
f695bf2381
|
add http_aclient into vcs' projects.
|
2019-06-05 18:12:18 +08:00 |
|
zhengshuxin
|
88b60dfa8a
|
http_aclient ok!
|
2019-06-05 17:48:52 +08:00 |
|
zhengshuxin
|
3ffb819cd7
|
add one sample for testing http_aclient which support ssl in aio mode.
|
2019-06-05 17:45:12 +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
|
7b7cfe59f7
|
fixed bugs in async read
|
2019-06-05 16:20:19 +08:00 |
|
zhengshuxin
|
292287dd77
|
acl_aio_read_peek/acl_aio_readn_peek using count to save the data's length in each reading.
|
2019-06-05 16:18:45 +08:00 |
|
zhengshuxin
|
287c642ff4
|
fixed bugs in async reading body data from webserver.
|
2019-06-05 15:07:53 +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
|
3a5d971336
|
acl_dbuf_pool.c: reserve another memory node for improving performance.
|
2019-06-02 23:18:08 +08:00 |
|
zhengshuxin
|
2f18ea1176
|
test dbuf_guard's bug
|
2019-05-31 19:17:12 +08:00 |
|
zhengshuxin
|
7a22252ab2
|
remove noncopyable from dbuf_guard/dbuf_pool
|
2019-05-31 18:34:28 +08:00 |
|
zhengshuxin
|
f7fc953fe0
|
fixed compiling error on windows
|
2019-05-28 11:49:43 +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
|
cc77350696
|
optimize sample
|
2019-05-27 11:20:20 +08:00 |
|
zhengshuxin
|
0f8e4b8a61
|
acl_aio_connect.c: retry connecting multiple addrs is ok
|
2019-05-27 11:15:45 +08:00 |
|
zhengshuxin
|
2881e8dff4
|
acl_aio_connect.c: support try to connect multiple IPs resolved until one was connected successfully.
|
2019-05-26 23:55:02 +08:00 |
|
zhengshuxin
|
1a88d6155c
|
add http client for request async.
|
2019-05-24 18:12:08 +08:00 |
|
zhengshuxin
|
ec6462f3e6
|
aio connect support resolving domain name async.
|
2019-05-24 16:59:47 +08:00 |
|
zhengshuxin
|
56004197a3
|
add one aio connect sample
|
2019-05-24 16:59:26 +08:00 |
|
zhengshuxin
|
f5af5cc3ba
|
optimize package size for Mobile by adding optional compiling
|
2019-05-20 11:12:35 +08:00 |
|
郑树新
|
32c8564bbb
|
optimize compiling size of package for Android
|
2019-05-20 11:09:05 +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
|
9db332e764
|
Merge branch 'master' of https://github.com/zhengshuxin/acl into github-zsx-master
|
2019-05-18 21:20:54 +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
|
77240768e5
|
remove unused files
|
2019-05-18 17:03:28 +08:00 |
|
zhengshuxin
|
064a4c325c
|
optimize fiber_sem
|
2019-05-17 11:11:03 +08:00 |
|
zhengshuxin
|
0ffeedfcd4
|
fixed bugs in fiber_sem.c/fiber_lock.c
|
2019-05-16 16:48:48 +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 |
|
郑树新
|
9b4d238793
|
compiling ok on vc
|
2019-05-09 14:30:45 +08:00 |
|
郑树新
|
60ef9e3b84
|
Merge branch 'master' of https://github.com/zhengshuxin/acl into github-zsx-master
|
2019-05-09 14:08:01 +08:00 |
|
郑树新
|
5b8f56ac27
|
merge
|
2019-05-09 14:07:27 +08:00 |
|
zhengshuxin
|
8b77b0456a
|
safety & feature: add nocopyable limit for many class to avoid potential problem
|
2019-05-09 13:57:51 +08:00 |
|
zhengshuxin
|
81ee32453f
|
acl_vstream.c: fixed bug in acl_vstream_fflush() where wbuf_dlen should be set 0
|
2019-05-06 09:37:46 +08:00 |
|
zhengshuxin
|
4760ac19c9
|
tcp_keeper: add sync parameter to control if connect the given addr directly
|
2019-04-30 17:54:08 +08:00 |
|
zhengshuxin
|
1eff8bee57
|
modify spec file
|
2019-04-28 16:19:13 +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 |
|
zhengshuxin
|
1f2fa117a2
|
add speed checking for wiredtiger sample
|
2019-04-24 16:32:54 +08:00 |
|
zhengshuxin
|
fb629f93bc
|
modify sample's link lib
|
2019-04-17 11:42:37 +08:00 |
|
zhengshuxin
|
f277d24ad5
|
modify blog
|
2019-04-13 21:02:08 +08:00 |
|
zhengshuxin
|
b6e1fe9f06
|
modify blog
|
2019-04-13 20:55:57 +08:00 |
|
zhengshuxin
|
74234976b7
|
modify blog
|
2019-04-13 20:48:03 +08:00 |
|
zhengshuxin
|
7169987584
|
modify blog
|
2019-04-13 20:42:31 +08:00 |
|
zhengshuxin
|
cbcb02e64e
|
modify blog
|
2019-04-13 20:37:43 +08:00 |
|
zhengshuxin
|
c3b31edbf2
|
modify blog
|
2019-04-13 20:31:32 +08:00 |
|
zhengshuxin
|
d8d38a900b
|
add blog for using fiber
|
2019-04-13 20:26:39 +08:00 |
|