1. 7bab494 code-igniter-v3-giggi: update release v1 by Luigi Santivetti · 5 years ago
  2. f1e13c0 [ci skip] Close #5513 by Andrey Andreev · 6 years ago
  3. 23aa166 [ci skip] Merge pull request #5292 from ajdunn2/develop by Andrey Andreev · 7 years ago
  4. cfc9e77 Add 'ssl_verify' option for mysqli driver by Andrey Andreev · 9 years ago
  5. a38b0c4 Add SSL support for PDO_MYSQL too by Andrey Andreev · 9 years ago
  6. 0785e47 [ci skip] Add note about colon-separated ssl_cipher list by Andrey Andreev · 9 years ago
  7. 76e643e Refactor proposed changes from PR #3896 by Andrey Andreev · 9 years ago
  8. 18ef616 Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl by Andrey Andreev · 9 years ago
  9. adf7636 Standardized new lines by Calvin Tam · 9 years ago
  10. 52ec825 Fixed a cleanup miss in the default database config file to follow the recent SSL feature changes. by Tim Nolte · 9 years ago
  11. 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 · 9 years ago
  12. 89ed9fa Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 9 years ago
  13. 2ac4177 Added new MySQLi parameters/info to default database config file. Fixed missing new MySQLi parameters from database configuration documentation examples. by Tim Nolte · 9 years ago
  14. 13e8db6 [ci skip] Default 'db_debug' value to depend on ENVIRONMENT setting by Andrey Andreev · 9 years ago
  15. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  16. b56de65 Remove license blocks in /application files by vlakoff · 10 years ago
  17. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  18. 45a8afa Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  19. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  20. 8f7d3d2 Fix merge conflicts by Andrey Andreev · 10 years ago
  21. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  22. 47a47fb Initial version of new Session library by Andrey Andreev · 10 years ago
  23. d8bef8a "BASEPATH check" consistency by darwinel · 11 years ago
  24. 871754a 2013 > 2014 by darwinel · 11 years ago
  25. 1c8245a Polish changes from PR #2830 by Andrey Andreev · 11 years ago
  26. 5cf7eff Fix whitespaces to tabs. by Ahmedul Haque Abid · 11 years ago
  27. 4b9b507 Added save_queries config setting in config/database.php by Ahmedul Haque Abid · 11 years ago
  28. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  29. 2f8bf9b Set MySQL client compression to FALSE by default (problems reported with it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting by Andrey Andreev · 12 years ago
  30. 0b1d56f database added config option by Michiel Vugteveen · 12 years ago
  31. 2608687 Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function prefix by Andrey Andreev · 12 years ago
  32. de6eff0 Revert default config value of db pconnect to TRUE (issue #793) by Andrey Andreev · 12 years ago
  33. d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
  34. 43481d0 minor style fix by Timothy Warren · 13 years ago
  35. eafad45 Updated supported database driver list by Timothy Warren · 13 years ago
  36. d294a58 Make database config easier to work with by Timothy Warren · 13 years ago
  37. e734b38 Clear some spaces and fix some inconsistencies in application/ php files by Andrey Andreev · 13 years ago
  38. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  39. 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
  40. 0142f70 Added database.php by Taufan Aditya · 13 years ago
  41. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  42. 5280c3c Turn "pconnect" off by default. by Phil Sturgeon · 13 years ago
  43. 4d77d88 Changes "ie" to "e.g." by mrw · 13 years ago
  44. 5d581b6 The DB_driver can now use failover databases if specified by Felix Balfoort · 13 years ago
  45. 61df906 fixing typo in attribution block by Derek Jones · 13 years ago
  46. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  47. ab34758 Got PDO working by Timothy Warren · 13 years ago
  48. d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
  49. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  50. 3b9f88d modified the 'use_set_names' variable in the MySQL/i drivers to be a class property instead of static, in case multiple database servers are connected to in a single request. Also clarified description of the 'dbcollat' setting in the configuration files by Derek Jones · 14 years ago
  51. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  52. 6ae70cc modified MySQL and MySQLi drivers to address a potential SQL injection attack vector when multi-byte character set connections are employed. (Does not impact Latin-1, UTF-8, etc. encodings) by Derek Jones · 14 years ago
  53. b76fedd single quotes instead of double quotes by default to prevent PHP from trying to parse a $ in a password as a variable. by Derek Allard · 14 years ago
  54. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago[Renamed (97%) from system/application/config/database.php]
  55. ad1171a added swap_pre, autoinit, and stricton database configuration explanations by Derek Jones · 15 years ago
  56. c34e578 added stricton db config item to force strict mode - good for ensuring strict sql during development by Derek Jones · 15 years ago
  57. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  58. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  59. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  60. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  61. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  62. 6b397a8 noted 2 additional database types in db config by Derek Allard · 17 years ago
  63. afc7fd5 actually removed 'active_r' from database.php config like I said I already did... by Derek Jones · 17 years ago
  64. 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
  65. 35683d6 added char_set and dbcollat to the code comments by Derek Jones · 17 years ago
  66. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  67. 257651d by Rick Ellis · 18 years ago
  68. 0518661 by admin · 18 years ago
  69. e334c47 by admin · 18 years ago
  70. e7e1dcd by admin · 18 years ago
  71. 6dfa713 by admin · 18 years ago
  72. fe9754c by admin · 18 years ago
  73. 19ec9b1 by admin · 18 years ago
  74. b1fddc0 by admin · 18 years ago
  75. 10c3f41 by admin · 18 years ago
  76. b87cf23 by admin · 18 years ago
  77. 6871d95 by admin · 18 years ago
  78. 17a890d by admin · 18 years ago
  79. 41a1685 by admin · 18 years ago
  80. e6ed3d9 by admin · 18 years ago
  81. b0dd10f Initial Import by admin · 18 years ago