| Commit message (Expand) | Author | Age | Files | Lines |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | rename parameter, should not conflict with global symbol - | Andrey Hristov | 2010-10-05 | 1 | -1/+1 |
* | fixing more types | Andrey Hristov | 2010-10-05 | 1 | -1/+1 |
* | add another hook, maybe the last one, for MYSQLND_STMT, which | Andrey Hristov | 2010-09-28 | 1 | -0/+3 |
* | fix build on windows, seems this macro is not defined | Andrey Hristov | 2010-09-01 | 1 | -7/+1 |
* | OPT_COMPRESS support for mysqlnd_conn::set_client_option | Andrey Hristov | 2010-09-01 | 1 | -1/+9 |
* | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -1/+1 |
* | Lay foundations for named pipe support in mysqlnd | Andrey Hristov | 2010-08-09 | 1 | -1/+1 |
* | make ssl_set return value in mysqlnd compatible with libmysqli return value | David Soria Parra | 2010-08-06 | 1 | -1/+1 |
* | Two functions, which should be methods so one can catch | Andrey Hristov | 2010-06-24 | 1 | -0/+5 |
* | missed this one in the last commit, the real type | Andrey Hristov | 2010-06-18 | 1 | -1/+1 |
* | Handle problems in the row_decoder, return type used to be void, | Andrey Hristov | 2010-05-31 | 1 | -2/+2 |
* | Fix deallocation which can crash if the object is half-baken. | Andrey Hristov | 2010-05-27 | 1 | -0/+1 |
* | Init should return status value because initialization can fail. | Andrey Hristov | 2010-05-25 | 1 | -1/+1 |
* | Allow overloading of mysqlnd_result_meta_init(). | Andrey Hristov | 2010-05-14 | 1 | -0/+22 |
* | - Give possibility to overload mysqlnd_result_init(). | Andrey Hristov | 2010-05-14 | 1 | -0/+3 |
* | Remove unused parameter | Andrey Hristov | 2010-05-03 | 1 | -1/+1 |
* | Handle OOM when resizing blocks during data fetch | Andrey Hristov | 2010-05-03 | 1 | -1/+1 |
* | const-ify fields | Andrey Hristov | 2010-04-28 | 1 | -6/+6 |
* | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 1 | -3/+0 |
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -21/+20 |
* | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -7/+28 |
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 1 | -2/+10 |
* | allow persistency of PS | Andrey Hristov | 2010-03-12 | 1 | -9/+15 |
* | add typedefs for all structure methods, and then reuse these typedefs | Andrey Hristov | 2010-02-15 | 1 | -165/+338 |
* | make send_close a hook, too | Andrey Hristov | 2010-02-09 | 1 | -0/+1 |
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 1 | -38/+37 |
* | cosmetics. typedef-ed types should be in capital case | Andrey Hristov | 2010-01-11 | 1 | -28/+26 |
* | Rework the statistics macros to be reusable by external entities. | Andrey Hristov | 2010-01-11 | 1 | -1/+2 |
* | missed to commit to the branch | Andrey Hristov | 2010-01-11 | 1 | -3/+3 |
* | improve the stats subsystem. Reduce the number of macro definitions | Andrey Hristov | 2010-01-08 | 1 | -4/+10 |
* | add restart_psession and end_psession hooks | Andrey Hristov | 2010-01-08 | 1 | -0/+3 |
* | Change of way the packet objects are created/initialised | Andrey Hristov | 2010-01-07 | 1 | -0/+38 |
* | move network creation to the init hook | Andrey Hristov | 2009-12-28 | 1 | -0/+1 |
* | Unify. The typedef-ed structs in mysqlnd are always capitalized. | Andrey Hristov | 2009-12-23 | 1 | -7/+7 |
* | Move this function to MYSQLND_NET as it works on the | Andrey Hristov | 2009-12-21 | 1 | -0/+1 |
* | Move compression and decompression code to separate functions | Andrey Hristov | 2009-12-21 | 1 | -0/+2 |
* | refactoring : move more network related functions to | Andrey Hristov | 2009-12-17 | 1 | -2/+4 |
* | Move code out of mysqlnd_conn::connect to mysqlnd_net::connect. | Andrey Hristov | 2009-12-15 | 1 | -0/+1 |
* | refactor: move code that belongs to MYSQLND_NET out of MYSQLND | Andrey Hristov | 2009-12-15 | 1 | -26/+41 |
* | Make MYSQLND_NET dynamically allocated structure with allocator | Andrey Hristov | 2009-12-11 | 1 | -3/+3 |
* | Move two functions which are used in the extension as methods of | Andrey Hristov | 2009-12-11 | 1 | -2/+3 |
* | Remove stub code which never actually was used for anything. | Andrey Hristov | 2009-12-09 | 1 | -7/+0 |
* | Remove the zval caching from mysqlnd. It was disabled versions ago | Andrey Hristov | 2009-12-09 | 1 | -10/+1 |
* | Remove disabled code - threaded fetching. This can be implemented | Andrey Hristov | 2009-12-09 | 1 | -44/+0 |
* | fix debug windows build as well as remove a compilation warning | Andrey Hristov | 2009-11-26 | 1 | -1/+1 |
* | Compressed protocol support + extensibility for mysqlnd | Andrey Hristov | 2009-11-20 | 1 | -15/+50 |
* | Have the lengths also to skip many calls to strlen | Andrey Hristov | 2009-10-22 | 1 | -1/+7 |
* | Making mysqlnd emit no warnings when fetching pooled persistent connections t... | Ulf Wendel | 2009-10-15 | 1 | -1/+1 |