aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-08new -z testsDaniel Stenberg
2003-08-08corrected main meta data titleDaniel Stenberg
2003-08-07added CLEANFILES to make distcheck run fineDaniel Stenberg
2003-08-07infilesize must be a long to work on 64bit archsDaniel Stenberg
2003-08-07use 644 for the chmodDaniel Stenberg
2003-08-06argh, it wasn't *that* easy to generate the ca-bundle header in the buildDaniel Stenberg
dir instead of the source dir, reverting that change
2003-08-06fixed syntax errorDaniel Stenberg
2003-08-06better cleaning up of memory in case of failures in the get-loop (it wasDaniel Stenberg
taken care of by the exit-free anyway but caused test case 75 and 76 to report memory leaks). Also re-indented a small section.
2003-08-06better cleaning up allocated memory in case of failuresDaniel Stenberg
2003-08-06more testsDaniel Stenberg
2003-08-06new urlglob testDaniel Stenberg
2003-08-06minor cleanupDaniel Stenberg
2003-08-06explain more how the test case number awareness is sent to the test server(s)Daniel Stenberg
2003-08-06fix the treatment of the variable width specifier '*', which caused a bugDaniel Stenberg
in the urlglobbing just now, fixed in the debian bug tracker as Bug#203827
2003-08-06make an uninstall hook in the same manner we already did an install hookDaniel Stenberg
as otherwise will make distcheck fail
2003-08-06chmod the hugehelp.c in the dist hook to make distcheck run fineDaniel Stenberg
2003-08-06generate the ca-bundle.h in the build dir, and also make sure to chmodDaniel Stenberg
the file in the dist-hook to make distcheck run fine
2003-08-06Domenico Andreoli fixed the section number in the main meta dataDaniel Stenberg
2003-08-06include "share.h" for the cookie sharingDaniel Stenberg
2003-08-06make it build without ares supportDaniel Stenberg
make sure it set async false even when using ipv6 (made test case 20 fail before)
2003-08-06505 was missingDaniel Stenberg
2003-08-06more fixDaniel Stenberg
2003-08-06updated the ares instructionDaniel Stenberg
2003-08-05LDFLAGS fix to make the GSSAPI build againDaniel Stenberg
2003-08-05added README.aresDaniel Stenberg
2003-08-05how to build with aresDaniel Stenberg
2003-08-05ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg
build libcurl to use ares for asynch name resolves.
2003-08-05Add --enable-ares support, which will make us build curl with ares forDaniel Stenberg
asynch name resolves. Still very experimental, beware!
2003-08-05clean up the dir tree hierarchy in *_done() to make persistant connectionDaniel Stenberg
FTP use the correct directories! Reported in bug report #783116
2003-08-05added test 146 for a ftp persitency test, as reported on the listDaniel Stenberg
2003-08-05persistant connection testDaniel Stenberg
2003-08-05auth problemsDaniel Stenberg
2003-08-04cleaned up after David Byron's comment on the libcurl list, aug 5 2003Daniel Stenberg
2003-08-04 Jan Sundin reported a case where curl ignored a cookie that browsers don't,Daniel Stenberg
which turned up to be due to the number of dots in the 'domain'. I've now made curl follow the the original netscape cookie spec less strict on that part.
2003-08-04added test 73Daniel Stenberg
2003-08-04Verifies Jan Sundin's cookie bug, dated aug 4 2003.Daniel Stenberg
2003-08-04Dirk Manske's patch that introduces cookie support to the share interface.Daniel Stenberg
2003-08-03 Mark Fletcher provided an excellent bug report that identified a problemDaniel Stenberg
with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not properly ignore the body contents of 3XX response that included the Location: header.
2003-08-03serios info leakage!Daniel Stenberg
2003-08-02When proxy authentication is used in a CONNECT request (as used for all SSLDaniel Stenberg
connects and otherwise enforced tunnel-thru-proxy requests), the same authentication header is also wrongly sent to the remote host. The name and password can then be captured by an evil host and possibly get used for malicious purposes.
2003-08-02updated as the second proxy-auth header was a proof of a serious info leakDaniel Stenberg
bug!!
2003-08-01Joerg Mueller-Tolk fixed a minor mistakeDaniel Stenberg
2003-08-01recent actionDaniel Stenberg
2003-08-01David Byron's makefile fix to allow 7.10.6 to build fine using VCDaniel Stenberg
2003-07-30add a check for 'ar' since the lack of it bit Jared IngersollDaniel Stenberg
we might need to check for some other tools too that on Solaris are put in those weird dirs...
2003-07-30removed silly target that only works when building from CVSDaniel Stenberg
2003-07-30Jörg Müller-Tolk updated this to build fine with 7.10.6Daniel Stenberg
2003-07-30ftp proxy support would be niceDaniel Stenberg
2003-07-30updated to match the recent ftp patch that makes it check for resumabilityDaniel Stenberg
2003-07-30Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similarDaniel Stenberg
style like other faked HTTP headers when NOBODY and HEADER are used.