summary refs log tree commit
DateCommit message (Expand)
2015-09-21deflater: always finish zlib stream before closing zlib-disco
2015-09-08Merge pull request #942 from keepcosmos/remove-fulltest-guide
2015-09-06remove fulltest guide on README
2015-09-05fixing the CI
2015-09-05I *think* the load path is wrong on the CI, so try requiring early
2015-09-05testing with circleci
2015-09-05move Session::Pool to new superclass
2015-09-05fully qualify URI constant
2015-09-05Merge pull request #935 from deepj/rack-handler-default
2015-09-05Merge pull request #936 from deepj/remove-scrub_filename
2015-09-05Merge pull request #940 from BenMorganIO/delimeted-to-delimited
2015-09-04fix spelling
2015-09-04`Rack::Session::Abstract::ID` IS DEPRECATED.
2015-09-04pull env access in the request object to a module
2015-09-04Move most methods on the `Rack::Request` to a module
2015-09-04require all of uri
2015-09-04use `Rack::Utils.unescape_path` to unescape path_info
2015-09-04fixing support for directories that have + in the name
2015-09-04make directory middelware threadsafe without `dup`
2015-09-04allocate a body object when we need one
2015-09-04remove more instance variables from the Directory middelware
2015-09-04remove a few more instance variables
2015-09-04remove `@env` instance variable
2015-09-04keep `@path_info` on the stack
2015-09-03Merge pull request #900 from dmcinnes/disable-cookie-secret-warnings
2015-08-30Remove `scrub_filename` in favor of the native string `scrub!` method
2015-08-30Remove unneeded `options` parameter in Rack::Handler.default
2015-08-29Merge pull request #934 from deepj/308-redirect
2015-08-29Rack::Response::Helpers#redirect? would accept 308 status code
2015-08-29Merge pull request #933 from deepj/remove-418-reference
2015-08-29Remove any reference to 418 status code
2015-08-28remove IO from the mime parser's instance
2015-08-28pull up eof handling
2015-08-28move parser loop away from io
2015-08-28move state parts in to their own methods
2015-08-28we have one state machine now
2015-08-28start breaking out state methods
2015-08-28remove useless flow control
2015-08-28remove useless variable declarations
2015-08-28make the mime parser evented
2015-08-28write the file body when getting the info
2015-08-28use parse states in the mime part methods
2015-08-28pull up one loop
2015-08-28let the parser return a null object if the content length is 0
2015-08-28pull the tempfile factory default up to a constant
2015-08-28remove the env from the multipart parser
2015-08-28wrap bounded IO objects
2015-08-28adding test coverage around mismatched content length
2015-08-28content length should be the bytesize, not string length
2015-08-28Merge pull request #922 from mcantor/showexceptions-lazy-erb-template