| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove php_stream_sock_set_blocking and replace with | Wez Furlong | 2002-08-19 | 1 | -25/+31 |
* | Added --enable-ipv6 and only look up AAAA in DNS when enabled | Stig Venaas | 2002-08-17 | 1 | -0/+4 |
* | Correcting as per discussion with Iliaa and Edin on efnet://#php.bugs | Dan Kalowsky | 2002-08-13 | 1 | -1/+2 |
* | Bug Fix #16113, as reflective of a php-dev convo between wez and iliaa | Dan Kalowsky | 2002-08-13 | 1 | -1/+1 |
* | More verbosity when activating SSL on a socket fails. | Wez Furlong | 2002-08-11 | 1 | -2/+8 |
* | Fix ZTS builds. | Sebastian Bergmann | 2002-08-10 | 1 | -2/+2 |
* | Centralize some blocking socket related code. | Wez Furlong | 2002-08-09 | 1 | -6/+49 |
* | Switch streams socket abstraction to use a timeval structure instead of an | Jason Greene | 2002-07-22 | 1 | -16/+23 |
* | Fix feof() on win32 | Jason Greene | 2002-07-19 | 1 | -2/+5 |
* | ws fix | foobar | 2002-07-19 | 1 | -1/+1 |
* | @Impelemented timeout functionality, and fixed error handling of fsockopen() ... | Jason Greene | 2002-06-11 | 1 | -1/+78 |
* | Remove this; it should not have been commited | Wez Furlong | 2002-04-30 | 1 | -3/+2 |
* | Implement context option setting API. | Wez Furlong | 2002-04-30 | 1 | -4/+13 |
* | Make scheme part decoding rfc2396 compliant. | Wez Furlong | 2002-04-19 | 1 | -1/+1 |
* | should not be there | Wez Furlong | 2002-04-15 | 1 | -1/+0 |
* | Some minor tweaks and debugging for sockets. | Wez Furlong | 2002-04-15 | 1 | -3/+30 |
* | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 1 | -3/+15 |
* | Phase 3 of OO wrapper cleanup | Wez Furlong | 2002-03-28 | 1 | -1/+8 |
* | fix for bug #16168 | Wez Furlong | 2002-03-19 | 1 | -3/+4 |
* | make feof more useful on network streams | Wez Furlong | 2002-03-19 | 1 | -3/+41 |
* | Fix for bug #10001: a timeout event prevents further reads. | Wez Furlong | 2002-03-18 | 1 | -0/+3 |
* | Fix for bugs #16148, #11199, #10092: | Wez Furlong | 2002-03-18 | 1 | -0/+8 |
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -23/+22 |
* | Streams now make more use of the memory manager, so tracking down | Wez Furlong | 2002-03-17 | 1 | -7/+8 |
* | Fix for Bug #16121: make unix socket names binary safe. | Wez Furlong | 2002-03-17 | 1 | -2/+14 |
* | Hopefully fix resource usage so that we have no leaks and don't segfault. | Wez Furlong | 2002-03-16 | 1 | -10/+12 |
* | fsock.c did it this way, so it must be OK... | Wez Furlong | 2002-03-16 | 1 | -0/+2 |
* | bring back ptrdiff_t | Wez Furlong | 2002-03-16 | 1 | -3/+1 |
* | Quick fix build error when ptrdiff_t is not defined in types.h or sys/types.h | Yasuo Ohgaki | 2002-03-16 | 1 | -1/+3 |
* | more *'s | Wez Furlong | 2002-03-16 | 1 | -29/+29 |
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -0/+403 |
* | 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 |