summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make Rack::Lint::InputWrapper delegate size method to underlying IO object.rack-0.4Michael S. Klishin2008-09-052-0/+16
| | | | | | See http://snurl.com/3nesq: Lint was breaking file uploads in a Merb app. Signed-off-by: Michael S. Klishin <michael@novemberain.com>
* Update to version 0.40.4Christian Neukirchen2008-08-211-1/+1
|
* Fix packaging scriptChristian Neukirchen2008-08-211-0/+2
|
* Update READMEChristian Neukirchen2008-08-212-14/+28
|
* Document REQUEST_METHOD future changesChristian Neukirchen2008-08-191-0/+1
|
* Disarm and document Content-Length checking in Rack::Lint for 0.4Christian Neukirchen2008-08-173-100/+19
|
* Improve test documentationChristian Neukirchen2008-08-091-6/+22
|
* Don't test OpenID in the default test suiteChristian Neukirchen2008-08-091-1/+1
|
* Wrangle paths so finally lighttpd should start everything on all platforms ↵Christian Neukirchen2008-08-094-8/+5
| | | | correctly
* Don't test openid if not availableChristian Neukirchen2008-08-091-0/+5
|
* Don't test mongrel if not availableChristian Neukirchen2008-08-091-0/+5
|
* Silence OpenID warningsChristian Neukirchen2008-08-091-0/+4
|
* Make memcache tests start and kill memcached itselfChristian Neukirchen2008-08-091-0/+14
|
* BUG: Output of date in wrong time format for cookie expiration (fixed)Scytrin dai Kinthra2008-08-073-5/+10
| | | | Altered test output to match correct name of gem needing to be installed for memcache
* Merge commit 'core/master'Scytrin dai Kinthra2008-08-0717-59/+376
|\
| * Make Rack::Lint threadsafeChristian Neukirchen2008-08-011-1/+5
| | | | | | | | reported by Sunny Hirai
| * Merge git://github.com/dkubb/rackChristian Neukirchen2008-07-2410-45/+140
| |\
| | * Ensure the comparison is case insensitiveDan Kubb2008-07-241-1/+1
| | |
| | * Updated Rake::Lint to ensure Content-Length header is present for ↵Dan Kubb2008-07-2410-45/+140
| | | | | | | | | | | | non-chunked responses
| * | Make Lint show proper errors for headersJulik2008-07-122-8/+11
| |/
| * Fix digest paramater scanning.Clive Crous2008-07-091-2/+2
| | | | | | | | | | | | | | Current scan sometimes took down sites. Worst case scenario is when a user just clicked "ok" without entering a username. This could take down the entire website. This is related to the ruby (language) bug: http://rubyforge.org/tracker/index.php?func=detail&aid=21131&group_id=426&atid=1698
| * spec_rack_handler.rb - Fixed typosChristoffer Sawicki2008-07-061-1/+1
| |
| * spec_rack_utils.rb - Reformulated two test case descriptionsChristoffer Sawicki2008-07-061-2/+2
| |
| * deflater.rb - Make gzip's mtime parameter mandatoryChristoffer Sawicki2008-07-061-1/+1
| |
| * deflater.rb - Update TODOsChristoffer Sawicki2008-07-061-2/+0
| |
| * deflater.rb - Move out the Zlib::Deflate constructor arguments to a constantChristoffer Sawicki2008-07-061-6/+9
| |
| * deflater.rb - Removed unnecessary require "time" and whitespaceChristoffer Sawicki2008-07-062-5/+4
| |
| * added mtime for Deflater.gzip and fixed gzip specBen Alpert2008-07-062-3/+10
| |
| * deflater.rb - Added an error message for the 406 Not Acceptable caseChristoffer Sawicki2008-07-062-8/+13
| |
| * added gzip support to Rack::DeflaterBen2008-07-062-1/+27
| |
| * Implemented Rack::DeflaterChristoffer Sawicki2008-07-063-0/+96
| |
| * Added support for Accept-Encoding (via Request#accept_encoding and ↵Christoffer Sawicki2008-07-064-0/+81
|/ | | | Utils.select_best_encoding)
* Merge branch 'openid2'Scytrin dai Kinthra2008-07-012-58/+152
|\
| * Refactoring of sanity checks on adding extensions for more descriptive ↵Scytrin dai Kinthra2008-07-012-21/+66
| | | | | | | | | | | | exceptions. Additional tests on extension handling.
| * Default :return_to is Request#url.Scytrin dai Kinthra2008-07-011-3/+11
| | | | | | | | | | Reordering of finish vs check to prevent recursive oid checks. Additional $DEBUG output
| * Documentation revisions. 80 cols!Scytrin dai Kinthra2008-07-011-34/+75
|/
* Additional documentation examples.Scytrin dai Kinthra2008-06-291-0/+11
|
* Merge branch 'openid2'Scytrin dai Kinthra2008-06-292-8/+105
|\
| * Revisions to setup checks in order to match test specs.Scytrin dai Kinthra2008-06-292-6/+11
| | | | | | | | | | Revisions to corresponding documentation. Addition of #extension_namespaces for conveniance.
| * Additional checks and tests for extension handling.Scytrin dai Kinthra2008-06-282-6/+53
| |
| * Expansion and better handling of extensions.Scytrin dai Kinthra2008-06-281-18/+42
| | | | | | | | | | Additional documentation and revisions in reference to extensions. General documentation revisions.
| * Initial support for OpenID extensions.Scytrin dai Kinthra2008-06-281-3/+24
|/ | | | Extensions require implementation from ::OpenID::Extension
* Reformatting of debug warningScytrin dai Kinthra2008-06-281-1/+2
|
* Make Rack::File use RFC 2616 HTTP Date/Time format for Last-ModifiedDan Kubb2008-06-272-2/+12
|
* Merge commit 'scytrin/master'Christian Neukirchen2008-06-243-88/+334
|\
| * Merge commit 'chneukirchen/master'Scytrin dai Kinthra2008-06-241-1/+2
| |\
| * \ Merge branch 'openid2'Scytrin dai Kinthra2008-06-244-438/+296
| |\ \
| | * | Documentation revisionsScytrin dai Kinthra2008-06-241-70/+45
| | | |
| | * | OpenID2 moved to replace OpenIDScytrin dai Kinthra2008-06-244-438/+321
| | | |
| * | | Merge branch 'openid2'Scytrin dai Kinthra2008-06-233-0/+389
| |\ \ \ | | |/ /