about summary refs log tree commit homepage
DateCommit message (Expand)
2008-12-01Got rid of handlers and test_conditional, now people just use rack
2008-12-01Removed configurator, replaced by Racks UrlMap
2008-12-01Got tests working with rack
2008-11-28Unjoined thread for now. Will fix later.
2008-11-22Merge branch 'cleanup'
2008-11-22Join thread at the end of start
2008-11-22Remove debug.
2008-11-22Rakefile.
2008-11-22test_ws passes with rack
2008-11-22removed dispatchers
2008-11-22Remove handlers.
2008-11-22Non working rack implementation
2008-11-22Mongrel::Service moved to its own repository. Everything else deleted, becaus...
2008-11-22Added testing for rack support
2008-11-22These rake tasks are going away.
2008-11-22Removed examples and debug.rb.
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