1. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  2. 871754a 2013 > 2014 by darwinel · 11 years ago
  3. ecc260e Righting a wrong in the Session library by Andrey Andreev · 11 years ago
  4. e6376aa Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), unset_userdata() and unset_flashdata()'s first parameter mandatory by Andrey Andreev · 11 years ago
  5. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  6. c958eeb Optimize CI_Session::__construct() routines and make driver validity check stricter by Andrey Andreev · 11 years ago
  7. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  8. f5513d6 Merge pull request #2026 from johnathancroom/keep_flash_data_array by Andrey Andreev · 12 years ago
  9. 8d8543d Improved array keey_flashdata + Changelog by Johnathan Croom · 12 years ago
  10. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  11. 9d9849b Requested changed to keep_flashdata by Johnathan Croom · 12 years ago
  12. 4beca5c keep_flashdata accepts array by Johnathan Croom · 12 years ago
  13. 2eaeee5 Change fs permissions and add some missing index.html files (#2017) by Andrey Andreev · 12 years ago
  14. e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
  15. 0fa95bd [ci skip] DocBlocks for Pagination, Session, Trackback, Jquery libraries by Andrey Andreev · 12 years ago
  16. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  17. 3bb4029 Remove extra spaces... by vkeranov · 12 years ago
  18. 2e3e230 Disable Session library under CLI and create a CI singleton to be used by its drivers by Andrey Andreev · 12 years ago
  19. 9ffcee6 Cleanup and optimize new Session classes by Andrey Andreev · 12 years ago
  20. 88b636b Fixed defaults and database check, reverted redundant shutdown feature by dchill42 · 12 years ago
  21. 3cecd82 Extracted cookie database saves to shutdown and cleaned up code by dchill42 · 12 years ago
  22. aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
  23. 0e88408 Updated comments about default driver by dchill42 · 12 years ago
  24. 2642920 Damn, missed files on last commit by dchill42 · 12 years ago
  25. b185537 Fixed userdata synchronization, loaded driver check, and all_flashdata keys by dchill42 · 12 years ago
  26. c587225 Fixed _parent references and several minor bugs by dchill42 · 12 years ago
  27. 77ee3fd Cleaned up bangs and lowercase booleans, and fixed userdata return on not found to NULL by dchill42 · 12 years ago
  28. 42b77a9 Made cookie driver default and did miniscule code cleanup on drivers by dchill42 · 12 years ago
  29. c5079de Merge branch develop of github.com:/EllisLab/CodeIgniter into session by dchill42 · 12 years ago
  30. a2ae657 Made private members protected for inheritance by Darren Hill · 13 years ago
  31. 5073a37 Better style guide compliance by Darren Hill · 13 years ago
  32. c4e266b Added Session driver with native PHP sessions and original-flavor CI cookie sessions by Darren Hill · 13 years ago