summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-316-6/+6
* MFH: Bump year.Sebastian Bergmann2007-01-016-6/+6
* re-apply fix for #38251 (socket_select() and invalid arguments)Antony Dovgal2006-08-011-2/+6
* temporarily revert the patch by request of DerickAntony Dovgal2006-07-301-6/+2
* MFH: improve checks and fix #38251Antony Dovgal2006-07-301-2/+7
* bump year and license versionfoobar2006-01-016-24/+24
* MFH: Fixed bug #35062 (socket_read() produces warnings on non blockingIlia Alshanetsky2005-12-041-1/+13
* - fixed bug #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integerMichael Wallner2005-11-031-2/+20
* MFH: fix #33019 (socket errors cause memory leaks in php_strerror())Antony Dovgal2005-05-121-0/+9
* MFHfoobar2005-02-141-0/+4
* Fix typofoobar2005-02-141-1/+1
* MFH: - Removed duplicate error + reset error in new socketsfoobar2005-02-141-2/+4
* MFH: nuke unused codefoobar2005-02-141-4/+0
* - Fixed bug #31936 (set_h_errno() is redefined incompatibly)foobar2005-02-123-4/+8
* Missing length limit parameter.Sara Golemon2004-06-071-1/+1
* - MFH: Fixed bug #28523 (Typo in ext/sockets/sockets.c)Derick Rethans2004-05-261-1/+1
* MFHEdin Kadribasic2004-05-181-1/+1
* MFH: Do not allocate error buffer at the start of every request.Ilia Alshanetsky2004-05-161-8/+8
* MFH:Ilia Alshanetsky2004-02-251-1/+15
* Compiler warning fixes.Ilia Alshanetsky2003-08-281-4/+4
* MFH: fix for #24629Jason Greene2003-07-251-2/+10
* MFH: missing CVS Id tags and license headersfoobar2003-07-204-0/+46
* Fix compile warnings (mostly MFH from 5.0 branch)Ilia Alshanetsky2003-06-052-6/+1
* MFHfoobar2003-04-251-0/+3
* MFHfoobar2003-04-172-17/+18
* Integer overflow stuff.Ilia Alshanetsky2003-04-161-4/+8
* MFH(r-1.137): compiler warning fix & possible 64bit fixMoriyoshi Koizumi2003-04-161-1/+2
* MFH(r-1.136): fixed bug #23080Moriyoshi Koizumi2003-04-161-6/+7
* MFHfoobar2003-04-051-0/+2
* MFH: added check for struct cmsghdr. now sockets extension can be builtMoriyoshi Koizumi2003-04-042-0/+15
* MFH(r-1.135): fixed memleak in socket_select()Moriyoshi Koizumi2003-04-041-1/+12
* Ok, really fix socket_iovec_alloc() this timeRasmus Lerdorf2003-04-011-5/+9
* Make sure we never pass a negative arg to emallocRasmus Lerdorf2003-03-251-3/+12
* Restrict this function to a max of 65k io vectors to avoid weirdRasmus Lerdorf2003-03-251-1/+6
* Fix arg list segfaultRasmus Lerdorf2003-03-241-1/+5
* fixing missed int to long with zend_parse_parametersDavid Hill2003-03-101-1/+1
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-22/+35
* MFH: Bump year.Sebastian Bergmann2002-12-314-4/+4
* mfhSterling Hughes2002-12-201-1/+1
* Fixed crash in socket_read on windows #20894 (patch by Wez Furlong).Edin Kadribasic2002-12-091-7/+5
* MFHJason Greene2002-12-031-2/+2
* Fix proto and #20137Sander Roobol2002-10-281-1/+1
* make one-line read work on win32...Sterling Hughes2002-10-281-10/+5
* Kill warningRasmus Lerdorf2002-10-041-1/+1
* Fix thread safety issueJason Greene2002-09-302-20/+38
* Implement contstants on win32Jason Greene2002-09-232-0/+56
* Fix crash bug and memory leak in vectorsJason Greene2002-09-101-2/+4
* Fix bug: #19212foobar2002-09-041-1/+1
* @socket_recvfrom is now binary safe (Jason)Jason Greene2002-08-281-2/+3
* Implement socket errno values for UNIX based platforms.Jason Greene2002-08-252-0/+410