summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0/+1
* workaround for a win32 memleakHarald Radi2002-06-151-1/+2
* As far as I can tell, the AC_CHECK_MEMBER could not succeed,Sascha Schumann2002-05-121-5/+10
* Fix build on IRIX for both mips and gccJason Greene2002-05-122-6/+17
* Fix overflowJason Greene2002-05-081-1/+1
* Fix 10830, and 17074Jason Greene2002-05-071-1/+1
* socket_write() should just use the standard socket error macro so that errors...Jason Greene2002-05-021-2/+1
* - Update protos for socket_read() and socket_write().Markus Fischer2002-05-011-3/+3
* - Update protos for getpeer/getsock-name.Markus Fischer2002-05-011-2/+2
* Fix BYREF_FORCE that was not being readJason Greene2002-05-011-2/+2
* - Rename setopt and getopt to set_option and get_option, provide alias.Markus Fischer2002-05-012-8/+13
* - Fix couple of problems with socket_create_pair():Markus Fischer2002-05-011-8/+12
* - Add SOMAXCONN constant.Markus Fischer2002-05-011-0/+1
* - WS fixesMarkus Fischer2002-05-011-9/+9
* Changed socket_select to force reference copy, the older code would modify al...Jason Greene2002-05-011-1/+5
* - Forgot to update protoMarkus Fischer2002-04-301-1/+1