5f0366c2 | 19-Apr-2005 |
Daniel Stenberg |
only define _REENTRANT if not already defined, and only in setup.h |
779ca097 | 19-Apr-2005 |
Daniel Stenberg |
Check for and config for the ca cert bundle properly when built with GnuTLS. Previously this was only done for OpenSSL builds. |
313f1a1e | 19-Apr-2005 |
Daniel Stenberg |
when --with-gnutls is used, we assume a bin/libgnutls-config file in the given prefix. Building something with gnutls without it just is too error- prone. |
21337f47 | 19-Apr-2005 |
Daniel Stenberg |
remove the warning for a lacking crypto lib since it migth just be a gnutls build... |
53a8e565 | 19-Apr-2005 |
Daniel Stenberg |
added CURLOPT_PORT test when using proxy |
2d85585a | 18-Apr-2005 |
Daniel Stenberg |
two bugfixes of today |
63d109f7 | 18-Apr-2005 |
Daniel Stenberg |
Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the
Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix.
show more ...
|
c904b6b5 | 18-Apr-2005 |
Daniel Stenberg |
Toshiyuki Maezawa reported that when doing a POST with a read callback, libcurl didn't properly send an Expect: 100-continue header. It does now. |
6a274499 | 18-Apr-2005 |
Daniel Stenberg |
digest works in the proxyauth too |
9a9c07f5 | 18-Apr-2005 |
Daniel Stenberg |
Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed for documentational purposes. |
4382204e | 18-Apr-2005 |
Daniel Stenberg |
better fix for the socket -1 case |
6d3114ef | 18-Apr-2005 |
Daniel Stenberg |
ignore sockfilt |
b62baaed | 18-Apr-2005 |
Daniel Stenberg |
safety measure to avoid using -1 as socket |
9b391e53 | 18-Apr-2005 |
Daniel Stenberg |
allow some more time |
a0c7a6d2 | 18-Apr-2005 |
Daniel Stenberg |
ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT. |
14424f70 | 18-Apr-2005 |
Daniel Stenberg |
Modified the FTP server to use the new 'sockfilt' program to do all the socket level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support an
Modified the FTP server to use the new 'sockfilt' program to do all the socket level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support and hopefully FTP-SSL support in the future. Added four test cases for FTP-ipv6.
show more ...
|
6063dff8 | 18-Apr-2005 |
Daniel Stenberg |
Modified to not mix ordinary print to STDOUT with a system() that prints to stdout, since I've found cases on Solaris where the second output mixes with the first and thus the big check-scrip
Modified to not mix ordinary print to STDOUT with a system() that prints to stdout, since I've found cases on Solaris where the second output mixes with the first and thus the big check-script doesn't properly find the first string in the output stream.
show more ...
|
7fba9ed3 | 17-Apr-2005 |
Daniel Stenberg |
somewhat clarified that this only sets the fd_sets and expects them to be cleared before this function is called |
53280a19 | 16-Apr-2005 |
Daniel Stenberg |
keywords added |
0bf9a570 | 16-Apr-2005 |
Daniel Stenberg |
minor edits, report the test cases without keywords |
8182d17a | 16-Apr-2005 |
Daniel Stenberg |
starting to produce a summary in HTML |
69b1ac7d | 16-Apr-2005 |
Daniel Stenberg |
avoid warning on windows |
b15507aa | 16-Apr-2005 |
Daniel Stenberg |
clarify that > in the verbose output can contain newlines |
6c2f583f | 16-Apr-2005 |
Daniel Stenberg |
keywords added |
a72eaddd | 15-Apr-2005 |
Daniel Stenberg |
initial tool to report info/keywords of the test cases |