- May 02, 2005
-
-
Daniel Stenberg authored
least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we use that for FTP PORT/EPRT)! So, I modified the configure check that checks if the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on AIX 4.3 and it will automatically build with IPv6 support disabled.
-
Daniel Stenberg authored
to survive without it if not found. AIX 4.3 targetted adjustment.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Made the ftp server use the passed in pidfile name, and made runtests.pl pass it in properly.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
--trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
-
Daniel Stenberg authored
a pidfile for the server appears as otherwise it failed.
-
Daniel Stenberg authored
this happens for some ipv6-enabled hosts on which sockfilt cannot listen on ipv6.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
pointing out the CA cert path/file: SSL_CERT_DIR and SSL_CERT_FILE. If CURL_CA_BUNDLE is not set, they are checked afterwards.
-
Daniel Stenberg authored
-
- May 01, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 30, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and sockfilt.c. For good-to-have functions for the servers written in C.
-
Daniel Stenberg authored
body there is nothing chunked-encoded!
-
Daniel Stenberg authored
we should make it do that...)
-
- Apr 29, 2005
-
-
Daniel Stenberg authored
-
- Apr 28, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the runtests.pl to check this differently on operating systems that differentiate on this.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
quotes around the contents
-
Daniel Stenberg authored
and fixed the textmode attribute thing for windows a bit
-
Daniel Stenberg authored
killslaves function
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
sometimes the server can start but curl cannot speak to it, and then we must remember the server (in order to kill it properly) anyway. Also, make sure to kill all servers on exit everywhere.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(problem identified by Dan F) 2. initial text mode fix for file checks, to allow better text file testing on windows (with regard to line endings) 3. fixed to use the proper ftpserver pidfile to find pid
-