summary refs log tree commit
DateCommit message (Expand)
2013-01-22lint: avoid TypeError on non-Hash-like response headers lint-headerhash
2013-01-21Update gemspec version, Rack 1.5.0 1.5.0
2013-01-21Update README for 1.5.0 release
2013-01-21Switch to RFC 2822 expires
2013-01-21Fix a long standing misnomer for date formats
2013-01-21Use Dir.tmpdir instead of hardcoded /tmp
2013-01-21Don't modify the middleware hash in Rack::Server
2013-01-21Merge pull request #496 from homakov/patch-3
2013-01-14Remove never called string
2013-01-13Update to 1.5.0.beta.2
2013-01-13Update README security notes
2013-01-13Update README for release. Add security section.
2013-01-13Rack::Auth::AbstractRequest#scheme returns strings
2013-01-13Squash test warnings
2013-01-13Turn warnings back on for basic test runs
2013-01-13Squash warnings in spec_auth
2013-01-13Reimplement auth scheme fix
2013-01-13Revert "Merge pull request #494 from homakov/patch-2"
2013-01-13Merge pull request #494 from homakov/patch-2
2013-01-13Remove .to_sym in Authorization scheme
2013-01-11Merge branch 'hijack'
2013-01-11Hijack SPEC changes after review discussion
2013-01-11Add q-value helpers for Accept headers, etc.
2013-01-11Introduce Rack::Mime.match?, references #443
2013-01-11Minor code review comments closing #451
2013-01-11Revert "Set TMPDIR to fix Dir.mktmpdir under jRuby"
2013-01-11Merge branch 'sendfile_path_mapping' of git://github.com/Casecommons/rack int...
2013-01-11Enable unix sockets with paths as trusted proxies
2013-01-11Merge pull request #491 from spastorino/allow_build_different_session_object
2013-01-11Allow subclasses build a different Session Object
2013-01-10Merge pull request #490 from slivu/master
2013-01-10Merge pull request #489 from spastorino/abstract_id_tiny_patches
2013-01-10Update README.rdoc
2013-01-10Fix current_session_id docs, id it's retrieved from SessionHash now
2013-01-10Implement the ID API correctly
2013-01-10Session is already loaded at this point
2013-01-09Rename by to store to match better the purpose of that object
2013-01-07Merge pull request #487 from carlosantoniodasilva/remove-warnings
2013-01-07Remove warnings: 'not used variable' and 'shadowing outer variable'
2013-01-07Add release announcements to README
2013-01-07multipart/parser: avoid unbounded #gets method
2013-01-06Merge pull request #484 from oscardelben/update_examples
2013-01-06Update Lobster example
2013-01-06Merge pull request #483 from oscardelben/update_readme
2013-01-06Remove reference to dead link
2013-01-06Update release date from rack-1.3 branch
2013-01-06Add missing release section from 1.1 branch
2013-01-06Add todays releases to the README
2013-01-06Merge pull request #482 from oscardelben/fix_webrick_port
2013-01-05Add default port to webrick