Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
c585decebf6c35fc7f4eaedb80a860089f045464
/
system
/
libraries
/
Cache
c585dec
[ci skip] Merge pull request #5651 from pawelkg/develop
by Andrey Andreev
· 6 years ago
cce6bd1
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
by Andrey Andreev
· 7 years ago
47df088
[ci skip] Merge pull request #5369 from tianhe1986/develop_cache_memcache
by Andrey Andreev
· 7 years ago
88c1a59
[ci skip] Fix potential object injection in apc cache driver; deprecate the apc driver
by Andrey Andreev
· 7 years ago
71d8f72
[ci skip] Merge pull request #4986 from ka7/feature/spelling
by Andrey Andreev
· 8 years ago
da60e9b
Update copyright data to 2017
by Master Yoda
· 8 years ago
9514dc3
Merge pull request #4762 from tianhe1986/develop_cache_file_metadata
by Andrey Andreev
· 8 years ago
04649d9
Merge pull request #4761 from tianhe1986/develop_cache_file_check
by Andrey Andreev
· 8 years ago
e13fa9f
Merge pull request #4638 from kasimtan/phpdoc_fixes
by Andrey Andreev
· 9 years ago
f8312cf
[ci skip] Fix #4562
by Andrey Andreev
· 9 years ago
a0556f1
Merge pull request #4526 from masterklavi/redis_refactor
by Andrey Andreev
· 9 years ago
9c948aa
Merge pull request #4524 from masterklavi/memcached_refactoring
by Andrey Andreev
· 9 years ago
c13b4a6
Merge pull request #4525 from masterklavi/memcached_instanceof
by Andrey Andreev
· 9 years ago
51f00ca
Merge pull request #4521 from masterklavi/redis_docblock
by Andrey Andreev
· 9 years ago
364ba6f
Merge pull request #4523 from masterklavi/memcached_docblock
by Andrey Andreev
· 9 years ago
522c3f3
Merge pull request #4522 from masterklavi/memcached_destruct
by Andrey Andreev
· 9 years ago
1be8987
Fix a number of CI_Cache bugs
by Andrey Andreev
· 9 years ago
1924e87
[ci skip] Update ellislab.com links to https too
by Andrey Andreev
· 9 years ago
bd202c9
[ci skip] Update codeigniter.com links to https
by Andrey Andreev
· 9 years ago
125ef47
[ci skip] Bump year to 2016
by Andrey Andreev
· 9 years ago
24ff6db
Fix #4044
by Andrey Andreev
· 9 years ago
4dac6eb
[ci skip] Fix #4091
by Andrey Andreev
· 9 years ago
24a4a6a
Fix #4066
by Andrey Andreev
· 9 years ago
63b0c26
supported key_prefix on `increment` and `decrement`
by ftwbzhao
· 10 years ago
070ce05
A small optimization in CI_Cache::is_supported()
by Andrey Andreev
· 10 years ago
9aade1c
Fix #3913
by Andrey Andreev
· 10 years ago
b4f3630
[Cache]minor adjustments for save function
by ftwbzhao
· 10 years ago
70f738a
Revert "Issue/PR #3836"
by Andrey Andreev
· 10 years ago
170ae28
Issue/PR #3836
by Andrey Andreev
· 10 years ago
ef0173d
Removed extra adapter validation. Adapter validation already happens in the system Driver library.
by Tyler Brownell
· 10 years ago
b766122
Adds error-level log messages when invalid adapters are set.
by Tyler Brownell
· 10 years ago
0416a7f
Reverts previous variable renaming and removes the foreach loop in favor of a simple if condition.
by Tyler Brownell
· 10 years ago
bf2ca38
Renames $_adapter to $_driver. It's what we call it everywhere else.
by Tyler Brownell
· 10 years ago
229a546
Cache Library Defaults Fixed
by Tyler Brownell
· 10 years ago
2481213
Updates the fallback driver variable name to match the config option name.
by Tyler Brownell
· 10 years ago
b587698
Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop
by ftwbzhao
· 10 years ago
b2119a7
[fix] redis get_metadata
by ftwbzhao
· 10 years ago
abd713f
use = instead of +=
by ftwbzhao
· 10 years ago
9b9a06c
[feature] check redis auth failed
by ftwbzhao
· 10 years ago
01015d9
Fixed redis cache save logic
by Mathew White
· 10 years ago
bc834c3
Cache: is_supported
by Fieah
· 10 years ago
b68a811
add <!DOCTYPE html>
by Tjoosten
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
21f2e06
PR #3452
by Andrey Andreev
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
4596574
Fix #2963
by Andrey Andreev
· 10 years ago
1b634f8
Fix a wrong variable name from previous commit
by Andrey Andreev
· 10 years ago
2492b50
Optimize Redis serialized values support
by Andrey Andreev
· 10 years ago
2dcdd06
Cache_redis: A code-styling correction..
by Ivan Tcholakov
· 10 years ago
73f9302
Cache_redis: Optimizations.
by Ivan Tcholakov
· 10 years ago
d245f06
Cache_redis: Polishing.
by Ivan Tcholakov
· 10 years ago
ff4d114
Cache_redis: Refactoring if delete() method.
by Ivan Tcholakov
· 10 years ago
52b3253
Cache_redis, save() method: An optimization, moving sRemove call.
by Ivan Tcholakov
· 10 years ago
d514d5c
Cache_redis, delete() method: Try to remove a key from Redis auxilary set only when the corresponding value is really deleted.
by Ivan Tcholakov
· 10 years ago
bc41761
Cache_redis, delete() method: Bringing back a line of code.
by Ivan Tcholakov
· 10 years ago
7c83557
Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'.
by Ivan Tcholakov
· 10 years ago
5853140
Cache_redis, delete() method: Removing code for updating the internal cache, it is useless.
by Ivan Tcholakov
· 10 years ago
c773a48
Cache_redis: Strinct array_search() for now.
by Ivan Tcholakov
· 10 years ago
e838c83
Cache_redis: AND -> && correction, srrict in_array() check.
by Ivan Tcholakov
· 10 years ago
927e508
Cache_redis: Adding serialization support.
by Ivan Tcholakov
· 10 years ago
25df7a9
Fix #3160
by Andrey Andreev
· 10 years ago
5f0799a
Fix #3161
by Andrey Andreev
· 10 years ago
f627474
Don't use error suppression on ini_get() either
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
b2a0e70
Fix #2825
by Andrey Andreev
· 11 years ago
43d7fa7
Implement atomic increment/decrement in Cache library
by Andrey Andreev
· 11 years ago
119d8a7
Optimize get_instance() calls/assignments
by Andrey Andreev
· 11 years ago
333b69b
Spaces, log message
by Kakysha
· 11 years ago
8f3f1f9
Code cleanup
by Kakysha
· 11 years ago
ffe2130
some code rewrite
by Kakysha
· 11 years ago
2d14673
Correct Redis connection troubleshooting
by Kakysha
· 11 years ago
80d663a
Added option to connect through unix socket in redis cache driver
by Kakysha
· 11 years ago
d967f72
Cache Log Error Levels
by Tyler Brownell
· 11 years ago
516527c
Cache Driver - Backup Never Loaded
by Tyler Brownell
· 11 years ago
6a3d7e5
Fix a Memcache(d) default configuration bug (based on #249)
by Andrey Andreev
· 12 years ago
2ecc06c
[ci skip] Just removing some empty lines
by Andrey Andreev
· 12 years ago
08ddfb8
Removed unused variable $name in Cache_memcached.php
by ThallisPHP
· 12 years ago
83c344e
Cache file driver: clean() now preserves .htaccess and index files
by vlakoff
· 12 years ago
49e68de
Disable autoloader call from class_exists() occurences to improve performance
by Andrey Andreev
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
6262d05
Added support for extending individual driver classes and driver unit tests
by dchill42
· 12 years ago
2eaeee5
Change fs permissions and add some missing index.html files (#2017)
by Andrey Andreev
· 12 years ago
a2b0677
Fix #18
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
94b1f76
Style guide...
by vkeranov
· 12 years ago
58c2b10
Implement cache key prefixing (as suggested in #1197) and update the Cache docs
by Andrey Andreev
· 12 years ago
fe83249
Some adjustments in inline documentation
by vlakoff
· 13 years ago
0159ae7
AND -> &&
by Andrey Andreev
· 13 years ago
ee11269
A TTL of 0 will keep the cache persistant.
by Sean Fisher
· 13 years ago
c9195a7
Add changelog for pull #1017
by Andrey Andreev
· 13 years ago
187742c
Merge pull request #1017 from burakerdem/patch-1
by Andrey Andreev
· 13 years ago
9e674f7
Cleanup the new Redis cache driver and add a changelog entry for it
by Andrey Andreev
· 13 years ago
5ccf5ce
Fixed according to feedback.
by Anton Lindqvist
· 13 years ago
94c6b1f
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop
by Anton Lindqvist
· 13 years ago
0f0b769
Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively
by Andrey Andreev
· 13 years ago
3fa2b61
Merge pull request #1403 from cryode/bug/cache_backup
by Phil Sturgeon
· 13 years ago
d261b1e
Replaced `==` with `===` and `!=` with `!==` in /system/libraries
by Alex Bilbie
· 13 years ago
bf50a3b
Fix issue where cache backup is ignored on first call.
by Eric Roberts
· 13 years ago
Next »