about summary refs log tree commit homepage
DateCommit message (Expand)
2008-11-22Non working rack implementation
2008-11-22Added testing for rack support
2008-11-08require 'fcntl' for the Fcntl::FD_CLOEXEC flag
2008-08-20set close-on-exec flag on listen socket
2008-07-15http_parser: restore r996 (accept '"', '<', and '>' characters in URLs)
2008-07-15Remove nasty_pound_header test since we've always failed it
2008-07-15http11: fix Ragel parser to work with Ragel 6.2
2008-06-22bump version to 1.0.3
2008-06-22make native build a noop on Rubies that have no real need for fastthread
2008-06-06deal with missing rb_thread_wakeup_alive in earlier Ruby versions
2008-06-06update CHANGELOG
2008-06-06fix missing enq alias for SizedQueue
2008-06-06bump version to 1.0.2
2008-06-06synchronize with ruby_1_8, merging r13476
2008-06-06merge r12278 from ruby_1_8
2008-05-24Restore trunk from stable1-2 branch.
2008-05-22I think that was a bug.
2008-04-18Wait longer for child process terminate properly (max 20 seconds).
2008-04-18Added emulation of slow termination processes.
2008-04-18Include tests projects and child process fixtures.
2008-04-18Ported ConsoleProcess tests from RubyServices.
2008-04-18Updated FreeBASIC compilation tools.
2008-04-17mongrel_service: Merged changes from trunk.
2008-04-17mongrel_service: updated ServiceFB library (pistoned).
2008-04-17Document issue with soft restart pid file setting (closes #29).
2008-04-17Apply r1003 to stable.
2008-04-15Make mongrel_rails drop the PID file *before* loading the rails framework... ...
2008-04-06GemPlugin was looking for 'init.rb' on every gem, that's nasty.
2008-03-31A bunch of corrections to the Rakefiles and the Manifest.
2008-03-31Somehow the RUBY_PLATFORM regexp got lost between branches... great!
2008-03-31Remove fixed port numbers used in tests, make tests more friendly to
2008-03-31Remove fixed port numbers used in tests, make tests more friendly to
2008-03-30Remove deprecated WIN32 and use Gem::Platform::CURRENT instead.
2008-03-27http11_parser: accept '"' (double-quote), '<', and '>' characters in URLs
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
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-03-02mongrel: avoid needless syscall when num_processors limit is reached
2008-03-02mongrel_rails: support -n/--num-procs command-line option
2008-03-01Use correct requirement for test helper in test/unit/test_ws.rb (Eric Wong).
2008-02-29Gems 1.0.1 needs Platform::CURRENT instead of Platform::WIN32 for some reason.
2008-02-23Add IOError to test exception list because JRuby trunk started throwing it in...
2008-02-23Update all constants for the release, as Luis reminded me.
2008-02-23Add 'doc' to clean pattern.
2008-02-22Remove fastthread and cgi_multipart_eof_fix from 1.2 gem dependencies.
2008-02-20Move the stable 1-1 branch to stable 1-2, because it has too many changes in ...