index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
libraries
/
Session
/
drivers
/
Session_redis_driver.php
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-15
Fix code style
Michael Long
1
-1
/
+2
2019-03-15
Refactor behaviors with different ttl of lock_key
Michael Long
1
-7
/
+7
2019-03-02
Resolve race condition in redis driven session key get_lock
Michael Long
1
-2
/
+3
2019-01-08
Merge branch '3.1-stable' into develop
Andrey Andreev
1
-1
/
+1
2019-01-02
Merge pull request #5662 from jim-parry/copyright2019
Instructor, BCIT
1
-3
/
+3
2018-12-27
Update copyright date to 2019
Jim Parry
1
-2
/
+2
2018-08-07
fix #5545
Michiel Vugteveen
1
-1
/
+1
2018-06-12
Merge branch '3.1-stable' into develop
Andrey Andreev
1
-0
/
+18
2018-06-12
[ci skip] Prepare 3.1.9 release
Andrey Andreev
1
-0
/
+18
2018-05-18
http:// to https://
Mehdi Bounya
1
-2
/
+2
2018-01-09
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
Andrey Andreev
1
-2
/
+2
2018-01-09
Annual copyright update
Master Yoda
1
-2
/
+2
2017-07-06
[ci skip] Merge pull request #5170 from tianhe1986/develop_session_race_condi...
Andrey Andreev
1
-1
/
+5
2017-07-06
Format fixing.
tianhe1986
1
-0
/
+1
2017-07-05
Simplifying the code.
tianhe1986
1
-10
/
+4
2017-07-05
Acquiring redis lock with existence check.
tianhe1986
1
-1
/
+10
2017-06-05
[ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nits
Andrey Andreev
1
-1
/
+1
2017-06-05
Fix misc type inconsistencies between code and doc comments
Tyson Andre
1
-1
/
+1
2017-01-03
Update copyright data to 2017
Master Yoda
1
-2
/
+2
2016-12-31
Update copyright data to 2017
Master Yoda
1
-2
/
+2
2016-12-01
Merge branch '3.1-stable' into develop
Andrey Andreev
1
-16
/
+11
2016-11-29
Fix #4923
Andrey Andreev
1
-16
/
+11
2016-07-26
Merge branch '3.1-stable' into develop
Andrey Andreev
1
-1
/
+1
2016-07-19
[ci skip] Fix an undefined index for 'timeout' in Redis session driver
Andrey Andreev
1
-2
/
+3
2016-05-26
[ci skip] Fix a minor Redis Session bug
Andrey Andreev
1
-1
/
+1
2016-03-11
Merge branch '3.0-stable' into develop
Andrey Andreev
1
-10
/
+10
2016-03-11
Revert an unintended change from a027a7fd0d770cec0d71e888d8b6f4aa1568ce9f
Andrey Andreev
1
-1
/
+1
2016-03-10
Improve ext/session error messages
Andrey Andreev
1
-11
/
+11
2016-02-29
Merge pull request #4491 from roastduck/develop
Andrey Andreev
1
-1
/
+1
2016-02-29
fix typo
__RD
1
-1
/
+1
2016-02-29
delete lock directly -> call _release_lock()
__RD
1
-2
/
+1
2016-02-28
clean current lock key in redis session driver
roastduck
1
-0
/
+1
2016-02-05
Merge pull request #4424 from jonty-comp/develop
Andrey Andreev
1
-3
/
+16
2016-02-05
Fix regression on PHP7 when regenerating the session (#4362)
Jonty Sewell
1
-1
/
+3
2016-02-05
Setting the flag to FALSE is unnecessary since it defaults to FALSE, therefor...
Jonty Sewell
1
-10
/
+1
2016-02-05
Set the _key_exists flag to TRUE when the key does in fact exist. Set it to ...
Jonty Sewell
1
-2
/
+7
2016-02-05
Add a flag to determine whether the redis key currently exists, and if not, f...
Jonty Sewell
1
-2
/
+17
2016-02-05
Revert previous changes - fixing the source of the problem rather than workin...
Jonty Sewell
1
-9
/
+3
2016-02-03
If attempting to write an empty session to Redis, a key will not actually be ...
Jonty Sewell
1
-3
/
+9
2016-01-11
[ci skip] Merge branch '3.0-stable' into develop
Andrey Andreev
1
-1
/
+1
2016-01-11
[ci skip] Update ellislab.com links to https too
Andrey Andreev
1
-1
/
+1
2016-01-11
Merge branch '3.0-stable' into develop
Andrey Andreev
1
-2
/
+2
2016-01-11
[ci skip] Update codeigniter.com links to https
Andrey Andreev
1
-2
/
+2
2016-01-11
Merge branch '3.0-stable' into develop
Andrey Andreev
1
-2
/
+2
2016-01-11
[ci skip] Bump year to 2016
Andrey Andreev
1
-2
/
+2
2016-01-11
Merge branch '3.0-stable' into develop
Andrey Andreev
1
-2
/
+5
2016-01-07
Fix #4362
Andrey Andreev
1
-1
/
+4
2015-12-15
Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1a
Andrey Andreev
1
-1
/
+1
2015-12-14
Merge branch '3.0-stable' into develop
Andrey Andreev
1
-16
/
+19
2015-12-12
[ci skip] Proper error handling for Sessions on PHP 5
Andrey Andreev
1
-16
/
+19
[next]