summaryrefslogtreecommitdiff
path: root/ext/sockets/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* 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-011-4/+4
* 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
* - Fixed bug #31936 (set_h_errno() is redefined incompatibly)foobar2005-02-121-2/+6
* 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
* Fix compile warnings (mostly MFH from 5.0 branch)Ilia Alshanetsky2003-06-051-0/+1
* MFHfoobar2003-04-251-0/+3
* MFHfoobar2003-04-171-14/+14
* 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
* MFH: added check for struct cmsghdr. now sockets extension can be builtMoriyoshi Koizumi2003-04-041-0/+4
* 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-311-1/+1
* mfhSterling Hughes2002-12-201-1/+1
* Fixed crash in socket_read on windows #20894 (patch by Wez Furlong).Edin Kadribasic2002-12-091-7/+5
* 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-301-19/+34
* Implement contstants on win32Jason Greene2002-09-231-0/+2
* Fix crash bug and memory leak in vectorsJason Greene2002-09-101-2/+4
* @socket_recvfrom is now binary safe (Jason)Jason Greene2002-08-281-2/+3
* Implement socket errno values for UNIX based platforms.Jason Greene2002-08-251-0/+4
* Nuke warnings on strict compilersJason Greene2002-08-161-6/+8
* Remove sleep workaround, and fix the actual win32 memory leak whichJason Greene2002-07-071-7/+21
* - Fix proto.Markus Fischer2002-06-251-2/+2
* workaround for a win32 memleakHarald Radi2002-06-151-1/+2
* Fix build on IRIX for both mips and gccJason Greene2002-05-121-6/+16
* Fix overflowJason Greene2002-05-081-1/+1