v0.6
Changelog
508a11d fix compile error
5baad2f Update version.go
8adbb5b create static link binary
513f091 static link
3e4e547 Update README.md
289386c #131: delay between retries
bdd3dc3 Merge pull request #124 from xmonitor/master
ef69f1b Merge pull request #129 from ruudk/patch-1
7bdcbab Merge pull request #130 from ruudk/patch-2
084f7a1 Remove debug logs
b1a2eb2 StopAllProcesses in parallel
8c9c4f1 fix process test failure
0c0cdf0 #123: log Console
5d6c1ce Update README.md
8abb3e4 multiple log file support
df96aae #118: Process.isRunning is incorrect
c6e9d46 Update README.md
707bf5d #125: support more process start and stop in the same time
b6ca329 Fix: remove program from config just by its program name without 'program:' prefix'
c613a3f fix the CI failure issue
4e3ca4e revert to error level if fail to listen on address because of CI failure
1c37372 Merge pull request #122 from thisforeda/master
563a8b3 should exit when xmlrpc failed listen.
e703d08 start&stop multi-process in async mode
d9832db fix: supervisord ctl reload hangs supervisord
140b721 check process is running in more robust way
bcb5122 fix: unix_http_server not working
814985e Merge pull request #112 from Al2Klimov/bugfix/process-stop-parallel
899aaa6 disable daemon reaper message
74e4623 Stop processes concurrently on ^C
12317cc reap zombie if supervisord pid is 1
89a6b71 add webGUI description
d38be20 Add files via upload
e2651a7 fix program start-up hang if startsecs is 0
cdf7207 fix ctl status hang up if program exit quickly
e1b4d5c fix supervisor client hang up
1eab08a program parameter stopasgroup&killasgroup support
c417e90 program parameter stopasgroup&killasgroup support
026fb4b fix program startretries
248cb24 don't block get process info during process starting
ac80388 Merge pull request #105 from spx/master
1513269 supervisorctl get username and password from config
cb6581b color the supervisord ctl status
d5ea22b sort the program in xml request
41498ba more friendly message if process is not found for pid command
4fcca4b don't lower the program name in 'ctl status'
744436d return non-zero if fail to connect to supervisord in ctl
97b9b06 webgui support
656c6d1 multiline configuration in deeper indent
304f34c Merge pull request #99 from Siecje/signal
09419ea Fix supervisord ctl signal usage