1. c6e5098 #3073 (feature/session): set_flashdata() crap by Andrey Andreev · 10 years ago
  2. c5519ce #3073 (feature/session): Fix a GC issue with the files driver by Andrey Andreev · 10 years ago
  3. 41b546d feature/session (#3073): Fix a variable name by Andrey Andreev · 10 years ago
  4. dfb39be feature/session (#3073): Refactor configuration & fix cookie expiry times by Andrey Andreev · 10 years ago
  5. 4a485a7 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  6. d444d44 config_item() to return NULL instead of FALSE for non-existing items by Andrey Andreev · 10 years ago
  7. 39ec295 feature/session (#3073): Redis driver save_path param parsing fixes by Andrey Andreev · 10 years ago
  8. d069b9b feature/session (#3073): Bug fixes by Andrey Andreev · 10 years ago
  9. 60726ef Add 'named callable' rules to Form validation library by Andrey Andreev · 10 years ago
  10. c9eface feature/session (#3073): Add Memcached session driver by Andrey Andreev · 10 years ago
  11. 47c21c6 CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 (#3189) by Andrey Andreev · 10 years ago
  12. 2a1f940 feature/session (#3073): Fix an E_WARNING in CI_Session_redis_driver by Andrey Andreev · 10 years ago
  13. 43f6cdb feature/session (#3073): Add Redis session driver by Andrey Andreev · 10 years ago
  14. 93d9fa7 feature/session (#3073): Rework locking mechanism & add Redis driver by Andrey Andreev · 10 years ago
  15. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  16. f38c9c2 Close #3205 by Andrey Andreev · 10 years ago
  17. fc4db34 [ci skip] Update a comment block description by Andrey Andreev · 10 years ago
  18. b27338a Fix #3189 by Andrey Andreev · 10 years ago
  19. 1b634f8 Fix a wrong variable name from previous commit by Andrey Andreev · 10 years ago
  20. 2492b50 Optimize Redis serialized values support by Andrey Andreev · 10 years ago
  21. 2dcdd06 Cache_redis: A code-styling correction.. by Ivan Tcholakov · 10 years ago
  22. 73f9302 Cache_redis: Optimizations. by Ivan Tcholakov · 10 years ago
  23. d245f06 Cache_redis: Polishing. by Ivan Tcholakov · 10 years ago
  24. ff4d114 Cache_redis: Refactoring if delete() method. by Ivan Tcholakov · 10 years ago
  25. 52b3253 Cache_redis, save() method: An optimization, moving sRemove call. by Ivan Tcholakov · 10 years ago
  26. 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
  27. bc41761 Cache_redis, delete() method: Bringing back a line of code. by Ivan Tcholakov · 10 years ago
  28. 7c83557 Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. by Ivan Tcholakov · 10 years ago
  29. 5853140 Cache_redis, delete() method: Removing code for updating the internal cache, it is useless. by Ivan Tcholakov · 10 years ago
  30. c773a48 Cache_redis: Strinct array_search() for now. by Ivan Tcholakov · 10 years ago
  31. e838c83 Cache_redis: AND -> && correction, srrict in_array() check. by Ivan Tcholakov · 10 years ago
  32. 927e508 Cache_redis: Adding serialization support. by Ivan Tcholakov · 10 years ago
  33. 85f0c55 Added file path for file GC by Marcos SF Filho · 10 years ago
  34. a8027ff Change name didn't work if reset initialization it's true by Joseba Juániz · 10 years ago
  35. 8382157 Make CI_Pagination properties per_page, cur_page public by Andrey Andreev · 10 years ago
  36. 25df7a9 Fix #3160 by Andrey Andreev · 10 years ago
  37. 5f0799a Fix #3161 by Andrey Andreev · 10 years ago
  38. 35a7b44 Fix CI_Encryption::substr() for PHP 5.3 by Andrey Andreev · 11 years ago
  39. 11beac2 Fix CI_Encryption::substr() usage of mb_substr() by Andrey Andreev · 11 years ago
  40. 9fa275e Continuing from previous commit ... use CI_Encryption::substr() by Andrey Andreev · 11 years ago
  41. 2da3550 Fix potential bugs in password_hash(), CI_Encryption by Andrey Andreev · 11 years ago
  42. ab9971f Remove GCM mode from CI_Encryption (OpenSSL) by Andrey Andreev · 11 years ago
  43. 42183de Add CI_Encryption::create_key() by Andrey Andreev · 11 years ago
  44. 1e83d69 Remove the custom IV option from CI_Encryption by Andrey Andreev · 11 years ago
  45. 8bc5903 Make 'num_links=0' configuration available in Pagination library by Takayuki Sakai · 11 years ago
  46. 1240b6a Revert "Make num_links=0 in pagination library possible to configure" by Takayuki Sakai · 11 years ago
  47. a01924d Make num_links=0 in pagination library possible to configure by Takayuki Sakai · 11 years ago
  48. e86603f [ci skip] A tiny optimization by Andrey Andreev · 11 years ago
  49. 57f1005 Fix #3085 by Andrey Andreev · 11 years ago
  50. ef41786 #3073: Fix temp/flash data getters by Andrey Andreev · 11 years ago
  51. 1f5090a Fix a potential undefined variable error by Andrey Andreev · 11 years ago
  52. 5995e08 #3073: Fix an undefined variable error by Andrey Andreev · 11 years ago
  53. ac4f472 #3073: BC workarounds for sess_use_database, sess_expire_on_close by Andrey Andreev · 11 years ago
  54. e1b9665 Fix Session_database_driver locking by Andrey Andreev · 11 years ago
  55. f9201ae Fix wrong variable name by Andrey Andreev · 11 years ago
  56. 9549666 Add support for non-ASCII domain names in FV & Email classes' valid_email() by Andrey Andreev · 11 years ago
  57. 34b1ef5 [ci skip] A quick and dirty fix for allowing 'sess_driver' configuration by Andrey Andreev · 11 years ago
  58. bebf3a0 Merge branch 'develop' into feature/session by Andrey Andreev · 11 years ago
  59. 6eb77da Remove CI_Encrypt::_xor_encode() by Andrey Andreev · 11 years ago
  60. 47a47fb Initial version of new Session library by Andrey Andreev · 11 years ago
  61. bcd237e Merge pull request #3058 from vlakoff/word_wrap by Andrey Andreev · 11 years ago
  62. f0ab813 Pick up some changes from text helper by vlakoff · 11 years ago
  63. 0f7eba2 Fix handling of {unwrap} tags in word_wrap() functions by vlakoff · 11 years ago
  64. 2a8560c Regex fixes by vlakoff · 11 years ago
  65. 69c5644 [ci skip] Fix error notices in FV when trying to lookup error msgs for closures by Andrey Andreev · 11 years ago
  66. 66c7bb4 Remove static cache in Email->_mimes_types() by vlakoff · 11 years ago
  67. 69550c5 Fix caching of MIME config by vlakoff · 11 years ago
  68. 72daa19 Really fix #2997 by Andrey Andreev · 11 years ago
  69. 0c23097 Issue/PR #2997 by Andrey Andreev · 11 years ago
  70. 9a0e0c7 Minor changes in FV, Trackback by Andrey Andreev · 11 years ago
  71. 46e216c Optimize #2982 by Andrey Andreev · 11 years ago
  72. b10a6d6 Removed tab on empty line too. by Ahmad Anbar · 11 years ago
  73. e2e5c26 Removed tabs. by Ahmad Anbar · 11 years ago
  74. 5973901 Fixed according to comment. by Ahmad Anbar · 11 years ago
  75. 9b19887 Fix #2970 by Ahmad Anbar · 11 years ago
  76. 70a8626 Fix profiling of benchmarked names like 'something_endpoint_end' by Richard Cunningham · 11 years ago
  77. db3e49d [ci skip] Clear some whitespace by Andrey Andreev · 11 years ago
  78. 822ee81 Merge pull request #2940 from aanbar/zip_mtime_fix by Andrey Andreev · 11 years ago
  79. 2702a3b Fixed coding style & line length. by Ahmad Anbar · 11 years ago
  80. 00421bf Fixed filemtime by Ahmad Anbar · 11 years ago
  81. 9af0746 Added missing semicolon by Ahmad Anbar · 11 years ago
  82. 4321cb0 Removed the requirment of quantity to trigger cart update. by Ahmad Anbar · 11 years ago
  83. 7a0c08e Image_lib - minor corrections on some comments. by Ivan Tcholakov · 11 years ago
  84. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  85. fde170c Fix #2928, #2929 by Andrey Andreev · 11 years ago
  86. 4b90a37 Add support for callable form validation rules by Andrey Andreev · 11 years ago
  87. 18767e3 CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility by Andrey Andreev · 11 years ago
  88. 382b513 Don't use error suppression on is_dir(), file_exists() by Andrey Andreev · 11 years ago
  89. ea41c8a Don't use error suppression on realpath() + style adjustments by Andrey Andreev · 11 years ago
  90. e7d017b Add array notation support for file field names in CI_Upload by Andrey Andreev · 11 years ago
  91. 3a9f325 Use strings instead of integers for migration version numbers by Andrey Andreev · 11 years ago
  92. dea6177 [ci skip] A tiny improvement in CI_Email by Andrey Andreev · 11 years ago
  93. 20e802e Really don't use globals by Andrey Andreev · 11 years ago
  94. 82179bf [ci skip] Alter a docblock by Andrey Andreev · 11 years ago
  95. e52e426 Minor improvements to CI_FTP by Andrey Andreev · 11 years ago
  96. 6125a27 Remove CI_Calendar:: by Andrey Andreev · 11 years ago
  97. 2cf4c9b CI_Upload changes by Andrey Andreev · 11 years ago
  98. f627474 Don't use error suppression on ini_get() either by Andrey Andreev · 11 years ago
  99. 083a226 [ci skip] Fix date helper loading in CI_Calendar::get_total_days() by Andrey Andreev · 11 years ago
  100. be368a8 Date helper days_in_month(), CI_Calendar::get_total_days() changes by Andrey Andreev · 11 years ago