summaryrefslogtreecommitdiff
path: root/ext/sockets
Commit message (Expand)AuthorAgeFilesLines
* Bump year.Sebastian Bergmann2002-12-314-4/+4
* silly error, will MFHSterling Hughes2002-12-201-1/+1
* MFB: Fix for #20894.Edin Kadribasic2002-12-091-7/+5
* Revert patch that should have been reverted a long time ago.Jason Greene2002-12-021-2/+2
* TODO: Cleanup elements that have happened, or most likely won't happen. ThereSterling Hughes2002-12-011-4/+5
* Sockets is no longer experimentalJason Greene2002-11-291-5/+0
* 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
* - Allow resetting the module global last_error too.Markus Fischer2002-04-301-6/+9
* - Fix WS and CS a bitMarkus Fischer2002-04-291-107/+108
* - Store last errno in the module global 'last_error' implicitelyMarkus Fischer2002-04-292-21/+50
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
* Fix WSJason Greene2002-03-111-28/+28
* Fix build on win32Jason Greene2002-03-091-6/+5
* Fixed bug where NULL specified in sec was not waiting infinately as it shouldJason Greene2002-03-091-15/+38
* Sockets Rework Patch 3 of 3Jason Greene2002-03-062-191/+67
* Socket Rework Patch 2Jason Greene2002-03-062-17/+90
* Style ImprovementJason Greene2002-03-051-2/+1
* Style mismatch: Jon's catchJason Greene2002-03-041-1/+1
* Patch 1 of 3 (2 in 3 still in progress) of sockets reworkJason Greene2002-03-041-53/+51
* Fix parse stringJason Greene2002-02-151-1/+1
* Fixing release and debug build on Win32Frank M. Kromann2002-02-131-3/+2
* Use socklen_t (instead of int) where appropriate.Jon Parise2002-01-271-6/+7
* Because php_network.h includes <sys/socket.h>, it must be included afterJon Parise2002-01-271-2/+1