History log of /PHP-7.2/ext/mysqlnd/mysqlnd_wireprotocol.c (Results 26 – 50 of 279)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5
# 9a83a679 17-Mar-2016 Kalle Sommer Nielsen

Fix build


Revision tags: php-5.6.20RC1
# f2ab731a 16-Mar-2016 Andrey Hristov

Fix emails in headers. @mysql.com addresses are no more since many years.


Revision tags: php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4
# 2d1559f8 22-Feb-2016 Nikita Popov

Move free_chunk and resize_chunk into memory pool

Drops 24 bytes from each chunk. For the example in bug #71468 it
reduces memory usage by 30%.


Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8
# a6b79f08 17-Nov-2015 Andrey Hristov

More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.h


# 4fed8a28 16-Nov-2015 Andrey Hristov

mysqlnd refactoring :
- move the command buffer out of the networking code to the protocol frame
codec.


Revision tags: php-7.0.0RC7, php-5.6.16RC1
# c24d452f 10-Nov-2015 Andrey Hristov

MNDR:
- less dereferencing in mysqlnd_ps . Dereference stmt->conn only once and
use a stack variable. Also make the source cleaner.


# 94ce013b 10-Nov-2015 Andrey Hristov

MNDR:
- remove unused macros


# 2e3fc57c 10-Nov-2015 Andrey Hristov

MNDR:
- move things out of mysqlnd_priv.h


# e8ace2d4 10-Nov-2015 Andrey Hristov

MNDR:
- remove inclusion of uneeded headers


# 42482406 10-Nov-2015 Andrey Hristov

MNDR:
- move the command factory to own file - mysqlnd_commands.c


# 2cea0416 10-Nov-2015 Andrey Hristov

MNDR:
- move all data members from MYSQLND_PFC to MYSQLND_PFC_DATA


# a530ecff 10-Nov-2015 Andrey Hristov

MNDR:
- better name for MYSQLND_PPEC - MYSQLND_PFC (protocol frame codec)


# 654d1a7c 10-Nov-2015 Andrey Hristov

MNDR:
- rename MYSQLND_NET to MYSQLND_PPEC (protocol packet envelope codec).
PPEC does only the encoding and decoding to the protocol frame.


# 80d59a3a 09-Nov-2015 Andrey Hristov

MNDR:
- intermediate step to move MYSQLND_NET from mysqlnd_vio.c to mysqlnd_wireprotocol.c
In following commits MYSQLND_NET's methods and data will be moved to MYSQLND_PROTOCOL


# e9f3139f 09-Nov-2015 Andrey Hristov

MNDR:
- split MYSQLND_NET into MYSQLND_NET and MYSQLND_VIO
MYSQLND_NET is above MYSQLND_VIO. _NET takes care of protocol packet
counting (even with compressed), while VIO is just abou

MNDR:
- split MYSQLND_NET into MYSQLND_NET and MYSQLND_VIO
MYSQLND_NET is above MYSQLND_VIO. _NET takes care of protocol packet
counting (even with compressed), while VIO is just about the network
(or in case of windows, non-network, but PIPE) transport.

show more ...


# a9905737 06-Nov-2015 Andrey Hristov

MNDR:
- some small renaming of methods


# 0d3329fc 06-Nov-2015 Andrey Hristov

MNDR:
- send_command and send_command_handle_response_* moved to a structure


# b8b1d45c 05-Nov-2015 Andrey Hristov

MNDR:
- move connection establishment code to own command - COM_HANDSHAKE


# baab519a 04-Nov-2015 Andrey Hristov

MNDR:
- decouple the commands from the connection. CONN ist passed now only in 1 case


# 5abee194 02-Nov-2015 Andrey Hristov

MNDR:
- remove dead code


# 71e70376 02-Nov-2015 Andrey Hristov

MNDR:
- clean up some things


# e30e884e 02-Nov-2015 Andrey Hristov

MNDR:
- move COM_INIT_DE result handling to the command


# fefc3045 02-Nov-2015 Andrey Hristov

MNDR:
- remove COM_FIELD_LIST


# 75a1fcc7 02-Nov-2015 Andrey Hristov

MNDR:
- move handling of commands to the command itself


12345678910>>...12