summaryrefslogtreecommitdiff
path: root/test/cgi
Commit message (Collapse)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
| | | | * Remove needless magic comments for file local vars of emacs
* RuboCop: frozen string literals, comment whitespace (#1256)yhirano552018-04-165-0/+8
| | | | * RuboCop: Style/FrozenStringLiteralComment, Layout/EmptyLineAfterMagicComment, Layout/LeadingCommentSpace * Removed duplicated magic comments in Rack::RewindableInput
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
| | | | See https://github.com/rack/rack/issues/1243 for history of this task
* 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
| | | | | | | | | This makes it simple to served static files that have already been gzipped. This is significantly faster than using Rack::Deflater to serve the same files, as it results in less IO and it avoids the need to gzip at runtime. This provides a similar feature to nginx's gzip_static directive.
* 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 ↵James Tucker2011-12-211-0/+1
| | | | so on.
* Wrap test apps in Rack::Lint (first pass)Lars Gierth2011-12-212-2/+2
| | | | | Update tests for Auth::Basic, Auth::Digest, Builder, Casecase, Handler::CGI, Chunked, CommonLogger and ConditionalGet.
* Correct Rack::Directory to escape file names and directories that contain ↵James Tucker2011-12-041-0/+1
| | | | RFC3986 reserved characters
* 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
| | | | Signed-off-by: Christian Neukirchen <chneukirchen@gmail.com>
* 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
| | | | * freebsd-kqueue is obviously not supported on Linux.
* Wrangle paths so finally lighttpd should start everything on all platforms ↵Christian Neukirchen2008-08-092-2/+3
| | | | correctly
* More cleanupChristian Neukirchen2008-05-311-8/+0
|
* Convert Rakefile to use GitChristian Neukirchen2008-05-251-0/+8
| | | | darcs-hash:20080525143330-4fc50-229a17902d777d9b145e8809523a5c37f8a6fbb7.gz
* Changes to get lighttpd setup and running when rake fulltest is run; also ↵stephen.bannasch2008-03-172-3/+1
| | | | | | added some doc to the readme about running tests darcs-hash:20080317232818-e5e5c-3490329542c9910843e6681405e82c054b459f7e.gz
* Remove lighttpd comment.Christian Neukirchen2007-03-021-2/+1
| | | | | | The bug has been fixed in later versions. darcs-hash:20070302151010-4fc50-ea2855d21f46d18a64290dd950f603f2703f3e27.gz
* Move TestRequest to test/Christian Neukirchen2007-02-283-3/+3
| | | | darcs-hash:20070228191254-4fc50-42c88e9d6f28ad0390f74ca1867af3da76ed7620.gz
* Add CGI and FastCGI support for rackupChristian Neukirchen2007-02-262-2/+16
| | | | darcs-hash:20070226184526-4fc50-375c879ca1ff3a8c3b60792e02bc3fbfe0dc256c.gz
* Adapt Rack::Handler::CGI APIChristian Neukirchen2007-02-261-1/+1
| | | | darcs-hash:20070226181026-4fc50-c9325d4ba991d64883fc2e4493b807e60cce780d.gz
* Add a FastCGI handlerChristian Neukirchen2007-02-262-1/+15
| | | | darcs-hash:20070226175905-4fc50-ebc594a3b1c04fd053473970da0466f7da311739.gz
* Remove stray pathsChristian Neukirchen2007-02-171-2/+1
| | | | darcs-hash:20070217125529-4fc50-7acc9194a58f49ce9b02b3879f7d66c40007012b.gz
* Add Lint to the testsChristian Neukirchen2007-02-161-1/+2
| | | | darcs-hash:20070216130154-4fc50-859d2a4cedef502110cd0c23f7ce9a1a01c743ec.gz
* Initial import of RackChristian Neukirchen2007-02-152-0/+18
darcs-hash:20070215180552-4fc50-5244b419295be6579293e7ae68574ddc3cb56641.gz