Age | Commit message (Expand) | Author | Files | Lines |
2012-10-09 | Disable Session library under CLI and create a CI singleton to be used by its... | Andrey Andreev | 1 | -2/+2 |
2012-07-30 | Fixed _parent references and several minor bugs | dchill42 | 1 | -1/+1 |
2012-07-23 | Merge branch develop of github.com:/EllisLab/CodeIgniter into session | dchill42 | 1 | -33/+73 |
2012-06-02 | remove static | Michiel Vugteveen | 1 | -1/+1 |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -4/+4 |
2012-04-20 | Start comment cleanup of libraries | Timothy Warren | 1 | -3/+42 |
2012-03-26 | Renamed (with an underscore prefix) and switched from private to protected pr... | Andrey Andreev | 1 | -31/+21 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-01-02 | Merge pull request #615 from onigoetz/patch-1 | Phil Sturgeon | 1 | -1/+1 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-22 | Clean up the Driver library | Andrey Andreev | 1 | -7/+8 |
2011-10-24 | Added a "break 2;", When overriding the cache file in an other folder, it wou... | Stéphane Goetz | 1 | -1/+1 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -2/+14 |
2011-08-31 | Missed whitespace on Driver | Darren Hill | 1 | -16/+16 |
2011-08-31 | Restored errantly removed ucfirst | Darren Hill | 1 | -18/+18 |
2011-08-31 | Whitespace cleanup | Darren Hill | 1 | -16/+16 |
2011-08-31 | Removed ucfirst on Driver library name | Darren Hill | 1 | -2/+2 |
2011-08-30 | Added Session driver with native PHP sessions and original-flavor CI cookie s... | Darren Hill | 1 | -12/+30 |
2011-08-14 | Driver children can be located in any package path. Thanks Namaless. | Phil Sturgeon | 1 | -2/+2 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 1 | -4/+4 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -1/+1 |
2011-04-25 | swapping out preg_replace() in the driver library where str_replace() works j... | Greg Aker | 1 | -4/+4 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -1/+1 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -1/+1 |
2011-04-08 | Fix: codeigniter-reactor/193 incorrect driver filepaths | patwork | 1 | -2/+2 |
2011-04-02 | Added CI_ Prefix to the Cache driver. | Phil Sturgeon | 1 | -12/+12 |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -3/+3 |
2011-01-28 | updating copyrights to 2011 | Derek Jones | 1 | -1/+1 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -6/+3 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -22/+22 |
2010-03-05 | added Driver lib | Derek Jones | 1 | -0/+232 |