summary refs log tree commit
DateCommit message (Expand)
2011-02-23conditionalget: use canonical "ETag" capitalization conditionalget
2011-02-23conditionalget: garbage reduction and speedup
2011-02-09improve gemloader to include runtime deps if any, and not break on complex re...
2011-01-24If there is an X-Forwarded-Host header, we should take the absence of a port ...
2011-01-13refactor Rack::MockResponse to be a subclass of Rack::Response, also make sur...
2011-01-13moving MockResponse underneath Rack::Response
2011-01-14fixing unused variable warnings in 1.9.3
2011-01-03Extract Request#base_url
2010-12-31Make mock response work like response with respect to headers
2010-12-31Correct the regex for finding the part name by Content-Id header. Fixes issue...
2010-12-31Adding SPEC with rake task dependencies
2010-12-27Removed references to SPEC from rack.gemspec
2010-12-19Use gemloader in fulltest
2010-12-19Add gemloader script that will provide the ability to activate development de...
2010-12-19Add stage to gitignore
2010-12-19Delegate lock proxy to_path
2010-12-20Cookies may be configured with an object that will serialize and deserialize ...
2010-12-20read from the input until we find the boundary. fixes #45
2010-12-20parsing cookies with quotes works
2010-12-20Rack::Lock should unlock if the app raises an exception.
2010-12-17use a proxy object to call close on the mutex when the body is closed. closes...
2010-12-13Fix Rack::Auth::Digest query string bug
2010-12-11Replace %T with %H:%M:%S for compatibility on Windows
2010-12-11FastCGI Handler should not rebind to host/port if file is set.
2010-12-11Add MIME types for .ttf and .woff
2010-12-10Treat an empty content type as nil content type (issue #40) -- tests
2010-12-10Treat an empty content type as nil content type (issue #40)
2010-12-10Resolve absolute path of config so daemonize works
2010-12-10Don't throw exceptions for invalid command-line options.
2010-12-10Fixes REQUEST_PATH for WEBrick
2010-12-09use is_a?(IO) instance of instance_of?(String)
2010-12-09Fixed handling of multipart fields that have Content-Type but are not files.
2010-12-09Removing the promiscous umask from the daemonize implementation.
2010-12-10Properly handle nil header values in Rack::MockResponse#initialize.
2010-12-09Trim whitespace added in 2ed5a13d
2010-12-09performance improvement by making derived regexps into constants
2010-12-09Rack::Request support for HTTP_X_FORWARDED_{PORT,SSL}
2010-12-09Silence test warnings
2010-11-02HTTP_X_FORWARDED_PROTO can be a list of chained values, eg 'https, http, http'
2010-10-28Fix initializing Response objects with differently-cased Content-Type headers
2010-10-26Request#scheme returns 'https' if forwarded protocol headers are set
2010-10-10ssl? should also return true if rack.url_scheme is https.
2010-10-10showexceptions: gracefully handle empty backtraces
2010-10-04Use chunked first over in-memory content-length calculation
2010-10-04minor performance items on rack::chunked
2010-10-04release semantics of Rack::Chunked and Rack::ContentLength from handlers. thi...
2010-10-03Rack::Logger conforms to Rack::Lint, closes Lighthouse #89
2010-10-03Move Rack::File.byte_ranges to Rack::Utils
2010-10-03minor style changes for merge
2010-10-03Byte-range support for File class.