- 57a98ca code-igniter-v3-giggi: update release v2 by Luigi Santivetti · 4 years, 1 month ago
- 7bab494 code-igniter-v3-giggi: update release v1 by Luigi Santivetti · 5 years ago
- f1e13c0 [ci skip] Close #5513 by Andrey Andreev · 6 years ago
- 23aa166 [ci skip] Merge pull request #5292 from ajdunn2/develop by Andrey Andreev · 7 years ago
- cfc9e77 Add 'ssl_verify' option for mysqli driver by Andrey Andreev · 9 years ago
- a38b0c4 Add SSL support for PDO_MYSQL too by Andrey Andreev · 9 years ago
- 0785e47 [ci skip] Add note about colon-separated ssl_cipher list by Andrey Andreev · 9 years ago
- 76e643e Refactor proposed changes from PR #3896 by Andrey Andreev · 9 years ago
- 18ef616 Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl by Andrey Andreev · 9 years ago
- adf7636 Standardized new lines by Calvin Tam · 9 years ago
- 52ec825 Fixed a cleanup miss in the default database config file to follow the recent SSL feature changes. by Tim Nolte · 9 years ago
- 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
- 89ed9fa Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 9 years ago
- 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
- 13e8db6 [ci skip] Default 'db_debug' value to depend on ENVIRONMENT setting by Andrey Andreev · 9 years ago
- 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
- b56de65 Remove license blocks in /application files by vlakoff · 10 years ago
- 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
- 45a8afa Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
- fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
- 8f7d3d2 Fix merge conflicts by Andrey Andreev · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- 47a47fb Initial version of new Session library by Andrey Andreev · 10 years ago
- d8bef8a "BASEPATH check" consistency by darwinel · 11 years ago
- 871754a 2013 > 2014 by darwinel · 11 years ago
- 1c8245a Polish changes from PR #2830 by Andrey Andreev · 11 years ago
- 5cf7eff Fix whitespaces to tabs. by Ahmedul Haque Abid · 11 years ago
- 4b9b507 Added save_queries config setting in config/database.php by Ahmedul Haque Abid · 11 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- 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
- 0b1d56f database added config option by Michiel Vugteveen · 12 years ago
- 2608687 Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function prefix by Andrey Andreev · 12 years ago
- de6eff0 Revert default config value of db pconnect to TRUE (issue #793) by Andrey Andreev · 12 years ago
- d6ce1e9 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Jamie Rumbelow · 13 years ago
- 43481d0 minor style fix by Timothy Warren · 13 years ago
- eafad45 Updated supported database driver list by Timothy Warren · 13 years ago
- d294a58 Make database config easier to work with by Timothy Warren · 13 years ago
- e734b38 Clear some spaces and fix some inconsistencies in application/ php files by Andrey Andreev · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 7efad20 Renaming Active Record to Query Builder across the system by Jamie Rumbelow · 13 years ago
- 0142f70 Added database.php by Taufan Aditya · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- 5280c3c Turn "pconnect" off by default. by Phil Sturgeon · 13 years ago
- 4d77d88 Changes "ie" to "e.g."
by mrw · 13 years ago
- 5d581b6 The DB_driver can now use failover databases if specified by Felix Balfoort · 13 years ago
- 61df906 fixing typo in attribution block by Derek Jones · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- ab34758 Got PDO working by Timothy Warren · 13 years ago
- d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
- 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
- 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
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 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
- 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
- f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago[Renamed (97%) from system/application/config/database.php]
- ad1171a added swap_pre, autoinit, and stricton database configuration explanations by Derek Jones · 15 years ago
- c34e578 added stricton db config item to force strict mode - good for ensuring strict sql during development by Derek Jones · 15 years ago
- 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
- 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
- a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
- c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
- 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
- 6b397a8 noted 2 additional database types in db config by Derek Allard · 17 years ago
- afc7fd5 actually removed 'active_r' from database.php config like I said I already did... by Derek Jones · 17 years ago
- 75d568d removed 'active_r' db config variable, replaced with global $active_record setting. (bug report #1834) by Derek Jones · 17 years ago
- 35683d6 added char_set and dbcollat to the code comments by Derek Jones · 17 years ago
- 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
- 257651d by Rick Ellis · 18 years ago
- 0518661 by admin · 18 years ago
- e334c47 by admin · 18 years ago
- e7e1dcd by admin · 18 years ago
- 6dfa713 by admin · 18 years ago
- fe9754c by admin · 18 years ago
- 19ec9b1 by admin · 18 years ago
- b1fddc0 by admin · 18 years ago
- 10c3f41 by admin · 18 years ago
- b87cf23 by admin · 18 years ago
- 6871d95 by admin · 18 years ago
- 17a890d by admin · 18 years ago
- 41a1685 by admin · 18 years ago
- e6ed3d9 by admin · 18 years ago
- b0dd10f Initial Import by admin · 18 years ago