summaryrefslogtreecommitdiff
path: root/main/network.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplified code a bit, added detailed error reporting, and fixed a bugStig Venaas2001-01-131-44/+71
* Check that AF_INET6 is defined before using IPv6Stig Venaas2000-10-191-2/+2
* Fix crashStanislav Malyshev2000-09-181-0/+3
* Better IPv6 checkingStig Venaas2000-09-071-2/+2
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-1/+5
* using emalloc and efree, instead of malloc and freeStig Venaas2000-09-051-7/+7
* renamed hostconnect() to php_hostconnect()Stig Venaas2000-09-051-1/+1
* hostconnect now supports IPv6 if getaddrinfo exists, and also tries toStig Venaas2000-09-051-24/+123
* Include "php.h", otherwise we don't have access to the PHP and autoconfSascha Schumann2000-09-041-0/+2
* Added timeout argument, but not used yetStig Venaas2000-09-031-3/+4
* Network related functions, only for internal use by other PHP code. TriesStig Venaas2000-09-031-0/+105