index
:
delta/ruby-gems/rack.git
1-5-stable
1-6-stable
2-0-stable
2-1-stable
2-2-stable
3-0-stable
base64-strict
default-server
external-gems
external-workflow
fix-rubocop
fix-server-options
fix-travis
github-actions
host-authority
improve-install
main
master
memoize-header-hash
rack-0.4
rack-0.9
rack-1.0
rack-1.1
rack-1.2
rack-1.3
rack-1.4
rack-1.5
rack-environment
rack-protocol
rack-request-headers
rack-response-buffered
remove-execution-constants
remove-execution-variables
remove-lighttp
request-ip
response-body
response-body-compact
response-documentation
response-mock-response-consistency
response-tidy
rework-builder
rfc2822_expires
rm_to_ary_from_response
server-encodings-preference
sid-object
spec-markdown
spec-response-headers-hash
tidy-gemspec
to_ary-flatten
unity3d_multipart_bug
webrick-chunky
github.com: rack/rack.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rack
/
session
/
abstract
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add :same_site cookie option to the param docs.
Alec Clarke
2020-09-16
1
-2
/
+2
*
Fix using Rack::Session::Cookie with coder: Rack::Session::Cookie::Base64::{J...
Jeremy Evans
2020-05-27
1
-1
/
+6
*
Fix to handle same_site option for session pool
Ryuta Kamizono
2020-02-11
1
-0
/
+1
*
Allow passing through same_site option to session cookie when using Rack::Ses...
Alex Speller
2020-02-04
1
-0
/
+6
*
Use require_relative and rely on autoload instead of using require
Jeremy Evans
2020-01-27
1
-3
/
+1
*
Avoid use of unnecessary refinement
Jeremy Evans
2020-01-27
1
-13
/
+6
*
Implement SessionHash#dig
Jeremy Evans
2020-01-16
1
-0
/
+5
*
#transform_keys no longer necessary, reverts #1401
pavel
2020-01-12
1
-8
/
+0
*
Fix: Add to_hash to wrap Hash and Session classes
Oleh Demianiuk
2020-01-12
1
-1
/
+1
*
Handle case where session id key is requested but it is missing
Jeremy Evans
2020-01-11
1
-1
/
+1
*
Merge pull request #963 from yui-knk/doc_delete_session_is_required_to_be_ove...
Samuel Williams
2020-01-11
1
-2
/
+2
|
\
|
*
[ci skip] Add `#delete_session` to should be overwritten list.
yui-knk
2015-10-29
1
-2
/
+2
*
|
Make SessionId#to_s be an alias of #public_id
Jeremy Evans
2020-01-09
1
-1
/
+1
*
|
Merge branch 'advisory-fix-1'
Aaron Patterson
2019-12-18
1
-1
/
+66
|
\
\
|
*
|
Introduce a new base class to avoid breaking when upgrading
Rafael Mendonça França
2019-10-21
1
-10
/
+42
|
*
|
Add a version prefix to the private id to make easier to migrate old values
Rafael Mendonça França
2019-10-16
1
-1
/
+3
|
*
|
Fallback to the public id when reading the session in the pool adapter
Rafael Mendonça França
2019-10-09
1
-0
/
+1
|
*
|
revert conditionals to master
Aaron Patterson
2019-08-13
1
-1
/
+1
|
*
|
remove NullSession
Aaron Patterson
2019-08-13
1
-7
/
+2
|
*
|
remove || raise and get closer to master
Aaron Patterson
2019-08-13
1
-6
/
+3
|
*
|
store hashed id, send public id
Aaron Patterson
2019-08-13
1
-0
/
+10
|
*
|
use session id objects
Aaron Patterson
2019-08-13
1
-4
/
+24
|
*
|
remove more nils
Aaron Patterson
2019-08-13
1
-5
/
+6
|
*
|
try to ensure we always have some kind of object
Aaron Patterson
2019-08-13
1
-2
/
+9
*
|
|
Fix stringify_keys error when other is SessionHash
Adrian Setyadi
2019-10-17
1
-0
/
+8
*
|
|
Check respond_to?(:transform_keys) before using the refinement
Adrian Setyadi
2019-10-09
1
-2
/
+3
*
|
|
Refine on the same file that uses it
Adrian Setyadi
2019-10-09
1
-3
/
+11
*
|
|
Make stringify_keys use transform_keys
Adrian Setyadi
2019-10-09
1
-5
/
+4
|
/
/
*
|
RuboCop: enable Layout/Space* cops (#1259)
yhirano55
2018-04-17
1
-4
/
+4
*
|
Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)
yhirano55
2018-04-16
1
-11
/
+11
*
|
Add frozen_string_literal: true to remaining files
Dillon Welch
2018-04-13
1
-0
/
+2
*
|
Safely handle modules in hierarchy
Jordan Raine
2017-05-12
1
-1
/
+1
*
|
typo fix
Jian Weihang
2016-12-06
1
-1
/
+1
*
|
Improve and test SessionHash#fetch.
Yann Vanhalewyn
2016-10-24
1
-1
/
+11
*
|
Freeze default session options
Kir Shatrov
2016-09-09
1
-1
/
+1
*
|
Load session for read before accessing keys or values
Michael Sauter
2015-12-10
1
-0
/
+2
|
/
*
ask the request for session options
Aaron Patterson
2015-09-25
1
-1
/
+1
*
make `commit_session` public
Aaron Patterson
2015-09-25
1
-0
/
+1
*
use a response object when committing the session
Aaron Patterson
2015-09-24
1
-5
/
+7
*
let the caller return the rack array
Aaron Patterson
2015-09-24
1
-6
/
+5
*
fix rdoc formatting (remove accidental links)
David Runger
2015-09-13
1
-3
/
+3
*
move Session::Pool to new superclass
Aaron Patterson
2015-09-05
1
-1
/
+1
*
`Rack::Session::Abstract::ID` IS DEPRECATED.
Aaron Patterson
2015-09-04
1
-14
/
+49
*
Change Session internals to use Request objects
Aaron Patterson
2015-08-22
1
-46
/
+49
*
save the session object on the stack
Aaron Patterson
2015-08-22
1
-2
/
+3
*
Constantize all rack environment variables and make them frozen
deepj
2015-06-12
1
-16
/
+13
*
assume secure random is always available
Aaron Patterson
2015-06-11
1
-7
/
+3
*
Fixed stray return
Michal Bryxí
2014-07-08
1
-1
/
+0
*
max-age settings forces Set-Cookie parameter
Michal Bryxí
2014-06-12
1
-1
/
+3
*
Fix some typos
Vipul A M
2013-05-28
1
-3
/
+3
[next]