summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fsock.c did it this way, so it must be OK...Wez Furlong2002-03-161-0/+2
* bring back ptrdiff_tWez Furlong2002-03-161-3/+1
* Quick fix build error when ptrdiff_t is not defined in types.h or sys/types.hYasuo Ohgaki2002-03-161-1/+3
* more *'sWez Furlong2002-03-161-29/+29
* New PHP streams...Wez Furlong2002-03-151-0/+403
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Irix defines AF_INET6, but lacks IPv6 support, includingSascha Schumann2002-02-121-1/+1
* Added php_sockaddr_size() in network.c (and the header file). This is usedStig Venaas2002-02-101-0/+22
* - Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)Derick Rethans2002-01-211-0/+3
* hostconnect now divides the timeout with no. of addresses. If a connectionStig Venaas2002-01-061-13/+51
* Added some consts for arguments in network.c declarations. MovedStig Venaas2002-01-061-2/+2
* Undefine AF_UNIX under RISC OSAlex Waugh2001-12-231-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Included header files needed by RISC OSAlex Waugh2001-11-041-0/+4
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK...Jeroen van Wolffelaar2001-08-101-0/+4
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+13
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+1
* Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.cWez Furlong2001-05-051-20/+108
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Declare inet_aton properly, if the system lacks support for it.Sascha Schumann2001-02-241-1/+3
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+2
* Kill a couple of warningsRasmus Lerdorf2001-01-171-1/+1
* Fix Windows & thread-safe buildZeev Suraski2001-01-131-1/+4