zhengshuxin
|
6265718c20
|
acl 3.2.2 released!
|
2016-11-01 20:53:39 +08:00 |
|
zhengshuxin
|
758319beb3
|
fixed bugs in redis_string::incrbyfloat and redis_hash::hincrbyfloat
|
2016-10-31 21:41:36 +08:00 |
|
zhengshuxin
|
ee968f72ae
|
rename acl_init to acl_lib_init.
|
2016-10-27 21:25:14 +08:00 |
|
zhengshuxin
|
c41bb925db
|
delete useless code in db_pool::peek_open.
|
2016-10-25 11:26:06 +08:00 |
|
zhengshuxin
|
be034725b3
|
rename acl_init to acl_lib_init; fixed one bug in url encoding for '+'
|
2016-10-25 10:31:33 +08:00 |
|
zhengshuxin
|
f69eb3dedb
|
fixed one bug for charset setting in db_pool
|
2016-10-24 11:44:12 +08:00 |
|
zhengshuxin
|
309aa8f2f2
|
modify vc2015 project.
|
2016-10-23 19:45:25 +08:00 |
|
zhengshuxin
|
be07157761
|
fixed one bug in acl_json.h for duplicate defined ACL_JSON_T_XXX
|
2016-10-21 17:22:40 +08:00 |
|
zhengshuxin
|
f30b2b4144
|
add some websocket samples(upload_server/upload_client); fixed some bugs in acl;
|
2016-10-21 15:02:50 +08:00 |
|
zhengshuxin
|
4b7499d955
|
mv websocket into websocket path
|
2016-10-20 09:08:27 +08:00 |
|
akzi
|
9dec28ece4
|
add pointor = null,if no value exist
|
2016-10-17 22:32:23 +08:00 |
|
akzi
|
576a1f6e44
|
add codes for add_item processing std::string acl::string char *
|
2016-10-17 16:02:31 +02:00 |
|
zhengshuxin
|
4e25961a56
|
add gson into vc2003, 2008, 2010, 2012
|
2016-10-15 00:07:33 +08:00 |
|
zhengshuxin
|
568a5402e6
|
let gson look like a good C+= style.
|
2016-10-14 22:48:32 +08:00 |
|
zhengshuxin
|
a8b08d7e16
|
the gson.cpp/gson.h files should be appened "\n" in the end of which.
|
2016-10-14 17:20:20 +08:00 |
|
dep
|
b0090e4ce1
|
C++ serialization module gson can support non C++11.
|
2016-10-14 15:11:13 +08:00 |
|
fuwangqin
|
b220d1016f
|
Merge branch 'master' of https://github.com/acl-dev/acl
|
2016-10-14 11:46:47 +08:00 |
|
fuwangqin
|
e6da6177c5
|
remove c++11 codes
|
2016-10-14 11:46:09 +08:00 |
|
zhengshuxin
|
d4be6d4abb
|
fixed one compiling warning.
|
2016-10-13 23:27:09 +08:00 |
|
akzi
|
f1dff79f70
|
add codes for get_function_declare
|
2016-10-13 18:11:45 +08:00 |
|
akzi
|
bc55f94abd
|
add codes for get_function_declare
|
2016-10-13 18:01:16 +08:00 |
|
akzi
|
37e8b3d9e0
|
fix double include files error
|
2016-10-13 17:51:38 +08:00 |
|
akzi
|
ebc985d49c
|
Merge branch 'master' of https://github.com/acl-dev/acl
|
2016-10-13 17:40:37 +08:00 |
|
akzi
|
dfd64f144f
|
fix gson error
|
2016-10-13 17:38:45 +08:00 |
|
zhengshuxin
|
fee1610ac4
|
gson support struct members' initialization, fixed one bug in json_node::get_text.
|
2016-10-13 16:15:38 +08:00 |
|
akzi
|
140e74364f
|
add gson
|
2016-10-13 15:13:26 +08:00 |
|
akzi
|
2fe39cdca3
|
struct menber initialize
|
2016-10-13 14:31:46 +08:00 |
|
zhengshuxin
|
e1d747f6c1
|
move gson module into serialize directory.
|
2016-10-12 22:00:14 +08:00 |
|
zhengshuxin
|
7095f8a640
|
fixed bugs in gson_helper.ipp.
|
2016-10-11 22:04:45 +08:00 |
|
akzi
|
39ebbd5f8d
|
add null for nullptr
|
2016-10-11 18:03:26 +08:00 |
|
zhengshuxin
|
8fc6f990f2
|
add null type for json module when building json obj.
|
2016-10-10 23:03:05 +08:00 |
|
zhengshuxin
|
0a711b0049
|
add comment in header file.
|
2016-10-09 22:05:41 +08:00 |
|
akzi
|
6d721fdb81
|
add check get_initializelist result
|
2016-10-09 14:31:50 +08:00 |
|
akzi
|
0d47c22e9d
|
add struct construct InitializeList support
|
2016-10-09 14:28:08 +08:00 |
|
zhengshuxin
|
88481f7314
|
modify gson_helper.ipp for build
|
2016-10-09 00:10:05 +08:00 |
|
zhengshuxin
|
fcf36bf477
|
add json serializing module -- gson.
|
2016-10-08 22:11:25 +08:00 |
|
zhengshuxin
|
535494a264
|
fixed one bug in json class; add fiber_chat for chatting application.
|
2016-10-07 20:01:57 +08:00 |
|
zhengshuxin
|
c2655e08c6
|
compiling websocket class in DLL mode.
|
2016-09-28 17:08:32 +08:00 |
|
zhengshuxin
|
de4ad851bf
|
add ACL_CPP_API before websocket class for building DLL by VC.
|
2016-09-28 16:19:39 +08:00 |
|
zhengshuxin
|
4f15d51138
|
add fiber chat sample.
|
2016-09-28 16:05:55 +08:00 |
|
zhengshuxin
|
4d0f9aeed8
|
add webchat based on websocket.
|
2016-09-23 22:04:07 +08:00 |
|
zhengshuxin
|
3846cda043
|
add websocket in lib_acl_cpp.
|
2016-09-20 19:55:38 +08:00 |
|
zhengshuxin
|
6f8105136a
|
fixed bugs in read line functions of acl_vstream.c; add c++11 into fiber.
|
2016-09-07 19:58:19 +08:00 |
|
zhengshuxin
|
6852d39ed2
|
fixed one bug in acl_urlcode.c, add c++11 in fiber, and add sha1
|
2016-09-01 20:00:58 +08:00 |
|
zhengshuxin
|
6897e3dc54
|
fixed bugs in json module.
|
2016-08-23 13:20:33 +08:00 |
|
ubuntu14
|
8c3a44218a
|
fixed some compiling warning.
|
2016-08-19 22:31:05 +08:00 |
|
ubuntu14
|
bff9069d59
|
decrease rss memory using
|
2016-08-17 15:17:07 +08:00 |
|
ubuntu14
|
314076aefb
|
polarssl will be compiled into acl by typing make build_one polarssl=on
|
2016-08-14 20:48:30 +08:00 |
|
ubuntu14
|
46b36692a6
|
fixed one import bug in acl_vstream_writen() of acl_vstream.c
|
2016-08-14 00:25:15 +08:00 |
|
ubuntu14
|
271fc96cdf
|
add master web monitor by master_fiber mode; arrange codes; add methods to json module;
|
2016-07-29 16:43:46 +08:00 |
|