public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Mark Bates (author)
Tue Apr 22 05:27:15 -0700 2008
commit  1f1672607214f2f98f8076d83e1970a5a4e21bd2
tree    70efc9c51b9857f43b6690cb7b3ae6b8a267d0a0
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/ Fri Apr 18 19:17:24 -0700 2008 Use Swiftiply backend when -y option is specified [macournoyer]
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]