zsx
|
434c2a2970
|
master: when master can't bind one addr master maybe crash for one object been freed before.
|
2017-12-25 16:30:34 +08:00 |
|
zsx
|
b7c42290f7
|
master: master can't restart service when updating service command by master_ctl command
|
2017-12-22 16:07:32 +08:00 |
|
zsx
|
43e3aeee3c
|
master: fixed bugs in master when reload services
|
2017-12-22 14:56:59 +08:00 |
|
zsx
|
4f0e2cc8dd
|
feature: master can bind udp with unix domain path
|
2017-12-12 19:18:33 +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
|
e65bdd10bf
|
master: using acl_ifconf_search in service_sock & service_udp
|
2017-12-10 11:27:18 +08:00 |
|
zsx
|
b5ba4057db
|
charset: changed main.cf's charset from gbk to utf-8
|
2017-12-08 09:50:22 +08:00 |
|
zsx
|
a5b15ee15b
|
master: changed service_throttle_time from 60 to 10 in main.cf
|
2017-12-05 15:19:29 +08:00 |
|
ruki
|
987385ea6e
|
add xmake.lua
|
2017-11-30 10:04:15 +08:00 |
|
zsx
|
41d76c8a04
|
master: can start service with extname of command
|
2017-11-21 17:40:25 +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 |
|
zsx
|
be83030d8d
|
master: add master_config command to get master's configure info.
|
2017-11-21 12:43:34 +08:00 |
|
zhengshuxin
|
b2b6521a75
|
compiling error on CentOS6.x
|
2017-11-16 11:37:57 +08:00 |
|
zhengshuxin
|
3e5a449310
|
master: upgrade version
|
2017-11-13 09:51:41 +08:00 |
|
zhengshuxin
|
65b1bb2162
|
master: update vertion to 2.0
|
2017-11-13 09:37:54 +08:00 |
|
zhengshuxin
|
e86ae675ae
|
master: kill&stop one child with the specified configure file.
|
2017-11-12 20:41:16 +08:00 |
|
zhengshuxin
|
d4fb931056
|
code style format
|
2017-11-12 18:32:08 +08:00 |
|
zhengshuxin
|
8c70aae5fa
|
master: master should not fork child process after starting service failed.
|
2017-11-12 18:27:27 +08:00 |
|
zhengshuxin
|
ef7e4495ac
|
master: can start services specified in configure file.
|
2017-11-12 00:20:15 +08:00 |
|
zhengshuxin
|
76889c5b35
|
master: supporting start service with absolute path
|
2017-11-07 11:54:12 +08:00 |
|
zhengshuxin
|
b7c6384b1e
|
fixed one compiling error
|
2017-10-27 14:15:42 +08:00 |
|
zhengshuxin
|
db886f9d62
|
master: all server template support waiting the service starting status
|
2017-10-27 11:38:10 +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 |
|
zhengshuxin
|
0060ea9487
|
add service status type header
|
2017-10-26 22:00:14 +08:00 |
|
zhengshuxin
|
b998731976
|
building: modify Makefiles to build more quickly on multi-cores CPU
|
2017-10-10 10:19:59 +08:00 |
|
zhengshuxin
|
0f08451aa6
|
master: format c++ code style.
|
2017-09-24 21:10:28 +08:00 |
|
zhengshuxin
|
73fdae6530
|
acl_master's manage: restructure manage web module
|
2017-09-22 18:05:34 +08:00 |
|
zhengshuxin
|
7335f2a449
|
add master's web protocol in markdown file
|
2017-09-19 15:40:01 +08:00 |
|
zhengshuxin
|
32dede69de
|
add reload_timeout into main.cf of acl_master
|
2017-09-11 14:28:22 +08:00 |
|
zsx
|
cb1c642461
|
build ok for Macosx
|
2017-07-17 17:53:56 +08:00 |
|
zhengshuxin
|
5101ef3cc6
|
reload timeout can be set in acl_master
|
2017-09-10 17:54:07 +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
|
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
|
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
|
3d02c72328
|
all master templates support handling SIGTERM signal.
|
2017-09-05 10:58:55 +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
|
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
|
6075440fb2
|
add main.cf into master/daemon/ path
|
2017-07-31 14:14:33 +08:00 |
|
zhengshuxin
|
d0024f25e7
|
for build rpm packing
|
2017-07-31 14:10:40 +08:00 |
|
zhengshuxin
|
c61af177c6
|
for build rpm
|
2017-07-31 14:00:04 +08:00 |
|
zhengshuxin
|
d0b71fb3a4
|
add master_ctld to rpm package.
|
2017-07-31 13:51:34 +08:00 |
|
zhengshuxin
|
b8237e011b
|
add starting time in master management protocol.
|
2017-07-24 16:06:29 +08:00 |
|
zhengshuxin
|
fc3970d0b4
|
all commands of master management are ok!
|
2017-07-21 15:38:28 +08:00 |
|
zhengshuxin
|
9ff0659332
|
fixed one compiling warning in gcc7.1.0
|
2017-07-21 12:26:52 +08:00 |
|
zhengshuxin
|
0b431ee4e8
|
add service restart web interface in acl_master and master's tools
|
2017-07-21 12:17:02 +08:00 |
|