Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-03 | Added remake of the arpa/tftp.h file to make the TFTP server build on systems | Daniel Stenberg | |
without the real header file. | |||
2006-01-03 | killed trailing whitespace | Daniel Stenberg | |
2006-01-03 | Andres Garcia made the TFTP test server build with mingw ("I also had to copy | Daniel Stenberg | |
the 'tftp.h' file from a linux box, since it doesn't come with mingw.") | |||
2006-01-03 | modified to hush compiler warnings | Daniel Stenberg | |
2006-01-02 | 1. sws now supports two new "commands" and 2. if built with | Daniel Stenberg | |
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite) | |||
2005-12-19 | Fixed lcc compiler warnings. | Dan Fandrich | |
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | |
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h | |||
2005-12-13 | Log CPPFLAGS environment variable along with the others. | Dan Fandrich | |
2005-12-13 | Fixed some compiler warnings on lcc. | Dan Fandrich | |
2005-12-08 | Fix compiler warning | Yang Tse | |
2005-12-08 | If unable to get curl's version, log all failure details. | Yang Tse | |
2005-12-06 | Yang Tse: fixed compiler warning | Daniel Stenberg | |
2005-12-06 | Yang Tse: With last change logging directory needs to be created sooner. | Daniel Stenberg | |
2005-12-05 | Yang Tse: make runtests.pl more talkative when unable to find out curl's | Daniel Stenberg | |
version. | |||
2005-12-05 | Another Yang Tse warning cleanup raid! | Daniel Stenberg | |
2005-11-10 | modified to the new error text for range error | Daniel Stenberg | |
2005-10-30 | test 275 makes a CONNECT through a proxy and then gets two pages from the | Daniel Stenberg | |
same server | |||
2005-10-27 | Nis Jorgensen filed bug report #1338648 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify. | |||
2005-10-20 | Dave Dribin made libcurl understand and handle cases when the server | Daniel Stenberg | |
(wrongly) sends *two* WWW-Authenticate headers for Digest. While this should never happen in a sane world, libcurl previously got into an infinite loop when this occurred. Dave added test 273 to verify this. | |||
2005-10-05 | added test case 272 for -z download over FTP when the timestamp is identical | Daniel Stenberg | |
to the remote one | |||
2005-09-30 | fixed the proper path to the tftpd server | Daniel Stenberg | |
2005-09-19 | added test 271 | Daniel Stenberg | |
2005-09-19 | test 271, the first ever TFTP test | Daniel Stenberg | |
2005-09-19 | seems to work for test 271 on Linux now! | Daniel Stenberg | |
2005-09-16 | renamed sendfile() since some systems have a system call named like this - | Daniel Stenberg | |
now the functions are named sendtftp() and recvtftp() instead. | |||
2005-09-16 | In the Solaris 7 header files for tftp, the th_stuff struct member is an | Daniel Stenberg | |
unsigned short. Trying a typecast here to fix. | |||
2005-09-16 | prevent warnings on re-defining MIN | Daniel Stenberg | |
2005-09-16 | use int "subscripts" to prevent warnings from picky compilers | Daniel Stenberg | |
2005-09-16 | use internal *printf() clones | Daniel Stenberg | |
2005-09-15 | ifdef for includes, added checking for two not previously checked files (one | Daniel Stenberg | |
being necessary for solaris builds) | |||
2005-09-15 | use make -k when running the tests | Daniel Stenberg | |
2005-09-15 | ignore this too | Daniel Stenberg | |
2005-09-15 | build tftpd too! | Daniel Stenberg | |
2005-09-15 | First version of the TFTP server. Basic functionality is there. | Daniel Stenberg | |
2005-09-15 | added TFTP and TFTP-ipv6 support | Daniel Stenberg | |
2005-09-15 | moved test2file() to util.c | Daniel Stenberg | |
2005-09-07 | Thanks to Scott Davis' detailed reports, I found this premature detection | Daniel Stenberg | |
of the end of a chunked-encoded POST request. | |||
2005-09-04 | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip | Daniel Stenberg | |
2005-08-30 | quick hack to make it working again on Win32 - however we should consider to ↵ | Gunter Knauf | |
set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building the msvc makefile with gmake instead of nmake because we found gmake first in path.... | |||
2005-08-24 | Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible | Daniel Stenberg | |
from the command line tool with --ignore-content-length. This will make it easier to download files from Apache 1.x (and similar) servers that are still having problems serving files larger than 2 or 4 GB. When this option is enabled, curl will simply have to wait for the server to close the connection to signal end of transfer. I wrote test case 269 that runs a simple test that this works. | |||
2005-08-24 | valgrind version 3 renames the --logfile command line option to --log-file... | Daniel Stenberg | |
2005-08-18 | detabify | Daniel Stenberg | |
2005-08-12 | added test 268 that makes curl -d @nonexisting | Daniel Stenberg | |
2005-08-11 | do a POST with NTLM and add two custom headers | Daniel Stenberg | |
2005-08-11 | fix for NetWare crossbuilds to display the right config.h when build on Win32. | Gunter Knauf | |
2005-08-04 | Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointer | Daniel Stenberg | |
outputs (nil) and not a 0x0 or similar. | |||
2005-07-28 | Needs 'struct_stat'. Increased verbosity. | Gisle Vanem | |
2005-07-12 | Adrian Schuur added trailer support in the chunked encoding stream. The | Daniel Stenberg | |
trailer is then sent to the normal header callback/stream. | |||
2005-07-03 | Andrew Bushnell provided enough info for me to tell that we badly needed to | Daniel Stenberg | |
fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify. | |||
2005-06-30 | add more info when this script gets confused, and added getaddrinfo and | Daniel Stenberg | |
freeaddrinfo to the trace output |