Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2014-01-28
| ||
21:46 | Removed Test::Deep build dependency. Leaf check-in: c34ca61bc0 user: gelu tags: trunk | |
2014-01-19
| ||
11:11 | Release 0.014. Services become process group leaders. Updated documentation. check-in: b9a466d6f8 user: gelu tags: trunk | |
2013-12-07
| ||
21:58 | Release 0.0.13. check-in: bae3ee7d19 user: gelu tags: trunk | |
21:52 | Fixed svc. check-in: 77f6515fa2 user: gelu tags: trunk | |
2013-11-18
| ||
16:29 | Release 0.012. check-in: 53c13b625b user: gelu tags: trunk | |
2013-11-14
| ||
22:39 | More tests for run options. check-in: cf1b01713f user: gelu tags: trunk | |
2013-11-13
| ||
22:51 | Extended support for executing coderefs and passing arrays to run check-in: cb36344ce3 user: gelu tags: trunk | |
2013-11-04
| ||
17:58 | Replace exit() with POSIX::_exit() to prevent the listener from being destroyed. check-in: 6389b45d85 user: gelu tags: trunk | |
2013-11-02
| ||
11:13 | Preliminary support for executing code references. check-in: 899504d3f0 user: gelu tags: trunk | |
2013-10-20
| ||
19:37 | Release 0.011: fixed namespaces for modules under App::Sv, added run->{cwd} option. check-in: c2fb134a01 user: gelu tags: trunk | |
2013-10-12
| ||
08:00 | Release 0.010. Moved umask and environment preparation in the child; fixed a bug where the child would lose the environment if it terminates. check-in: 46f571368c user: gelu tags: trunk | |
2013-10-06
| ||
09:40 | Release 0.009. check-in: 7a2d85c18e user: gelu tags: trunk | |
08:52 | Changes in the way $run->{env} is handled check-in: 6328a7f785 user: gelu tags: trunk | |
2013-10-05
| ||
08:58 | Added run->{env} option and functions to save/restore %ENV check-in: 34ff39c66c user: gelu tags: trunk | |
2013-09-30
| ||
18:47 | Moved loggers to App::Sv::Log. check-in: 7fe9fd9a9c user: gelu tags: trunk | |
2013-09-21
| ||
08:46 | Release 0.008. check-in: e82bba39dd user: gelu tags: trunk | |
06:59 | More checks on run params, _status() now calls $self->{cmds}->{status}->() check-in: 384a2ae266 user: gelu tags: trunk | |
2013-09-11
| ||
05:40 | Release 0.007. check-in: b62dc63240 user: gelu tags: trunk | |
2013-09-10
| ||
19:36 | Updated cpanfile, documentation. check-in: de6670e675 user: gelu tags: trunk | |
2013-09-09
| ||
19:58 | Fix some annoyances. check-in: b48a18daee user: gelu tags: trunk | |
18:23 | Switched build to Minilla. check-in: 3feee5cf03 user: gelu tags: trunk | |
2013-09-08
| ||
19:48 | Release related changes. check-in: 09393a7ffc user: gelu tags: trunk | |
2013-09-01
| ||
16:09 | Added up/down checks and two new states. check-in: e57882c49e user: gelu tags: trunk | |
2013-08-31
| ||
12:59 | Modified start_delay param, status commands. Added service state. check-in: 64b1a9ea90 user: gelu tags: trunk | |
2013-08-30
| ||
19:35 | Documentation changes, svc displays help instead of an error when called without arguments. check-in: 3e7cab1e7e user: gelu tags: trunk | |
2013-08-25
| ||
14:42 | Added -c option to svc and updated its documentation. check-in: eaee50fe77 user: gelu tags: trunk | |
2013-08-20
| ||
19:09 | Documentation updates. check-in: 1627233c61 user: gelu tags: trunk | |
2013-08-19
| ||
13:43 | Updated the documentation. Got rid of Data::Dumper. check-in: d8b3ab3742 user: gelu tags: trunk | |
2013-08-05
| ||
05:17 | Dropped stop_signal and reload_signal params. The stop command sends SIGTERM and the reload command has been replaced. check-in: 6aa3e580a4 user: gelu tags: trunk | |
2013-08-02
| ||
21:11 | New command system, status command. check-in: af929c9c41 user: gelu tags: trunk | |
2013-07-29
| ||
20:08 | Changed some variables to make the code more readable. New command system in preparation. check-in: fb37ec77bd user: gelu tags: trunk | |
2013-07-28
| ||
19:23 | Added the ts_format option for the log timestamps. check-in: c4c85a082e user: gelu tags: trunk | |
2013-07-27
| ||
14:43 | Replaced all the loggers with AnyEvent::Log. check-in: b954958c65 user: gelu tags: trunk | |
2013-07-22
| ||
20:25 | Added the process controler command. check-in: 40165261ca user: gelu tags: trunk | |
18:27 | Fixed the start_retries option and documented it, added process uptime to status. Modified the control commands. check-in: 7f678b56a1 user: gelu tags: trunk | |
2013-07-20
| ||
20:13 | Controlling scoket rewritten using AnyEvent::Handle. Documentation changes. check-in: 8483bc73d0 user: gelu tags: trunk | |
2013-07-14
| ||
09:03 | Umask wasn't set correctly. Changed how the config file is handled. check-in: 17608b7114 user: gelu tags: trunk, prod | |
2013-07-13
| ||
17:22 | Changed the way default command options are handled. Added umask, user and group options, removed some unused options. Modified tests, updated the documentation. check-in: de6b031c17 user: gelu tags: trunk | |
2013-07-10
| ||
19:16 | Modified some more documentation and configs. check-in: 2da580cf23 user: gelu tags: trunk | |
2013-07-08
| ||
05:41 | Modified the documentation. The options can now also be passed w/o enclosing braces {}. check-in: 7539830440 user: gelu tags: trunk | |
2013-07-07
| ||
06:47 | Modified tests among other things. check-in: 122fc44a0a user: gelu tags: trunk | |
2013-06-30
| ||
09:04 | Changed a comment. check-in: 0ce462f12d user: gelu@devull.ro tags: trunk | |
08:53 | Modifier the helper script. It now reuires YAML::Tiny for the config. Also changed how the conf is used internally. check-in: 5f2e341954 user: gelu@devull.ro tags: trunk | |
2013-06-29
| ||
05:59 | Renamed package to comply with licensing terms. check-in: 68f4fae5ae user: gelu@devull.ro tags: trunk | |
2013-06-26
| ||
19:36 | Revamped command system, added aliases, restart and reload commands. check-in: 25dcc69bf3 user: gelu@devull.ro tags: trunk | |
2013-06-25
| ||
17:24 | Added status command, more checks. check-in: 23034f5bd3 user: gelu@devull.ro tags: trunk | |
2013-06-20
| ||
15:27 | Added command to stop a service. check-in: 4bff4288a4 user: gelu@devull.ro tags: trunk | |
2013-06-12
| ||
19:00 | Added a socket for supervised process control. check-in: b9f7792cfd user: gelu@devull.ro tags: trunk | |
2013-05-29
| ||
18:16 | Retry indefinitely when start_retries = 0. check-in: 361b199362 user: gelu@devull.ro tags: trunk | |
2013-05-13
| ||
17:04 | Removed some embarassing code. check-in: d74cf3712c user: gelu@jinx tags: trunk | |