History log of /PHP-7.3/ext/mysqlnd/mysqlnd_wireprotocol.c (Results 51 – 75 of 295)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 7e6f9a84 02-Nov-2015 Andrey Hristov

MNDR:
- split handle_response() into handle_OK and handle_EOF


# aa4966d4 30-Oct-2015 Andrey Hristov

MNDR:
- now send_command_handle_response() also doesn't depend directly on
MYSQLND_CONN_DATA


# f7a44585 30-Oct-2015 Andrey Hristov

MNDR:
- pass connection closer and its context
- remove unused parameter


# 280c834c 30-Oct-2015 Andrey Hristov

MNDR:
- rename the macro for updating the connection state


# 4bb784cd 30-Oct-2015 Andrey Hristov

MNDR:
- make MYSQLND_ERROR_INFO a class


# 5609eabc 29-Oct-2015 Andrey Hristov

MDNR:
- make MYSQLND_UPSERT_STATUS more like an object that a simple structure
Still use macros to make updates simple


# 092afe72 29-Oct-2015 Andrey Hristov

MNDR:
- abstract SSL enabling into COM_ENABLE_SSL


Revision tags: php-5.6.15, php-7.0.0RC6
# 10d4fb8a 19-Oct-2015 Andrey Hristov

MDNR:
- Refactor the command factory. Let the factory be exchangeable.


# 7d7ff67b 19-Oct-2015 Andrey Hristov

MDNR:
- send_command() is no more, thus we need commands for all COM_STMT_*
+ CHANGE_USER


12345678910>>...12