zhengshuxin
|
0b1362ef19
|
test mysql
|
2022-09-27 18:02:45 +08:00 |
|
shuxin zheng
|
32b521c40b
|
add another push_back(unsigned char, bool) in string
|
2022-07-26 17:30:54 +08:00 |
|
zhengshuxin
|
ed8a821d60
|
add explicit for acl::string(size_t n)
|
2022-07-22 09:55:12 +08:00 |
|
zhengshuxin
|
e1fba7dee1
|
remove virtual attribute from acl::string that can save 8 bytes for each acl::string object.
|
2022-07-21 18:46:12 +08:00 |
|
zhengshuxin
|
6da6a1dbd1
|
optimize size of the ACL_VSTRING object
|
2022-07-21 18:29:28 +08:00 |
|
zhengshuxin
|
0b96d55f7a
|
optimize zlib_stream module
|
2022-07-19 19:06:34 +08:00 |
|
shuxin zheng
|
39453cf2c3
|
fixed bugs in http_client.cpp for some memory leak.
|
2022-07-19 09:55:49 +08:00 |
|
shuxin zheng
|
6df3228b6f
|
add mapping offset for string
|
2022-06-12 18:02:35 +08:00 |
|
shuxin zheng
|
acaaa297cc
|
Transfer acl::string to std::string with C++ operator
|
2022-05-19 17:57:55 +08:00 |
|
郑树新
|
cf9f39bba5
|
add precision for double type when building json
|
2022-01-10 22:41:07 +08:00 |
|
zhengshuxin
|
e8245c4ccc
|
acl::string can support std::unordered_xx in c++11
|
2021-12-05 10:04:03 +08:00 |
|
shuxin zheng
|
0eb19221a0
|
acl::string can used in std::unordered_xxx template in c++11
|
2021-12-05 00:00:46 +08:00 |
|
zhengshuxin
|
3001daf1b5
|
reserve enough memory space for acl_aio_readn()
|
2021-11-01 11:12:56 +08:00 |
|
zhengshuxin
|
b509abbb5d
|
optimize memory debug module
|
2021-01-18 17:14:30 +08:00 |
|
zhengshuxin
|
b16ca343dc
|
don't use mutex when sendback result in redis_pipeline
|
2021-01-10 13:51:49 +08:00 |
|
shuxin zheng
|
66942cf5ce
|
optimize and test redis_pipeline
|
2021-01-06 14:35:12 +08:00 |
|
shuxin zheng
|
e4190ca781
|
add stl allocator using dbuf_pool for improving the performance
|
2020-11-18 15:24:26 +08:00 |
|
shuxin zheng
|
9addce4c01
|
optimize json module's performance.
|
2020-11-06 18:35:57 +08:00 |
|
zhengshuxin
|
7b60172514
|
optimize json module's performance by using dbuf_pool
|
2020-11-06 15:50:16 +08:00 |
|
shuxin zheng
|
bcdd1ff51a
|
optimize json module's performance by using dbuf as the memory allocator.
|
2020-11-06 14:30:00 +08:00 |
|
shuxin zheng
|
33e27867fc
|
don't fatal when load zlib dynamic lib error
|
2020-11-05 15:14:57 +08:00 |
|
zhengshuxin
|
b2d07d0b75
|
release 3.5.1-10 version
|
2020-10-28 16:27:31 +08:00 |
|
unknown
|
49f0ad6c1f
|
chang old vc project
|
2020-09-16 16:26:00 +08:00 |
|
shuxin zheng
|
a43a6af5ac
|
add get_limit() in thread_pool to get the threads count limit in the threads pool.
|
2020-07-23 10:39:39 +08:00 |
|
shuxin zheng
|
ff74ac0377
|
optimize mem checker module
|
2020-06-13 10:54:34 +08:00 |
|
zhengshuxin
|
f505f526b8
|
build ok by gcc10
|
2020-06-12 15:37:11 +08:00 |
|
shuxin zheng
|
7f13a285c6
|
optimize memory debug process
|
2020-06-12 15:14:26 +08:00 |
|
shuxin zheng
|
c14108e3a3
|
add memory leaking debug module: see lib_acl_cpp/include/acl_cpp/stdlib/malloc.hpp.
|
2020-06-12 14:21:41 +08:00 |
|
shuxin zheng
|
ba26b15032
|
export bmp_ in bitmap
|
2020-05-19 18:20:48 +08:00 |
|
shuxin zheng
|
15e48b11b6
|
expand the bitmap's function
|
2020-05-19 12:03:24 +08:00 |
|
shuxin zheng
|
66112452f3
|
decrease libs' size by skipping __FILE__ in logger macro.
|
2020-02-25 16:08:20 +08:00 |
|
shuxin zheng
|
fba11d437e
|
fixed comments error
|
2019-11-09 22:39:43 +08:00 |
|
shuxin zheng
|
d1fb7e888a
|
fixed parameters comments warning in headers found by xcode
|
2019-09-13 19:47:23 +08:00 |
|
zhengshuxin
|
56f66e2688
|
optimize class variables to decrease the size of class object.
|
2019-08-20 17:17:37 +08:00 |
|
zhengshuxin
|
7ded499111
|
url_coder supports value is NULL or empty
|
2019-08-08 16:13:05 +08:00 |
|
郑树新
|
272727f104
|
add ACL_CPP_API on acl::atomic
|
2019-08-01 16:27:02 +08:00 |
|
郑树新
|
a1ec482d94
|
use acl::atomic_long in DLL on windows
|
2019-08-01 16:19:51 +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
|
1fb167d560
|
remove some useless comments
|
2019-06-24 11:58:19 +08:00 |
|
zhengshuxin
|
f0bcc98a1e
|
acl::string supports concatenating multiple string or object of POD type.
|
2019-06-20 17:54:22 +08:00 |
|
zhengshuxin
|
7a22252ab2
|
remove noncopyable from dbuf_guard/dbuf_pool
|
2019-05-31 18:34:28 +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 |
|
zsx
|
0dfd2d45c7
|
add tbox_array.hpp and tbox sample.
|
2019-03-13 10:28:51 +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 |
|
zhengshuxin
|
2081b206c2
|
set free_obj's default value to true
|
2019-01-02 11:25:17 +08:00 |
|