about summary refs log tree commit homepage
path: root/ext/http11/http11.c
DateCommit message (Expand)
2009-02-25rename http11 => unicorn/http11
2009-02-20http11: set SERVER_NAME env regardless of Host: header
2009-02-19http11: don't bother defining SERVER_SOFTWARE
2009-02-09s/Mongrel/Unicorn/g
2009-01-31No more special params hash.
2008-03-08ext/http11: memoize X-Forwarded-For + X-Real-IP headers keys
2008-03-06ext/http11: remove strchr() and scary comment regarding it
2008-03-06ext/http11: optimistically optimize setting of common headers
2008-03-06ext/http11: define "HTTP_" with CPP as a constant instead of a Ruby global
2008-03-06ext/http11: modify the C Ragel parser to upper-snake-case headers in-place
2008-03-02http11: ~6% performance increase in header parsing
2008-01-02trunk version # targets 1.2
2007-12-16New Mongrel.log is verified working for Mongrel Handler, Rails and Merb.
2007-12-11Added compatibility for ruby1.9. Changes made:
2007-11-12ugh
2007-10-27had no idea the version was hardcoded in the C extension somewhere
2007-10-26revert trunk to 1.1
2007-10-26reverts for 1.0.2
2007-10-22pure ruby URIClassifier passes on C and JRuby both; now time to profile and s...
2007-10-15fix #14086
2007-09-16Getting ready for mongrel 1.0.2 - site and versions update. Did I forget to c...
2007-09-13After some discussion with tst upstream author (Peter A friend), he changed t...
2007-08-19Switched to C-Style comments in http11.c so that it will now compile in Solar...
2007-01-23Site update, version bump for the 1.0.1 release
2006-12-20Version change because rubygems can't handle 1.0-rc1 so must be 1.0
2006-12-16Whitelist for headers which can be duplicated.
2006-12-15Version number bump to 0.3.19
2006-11-25Version bump to 0.3.18
2006-11-25Version bump to 0.3.17.
2006-11-25Removed experimental mime carving (in branch now).
2006-11-25A few tweaks to bmhsearch prior to the branch out.
2006-11-20Removed restriction on edge case for begging string not being repetitive.
2006-11-17Version number bump.
2006-11-17More fully tested BMH with extensive fuzzing test.
2006-11-15Version bump to 0.3.15
2006-11-15Implemented fast BMH incremental search class for new MIME carving.
2006-10-24Fixes --group and --user options.
2006-10-03slight tweak to make everything add up for allowed lengths
2006-09-22Mongrel 0.3.13.5 version bump. Final commit of changes from 0.3.13.4. I've b...
2006-08-08Fixes the differences between mongrel and webrick around request URI, path_in...
2006-08-06Increased URI length to 1024, removed ; that cause Sun C problems.
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.