You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[ad40a95][doc] Added some code docs (`indexzero`)
517
517
*[221c170][doc] Update help in bin/forever (`indexzero`)
@@ -521,9 +521,9 @@ v0.6.0 / Mon, 11 Jul 2011
521
521
*[381ecaf][api] Expose `forever.columns` and update `forever.format` to generate results dynamically (`indexzero`)
522
522
*[bc8153a][minor] Trim whitespace in lib/* (`indexzero`)
523
523
*[2a163d3][dist] Add `portfinder` dependency to package.json (`indexzero`)
524
-
*[57a5600][doc] Remove references to *.fvr files in README.md (`indexzero`)
524
+
*[57a5600][doc] Remove references to \*.fvr files in README.md (`indexzero`)
525
525
*[ef59672][test] Updated tests for refactor in previous commit (`indexzero`)
526
-
*[7ae870e][refactor]**Major awesome breaking changes** Forever no longer uses *.fvr files in-favor of a TCP server in each forever process started by the CLI. Programmatic usage will require an additional call to `forever.createServer()` explicitally in order for your application to be available in `forever list` or `forever.list()` (`indexzero`)
526
+
*[7ae870e][refactor]**Major awesome breaking changes** Forever no longer uses \*.fvr files in-favor of a TCP server in each forever process started by the CLI. Programmatic usage will require an additional call to `forever.createServer()` explicitally in order for your application to be available in `forever list` or `forever.list()` (`indexzero`)
527
527
*[a26cf9d][minor] Catch `uncaughtException` slightly more intelligently (`indexzero`)
528
528
*[4446215][api] Include uids in `forever list` (`indexzero`)
529
529
*[57bc396][minor] Create `options.uid` by default in `.startDaemon()` if it is already not provided (`indexzero`)
@@ -581,8 +581,8 @@ v0.5.2 / Fri, 13 May 2011
581
581
=========================
582
582
*[2c99741][dist] Version bump. 0.5.2 (`indexzero`)
583
583
*[eab1c04][fix] Check if processes exist before returning in `.findByScript()`. Fixes #50 (`indexzero`)
584
-
*[e18a256][fix] Batch the cleaning of *.fvr and *.pid files to avoid file descriptor overload. Fixes #53 (`indexzero`)
585
-
*[828cd48][minor]*print help when a valid action isn't given (`nlco`)
584
+
*[e18a256][fix] Batch the cleaning of \*.fvr and \*.pid files to avoid file descriptor overload. Fixes #53 (`indexzero`)
585
+
*[828cd48][minor]\*print help when a valid action isn't given (`nlco`)
*[0fb8abe][minor] Small require formatting updates. Try to be more future-proof. (`indexzero`)
596
596
*[3112380][fix] Small fixes found from some upstream integrations (`indexzero`)
597
-
*[9788748][fix] Better handling of bookkeeping of *.fvr and *.pid files. Closes #47 (`indexzero`)
597
+
*[9788748][fix] Better handling of bookkeeping of \*.fvr and \*.pid files. Closes #47 (`indexzero`)
598
598
*[864b1d1][minor] Small fixes (`indexzero`)
599
599
*[9b56c41][api] Allow for forced exit if scripts restart in less than `minUptime` (`indexzero`)
600
600
*[650f874][minor] Add docs for `forever clear <key>` (`indexzero`)
@@ -672,7 +672,7 @@ v0.3.0 / Tue, 23 Nov 2010
672
672
=========================
673
673
*[5d6f8da][dist] Version bump. 0.3.0 (`indexzero`)
674
674
*[29bff87][doc] Updated formatting in README.md (`indexzero`)
675
-
*[00fc643][api bin doc test] Added stop, stopall, and list command line functionality. Forever now tracks all daemons running on the system using *.fvr files (`indexzero`)
675
+
*[00fc643][api bin doc test] Added stop, stopall, and list command line functionality. Forever now tracks all daemons running on the system using \*.fvr files (`indexzero`)
676
676
*[d084ad1][minor] Make samples/server.js listen on 8000 (`indexzero`)
0 commit comments