1. 1ce0c42 merged with latest develop. by Mike Funk · 13 years ago
  2. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  3. 306f56c Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/all_flashdata by Mike Funk · 13 years ago
  4. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  5. 8f7db7b updated and merged user guide with develop branch. by Mike Funk · 13 years ago
  6. 6b83123 Fixed a bug in CI_Session::_unserialize() by Andrey Andreev · 13 years ago
  7. f142192 Limit db session select to single row by Timothy Warren · 13 years ago
  8. c91a66c tab separation in docblock. by Mike Funk · 13 years ago
  9. c15e17c added all_flashdata function to Session.php by Mike Funk · 13 years ago
  10. f863a02 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
  11. f886818 Replace AND with && by Andrey Andreev · 13 years ago
  12. 7e087f5 Revert if() merge, for readability by Andrey Andreev · 13 years ago
  13. 9c622f3 Still update the session on AJAX calls, just don't regenerate the session ID by Andrey Andreev · 13 years ago
  14. eea2ff5 Fix issue #154 by Andrey Andreev · 13 years ago
  15. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  16. 85f018f Remove access lines from method descriptions and rollback a previous change by Andrey Andreev · 13 years ago
  17. 2c79b76 Replace private with protected, so the class can be easily extended by Andrey Andreev · 13 years ago
  18. 57ffbbb Improve the Session library by Andrey Andreev · 13 years ago
  19. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  20. 3e414f9 Check for string value before doing str_replace. (Issue #439) by Chris Muench · 13 years ago
  21. 9593349 Fixes issue #439 some slashes not escaped in session data by Chris Muench · 13 years ago
  22. f57a46b Added the 'user_data' key to the userdata property so that sessions using a database can be deleted properly when using the table schema found in the "Saving Session Data to a Database" section of the Session Class in the user guide. by Kyle Farris · 13 years ago
  23. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  24. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  25. 50671cf Altered Session to use a longer match against the user_agent string. See upgrade notes if using database sessions.</li by Greg Aker · 14 years ago
  26. 3403366 changeset: 2202:06a75a1bd622 by Greg Aker · 14 years ago
  27. ba6432c Consistent handling of 'cookie_secure' setting, also makes the variable changeable through the Session class constructor by tobiasbg · 14 years ago
  28. d6d9f45 Adding config option to require 'secure' setting for all cookies- requires https. by Robin Sowell · 14 years ago
  29. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  30. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  31. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  32. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  33. 71eee84 fixed bug where sess_expire_on_close was not being set from a config file, fixes #173 by Derek Jones · 14 years ago
  34. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  35. eaa71ba Added a new config item to the Session class (sess_expire_on_close) to allow sessions to auto-expire when the browser window is closed. by Derek Jones · 14 years ago
  36. 5485db5 Added fatal error to Session class when no encryption key is set in the config file, for additional assurance that session manipulation can be prevented by Derek Jones · 14 years ago
  37. 133e666 fixed a bug where a PHP error would result when passing objects as values to the Session class by Derek Jones · 15 years ago
  38. 7f3719f updated copyrights by Derek Jones · 15 years ago
  39. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  40. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  41. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  42. b5ce5aa corrected a few docblock comments to accurately reflect return values by Derek Allard · 16 years ago
  43. a287936 Fixed a variable typo by Rick Ellis · 16 years ago
  44. c23ed7d Made some changes to allow slashes to be saved in the serialized cookie data. by Rick Ellis · 16 years ago
  45. 4585159 Fixed a bug in the Session class when database sessions are used where upon session update all userdata would be errantly written to the session cookie. by Derek Jones · 16 years ago
  46. d02b5bf by Rick Ellis · 16 years ago
  47. edc41b5 Fixed a comment typo by Rick Ellis · 16 years ago
  48. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  49. 44984d6 Updated the Session class so that if a database is being used, any custom data is stored to the DB rather then the cookie. by Rick Ellis · 16 years ago
  50. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  51. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  52. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  53. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  54. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  55. 9c4280b added hashing to prevent client side data tampering to sessions by Derek Allard · 17 years ago
  56. 63df95e removed last_visit from the Session class by Derek Jones · 17 years ago
  57. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  58. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  59. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  60. 59c2633 Fixed a bug in the Session library where user agent matching would fail on user agents ending with a space. by Derek Allard · 17 years ago
  61. 34bc8f8 typo by Derek Allard · 17 years ago
  62. 428e964 Added Flashdata variables, session_id regeneration and configurable session update times to the Session class by Derek Allard · 17 years ago
  63. 92a17b1 fixed DocBlock typo for unset_userdata() by Derek Jones · 17 years ago
  64. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  65. 41f908d by admin · 18 years ago
  66. 36e6442 by admin · 18 years ago
  67. e334c47 by admin · 18 years ago
  68. bd6bee7 by admin · 18 years ago
  69. b06d69f by admin · 18 years ago
  70. b3ab70b by admin · 18 years ago
  71. 33de9a1 by admin · 18 years ago
  72. 7981a9a by admin · 18 years ago
  73. e79dc71 by admin · 18 years ago
  74. 1cf89aa by admin · 18 years ago
  75. b0dd10f Initial Import by admin · 18 years ago