summaryrefslogtreecommitdiff
path: root/main/streams/xp_socket.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Prevent bindport from being used uninitializedSara Golemon2006-02-021-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* ZTS fix.Sebastian Bergmann2005-06-141-1/+1
* Added bindto socket context option.Ilia Alshanetsky2005-06-141-13/+34
* Make new poll stuff work on win32 (and still be safe on unix)Wez Furlong2004-09-171-0/+3
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-45/+16
* Using int when long should be used.Ilia Alshanetsky2004-08-221-1/+1
* Fix for #29256 from Dmitry, very slightly modifiedWez Furlong2004-08-101-2/+38
* zts fix...Wez Furlong2004-07-311-1/+1
* Misc sendto/recvfrom tweaks that have been pending here for a while...Wez Furlong2004-07-311-1/+14
* Make sure this is initialized...Wez Furlong2004-07-311-0/+2
* More wordsize fixesArd Biesheuvel2004-03-081-2/+2
* Fix a bug in the persistent socket liveness checks and feof(); they wereWez Furlong2004-02-041-3/+7
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* this can't be persistentWez Furlong2003-12-021-1/+2
* Removed unused variables.Ilia Alshanetsky2003-11-301-0/+2
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-1/+58
* (sort of) MFB, feof fix for sockets.Wez Furlong2003-11-281-1/+7
* port "liveness" checks and a couple of other things from the 4.3 branch.Wez Furlong2003-11-271-8/+25
* Set the EOF indicator after each read attempt.Wez Furlong2003-10-081-3/+1
* Merge selectable descriptor casting from PHP_4_3 branch.Wez Furlong2003-06-281-0/+1
* Win32 build fixes for opensslEdin Kadribasic2003-06-151-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix warnings.Sebastian Bergmann2003-05-171-1/+3
* Add IPv6 support to stream_socket_client/server()Sara Golemon2003-04-051-2/+17
* avoid unsigned issues.Wez Furlong2003-03-181-2/+11
* 64bit fixesWez Furlong2003-03-151-2/+2
* Compiler warning fix.Ilia Alshanetsky2003-03-031-1/+1
* Don't shutdown() unix sockets.Wez Furlong2003-03-011-1/+16
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-281-3/+5
* New user-space functions:Wez Furlong2003-02-281-29/+142
* Add a generic meta data api for streams.Wez Furlong2003-02-271-0/+6
* Fixup build for win32Wez Furlong2003-02-271-0/+5
* Another big commit (tm).Wez Furlong2003-02-271-0/+502