summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-036-6/+6
|
* fix testJani Taskinen2009-12-111-3/+4
|
* - Fix bad section names (extra - in the end..)Jani Taskinen2009-11-093-3/+3
|
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-041-2/+2
| | | | | return status on windows). (Sriram Natarajan)
* The last of the 2009 testfest testsZoe Slattery2009-08-302-0/+213
|
* More tests from 2009 testfestZoe Slattery2009-08-301-0/+17
|
* Test from 2009 testfestZoe Slattery2009-08-2615-0/+456
|
* Make these socket tests less Linux-specificRasmus Lerdorf2009-08-096-13/+13
|
* merge from 5_3Antony Dovgal2009-07-031-0/+6
|
* Fix invalid test against addr6 result.Andrei Zmievski2009-06-041-1/+2
|
* MFH: Fix skipifArnaud Le Blanc2009-05-203-3/+10
|
* MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)Arnaud Le Blanc2009-05-201-0/+3
|
* - New tests (testfest BerlinUG)Felipe Pena2009-05-1723-0/+709
|
* - 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
|
* Return empty string when recv() does not fetch any dataIlia Alshanetsky2009-02-031-0/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-316-6/+6
|
* MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)Arnaud Le Blanc2008-10-231-0/+3
| | | | | | [DOC] Added TCP_NODELAY constant to sockets extension, to be used with socket_set_option() to disable TCP's Nagle algorithm. Avail in PHP>=5.2.7.
* MFH: missing testJani Taskinen2008-07-231-0/+55
|
* MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)Jani Taskinen2008-07-163-4/+4
|
* - Reverted fix for #44197 (unsuitable for minor versions)Felipe Pena2008-07-151-11/+2
|
* Fix typoFelipe Pena2008-02-211-1/+1
|
* Fixed Bug #44197 (socket array keys lost on socket_select)Felipe Pena2008-02-211-2/+12
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-316-6/+6
|
* MFHAntony Dovgal2007-09-261-1/+1
|
* MFH:- Added missing MSG_EOR and MSG_EOF constantsJani Taskinen2007-07-241-0/+12
|
* MFH: removed useless fileJani Taskinen2007-07-242-11/+0
|
* MFH:- Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ)Jani Taskinen2007-07-224-67/+28
|
* MFH: ws fix + sync U stuff for patches to MFB easierJani Taskinen2007-07-221-133/+131
|
* MFH: syncJani Taskinen2007-07-221-35/+69
|
* - Test properly for socketpair inside an extension.Jani Taskinen2007-07-221-5/+1
|
* Remove pointless RINITIlia Alshanetsky2007-05-192-9/+1
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* MFH: zerofill socket structsAntony Dovgal2007-02-251-0/+6
|
* MFH: fix testsAntony Dovgal2007-02-121-1/+1
|
* Add missing ifdefs for shutdown()Hannes Magnusson2007-01-102-0/+6
|
* MFH: Bump year.Sebastian Bergmann2007-01-016-6/+6
|
* 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-016-18/+18
|
* 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
|
* fix #35490 (socket_sendto() unable to handle IPv6 addresses)Antony Dovgal2005-12-011-1/+1
|
* - MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integerMichael Wallner2005-11-031-2/+20
| | | | | parameter on Windows)