root/trunk/bin


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1003 [1003] 04/15/08 01:02:03 ezmobius Make mongrel_rails drop the PID file *before* loading the rails …
(edit) @987 [987] 03/01/08 21:34:49 normalperson mongrel_rails: support -n/--num-procs command-line option Also added …
(edit) @918 [918] 12/17/07 12:15:24 wayneeseguin New logger API is: Mongrel.log(:log_level,"message") or …
(edit) @917 [917] 12/17/07 12:15:22 wayneeseguin Logger now runs much smoother in mongrel_rails / configurator. Logger also …
(edit) @916 [916] 12/16/07 16:42:53 wayneeseguin New Mongrel.log is verified working for Mongrel Handler, Rails and Merb.
(edit) @899 [899] 12/15/07 00:02:04 wayneeseguin Most of the logger refactoring is done.
(edit) @891 [891] 11/30/07 03:55:26 luislavena * bin/mongrel_rails: replaced Win32 platform regex catching more cases. * …
(edit) @877 [877] 11/12/07 16:13:03 evanweaver close #15539
(edit) @865 [865] 11/01/07 01:14:56 evanweaver oops... gems is quite necessary
(edit) @807 [807] 10/27/07 12:33:12 evanweaver obey address flag
(edit) @689 [689] 10/18/07 14:40:48 evanweaver i feel like that should block
(edit) @657 [657] 10/15/07 14:45:26 evanweaver timeout default was wrong
(edit) @624 [624] 09/24/07 11:26:38 evanweaver refactor timeout and death_time to throttle and timeout, respectively, …
(edit) @578 [578] 08/29/07 00:22:59 filipe Small documentation update. (closes: #13299)
(edit) @577 [577] 08/25/07 12:32:51 filipe Validates log and PID paths after loading them from a config file. Guys, …
(edit) @549 [549] 08/13/07 21:01:57 filipe Corrected help text.
(edit) @548 [548] 08/13/07 17:38:48 evanweaver require cgi_multipart in mongrel itself, not mongrel_rails; bump required …
(edit) @472 [472] 12/16/06 00:54:59 zedshaw Wait parameter for stop --force which waits for the pid to go away, and …
(edit) @470 [470] 12/15/06 23:26:54 zedshaw Whitelist for headers which can be duplicated.
(edit) @405 [405] 11/21/06 07:29:54 luislavena Removed the now obsolete _service and _svc scripts from trunk, yahoo!
(edit) @362 [362] 10/24/06 18:00:29 zedshaw Fixes --group and --user options.
(edit) @361 [361] 10/24/06 17:52:21 zedshaw First changes for inclusion of the cgi multipart fix.
(edit) @353 [353] 09/26/06 16:25:44 bricolage * Cosmetic code/comment formatting * Improve messaging for config file …
(edit) @352 [352] 09/25/06 23:51:02 zedshaw Fixes a bug on OSX by changing from exec to system on restart.
(edit) @349 [349] 09/22/06 03:16:54 zedshaw Mongrel 0.3.13.5 version bump. Final commit of changes from 0.3.13.4. …
(edit) @324 [324] 08/14/06 00:32:19 zedshaw Now properly handles the PID from -c on stop/restart.
(edit) @320 [320] 08/12/06 18:12:46 zedshaw Fixes redirects not working with new unlocked IO, becase Matt P. showed me …
(edit) @319 [319] 08/12/06 17:07:10 zedshaw Restart didn't have the pid_file fix.
(edit) @313 [313] 08/12/06 14:01:06 zedshaw Fix so that response output is not locked while Rails is locked.
(edit) @312 [312] 08/11/06 13:46:33 zedshaw Fixes bug where PID file not written when in config file. Improves error …
(edit) @310 [310] 08/08/06 04:25:16 zedshaw Fixes the confusion in the PID and log file settings.
(edit) @304 [304] 08/05/06 13:05:21 zedshaw An extra check on prefix to make sure it's perfect.
(edit) @293 [293] 07/14/06 11:13:51 zedshaw Bugfixes for 0.3.13.4 release firming up IO tweaks.
(edit) @292 [292] 07/13/06 17:34:59 zedshaw Backport of HttpRequest? enhancements from 0.4. Patch to specify --prefix …
(edit) @269 [269] 06/30/06 16:25:14 zedshaw Documentation update and sync with latest code.
(edit) @267 [267] 06/30/06 15:42:12 zedshaw Ruby license applied to all files
(edit) @265 [265] 06/30/06 15:13:35 zedshaw Switched Mongrel to Ruby license.
(edit) @249 [249] 06/20/06 23:23:54 zedshaw Fixes a bug that broke -C for start.
(edit) @240 [240] 06/16/06 15:23:50 zedshaw Cleaned up the logging output to be more 'unix style'. Give a big warning …
(edit) @238 [238] 06/15/06 13:14:07 zedshaw Major bug fixed where sockets would get leaked if the client closed early …
(edit) @232 [232] 06/08/06 17:25:27 zedshaw Fixes a bug where default settings always dominated config files.
(edit) @227 [227] 06/05/06 04:35:34 zedshaw Fixes bugs 4658, 4478, 4402, and minor fix for the katana killer …
(edit) @225 [225] 06/05/06 03:54:06 zedshaw Late night hackery. Moving code for checking users and groups to common …
(edit) @206 [206] 05/22/06 22:58:37 zedshaw PID file wiping is now stopped, and also allows to run a debug without …
(edit) @205 [205] 05/22/06 22:42:37 zedshaw Bug 4414 fixed, should no longer clobber pid file
(edit) @204 [204] 05/21/06 10:05:38 zedshaw Fixed up messages for win32 related to signals. Applied Bradley Taylor's …
(edit) @201 [201] 05/20/06 18:14:08 zedshaw Patch from Bradley Taylor allowing uid/gid change on start.
(edit) @190 [190] 05/19/06 21:56:30 zedshaw Initial code review fixing some things, and rcov addition.
(edit) @189 [189] 05/18/06 10:59:05 zedshaw Fixed bug where mime types weren't getting picked up.
(edit) @175 [175] 05/13/06 16:54:47 zedshaw Enhanced the version and usage messages just for the bikeshedders :-).
(edit) @171 [171] 05/12/06 14:39:42 zedshaw Implemented the -G option for generating config files.
(edit) @170 [170] 05/12/06 13:58:32 zedshaw num-procs and timeout options were not being set
(edit) @165 [165] 05/11/06 14:10:34 zedshaw Mongrel 0.3.13 release push. Lots of documentation started and little …
(edit) @147 [147] 04/05/06 07:29:23 zedshaw Adds thread tracking and cleaner shutdown.
(edit) @142 [142] 04/03/06 21:09:00 zedshaw A little too eager on the search/replace.
(edit) @141 [141] 04/03/06 21:07:30 zedshaw Additional debugging dumps just in case the parser is too ruthless. …
(edit) @140 [140] 04/03/06 14:48:29 zedshaw Wasn't reading the config_script option properly.
(edit) @137 [137] 04/01/06 15:32:50 zedshaw Bug where the config script wouldn't get loaded.
(edit) @135 [135] 04/01/06 03:43:30 zedshaw Fixes incorrect version. Sets up an extra .rb config option (-S). Fixes …
(edit) @133 [133] 03/30/06 04:33:35 zedshaw Stupid emacs capitalized the function call.
(edit) @131 [131] 03/28/06 10:41:52 zedshaw Reports a 1 exit status on errors.
(edit) @124 [124] 03/27/06 01:10:07 zedshaw Final tweaks to speed up the file serving a bit using sendfile and a …
(edit) @123 [123] 03/26/06 18:57:11 zedshaw Final touches to get mongrel_rails working. Fixed URI registration bug. …
(edit) @122 [122] 03/26/06 15:01:50 zedshaw mongrel_rails now uses the RailsConfigurator?. All rails.rb are now in …
(edit) @121 [121] 03/25/06 16:15:30 zedshaw First crack at some advanced debugging features for mongrel and the …
(edit) @120 [120] 03/21/06 22:31:30 zedshaw Updates mongrel scripts to the new thread model with max concurrent and …
(edit) @117 [117] 03/19/06 18:31:30 zedshaw Release that improves performance a bit on most platforms, but …
(edit) @111 [111] 03/15/06 01:21:44 zedshaw Preparing for the 0.3.11 release with a few minor tweaks.
(edit) @110 [110] 03/14/06 22:15:48 zedshaw Fixed the problem with edge rails loading AR from gems rather than from …
(edit) @109 [109] 03/14/06 00:48:37 zedshaw mongrel_config now adapts to the platform it runs on and does either a …
(edit) @100 [100] 03/12/06 02:30:25 zedshaw Finalizes the new look for the config tool and makes it functional for …
(edit) @88 [88] 03/08/06 22:05:11 zedshaw GemPlugin? now doesn't use autorequire. Mongrel adapted to cover an error …
(edit) @87 [87] 03/07/06 19:52:20 zedshaw Initial fix for some edge rails problems.
(edit) @83 [83] 03/06/06 00:31:39 zedshaw Implements the new gem based plugins as a separate projects/gem_plugin. …
(edit) @82 [82] 03/05/06 14:28:52 zedshaw Fixed up unit tests and cleaned up more of the gem plugin code. …
(edit) @80 [80] 03/05/06 02:58:18 zedshaw New plugin loading system that works entirely with rubygems rather than …
(edit) @74 [74] 03/04/06 12:55:39 zedshaw Implemented access to the RailsHandler? from inside rails. Closed off the …
(edit) @71 [71] 03/02/06 23:56:55 luislavena Add quoting for mime_map when registering the service (in case mime file …
(edit) @70 [70] 03/02/06 21:48:46 zedshaw Small tweak to make sure the stop gets through.
(edit) @67 [67] 03/01/06 22:54:32 zedshaw Commands now converted to new plugin setup. Implemented initial plugin …
(edit) @66 [66] 02/28/06 13:07:52 luislavena Renamed InstallCommand? in mongrel_rails_service, with the new plugin …
(edit) @65 [65] 02/28/06 02:04:41 zedshaw New plugin system that is much simpler than pluginfactory and has a lot …
(edit) @63 [63] 02/26/06 21:22:18 luislavena Added a option to select processor affinity for your mongrel service (-c …
(edit) @62 [62] 02/26/06 19:56:59 luislavena We must avoid the trapping of signals for win32. Modified mongrel_rails to …
(edit) @61 [61] 02/26/06 16:39:40 zedshaw Implements an improved SwitchTower? friendly mongrel_rails.
(edit) @59 [59] 02/22/06 20:16:51 luislavena Done some refactoring into mongrel_rails_svc. Modified it, need more …
(edit) @56 [56] 02/22/06 12:10:19 zedshaw Moved the win32 service files so that they can be used directly as …
(edit) @53 [53] 02/20/06 19:55:39 zedshaw As the CGI and Handlers get bigger we'll need to separate their code out. …
(edit) @50 [50] 02/20/06 14:00:49 luislavena Modified the Rakefile removing dependency of daemons just for win32 gem. …
(edit) @46 [46] 02/19/06 10:03:32 zedshaw Fixed the content-type finally and added a bit to let windows do CTRL-C.
(edit) @45 [45] 02/18/06 15:32:05 zedshaw Did the recent announcement for 0.3.5. Modified the Rakefile in prep for …
(edit) @41 [41] 02/16/06 01:41:47 zedshaw Functioning CGIWrapper that does a better job of dealing with the …
(edit) @38 [38] 02/15/06 02:38:15 zedshaw Fix for that same content-length bug, but now fixed by gutting CGI to use …
(edit) @36 [36] 02/14/06 07:19:02 zedshaw Added requested features for running RoR applications.
(edit) @32 [32] 02/11/06 22:37:38 zedshaw Release that has better Rails servicing support. Might not work in win32.
(edit) @30 [30] 02/11/06 20:30:33 zedshaw Initial command/plugin setup for Mongrel
(edit) @28 [28] 02/10/06 01:46:25 zedshaw Forgot to reset the daemonize mode.
(edit) @27 [27] 02/10/06 01:45:50 zedshaw Now runs rails pretty completely, if a little slower than I'd like.
(edit) @24 [24] 02/09/06 21:38:18 zedshaw Fixed the URIClassifier to solve a problem with 1 character lookups. …
(edit) @23 [23] 02/09/06 20:06:55 zedshaw Created rails runner, started making it daemon capable.
Note: See TracRevisionLog for help on using the revision log.