1. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  2. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  3. 10411fc [ci skip] feature/session (#3073): Add missing method docblocks by Andrey Andreev · 10 years ago
  4. b4b215e feature/session (#3073): Add CI_Session:: as reference to by Andrey Andreev · 10 years ago
  5. 45a8afa Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  6. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  7. cd94dd7 #3073 (feature/session): Allow custom drivers without the CI_ or MY_ prefix by Andrey Andreev · 10 years ago
  8. 562e39b #3073 (feature/session): Validate incoming session IDs by Andrey Andreev · 10 years ago
  9. 8f7d3d2 Fix merge conflicts by Andrey Andreev · 10 years ago
  10. de5c246 #3073 (feature/session): Fix a typo from ff37ffe164443e53b24d529f967a1bdf065bff3a by Andrey Andreev · 10 years ago
  11. ff37ffe #3073 (feature/session): Don't regenerate IDs on AJAX requests by Andrey Andreev · 10 years ago
  12. 8e60b9a #3073 (feature/session): Implement automatic ID regeneration by Andrey Andreev · 10 years ago
  13. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  14. c6e5098 #3073 (feature/session): set_flashdata() crap by Andrey Andreev · 10 years ago
  15. 41b546d feature/session (#3073): Fix a variable name by Andrey Andreev · 10 years ago
  16. dfb39be feature/session (#3073): Refactor configuration & fix cookie expiry times by Andrey Andreev · 10 years ago
  17. d069b9b feature/session (#3073): Bug fixes by Andrey Andreev · 10 years ago
  18. e86603f [ci skip] A tiny optimization by Andrey Andreev · 11 years ago
  19. ef41786 #3073: Fix temp/flash data getters by Andrey Andreev · 11 years ago
  20. ac4f472 #3073: BC workarounds for sess_use_database, sess_expire_on_close by Andrey Andreev · 11 years ago
  21. 34b1ef5 [ci skip] A quick and dirty fix for allowing 'sess_driver' configuration by Andrey Andreev · 11 years ago
  22. 47a47fb Initial version of new Session library by Andrey Andreev · 11 years ago
  23. 871754a 2013 > 2014 by darwinel · 11 years ago
  24. ecc260e Righting a wrong in the Session library by Andrey Andreev · 11 years ago
  25. 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
  26. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  27. c958eeb Optimize CI_Session::__construct() routines and make driver validity check stricter by Andrey Andreev · 11 years ago
  28. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  29. f5513d6 Merge pull request #2026 from johnathancroom/keep_flash_data_array by Andrey Andreev · 12 years ago
  30. 8d8543d Improved array keey_flashdata + Changelog by Johnathan Croom · 12 years ago
  31. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  32. 9d9849b Requested changed to keep_flashdata by Johnathan Croom · 12 years ago
  33. 4beca5c keep_flashdata accepts array by Johnathan Croom · 12 years ago
  34. 2eaeee5 Change fs permissions and add some missing index.html files (#2017) by Andrey Andreev · 12 years ago
  35. e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
  36. 0fa95bd [ci skip] DocBlocks for Pagination, Session, Trackback, Jquery libraries by Andrey Andreev · 12 years ago
  37. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  38. 3bb4029 Remove extra spaces... by vkeranov · 12 years ago
  39. 2e3e230 Disable Session library under CLI and create a CI singleton to be used by its drivers by Andrey Andreev · 12 years ago
  40. 9ffcee6 Cleanup and optimize new Session classes by Andrey Andreev · 12 years ago
  41. 88b636b Fixed defaults and database check, reverted redundant shutdown feature by dchill42 · 12 years ago
  42. 3cecd82 Extracted cookie database saves to shutdown and cleaned up code by dchill42 · 12 years ago
  43. aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
  44. 0e88408 Updated comments about default driver by dchill42 · 12 years ago
  45. 2642920 Damn, missed files on last commit by dchill42 · 12 years ago
  46. b185537 Fixed userdata synchronization, loaded driver check, and all_flashdata keys by dchill42 · 12 years ago
  47. c587225 Fixed _parent references and several minor bugs by dchill42 · 12 years ago
  48. 77ee3fd Cleaned up bangs and lowercase booleans, and fixed userdata return on not found to NULL by dchill42 · 12 years ago
  49. 42b77a9 Made cookie driver default and did miniscule code cleanup on drivers by dchill42 · 12 years ago
  50. c5079de Merge branch develop of github.com:/EllisLab/CodeIgniter into session by dchill42 · 13 years ago
  51. a2ae657 Made private members protected for inheritance by Darren Hill · 13 years ago
  52. 5073a37 Better style guide compliance by Darren Hill · 13 years ago
  53. c4e266b Added Session driver with native PHP sessions and original-flavor CI cookie sessions by Darren Hill · 13 years ago