summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix bug #31403 (php_hostconnect not defined as PHPAPI)foobar2005-01-041-1/+1
* Fix #28996: unix sockets leak when connection failsWez Furlong2004-07-021-1/+4
* MFH: Bugfix for #23220: IIS messes up SSL shutdownWez Furlong2004-05-231-2/+31
* MFH: timeout duration too long in liveness checks for sockets.Wez Furlong2004-04-191-7/+1
* Probable fix for:Wez Furlong2004-01-141-0/+16
* fix zts build...Wez Furlong2003-11-291-1/+1
* Fix for bug #25939; feof not working correctly for sockets.Wez Furlong2003-11-281-1/+7
* Fix commentSascha Schumann2003-10-171-1/+1
* Don't forget these EOF flags either...Wez Furlong2003-10-081-6/+2
* MFHfoobar2003-06-271-9/+9
* Don't raise two warnings when connection attempt failed.Wez Furlong2003-06-221-1/+0
* Tidy up getaddrinfo() code so that it can handle broken ipv6 stacks and onlyWez Furlong2003-06-191-68/+90
* 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