summaryrefslogtreecommitdiff
path: root/ext/sockets/sockets.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Replaced calls to getprotobyname by constants to avoidGustavo André dos Santos Lopes2011-03-171-7/+2
* - Fixed bug #51958: socket_accept() fails on IPv6 sockets.Gustavo André dos Santos Lopes2011-03-141-12/+11
* - Added multicast support to the sockets extension (bug #40510).Gustavo André dos Santos Lopes2011-03-141-27/+365
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Share the php_sockets.h headerMikko Koppanen2009-12-271-1/+1
* MFT: VC10 build supportKalle Sommer Nielsen2009-12-031-0/+6
* - #49464, fix buildPierre Joye2009-09-041-1/+1
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-2/+2
* export le_socket from ext/socketsAntony Dovgal2009-08-311-0/+6
* MFBAndrei Zmievski2009-06-041-1/+2
* MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)Arnaud Le Blanc2009-05-201-0/+3
* - MFH: Fixed memory leak (patch by Christian Weiske)Felipe Pena2009-05-101-0/+2
* - #47978, typo in ext/sockets/sockets.cPierre Joye2009-04-161-1/+1
* MFB: Return empty string when recv() does not fetch any dataIlia Alshanetsky2009-02-031-0/+3
* fix buildAntony Dovgal2009-01-241-1/+1
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() imp...Kalle Sommer Nielsen2009-01-231-4/+13
* MFH:Kalle Sommer Nielsen2009-01-011-3/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-25/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+25
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-25/+0
* MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)Arnaud Le Blanc2008-10-221-0/+3
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* - MFH:Pierre Joye2008-08-231-6/+9
* MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)Jani Taskinen2008-07-161-2/+2
* - Added arginfoFelipe Pena2008-07-041-48/+197
* MFB: Fixed Bug #44197 (socket array keys lost on socket_select)Felipe Pena2008-02-211-1/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFHAntony Dovgal2007-09-261-1/+1
* MFH:- Added missing MSG_EOR and MSG_EOF constantsJani Taskinen2007-07-241-0/+12
* MFH:- Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ)Jani Taskinen2007-07-221-33/+24
* MFH: ws fix + sync U stuff for patches to MFB easierJani Taskinen2007-07-221-133/+131
* MFH: syncJani Taskinen2007-07-221-35/+69
* Remove pointless RINITIlia Alshanetsky2007-05-191-8/+1
* MFH: zerofill socket structsAntony Dovgal2007-02-251-0/+6
* Add missing ifdefs for shutdown()Hannes Magnusson2007-01-101-0/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-281-1/+2
* Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-031-1/+1
* last portion of z/Z fixesAntony Dovgal2006-08-311-8/+8
* improve checks and fix #38251Antony Dovgal2006-07-301-2/+6
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+7
* - revert last commit, something else went wrongPierre Joye2006-04-071-1/+0
* - fix leak when an error occured in socket_read, free tmpbufPierre Joye2006-04-071-0/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).Ilia Alshanetsky2005-12-041-1/+13
* MFH: yet another compile warningAntony Dovgal2005-12-031-1/+6