about summary refs log tree commit homepage
path: root/ext/http11/http11_parser.rl
DateCommit message (Expand)
2008-07-15http11: fix Ragel parser to work with Ragel 6.2
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
2007-10-17almost working
2007-10-17restore machine actions
2007-10-17definitely broken
2007-10-15slightly more readable?
2007-10-15fix #14086
2006-08-16Added mongrel_cluster as officially part of mongrel.
2006-08-11Fixes bug where PID file not written when in config file. Improves error mes...
2006-08-08Fixes the differences between mongrel and webrick around request URI, path_in...
2006-08-08working on more webrick style behavior for REQUEST_URI
2006-07-14Bugfixes for 0.3.13.4 release firming up IO tweaks.
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-05-21LGPL preamble on all source files.
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-04-08Fixes the default content type and headers for unknown mime types. Fixes the...
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-03Several robustness improvements to protect mongrel against bad HTTP requests.
2006-03-19Beginning of a tuning effort.
2006-02-20Fix recommended to the Ragel spec from Ragel author that makes the parser beh...
2006-02-03* Moved various constants around. * Created the remaining feasible CGI varia...
2006-01-28initial import into trunk