summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* removed unwanted NEW_LIBC checksAnantha Kesari H Y2004-10-061-8/+1
* Make new poll stuff work on win32 (and still be safe on unix)Wez Furlong2004-09-171-18/+7
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-18/+102
* Ensure that port numbers get set in the peer/socket name functions.Wez Furlong2004-07-281-5/+5
* Fix #29431: crash when parsing an invalid network addressWez Furlong2004-07-281-1/+4
* BugFix: Copy/Paste mistake referenced undefined variable on platforms without...Sara Golemon2004-04-091-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-061-7/+7
* Export these so that ftp extension can be build as shared ext.Wez Furlong2003-12-021-2/+2
* Removed unused variables.Ilia Alshanetsky2003-11-301-4/+1
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-4/+91
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* Initialize this variable to 0 as suggested by saraMarcus Boerger2003-08-101-1/+1
* Merge getaddrinfo() tidy-up from PHP_4_3 branch.Wez Furlong2003-06-281-39/+40
* updating license information in the headers.James Cox2003-06-101-3/+3
* emalloc -> safe_emallocIlia Alshanetsky2003-05-131-1/+1
* fix warnings - one leftMarcus Boerger2003-03-081-1/+3
* Reverted my previous commitMoriyoshi Koizumi2003-03-011-1/+1
* Fixed buildMoriyoshi Koizumi2003-03-011-1/+1
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-281-12/+14
* New user-space functions:Wez Furlong2003-02-281-225/+231
* compiler warning fixed.Ilia Alshanetsky2003-02-281-4/+2
* Fixup build for win32Wez Furlong2003-02-271-1/+2
* Another big commit (tm).Wez Furlong2003-02-271-511/+335
* Add comment about thread-safety of gethostbyname on win32.Wez Furlong2003-02-211-1/+3
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+1
* Win32 build improvementsZeev Suraski2003-02-171-2/+0
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Potential fixes for #21809 and #22099.Wez Furlong2003-02-131-2/+12
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* A Simple fix for Bug #12360 (fsockopen timeout doesn't work).Wez Furlong2002-12-221-3/+15
* Fix for #19508 by poleson@verio.net.Wez Furlong2002-10-291-1/+1
* Silence compile warning, when compiling --with-openssl.Ilia Alshanetsky2002-10-191-0/+4
* Fixed a typo.Ilia Alshanetsky2002-10-191-1/+2
* Revert my last bogus commit.Wez Furlong2002-10-181-1/+1
* Improve EOF detection. Fixes #19970.Wez Furlong2002-10-181-1/+1
* Implement better SSL error handling.Wez Furlong2002-10-141-16/+122
* A much better probable fix for #16114.Wez Furlong2002-10-131-1/+14
* Probable fix for #16114Wez Furlong2002-10-131-1/+1
* (php_socket_errno) win32 errno compatible macro.Wez Furlong2002-10-131-4/+58
* This seems to resolve the issues with fgets.Wez Furlong2002-10-051-27/+1
* Add a few notesSascha Schumann2002-10-041-0/+1
* replace dont_block with a flag.Wez Furlong2002-10-041-1/+1
* Improve the general behaviour of stream_gets and fix its semanticsSascha Schumann2002-10-041-1/+2
* remove chunk size setting code (it's now in streams.c).Wez Furlong2002-09-281-26/+7
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-8/+18
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-231-3/+1
* Implement read buffering in streams.Wez Furlong2002-09-231-197/+25
* made new ssl activate function the default.Stefan Esser2002-09-121-4/+9
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-2/+22