History log of /PHP-5.5/ext/mysqlnd/mysqlnd_wireprotocol.c (Results 26 – 50 of 181)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f926a3c0 25-Oct-2011 Andrey Hristov

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage

show more ...


# 845d8fa1 25-Oct-2011 Andrey Hristov

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage

show more ...


# 4321da03 24-Oct-2011 Andrey Hristov

move plugin specific stuff to one file. create object factory
for similar objects


# 37401880 24-Oct-2011 Andrey Hristov

move plugin specific stuff to one file. create object factory
for similar objects


# 652490d4 21-Oct-2011 Andrey Hristov

shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)


# 13981387 21-Oct-2011 Andrey Hristov

shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)


Revision tags: php-5.4.0beta2
# a498bc62 10-Oct-2011 Andrey Hristov

MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection)
QC will need an ifdef-layer to compile with this


# b5f57703 10-Oct-2011 Andrey Hristov

MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection)
QC will need an ifdef-layer to compile with this


Revision tags: php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 1eb77049 17-May-2011 Johannes Schlüter

- Move the field access behind the check
# Only called from one place where the connection is checked, but
# playing safe, again (parfait)


# 85eb0888 17-May-2011 Johannes Schlüter

- Move the field access behind the check
# Only called from one place where the connection is checked, but
# playing safe, again (parfait)


# b83b4880 17-May-2011 Johannes Schlüter

- Move the field access behind the check
# Only called from one place where the connection is checked, but
# playing safe, again (parfait)


# 9484248c 22-Mar-2011 Andrey Hristov

remove unneeded includes


# 15fd9c4f 22-Mar-2011 Andrey Hristov

remove unneeded includes


# 3afdf62d 21-Mar-2011 Andrey Hristov

throw out legacy code, that never was used for something
useful. Was added for QC but QC is now a plugin, not part of
the core.


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# ce4e6f4d 24-Jan-2011 Andrey Hristov

Handle MySQL 5.5 authentication features.
Authentication protocol can be changed, a new raw
packet is introduced, which includes only the "encrypted"
data for the auth plugin, sent after

Handle MySQL 5.5 authentication features.
Authentication protocol can be changed, a new raw
packet is introduced, which includes only the "encrypted"
data for the auth plugin, sent after change protocol (0xFE)
is sent to the client.

show more ...


# 16c6ce94 14-Jan-2011 Andrey Hristov

Update on the mysqlnd auth plugins, changed the plugin
structure and where they load themselves.
0xFE packets (method switch) needs to be done, additional
wire-level packet to be created

Update on the mysqlnd auth plugins, changed the plugin
structure and where they load themselves.
0xFE packets (method switch) needs to be done, additional
wire-level packet to be created to be parsed and the packet
doesn't fit the PACKET_OK structure anymore.

show more ...


# 429e07bb 12-Jan-2011 Andrey Hristov

grok the MySQL 5.5 extended handshake.
Move the authentication routines, the native ones, to
separate file and encapsulate them in a plugin.
Depending on the server version and what the s

grok the MySQL 5.5 extended handshake.
Move the authentication routines, the native ones, to
separate file and encapsulate them in a plugin.
Depending on the server version and what the server
requests (or doesn't in old versions) load the authentication
plugin to handle it.
Currently only the 4.1+ authentication is supported. More to come

show more ...


# ddbbcdce 11-Jan-2011 Andrey Hristov

Use common code to handle initial authentication and
COM_CHANGE_USER


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 837391a9 05-Nov-2010 Andrey Hristov

two new stats


# bcb4c842 05-Nov-2010 Andrey Hristov

two new stats


# 82de444f 05-Oct-2010 Andrey Hristov

rename parameter name - should not shadow the global symbol alloca


# 223832c5 05-Oct-2010 Andrey Hristov

rename parameter name - should not shadow the global symbol alloca


# bf7e6f93 05-Oct-2010 Andrey Hristov

add some safe casts


12345678