summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-191-1/+1
* should not be thereWez Furlong2002-04-151-1/+0
* Some minor tweaks and debugging for sockets.Wez Furlong2002-04-151-3/+30
* Implement stream context and status notification system.Wez Furlong2002-04-101-3/+15
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-1/+8
* fix for bug #16168Wez Furlong2002-03-191-3/+4
* make feof more useful on network streamsWez Furlong2002-03-191-3/+41
* Fix for bug #10001: a timeout event prevents further reads.Wez Furlong2002-03-181-0/+3
* Fix for bugs #16148, #11199, #10092:Wez Furlong2002-03-181-0/+8
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-23/+22
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-7/+8
* Fix for Bug #16121: make unix socket names binary safe.Wez Furlong2002-03-171-2/+14
* Hopefully fix resource usage so that we have no leaks and don't segfault.Wez Furlong2002-03-161-10/+12