summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust error message to encourage people with apparently broken IPV6 systems toWez Furlong2003-05-241-1/+5
* Implement socket liveness checking for SSL streams when recycling viaWez Furlong2003-05-201-4/+37
* initialize errSascha Schumann2003-05-201-1/+1
* Fix refcounting problem with contexts.Wez Furlong2003-05-191-3/+14
* MFHIlia Alshanetsky2003-05-131-1/+1
* Fix erroneous error status when attempting to use stream_select() on an SSLWez Furlong2003-05-131-5/+10
* Probable fix for #23567 - pfsockopen returns dead connection.Wez Furlong2003-05-121-0/+29
* ifdef away win32 only variables.Ilia Alshanetsky2003-05-121-0/+2
* Eliminate fsync calls which apply to files, not sockets.Sascha Schumann2003-05-061-7/+3
* Fix the lack of SSL certificate verification support for ssl:// sockets andWez Furlong2003-04-261-4/+37
* 64 bit fixesWez Furlong2003-03-151-2/+2
* Fix some signed/unsigned issues with read() and SSL_read() return values.Wez Furlong2003-03-051-8/+17
* MFH: Fix for Bug #21809 (select() never times out during socket shutdown)Wez Furlong2003-02-151-2/+12
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFH: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
* Added possibility to reuse an old SSL session id.Stefan Esser2002-09-081-1/+11
* Fix ZTS build.Sebastian Bergmann2002-08-251-4/+4
* use php_error_docref()Marcus Boerger2002-08-251-6/+6
* Remove php_stream_sock_set_blocking and replace withWez Furlong2002-08-191-25/+31
* Added --enable-ipv6 and only look up AAAA in DNS when enabledStig Venaas2002-08-171-0/+4
* Correcting as per discussion with Iliaa and Edin on efnet://#php.bugsDan Kalowsky2002-08-131-1/+2
* Bug Fix #16113, as reflective of a php-dev convo between wez and iliaaDan Kalowsky2002-08-131-1/+1
* More verbosity when activating SSL on a socket fails.Wez Furlong2002-08-111-2/+8
* Fix ZTS builds.Sebastian Bergmann2002-08-101-2/+2
* Centralize some blocking socket related code.Wez Furlong2002-08-091-6/+49
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-221-16/+23
* Fix feof() on win32Jason Greene2002-07-191-2/+5
* ws fixfoobar2002-07-191-1/+1
* @Impelemented timeout functionality, and fixed error handling of fsockopen() ...Jason Greene2002-06-111-1/+78
* Remove this; it should not have been commitedWez Furlong2002-04-301-3/+2
* Implement context option setting API.Wez Furlong2002-04-301-4/+13