Age | Commit message (Expand) | Author | Files | Lines |
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 1 | -0/+1 |
2015-07-16 | Add SSL support for PDO_MYSQL too | Andrey Andreev | 1 | -1/+1 |
2015-07-16 | [ci skip] Add note about colon-separated ssl_cipher list | Andrey Andreev | 1 | -1/+1 |
2015-07-16 | Refactor proposed changes from PR #3896 | Andrey Andreev | 1 | -1/+10 |
2015-07-16 | Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into fe... | Andrey Andreev | 1 | -0/+2 |
2015-07-04 | Standardized new lines | Calvin Tam | 1 | -1/+0 |
2015-06-18 | Fixed a cleanup miss in the default database config file to follow the recent... | Tim Nolte | 1 | -6/+1 |
2015-06-18 | Removed db_options configuration item for implementation later. Changed 5 new... | Tim Nolte | 1 | -6/+1 |
2015-06-08 | Merge branch 'develop' into feature/mysqli-ssl | Tim Nolte | 1 | -1/+1 |
2015-06-08 | Added new MySQLi parameters/info to default database config file. Fixed missi... | Tim Nolte | 1 | -0/+12 |
2015-05-27 | [ci skip] Default 'db_debug' value to depend on ENVIRONMENT setting | Andrey Andreev | 1 | -1/+1 |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -2/+0 |
2015-01-26 | Remove license blocks in /application files | vlakoff | 1 | -36/+0 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 1 | -3/+3 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-11-11 | Fix merge conflicts | Andrey Andreev | 1 | -14/+25 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-05-31 | Initial version of new Session library | Andrey Andreev | 1 | -1/+1 |
2014-02-11 | "BASEPATH check" consistency | darwinel | 1 | -1/+3 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-01-20 | Polish changes from PR #2830 | Andrey Andreev | 1 | -9/+9 |
2014-01-19 | Fix whitespaces to tabs. | Ahmedul Haque Abid | 1 | -1/+1 |
2014-01-19 | Added save_queries config setting in config/database.php | Ahmedul Haque Abid | 1 | -0/+8 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-10-12 | Set MySQL client compression to FALSE by default (problems reported with it),... | Andrey Andreev | 1 | -4/+6 |
2012-08-20 | database added config option | Michiel Vugteveen | 1 | -0/+2 |
2012-07-05 | Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function ... | Andrey Andreev | 1 | -2/+3 |
2012-06-26 | Revert default config value of db pconnect to TRUE (issue #793) | Andrey Andreev | 1 | -2/+2 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -22/+25 |
2012-04-17 | minor style fix | Timothy Warren | 1 | -2/+2 |
2012-04-17 | Updated supported database driver list | Timothy Warren | 1 | -1/+2 |
2012-04-04 | Make database config easier to work with | Timothy Warren | 1 | -17/+19 |
2012-03-26 | Clear some spaces and fix some inconsistencies in application/ php files | Andrey Andreev | 1 | -3/+3 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -4/+4 |
2012-02-09 | Added database.php | Taufan Aditya | 1 | -0/+2 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-28 | Turn "pconnect" off by default. | Phil Sturgeon | 1 | -1/+1 |
2011-12-24 | Changes "ie" to "e.g."
| mrw | 1 | -1/+1 |
2011-11-29 | The DB_driver can now use failover databases if specified | Felix Balfoort | 1 | -1/+2 |
2011-10-21 | fixing typo in attribution block | Derek Jones | 1 | -1/+1 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -0/+25 |
2011-08-23 | Got PDO working | Timothy Warren | 1 | -1/+1 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 1 | -1/+2 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -5/+5 |
2011-05-20 | modified the 'use_set_names' variable in the MySQL/i drivers to be a class pr... | Derek Jones | 1 | -1/+2 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -5/+5 |
2011-04-19 | modified MySQL and MySQLi drivers to address a potential SQL injection attack... | Derek Jones | 1 | -0/+6 |
2010-08-12 | single quotes instead of double quotes by default to prevent PHP from trying ... | Derek Allard | 1 | -14/+14 |