Commit Graph

367 Commits

Author SHA1 Message Date
zsx
4f0e2cc8dd feature: master can bind udp with unix domain path 2017-12-12 19:18:33 +08:00
zsx
c10ef0b4d5 bugfix: fixed bug in acl_ifconf_search function. 2017-12-12 16:33:46 +08:00
zsx
f0c52f92f1 acl_mbox supports eventfd as notify handle 2017-12-12 14:02:25 +08:00
zsx
fa113a12e7 acl stream and servers support UNIX domain socket in UDP packet mode 2017-12-10 22:23:37 +08:00
zsx
aa3e355225 compile: fixed one compile error 2017-12-08 10:03:00 +08:00
zsx
68dfbb4de8 workaroud: function acl_res_lookup of acl_res.c will not call fatal when domain invalid 2017-12-08 09:52:48 +08:00
ruki
987385ea6e add xmake.lua 2017-11-30 10:04:15 +08:00
zsx
a8d8f40b52 master: can start & restart one service with different extname that maybe be used for different service version 2017-11-21 16:46:39 +08:00
郑树新
ad96211014 vc projects: remove private_global.h and add acl_define_macosx.h 2017-11-21 10:58:44 +08:00
郑树新
23f1915473 compiling: support vc2017 2017-11-20 12:15:19 +08:00
zhengshuxin
b2b6521a75 compiling error on CentOS6.x 2017-11-16 11:37:57 +08:00
zhengshuxin
f931680917 bugfix: don't notify master in alone running mode. 2017-11-13 21:21:26 +08:00
zhengshuxin
314e08b9f0 compiling: fixed one compiling error on FreeBSD 2017-11-13 09:26:48 +08:00
zhengshuxin
ef7e4495ac master: can start services specified in configure file. 2017-11-12 00:20:15 +08:00
zhengshuxin
41ce67f000 bugfix: acl_udp_server rebinding addrs 2017-11-10 22:36:03 +08:00
zhengshuxin
65a5b15315 acl_udp_server: add/del ip auto 2017-11-10 14:43:21 +08:00
zhengshuxin
8b4d78198e bugfix: fxied deadlock in acl_mylog.c 2017-11-10 12:57:18 +08:00
zhengshuxin
acb6358d13 bugfix: fixed dead lock in acl_mylog.c 2017-11-10 12:00:43 +08:00
zhengshuxin
037d5d8994 format code style 2017-11-10 10:08:34 +08:00
zhengshuxin
519a42f9c2 compiling: fxied compiling error on FreeBSD 2017-11-09 19:16:51 +08:00
zhengshuxin
4d43fc5ae7 acl_udp_server: can find ip addrs changing automaticlly 2017-11-09 18:58:42 +08:00
zhengshuxin
c9267f4d93 master template: remove unused args 2017-11-07 17:08:54 +08:00
zhengshuxin
46cc12739f compiling: fixed compiling error on vc 2017-10-27 16:33:56 +08:00
zhengshuxin
db886f9d62 master: all server template support waiting the service starting status 2017-10-27 11:38:10 +08:00
zhengshuxin
52e401c142 event: events_epoll_thr.cpp, fixed one bug in event_enable_write function 2017-10-27 11:37:28 +08:00
zhengshuxin
bc4f60a2d3 acl_master: when starting services remotely, users can wait the result of the services' starting status or not. 2017-10-27 00:00:41 +08:00
centos6.9-32
70f510b33f remove debug info 2017-10-16 22:46:30 -07:00
zhengshuxin
7749e15bcc fiber: test 2017-10-12 18:59:50 +08:00
zhengshuxin
b998731976 building: modify Makefiles to build more quickly on multi-cores CPU 2017-10-10 10:19:59 +08:00
zsxxsz
607905bfec compile: There's one compiling error in acl_atomic_int64_cas. 2017-10-01 13:59:02 +08:00
zhengshuxin
3d71e10668 fiber: fiber_lock can trigger immediately with IO event 2017-10-01 13:54:57 +08:00
郑树新
5bda421b74 mbox: add debug info 2017-09-28 16:57:15 +08:00
郑树新
868bef0fb9 compile: one compiling warning by vc 2017-09-28 14:27:44 +08:00
zhengshuxin
83724d3e8a valgrind: free global objects when process exiting to avoid valgrind reporting error. 2017-09-28 12:29:20 +08:00
zsx
ea61c76939 build ok on MacOSX by xcode 2017-09-19 10:49:13 +08:00
郑树新
0bf16cd1f8 build ok on windows by vc 2017-09-21 17:34:25 +08:00
zhengshuxin
70f4b50ee1 fixed bugs in event timer module 2017-09-21 16:00:44 +08:00
zhengshuxin
fd66d9bbc4 fixed one bug in acl_udp_server.c when sending status to master 2017-09-19 17:16:36 +08:00
郑树新
de4ec340a4 compiling ok on Android Studio 2017-09-13 11:30:27 +08:00
zhengshuxin
d5119d3ca1 Merge branch 'master' of https://github.com/zhengshuxin/acl into github-zsx-master 2017-09-13 11:26:28 +08:00
zhengshuxin
52b692221a merge acl 2017-09-13 11:25:39 +08:00
zhengshuxin
8ada09778c fixed bugs in acl_dlink.c for adding continuous integers;
acl_dlink.c supports for adding negative integers.
2017-09-13 11:17:00 +08:00
zhengshuxin
70957fad04 invalid date submit from FreeBSD 2017-09-11 13:57:59 +08:00
zsx
cb1c642461 build ok for Macosx 2017-07-17 17:53:56 +08:00
zhengshuxin
b9283ffbf5 build ok on FreeBSD 2017-07-11 17:44:14 +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
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
025a9b29f2 make master's reload safety 2017-09-06 13:19:49 +08:00