- Package: update commander to v0.6.1
- Restrict the suicide test to only spawn 1 worker
- Regain non-windows compatibility
- Revert "pegged express devDependency version because of breaking change in 3.0.0alpha1"
- Ensure all workers are gone before spawning if the timeout is zero.
- Add support for watching json changes and use
file
instead offilename
. - Merge pull request #27 from mugami-ast/connect2-fix
- Use the preferred "raw mode" API depending on the node version.
- Don't use the 'keypress' event.
- Windows compatibility
- worker: call address() on the callback context instead of the server for Connect 2.0 compatability
- Add sticky worker routing for socket.io xhr-polling, jsonp-polling, htmlfile calls
- Add --pidfile to the README.
- Add an option to write a file with the pid.
- Re-release 0.1.6.
- Fixed preservation of DEBUG env.
- Added reloading with ctrl+r
- Bumped distribute
- Removed ping instrumentation.
- Bumped distribute to 0.1.3.
- Added: commit suicide when master is down. [tj]
- Fixed; pass along env to workers. Closes #6. [tj]
- Avoid crash when
--timeout
flag is not supplied [marco]
- Initial release