public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
commit  1ff0e8a049ecdf0781e959f096e2bfd71d5c5032
tree    39d268ba7e479b019fb2187c0076a7e9f84339a6
parent  a9acdec985583b0a9dd539417634b2c0eaee3b40
thin / spec
name age message
..
directory backends/ Sat Mar 01 21:55:16 -0800 2008 Seperate perf specs and run only through rake s... [macournoyer]
file command_spec.rb Sat Mar 01 22:49:47 -0800 2008 Fix a couple more test failing on a clean Ubunt... [macournoyer]
directory configs/ Sun Feb 03 19:04:25 -0800 2008 Add specs for Service controller. [macournoyer]
file connection_spec.rb Fri Apr 18 19:38:06 -0700 2008 Rescue all types of errors when processing request [macournoyer]
directory controllers/ Sun Apr 20 16:03:24 -0700 2008 Allow rackup .rb files by getting a conventiona... [bmizerany]
file daemonizing_spec.rb Mon Mar 03 16:49:32 -0800 2008 Clean stale PID files when starting as daemon, ... [macournoyer]
file headers_spec.rb Sun Jan 20 20:36:32 -0800 2008 Alter response headers to output directly to a ... [macournoyer]
file logging_spec.rb Mon Feb 11 18:51:06 -0800 2008 * Wrap application in a Rack::CommonLogger adap... [macournoyer]
directory perf/ Sat Mar 01 21:55:16 -0800 2008 Seperate perf specs and run only through rake s... [macournoyer]
directory rack/ Sat Apr 05 11:52:25 -0700 2008 Refactor Rack loader. [macournoyer]
directory rails_app/ Sun Jan 06 21:36:26 -0800 2008 Add URL rewriting to Rails adapter so that page... [macournoyer]
directory request/ Sat Apr 05 21:21:08 -0700 2008 Fix server crash when header too large. [macournoyer]
file response_spec.rb Sat Mar 01 21:55:16 -0800 2008 Seperate perf specs and run only through rake s... [macournoyer]
file runner_spec.rb Sat Apr 05 13:32:56 -0700 2008 Add --require (-r) option to require a library,... [macournoyer]
directory server/ Sat Apr 05 21:21:08 -0700 2008 Fix server crash when header too large. [macournoyer]
file server_spec.rb Fri Apr 18 12:16:33 -0700 2008 Allow passing port as a string in Server.new [macournoyer]
file spec_helper.rb Thu Apr 03 20:45:53 -0700 2008 * Make Server.new arguments more flexible, can ... [macournoyer]