about summary refs log tree commit homepage
path: root/ext/http11/http11_parser.c
DateCommit message (Expand)
2008-07-15http_parser: restore r996 (accept '"', '<', and '>' characters in URLs)
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-17ragel task does java too
2007-10-15fix #14086
2007-02-23Move to the latest Ragel.
2006-08-26Finally a solution to the damn memory leak. It's a leak in ruby http://pasti...
2006-08-16Added mongrel_cluster as officially part of mongrel.
2006-08-12Regenerates the parser so the fix for non-spaced headers goes through, and ad...
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-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-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-01-28initial import into trunk