summaryrefslogtreecommitdiff
path: root/test/cgi
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary executable bit from test files (#1992)Jon Dufresne2022-12-044-0/+0
* Rename `testrequest.rb` -> `test_request.rb`.Samuel Williams2020-05-243-11/+7
* Remove broken lighttpd specs.Samuel Williams2019-11-162-35/+0
* Remove magic comments for emacsYoshiyuki Hirano2018-04-176-10/+0
* RuboCop: frozen string literals, comment whitespace (#1256)yhirano552018-04-165-0/+8
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* I *think* the load path is wrong on the CI, so try requiring earlyAaron Patterson2015-09-051-0/+1
* Add support for serving gzipped static filesJeremy Evans2015-05-211-0/+0
* Allow Rack::Static to assign HTTP Headers based on rulesThomas Klemm2012-08-316-0/+6
* Stop binding to public addresses during tests, annoying firewall popups and s...James Tucker2011-12-211-0/+1
* Wrap test apps in Rack::Lint (first pass)Lars Gierth2011-12-212-2/+2
* Correct Rack::Directory to escape file names and directories that contain RFC...James Tucker2011-12-041-0/+1
* Fix cgi test for BSDish systemsraggi2010-06-161-1/+1
* Rename spec/ back to test/Christian Neukirchen2010-06-156-0/+58
* Ported specs to baconMichael Fellinger2010-06-126-59/+0
* Add a failing test and fix for #90Julik2010-02-073-1/+17
* rackup should expect $LOAD_PATH to already be set upJoshua Peek2009-09-051-2/+1
* Use the universally supported select event handler for lighttpd.postmodern2008-11-281-1/+1
* Wrangle paths so finally lighttpd should start everything on all platforms co...Christian Neukirchen2008-08-092-2/+3
* More cleanupChristian Neukirchen2008-05-311-8/+0
* Convert Rakefile to use GitChristian Neukirchen2008-05-251-0/+8
* Changes to get lighttpd setup and running when rake fulltest is run; also add...stephen.bannasch2008-03-172-3/+1
* Remove lighttpd comment.Christian Neukirchen2007-03-021-2/+1
* Move TestRequest to test/Christian Neukirchen2007-02-283-3/+3
* Add CGI and FastCGI support for rackupChristian Neukirchen2007-02-262-2/+16
* Adapt Rack::Handler::CGI APIChristian Neukirchen2007-02-261-1/+1
* Add a FastCGI handlerChristian Neukirchen2007-02-262-1/+15
* Remove stray pathsChristian Neukirchen2007-02-171-2/+1
* Add Lint to the testsChristian Neukirchen2007-02-161-1/+2
* Initial import of RackChristian Neukirchen2007-02-152-0/+18