Commit Graph

320 Commits

Author SHA1 Message Date
ubuntu14
2fb84c4056 optimize some codes 2015-08-26 05:45:40 -07:00
ubuntu14
bfebe1b5d3 fixed bug for redis scan in class redis_command/redis_key/redis_hash/redis_set/redis_zset 2015-08-24 07:12:15 -07:00
ubuntu14
bc119e8199 modify db module 2015-08-22 03:05:46 -07:00
ubuntu14
8bd31016de add transaction API in db_handle and db_mysql 2015-08-19 05:10:52 -07:00
ubuntu14
d1fe09687b http module in acl has supported gzip transfer in client and server mode. 2015-08-18 05:58:56 -07:00
ubuntu14
772ff217e9 changed the file's format to DOS format 2015-08-15 19:45:01 -07:00
ubuntu14
e7f83a889c fixed some compiling error on vc2008, vc2010 2015-08-15 19:33:26 -07:00
ubuntu14
45f44e3f74 fixed one bug in class redis_string for handling INCR/INCRBY/DECR/DECRBY commands 2015-08-15 05:57:12 -07:00
ubuntu14
588f89d583 fixed some error on MACOS 2015-08-14 06:18:00 -07:00
zsx
67a0651098 delete one doc 2015-08-14 17:29:49 +08:00
zsx
09bff5b7d6 change count's type from in to size_t in connections relative classes 2015-08-14 17:28:30 +08:00
ubuntu14
7c6afc95dd add some methods to http and log module 2015-08-13 06:38:59 -07:00
ubuntu14
635ef743d4 mysql_manager supports set idle ttl for each mysql connection 2015-08-12 02:22:52 -07:00
ubuntu14
369d54179f add mysql cluster manager 2015-08-12 01:48:24 -07:00
ubuntu14
70f0c6b720 make two db samples be built on FreeBSD 2015-08-10 09:10:57 -07:00
zsx
d8a4f017c9 fixed compiling error in linux32 2015-08-10 15:10:44 +08:00
zsxxsz
942bdc4a1f fixed bug in redis_zset::zrange_get_with_scores; dynamicly loading mysql
client lib in default mode
2015-08-09 22:42:51 +08:00
ubuntu14
a37ba6ed36 modify db module(including mysql, sqlite) for using db more conviniently; add mysql_pool sample 2015-08-02 03:21:24 -07:00
zsxxsz
5a2848356c modify README.md in redis and disque samples. 2015-07-30 23:27:22 +08:00
zsxxsz
800b8e749e modify README.md in redis and disque samples. 2015-07-30 23:24:24 +08:00
zsxxsz
6864ba0bf5 fix bug in redis_command::redirect() which has a NULL refering 2015-07-30 22:38:24 +08:00
zsxxsz
021fb534a6 delete binary exec program dircopy 2015-07-30 22:31:19 +08:00
zsxxsz
751279a6a6 HttpServletRequest add getJson&getXml methods 2015-07-25 00:44:36 +08:00
zsxxsz
c67a7e40c5 HttpServletRequest add getJson&getXml methods 2015-07-25 00:31:30 +08:00
zsxxsz
3e79879e40 modify README.md of redis module 2015-07-24 21:02:13 +08:00
zsxxsz
70a3a12b94 compile option "-pedantic" not support __FUNCTION__ 2015-07-23 23:46:17 +08:00
ubuntu14
24b6cfd05b compile option "-pedantic" not support __FUNCTION__ 2015-07-23 06:38:34 -07:00
zsxxsz
f7f34a9474 class dbuf_pool's destructor be set as private function that the dbuf_pool's object must be created dynamiclly 2015-07-22 15:59:11 +08:00
zsxxsz
909af119de class dbuf_pool's destructor be set as private function that the dbuf_pool's
object must be created dynamiclly
2015-07-22 15:39:34 +08:00
zsxxsz
33de35bfff improvement dbuf pool's performance; add dbuf_pool sample 2015-07-22 00:41:11 +08:00
zsx
79269106c8 add double/float supporting for query class of db module 2015-07-21 17:16:53 +08:00
zsx
ec3978400d add double/float supporting for query class of db module 2015-07-21 15:26:53 +08:00
zsxxsz
1300496956 fixed bug in redis_command::run where existing a invlid conn's refering 2015-07-19 11:12:00 +08:00
zsxxsz
33125fe158 fixed bug in redis_command::run where existing a invlid conn's refering 2015-07-19 10:30:27 +08:00
zsxxsz
70387f948e fixed bug in redis_command::run(): when peek_conn returns NULL, the function should return. 2015-07-16 20:49:06 +08:00
zsx
458f6089e9 fixed bugs in redis_scripts.cpp for computing keys's size 2015-07-15 10:00:30 +08:00
zsxxsz
38ade41d2b modify redis_geo sample 2015-07-13 21:40:29 +08:00
zsxxsz
35f5bd57ec delete debug line in build_request function of redis_command.cpp 2015-07-13 20:21:58 +08:00
zsx
000555df9e add redis_geo class and sample; add https_proxy sample, add dgate sample. 2015-07-13 16:28:09 +08:00
zsxxsz
b5525ad021 add some functions in class string, HttpServletResponse 2015-07-05 22:51:31 +08:00
zsxxsz
8410e85b0c fixed some compiling error 2015-07-05 09:44:36 +08:00
zsxxsz
1c469fea3b http module support range download; add http download example 2015-07-05 01:29:35 +08:00
zsxxsz
1c43c88be1 fixed bugs in http_hdr.c and redis_hash.cpp; add som http head operation functions 2015-07-02 10:35:12 +08:00
ubuntu14
0e6c3b8107 delete polarssl.lib in default vc project 2015-06-30 07:26:48 -07:00
zsxxsz
f0daca2e54 add win64 directory 2015-06-30 11:06:33 +08:00
zsxxsz
84edd976ea Delete vld.lib 2015-06-30 11:05:15 +08:00
zsxxsz
99d5403007 add win64 path 2015-06-30 10:58:54 +08:00
ubuntu14
2a35f4992d all samples can be built by vc2012 in x64 mode 2015-06-29 02:33:11 -07:00
zsxxsz
fc22796257 lib_acl, lib_protocol, lib_acl_cpp can be built by VC2012 in x64 mode 2015-06-28 20:27:51 +08:00
ubuntu14
8dc9188d4b fixed some bugs in using iterator 2015-06-27 07:46:54 -07:00