郑树新
|
78a1600b90
|
fixed bug in init_log_mutex() of acl_mylog.c;
fixed bug in atomic_long which can't be used in windows.
|
2019-08-02 19:21:24 +08:00 |
|
郑树新
|
a1ec482d94
|
use acl::atomic_long in DLL on windows
|
2019-08-01 16:19:51 +08:00 |
|
郑树新
|
99c31ee130
|
compiling aio_client_ssl sample ok on windows.
|
2019-07-30 09:44:46 +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
|
c5de28c7ee
|
fixed bug in redis_set::spop
|
2019-07-27 10:08:46 +08:00 |
|
郑树新
|
a62898e157
|
optimize jencode tool
|
2019-07-26 18:30:38 +08:00 |
|
zhengshuxin
|
b4991ecf2c
|
modify wiredtiger sample
|
2019-07-24 16:12:22 +08:00 |
|
zhengshuxin
|
d71ebb011e
|
modify test sample
|
2019-07-23 17:27:17 +08:00 |
|
zhengshuxin
|
92ad11180a
|
polarssl_io can be deleted when reference is zero.
|
2019-07-12 11:05:17 +08:00 |
|
zhengshuxin
|
ee47b25cd3
|
format c code style.
|
2019-07-05 16:23:47 +08:00 |
|
zhengshuxin
|
123328c1af
|
remove unused comments
|
2019-06-24 13:06:06 +08:00 |
|
zhengshuxin
|
1fb167d560
|
remove some useless comments
|
2019-06-24 11:58:19 +08:00 |
|
zhengshuxin
|
cecaee548e
|
format c++ code style.
|
2019-06-16 20:10:40 +08:00 |
|
zhengshuxin
|
d764f984b7
|
fixed compiling problem for some samples.
|
2019-06-14 18:32:12 +08:00 |
|
zhengshuxin
|
24bc9c085f
|
optimize sample http_aclient_ssl
|
2019-06-13 22:05:25 +08:00 |
|
zhengshuxin
|
55e29c55b3
|
aio_istream/aio_ostream can be created with socket fd.
|
2019-06-11 23:16:03 +08:00 |
|
zhengshuxin
|
2faca3ca82
|
modify http_aio_ssl sample
|
2019-06-11 09:37:23 +08:00 |
|
zhengshuxin
|
d51743d80b
|
load libpolarssl.so in sample
|
2019-06-11 09:11:14 +08:00 |
|
zhengshuxin
|
8ab1c2fb6a
|
http_aclient supports unzipping compressed data from server's response.
|
2019-06-10 16:08:21 +08:00 |
|
zhengshuxin
|
7ae938030e
|
test websocket samples
|
2019-06-10 13:00:25 +08:00 |
|
zhengshuxin
|
7d252c27ad
|
format c++ code style.
|
2019-06-09 12:03:10 +08:00 |
|
zhengshuxin
|
bf538f0eba
|
redis ssl sample
|
2019-06-08 14:18:15 +08:00 |
|
zhengshuxin
|
d1afa2a2ed
|
add sample redis_ssl for testing SSL communication with redis server.
|
2019-06-08 14:04:56 +08:00 |
|
zhengshuxin
|
624f828575
|
optimize http_aclient
|
2019-06-06 13:46:23 +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
|
288986fdac
|
optimize http module for http request
|
2019-06-04 14:51:21 +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 |
|
郑树新
|
9b4d238793
|
compiling ok on vc
|
2019-05-09 14:30:45 +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
|
d62bb45cd6
|
tcp_keeper: fixed one bug in keeper_conn.cpp;
server_socket: remove one constructur method;
|
2019-04-28 16:17:17 +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
|
85a8557eba
|
add benchmark for roccksdb and wiredtiger.
|
2019-04-04 13:23:22 +08:00 |
|
zhengshuxin
|
1771db6726
|
add sqlite benchmark testing case.
|
2019-04-01 15:20:19 +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
|
c6743aaa7f
|
acl_scan_dir.c: the current dir's attribute can be got in scanning process
|
2019-02-13 11:22:31 +08:00 |
|
zsx
|
22ab5bc69d
|
add sample for scan&remove empty directory
|
2019-02-01 18:45:37 +08:00 |
|
zsx
|
64d1c2458b
|
thread::start: add sync start thread way
|
2019-01-30 16:43:02 +08:00 |
|
zsx
|
e82b63b025
|
format code style
|
2018-12-12 11:16:12 +08:00 |
|
zsx
|
b3540ab5df
|
sample
|
2018-12-06 17:04:08 +08:00 |
|
zsx
|
87ba2d6bbe
|
WebSocketServlet sample
|
2018-12-06 16:29:54 +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 |
|
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 |
|
zhengshuxin
|
82f6c8cbee
|
testging redis_stream
|
2018-12-01 18:58:04 +08:00 |
|
zhengshuxin
|
fafce8ce67
|
testing acl::redis_stream
|
2018-11-25 23:16:25 +08:00 |
|
zhengshuxin
|
f7af753d9e
|
add one flag when creating fiber_event
|
2018-11-24 11:49:18 +08:00 |
|