| Commit message (Expand) | Author | Age | Files | Lines |
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| * | Irix defines AF_INET6, but lacks IPv6 support, including | Sascha Schumann | 2002-02-12 | 1 | -1/+1 |
| * | Added php_sockaddr_size() in network.c (and the header file). This is used | Stig Venaas | 2002-02-10 | 1 | -0/+22 |
| * | - Fix for bug #15057: getimagesize() crashes when offline (on MacOSX) | Derick Rethans | 2002-01-21 | 1 | -0/+3 |
| * | hostconnect now divides the timeout with no. of addresses. If a connection | Stig Venaas | 2002-01-06 | 1 | -13/+51 |
| * | Added some consts for arguments in network.c declarations. Moved | Stig Venaas | 2002-01-06 | 1 | -2/+2 |
| * | Undefine AF_UNIX under RISC OS | Alex Waugh | 2001-12-23 | 1 | -1/+1 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| * | Included header files needed by RISC OS | Alex Waugh | 2001-11-04 | 1 | -0/+4 |
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| * | Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK... | Jeroen van Wolffelaar | 2001-08-10 | 1 | -0/+4 |
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+13 |
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -1/+1 |
| * | Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c | Wez Furlong | 2001-05-05 | 1 | -20/+108 |
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| * | Declare inet_aton properly, if the system lacks support for it. | Sascha Schumann | 2001-02-24 | 1 | -1/+3 |
| * | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 1 | -0/+2 |
| * | Kill a couple of warnings | Rasmus Lerdorf | 2001-01-17 | 1 | -1/+1 |
| * | Fix Windows & thread-safe build | Zeev Suraski | 2001-01-13 | 1 | -1/+4 |
| * | Simplified code a bit, added detailed error reporting, and fixed a bug | Stig Venaas | 2001-01-13 | 1 | -44/+71 |
| * | Check that AF_INET6 is defined before using IPv6 | Stig Venaas | 2000-10-19 | 1 | -2/+2 |
| * | Fix crash | Stanislav Malyshev | 2000-09-18 | 1 | -0/+3 |
| * | Better IPv6 checking | Stig Venaas | 2000-09-07 | 1 | -2/+2 |
| * | - Remove track_vars - it is now always on | Zeev Suraski | 2000-09-05 | 1 | -1/+5 |
| * | using emalloc and efree, instead of malloc and free | Stig Venaas | 2000-09-05 | 1 | -7/+7 |
| * | renamed hostconnect() to php_hostconnect() | Stig Venaas | 2000-09-05 | 1 | -1/+1 |
| * | hostconnect now supports IPv6 if getaddrinfo exists, and also tries to | Stig Venaas | 2000-09-05 | 1 | -24/+123 |
| * | Include "php.h", otherwise we don't have access to the PHP and autoconf | Sascha Schumann | 2000-09-04 | 1 | -0/+2 |
| * | Added timeout argument, but not used yet | Stig Venaas | 2000-09-03 | 1 | -3/+4 |
| * | Network related functions, only for internal use by other PHP code. Tries | Stig Venaas | 2000-09-03 | 1 | -0/+105 |