Commit Graph

1125 Commits

Author SHA1 Message Date
zhengshuxin
b9283ffbf5 build ok on FreeBSD 2017-07-11 17:44:14 +08:00
zhengshuxin
e04cf8ec1b build ok for FreeBSD 2017-09-11 11:59:39 +08:00
zhengshuxin
d5fe28dd8f compile ok for centos5.x 2017-09-11 11:38:06 +08:00
郑树新
4ac182fdce fixed compiling error on Windows by vc 2017-09-11 08:49:07 +08:00
zhengshuxin
5101ef3cc6 reload timeout can be set in acl_master 2017-09-10 17:54:07 +08:00
zhengshuxin
f17a0cd32e modify configure content of server templates used by wizard 2017-09-10 17:39:51 +08:00
zhengshuxin
101ad0e6e1 fiber server template can tell master its status after reloading 2017-09-10 17:16:06 +08:00
zhengshuxin
5f3c319078 master can wait for the callback from children after reloading the specific service's children 2017-09-09 23:05:33 +08:00
zhengshuxin
a67e6a6338 sighup's result status from children can be got by acl_master 2017-09-09 00:30:39 +08:00
zhengshuxin
7d94dd5a04 let mbox::pop be blocked when timeout < 0 2017-09-08 19:18:49 +08:00
zhengshuxin
3d406e7277 init_conf_str_vars in master_params.cpp has memory leak when master reload configure. 2017-09-06 22:03:27 +08:00
zhengshuxin
1a36ede275 fiber_server.c supports setuping SIGTERM; 2017-09-06 15:46:39 +08:00
zhengshuxin
965ecddd16 remove watchdog from master's main.cpp 2017-09-06 13:31:12 +08:00
zhengshuxin
025a9b29f2 make master's reload safety 2017-09-06 13:19:49 +08:00
zhengshuxin
296d5a995d master can wait until the children exited 2017-09-05 23:47:48 +08:00
zhengshuxin
bc7d725f5c Merge branch 'master' of github:zhengshuxin/acl into github-zsx-master 2017-09-05 10:59:59 +08:00
zhengshuxin
3d02c72328 all master templates support handling SIGTERM signal. 2017-09-05 10:58:55 +08:00
zsxxsz
27fefa695c fixed compiling error of demos on windows by vc2008 2017-09-04 23:22:35 +08:00
zhengshuxin
8582d02d2e remove debug line in istream.cpp 2017-09-03 18:05:08 +08:00
zhengshuxin
b9fc0def8e Merge branch 'master' of github:zhengshuxin/acl into github-zsx-master 2017-09-02 22:58:40 +08:00
zhengshuxin
89c74a1e7c delete unused codes 2017-09-02 21:02:37 +08:00
zhengshuxin
c76d603428 remove unused code. 2017-09-02 20:55:48 +08:00
zhengshuxin
7dadf786df add test code in mbox.hpp 2017-09-02 17:59:32 +08:00
郑树新
e31ae6c7d8 Merge pull request #102 from zhengshuxin/master
acl::mbox using template to support generic types
2017-09-02 10:14:33 +08:00
zhengshuxin
4ade4ff521 add mbox_free in mbox.cpp 2017-09-02 10:10:17 +08:00
zhengshuxin
3465037c6b acl::mbox, acl::atomic can be compiled ok on Linux & Windows. 2017-09-02 09:46:03 +08:00
zsxxsz
4afb237dd9 fixed compiling error by vc 2017-09-02 09:42:11 +08:00
zhengshuxin
2af766fb6e make acl::mbox generic with c++ template method. 2017-09-01 23:14:20 +08:00
zhengshuxin
5291cd0c7a test only 2017-09-01 18:59:42 +08:00
zhengshuxin
25d33da4de when acl was installed into system by using rpm, the logger's compiling warn wasn't useful. 2017-09-01 17:43:12 +08:00
郑树新
a7f426cb7f Merge pull request #100 from zhengshuxin/master
add fiber module into package when installing
2017-09-01 13:55:23 +08:00
zhengshuxin
56b2d6115a make lib_fiber into package installing 2017-09-01 13:53:17 +08:00
郑树新
424a543a71 add test in atomic 2017-08-31 17:52:18 +08:00
郑树新
4fae44f41f Merge pull request #14 from acl-dev/master
merge
2017-08-31 10:12:14 +08:00
郑树新
0f25951313 Merge pull request #99 from zhengshuxin/master
delete the surplus ';' in lib_icmp.h
2017-08-31 10:11:34 +08:00
zhengshuxin
ea42de6642 delete the surplus ';' in lib_icmp.h 2017-08-31 10:06:33 +08:00
郑树新
9c19a565cc Merge pull request #98 from zhengshuxin/master
add bitmap class into xcode's project
2017-08-29 18:08:07 +08:00
郑树新
a687d09c21 Merge pull request #97 from zhengshuxin/master
there's one bug in acl_aqueue_pop_timedwait when computing timeout fo…
2017-08-29 17:48:34 +08:00
zhengshuxin
3191bf51db there's one bug in acl_aqueue_pop_timedwait when computing timeout for waiting 2017-08-29 17:46:41 +08:00
郑树新
9f9a95a114 Merge pull request #96 from zhengshuxin/master
acl_mbox_read's timeout use millisecond precision
2017-08-29 11:34:18 +08:00
zhengshuxin
85b55d4e4e acl_mbox_read's timeout use millisecond precision 2017-08-29 11:32:07 +08:00
zsxxsz
2fe103d041 replace assert by acl_assert 2017-08-27 13:23:28 +08:00
zhengshuxin
c9f0a6b92e add fiber timer for C++ module 2017-08-25 13:34:48 +08:00
zhengshuxin
4b52fad552 fixed one bug in icmp module. 2017-08-24 09:31:20 +08:00
zhengshuxin
7aad3b6f4a Merge branch 'master' of https://github.com/zhengshuxin/acl into github-zsx-master 2017-08-24 09:14:14 +08:00
zhengshuxin
bdeccf1db1 modify icmp protocol 2017-08-24 09:12:10 +08:00
zhengshuxin
3554fd6b25 add lost files 2017-08-24 09:09:05 +08:00
zsxxsz
6c7fa88358 modify bitmap.hpp 2017-08-23 22:35:24 +08:00
郑树新
e4c37aed2a Merge pull request #95 from zhengshuxin/master
add bitmap class for bit operation
2017-08-23 21:37:45 +08:00
zhengshuxin
5b0cdc1fc9 add bitmap class for bit operation 2017-08-23 15:14:40 +08:00