about summary refs log tree commit homepage
path: root/ext
DateCommit message (Expand)
2006-08-08working on more webrick style behavior for REQUEST_URI
2006-08-06Increased URI length to 1024, removed ; that cause Sun C problems.
2006-07-14Bugfixes for 0.3.13.4 release firming up IO tweaks.
2006-07-13Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix fro...
2006-07-01Invalid type on ID could cause meltdown.
2006-06-30Documentation update and sync with latest code.
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-24Fixes for more blocking mongrels, allows changing user:group after socket bin...
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-06-21Version bump, news announce.
2006-05-21LGPL preamble on all source files.
2006-05-21Two typos fixed, reported by Rui Lopes.
2006-05-16Relaxed the previous restriction on invalid URIs with // at the beginning. C...
2006-05-14Rewritten http11 processing to allow for character level IO.
2006-05-11Bump the version number to 0.3.13
2006-05-11Mongrel 0.3.13 release push. Lots of documentation started and little fixes....
2006-05-04Conditional response code from Dan Kubb.
2006-04-20Forgot to check in my changes so this should resolve the conflict.
2006-04-08Fixes the default content type and headers for unknown mime types. Fixes the...
2006-04-06Version number bump before releasing.
2006-04-05Repairs to the parser so it doesn't drop CONTENT_TYPE.
2006-04-04Reverted a new feature from Ragel which broke the parser on certain multi-par...
2006-04-03Minor tweaks to the handlers and http parser to deal with more bad input poss...
2006-04-03Several robustness improvements to protect mongrel against bad HTTP requests.
2006-03-31Implements REMOTE_ADDR such that if HTTP_X_FORWARDED_FOR is set then REMOTE_A...
2006-03-30Implements minor little tweaks to reduce String cycling. Adds ETag and Last-...
2006-03-28Fixes a bug where server name and port wasn't coming through on systems on po...
2006-03-19Beginning of a tuning effort.
2006-03-04Fixed a compile warning on debian in http11.c
2006-02-20Fix recommended to the Ragel spec from Ragel author that makes the parser beh...
2006-02-10Fixed the URIClassifier to solve a problem with 1 character lookups. Complet...
2006-02-08Fixed a bug in the Error404Handler. Created the first Rails runner script.
2006-02-03* Moved various constants around. * Created the remaining feasible CGI varia...
2006-02-02Improved the trie searching to only require one search and work more correctl...
2006-01-31Attempted on last performance tune by rewriting the process_client method in ...
2006-01-30Moved TRACE below the var decls, was throwing errors on FreeBSD gcc.
2006-01-30Last and final attempt at improving the Ruby only speed of the IO processing....
2006-01-28initial import into trunk