1. 0a6b066 Prevent Host header injections by Andrey Andreev · 9 years ago
  2. 20573bd [ci skip] Correct session database setup docs by Andrey Andreev · 9 years ago
  3. 0d60a21 Update config/constants.php with defined() checks by Andrey Andreev · 9 years ago
  4. 07355da Fix #3991 by Andrey Andreev · 10 years ago
  5. cfc9e77 Add 'ssl_verify' option for mysqli driver by Andrey Andreev · 10 years ago
  6. a38b0c4 Add SSL support for PDO_MYSQL too by Andrey Andreev · 10 years ago
  7. 0785e47 [ci skip] Add note about colon-separated ssl_cipher list by Andrey Andreev · 10 years ago
  8. 76e643e Refactor proposed changes from PR #3896 by Andrey Andreev · 10 years ago
  9. 18ef616 Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl by Andrey Andreev · 10 years ago
  10. 4a4cbb3 [ci skip] Add changelog entries for PR #3828 by Andrey Andreev · 10 years ago
  11. 7013cd2 [ci skip] Update 'ico' entry in config/mimes.php by Andrey Andreev · 10 years ago
  12. 9bb9d07 [ci skip] Clarify comments about libraries/drivers autoloading by Andrey Andreev · 10 years ago
  13. c79a62c [ci skip] Update config/migration.php comments by Andrey Andreev · 10 years ago
  14. adf7636 Standardized new lines by Calvin Tam · 10 years ago
  15. d2d21e8 Fixed typos by Calvin Tam · 10 years ago
  16. 73002ba Fix ask jeeves user-agent by rochefort · 10 years ago
  17. fb10820 Added .ico mime type by Éderson · 10 years ago
  18. 52ec825 Fixed a cleanup miss in the default database config file to follow the recent SSL feature changes. by Tim Nolte · 10 years ago
  19. ced557b Removed db_options configuration item for implementation later. Changed 5 new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. by Tim Nolte · 10 years ago
  20. 89ed9fa Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 10 years ago
  21. 2ac4177 Added new MySQLi parameters/info to default database config file. Fixed missing new MySQLi parameters from database configuration documentation examples. by Tim Nolte · 10 years ago
  22. 13e8db6 [ci skip] Default 'db_debug' value to depend on ENVIRONMENT setting by Andrey Andreev · 10 years ago
  23. d929a80 Added subtitles mime types. by Ahmad Anbar · 10 years ago
  24. a5e58eb Update user_agents.php by Oleg Filippov · 10 years ago
  25. 66553a0 MIMES : added new mime type for 3gp based video file upload, added space between array by Intekhab Rizvi · 10 years ago
  26. 801fa75 MIMES : added new mime type for 3gp based video file upload by Intekhab Rizvi · 10 years ago
  27. 541e8b2 [ci skip] Remove redundant comment about log_threshold by Andrey Andreev · 10 years ago
  28. 29fc79a Adding two new characters and their ASCII equivalent by Abs · 10 years ago
  29. 0b2c833 Update user_agents.php by Oleg Filippov · 10 years ago
  30. dd8c0ed [ci skip] Add a note about sess_save_path in config.php by Andrey Andreev · 10 years ago
  31. 43ba5a2 [ci skip] Fix a typo in config.php by Andrey Andreev · 10 years ago
  32. 9187ed3 [ci skip] Formally deprecate 'global_xss_filtering' by Andrey Andreev · 10 years ago
  33. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  34. 0ae4e6c Fix #3593 by Andrey Andreev · 10 years ago
  35. b68a811 add <!DOCTYPE html> by Tjoosten · 10 years ago
  36. 4e7f85a [ci skip] Fix a setting name in a comment by Andrey Andreev · 10 years ago
  37. 789b1fe Add 'sess_regenerate_destroy' setting by Andrey Andreev · 10 years ago
  38. 1bd697c [ci skip] Improve note about sess_save_path in config.php by Andrey Andreev · 10 years ago
  39. 3a627d1 [ci skip] Remove 'session' from autoload comments for 'driver' by Andrey Andreev · 10 years ago
  40. b56de65 Remove license blocks in /application files by vlakoff · 10 years ago
  41. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  42. a7e24ec [ci skip] Fix incorrect wording in config.php by Andrey Andreev · 10 years ago
  43. 9e82b0d [ci skip] Add missing word in a comment by Andrey Andreev · 10 years ago
  44. 973a654 feature/session (#3073): Update config file and session docs by Andrey Andreev · 10 years ago
  45. 45a8afa Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  46. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  47. 466e8cc Remove output minifier by Andrey Andreev · 10 years ago
  48. a704aa7 Add 'cache_query_string' configuration option by Andrey Andreev · 10 years ago
  49. cae7a40 Removed EOL - 2ndtry by Jacques du Rand · 10 years ago
  50. 0503336 Removed EOL by Jacques du Rand · 10 years ago
  51. 538d534 Added missing comma at EOL(right place) by Jacques du Rand · 10 years ago
  52. 9af4358 Added missing comma at EOL by Jacques du Rand · 10 years ago
  53. 70ba13a Updated list of bots - mostly google-like by Jacques du Rand · 10 years ago
  54. 8f7d3d2 Fix merge conflicts by Andrey Andreev · 10 years ago
  55. 81c9347 Close #3322 [ci skip] by Andrey Andreev · 10 years ago
  56. a8f29f9 #3073 (feature/session): (Try to) fix memcached driver by Andrey Andreev · 10 years ago
  57. 815ac8a Close #3292 by Andrey Andreev · 10 years ago
  58. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  59. 2b2288d [ci skip] Trim a newline character by Andrey Andreev · 10 years ago
  60. 811e552 Update mimes.php by Andre Gardiner · 10 years ago
  61. dfb39be feature/session (#3073): Refactor configuration & fix cookie expiry times by Andrey Andreev · 10 years ago
  62. 4a485a7 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  63. 4b73882 Added vcard mime-type by Ahmad Anbar · 10 years ago
  64. 03eeb36 Add svg to config/mimes.php by Andrey Andreev · 10 years ago
  65. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  66. ed86ee1 Add setting ['composer_autoload'] by Andrey Andreev · 11 years ago
  67. 717e9c9 Seriously, remove the line ending by sean · 11 years ago
  68. 905c1f3 Another ppt mime type by Sean Fahey · 11 years ago
  69. d1bac4c Added 'application/vnd.ms-office' MIME for ppt by Sean Fahey · 11 years ago
  70. 47a47fb Initial version of new Session library by Andrey Andreev · 11 years ago
  71. 1799cbf Added support to Symbian OS platforms to recognize Nokia devices by Adriano Rosa · 11 years ago
  72. aeed15e Change 'standardize_newlines' default to FALSE by Andrey Andreev · 11 years ago
  73. 6cf456d Replace "folder" with "directory" in config.php by vlakoff · 11 years ago
  74. 511a6b8 Rename config item "error_templates_path" to "error_views_path" by vlakoff · 11 years ago
  75. cdf3dfa Make the error templates path configurable by vlakoff · 11 years ago
  76. d8bef8a "BASEPATH check" consistency by darwinel · 11 years ago
  77. 871754a 2013 > 2014 by darwinel · 11 years ago
  78. 90c54b6 Fix a typo in the smileys config (PR #2853) by Andrey Andreev · 11 years ago
  79. ebdb4ea Merge branch 'develop' into feature/output_compressed_cache by Andrey Andreev · 11 years ago
  80. 1c8245a Polish changes from PR #2830 by Andrey Andreev · 11 years ago
  81. 5cf7eff Fix whitespaces to tabs. by Ahmedul Haque Abid · 11 years ago
  82. 4b9b507 Added save_queries config setting in config/database.php by Ahmedul Haque Abid · 11 years ago
  83. ecaef96 Merge branch 'develop' into feature/output_compressed_cache by Andrey Andreev · 11 years ago
  84. 88cf55b Add autoloading library aliasing support (supersedes PR #2824) by Andrey Andreev · 11 years ago
  85. 60f71be Merge changes from develop by Andrey Andreev · 11 years ago
  86. 1b0a6a0 Merge pull request #2811 from dionysiosarvanitis/fix/ie11_user_agent by Andrey Andreev · 11 years ago
  87. 2cdd50e Trident prefix added to avoid potential false positives. by Dionysis Arvanitis · 11 years ago
  88. de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
  89. 0c234d0 IE11 User Agent support added by Dionysis Arvanitis · 11 years ago
  90. 155ee72 Compress output before storing it to cache, if output compression is enabled by Andrey Andreev · 11 years ago
  91. 10925d2 Remove preg_quote() call from CI_User_agent::_set_browser() and add another pattern for Opera by Andrey Andreev · 11 years ago
  92. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  93. a6eae87 [ci skip] Some spaces & docblock fixes by Andrey Andreev · 11 years ago
  94. 303c7b2 Update user_agents.php by Andre Gardiner · 11 years ago
  95. c8c260f [ci skip] Remove 2 spaces by Andrey Andreev · 11 years ago
  96. c761a20 Polish changes from PR #2712 by Andrey Andreev · 11 years ago
  97. fdd1461 Update user_agents.php by vkeranov · 11 years ago
  98. 9f417d0 Fix #2682 by Andrey Andreev · 11 years ago
  99. 05ace61 Merge pull request #2672 from stgeneral/patch-1 by Andrey Andreev · 11 years ago
  100. 0241050 Update user_agents.php by Jcchemin · 11 years ago