zhengshuxin
|
205e5fce00
|
add FAQ for using SSL in acl.
|
2017-08-12 17:36:44 +08:00 |
|
zhengshuxin
|
8bb4c91b58
|
add return value to show the result of acl_chroot_uid than just broken when error happened.
|
2017-08-11 21:41:26 +08:00 |
|
zhengshuxin
|
7fbebad954
|
make master more safety for invalid configue in app service.
|
2017-08-11 12:15:00 +08:00 |
|
zhengshuxin
|
c3bf4f6b1b
|
add some values in get_bool_ent
|
2017-08-11 11:38:44 +08:00 |
|
zhengshuxin
|
5ebdc5e223
|
SO_REUSEPORT not used in Centos5.x
|
2017-08-11 09:20:44 +08:00 |
|
zhengshuxin
|
92f5fade05
|
release 3.3.0.7 for acl rpm package
|
2017-08-11 09:09:38 +08:00 |
|
zhengshuxin
|
fe44b078fc
|
TCP_FASTOPEN can be used by setting the master_fastopen item in servers' configure files
|
2017-08-10 11:46:02 +08:00 |
|
zhengshuxin
|
1915852bd9
|
SO_REUSEPORT can be used in master server framework by setting configure item
|
2017-08-10 11:35:52 +08:00 |
|
zhengshuxin
|
2728b4f14f
|
add fiber test for tcp_ipc
|
2017-08-09 22:39:39 +08:00 |
|
zhengshuxin
|
ae5ea084dd
|
add method that can get socket_stream from tcp_reader & tcp_sender.
|
2017-08-09 19:05:38 +08:00 |
|
郑树新
|
08d61b31f6
|
utf-8 without BOM will be warned by vc.
|
2017-08-09 16:15:01 +08:00 |
|
zhengshuxin
|
dcaec58d47
|
add sample tcp_server & tcp_client in lib_fiber.
|
2017-08-09 16:04:54 +08:00 |
|
zhengshuxin
|
fd56ed2b85
|
add lib_protocol's headers in rpm package.
|
2017-08-09 13:29:57 +08:00 |
|
zhengshuxin
|
3e32de5c57
|
add lib_protocol's headers in rpm package.
|
2017-08-09 13:22:28 +08:00 |
|
zhengshuxin
|
d74d97e3b7
|
add tcp_pool's samples in Makefile
|
2017-08-09 11:59:11 +08:00 |
|
zhengshuxin
|
b0341a138c
|
remove master_ctl from rpm package.
|
2017-08-09 11:57:48 +08:00 |
|
zhengshuxin
|
16040c02e7
|
fixed one compiling error.
|
2017-08-09 11:53:00 +08:00 |
|
zhengshuxin
|
e981079948
|
tcp_client sample compiling error.
|
2017-08-09 11:51:53 +08:00 |
|
zhengshuxin
|
368b530f7e
|
getopt.h should be included.
|
2017-08-09 11:43:32 +08:00 |
|
zhengshuxin
|
1cc6196861
|
__end is reserved in g++4.8.x's header
|
2017-08-09 11:41:47 +08:00 |
|
zhengshuxin
|
c54aef5ba1
|
g++'s version will be checked automally in Makefile
|
2017-08-09 11:28:31 +08:00 |
|
zhengshuxin
|
024eab9a4a
|
check g++'s version automally for supporting c++11
|
2017-08-09 11:25:10 +08:00 |
|
zhengshuxin
|
0a1c077f0d
|
automatilly check g++'s version for supporting C++11
|
2017-08-09 11:23:15 +08:00 |
|
zhengshuxin
|
e2e7f22c63
|
remove "lib_acl.h" including from header for rpm packaging.
|
2017-08-09 10:20:12 +08:00 |
|
zhengshuxin
|
68d29217ee
|
remove "lib_acl.h" in headers for rpm packaging.
|
2017-08-09 10:19:16 +08:00 |
|
zhengshuxin
|
931922abd4
|
remove '#include "lib_acl.h"' for rpm packaging
|
2017-08-09 10:18:23 +08:00 |
|
zhengshuxin
|
8b22280a25
|
add the lost item tcp_reader.hpp
|
2017-08-09 10:12:51 +08:00 |
|
zhengshuxin
|
ff985ba347
|
add samples in tcp_pool path for testing the tcp_pool module
|
2017-08-09 10:11:22 +08:00 |
|
zhengshuxin
|
ffcfd87d26
|
add send method in tcp_pool class.
|
2017-08-08 23:27:37 +08:00 |
|
zsx
|
768ba78d5f
|
fixed one compiling warn on xcode
|
2017-07-17 17:29:41 +08:00 |
|
zsx
|
4bebc24c7e
|
add bitmap class into xcode's project.
|
2017-07-17 17:21:49 +08:00 |
|
zsx
|
6b0c6b5070
|
add atomic, thread_mutex and thread_cond class into xcode project.
|
2017-07-17 17:17:02 +08:00 |
|
zhengshuxin
|
88a7194064
|
add thread_cond & thread_mutex class into different vc projects
|
2017-08-22 15:35:01 +08:00 |
|
zhengshuxin
|
b637f0bb74
|
modify c++ style of locker class
|
2017-08-22 15:28:12 +08:00 |
|
zhengshuxin
|
59a7899fa3
|
add acl::thread_cond testing in sample thread
|
2017-08-22 15:27:37 +08:00 |
|
zhengshuxin
|
cdd3684407
|
add thread_cond.hpp & thread_mutex.hpp into lib_acl.hpp
|
2017-08-22 15:21:23 +08:00 |
|
zhengshuxin
|
5723a4369f
|
add thread_cond c++ class
|
2017-08-22 15:21:07 +08:00 |
|
zhengshuxin
|
f1fa41e523
|
add thread_mutex c++ class.
|
2017-08-22 15:20:28 +08:00 |
|
zsx
|
2e7167bfd7
|
add tcp module for xcode.
|
2017-07-17 17:01:50 +08:00 |
|
zhengshuxin
|
9d08227118
|
fixed one compiling error.
|
2017-08-08 18:54:13 +08:00 |
|
zhengshuxin
|
7bca9425a9
|
add tcp communication connections pool.
|
2017-08-08 18:43:25 +08:00 |
|
zhengshuxin
|
b48627f168
|
add -ldl in some Makefile.in
|
2017-08-07 12:04:56 +08:00 |
|
zhengshuxin
|
e40c8bfb1a
|
add -ldl in app's Makefile
|
2017-08-07 11:29:19 +08:00 |
|
zhengshuxin
|
3203318ea9
|
when user's input is NULL in acl_vstring_sprintf, etc, null will be handled safely.
|
2017-08-07 11:09:00 +08:00 |
|
zhengshuxin
|
53d19b391e
|
acl::polarssl_conf should be created after acl::polarssl_conf::load();
|
2017-08-04 23:13:12 +08:00 |
|
zhengshuxin
|
cedd5b0c18
|
all ssl samples can load libpolarssl.so dynamic.
|
2017-08-04 22:37:00 +08:00 |
|
zhengshuxin
|
44bd9d2d29
|
add one minimal version for this acl commits.
|
2017-08-04 16:15:41 +08:00 |
|
郑树新
|
710c7f61d7
|
build ok by vc2012.
|
2017-08-04 15:45:17 +08:00 |
|
zhengshuxin
|
27b42d5c30
|
polarssl_conf & polarssl_io support loading polarssl lib dynamic.
|
2017-08-04 15:13:40 +08:00 |
|
zsxxsz
|
e75487ed1f
|
modify polarssl_conf class for use polarssl with dynamic lib
|
2017-08-04 00:09:33 +08:00 |
|