History log of /php-src/main/network.c (Results 226 – 250 of 269)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.2.0RC2
# 2539cbc7 28-Mar-2002 Wez Furlong

Phase 3 of OO wrapper cleanup
# What was phase 2?

Revision tags: php-4.2.0RC1
# 14a39118 19-Mar-2002 Wez Furlong

fix for bug #16168

# 67231e25 19-Mar-2002 Wez Furlong

make feof more useful on network streams

# 33906e93 18-Mar-2002 Wez Furlong

Fix for bug #10001: a timeout event prevents further reads.
The Bug DB has a patch that should be applied to fsock.c on the
4.2 branch.

# 48e902ba 18-Mar-2002 Wez Furlong

Fix for bugs #16148, #11199, #10092:
fread from socket will never free memory.
This patch should also be applied to php_sockread_internal in
fsock.c in the 4.2 branch.

# c9d5e137 18-Mar-2002 Wez Furlong

TSRMLS related work on streams, as discussed with Zeev.
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make

# d2d87622 17-Mar-2002 Wez Furlong

Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits

# 436e339b 17-Mar-2002 Wez Furlong

Fix for Bug #16121: make unix socket names binary safe.
# Could be applied to 4.2 branch, but I don't have a working copy, and
# I don't think it's amazingly critical.

# bed04279 16-Mar-2002 Wez Furlong

Hopefully fix resource usage so that we have no leaks and don't segfault.

# 12f893d1 16-Mar-2002 Wez Furlong

fsock.c did it this way, so it must be OK...

# a411b0e9 16-Mar-2002 Wez Furlong

bring back ptrdiff_t

# 31fe5e46 16-Mar-2002 Yasuo Ohgaki

Quick fix build error when ptrdiff_t is not defined in types.h or sys/types.h

# 28d69811 16-Mar-2002 Wez Furlong

more *'s

# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...

Revision tags: help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.

Revision tags: php-4.1.2
# 12887836 12-Feb-2002 Sascha Schumann

Irix defines AF_INET6, but lacks IPv6 support, including
struct sockaddr_in6.

# 9e420659 10-Feb-2002 Stig Venaas

Added php_sockaddr_size() in network.c (and the header file). This is used
in ftp.c to make sure connect() and bind() is called with size argument
which is exactly the size of the relevant so

Added php_sockaddr_size() in network.c (and the header file). This is used
in ftp.c to make sure connect() and bind() is called with size argument
which is exactly the size of the relevant sockaddr_xx structure

show more ...

Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 580a4701 21-Jan-2002 Derick Rethans

- Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)

# a6ec8d37 06-Jan-2002 Stig Venaas

hostconnect now divides the timeout with no. of addresses. If a connection
attempt times out, it goes on to the next. Unless each timeout would be
<5s. Added php_any_addr() that fills out the

hostconnect now divides the timeout with no. of addresses. If a connection
attempt times out, it goes on to the next. Unless each timeout would be
<5s. Added php_any_addr() that fills out the any address for IPv6 and IPv4.

show more ...

# 6e1878b0 06-Jan-2002 Stig Venaas

Added some consts for arguments in network.c declarations. Moved
php_sockaddr_storage to php_network.h and added check for struct
sockaddr_storage

Revision tags: php-4.1.1
# e320de1e 23-Dec-2001 Alex Waugh

Undefine AF_UNIX under RISC OS

Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.

Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# bc262504 04-Nov-2001 Alex Waugh

Included header files needed by RISC OS

Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.

Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE
# 6da0268c 10-Aug-2001 Jeroen van Wolffelaar

Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK...

1234567891011