summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_net.c
Commit message (Expand)AuthorAgeFilesLines
* Removed safe_modeKalle Sommer Nielsen2010-04-261-0/+4
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* CS + WS changesAndrey Hristov2010-04-151-8/+10
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-2/+183
* Fix the Windows build (void* arithmetic) as well as --disable-zlibAndrey Hristov2010-04-061-0/+10
* Fix inconsistenciesAndrey Hristov2010-04-011-10/+10
* Better fix for bug #51347 mysqli_close / connection memory leakAndrey Hristov2010-04-011-9/+8
* Fixed bug #51347 mysqli_close / connection memory leakAndrey Hristov2010-04-011-0/+8
* Fix compiler warning, copy&paste errorAndrey Hristov2010-01-141-1/+1
* export some calls to init/deinit code outside of the moduleAndrey Hristov2010-01-081-2/+2
* improve the stats subsystem. Reduce the number of macro definitionsAndrey Hristov2010-01-081-2/+2
* add restart_psession and end_psession hooksAndrey Hristov2010-01-081-1/+16
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-2/+2
* Move this function to MYSQLND_NET as it works on theAndrey Hristov2009-12-211-0/+50
* Move compression and decompression code to separate functionsAndrey Hristov2009-12-211-19/+47
* refactoring : move more network related functions toAndrey Hristov2009-12-171-9/+349
* call free_contents in every case, in case something is not freedAndrey Hristov2009-12-161-0/+1
* move MYSQLND_NET code to a separate file.Andrey Hristov2009-12-161-0/+310