summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-291.3.0 coming just upc-ares-1_3_0Daniel Stenberg
2005-08-29Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg
2005-08-264.14 Redirects work in browser but not with curl!Daniel Stenberg
2005-08-25ok, the right term (using RFC2616 lingo) for the -X keyword is method and notDaniel Stenberg
2005-08-25"Added in 7.14.1" notes and some minor editsDaniel Stenberg
2005-08-25CURLINFO_COOKIELIST is added in 7.14.1Daniel Stenberg
2005-08-24Theo Borm's example, as was posted here:Daniel Stenberg
2005-08-24Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg
2005-08-24valgrind version 3 renames the --logfile command line option to --log-file...Daniel Stenberg
2005-08-24fixed #26, GnuTLS CA cert verificationDaniel Stenberg
2005-08-24Fixed CA cert verification using GnuTLS with the default bundle, whichDaniel Stenberg
2005-08-23known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLSDaniel Stenberg
2005-08-22enabled statically linked builds.Gunter Knauf
2005-08-21well hit me, that wasn't possible, use 1:0:0 anyway...Daniel Stenberg
2005-08-21modified the version-info, we only added functionsDaniel Stenberg
2005-08-21increase version infoDaniel Stenberg
2005-08-21avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in aDaniel Stenberg
2005-08-21Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()Daniel Stenberg
2005-08-19Using CURLOPT_COOKIEFILE serveral times add more files to read from.Daniel Stenberg
2005-08-19removed the unreachable code warning from gcc debug builds, even the mostDaniel Stenberg
2005-08-19Norbert Novotny had problems with FTPS and he helped me work out a patchDaniel Stenberg
2005-08-19one german mirror has died while another one was added, and yet another TexasDaniel Stenberg
2005-08-19Added new contributors from RELEASE-NOTES. The somewhat different sort orderDaniel Stenberg
2005-08-19removed some inaccurate comments about the TYPE_IN_ADDR_T checkDaniel Stenberg
2005-08-19The big POST to HTTPS is probably not a bug.Daniel Stenberg
2005-08-18minor Makefile fixes.Gunter Knauf
2005-08-18updated NetWare section.Gunter Knauf
2005-08-18detabifiedDaniel Stenberg
2005-08-18detabifyDaniel Stenberg
2005-08-18Harshal Pradhan's use-after-free bug with ares is now known bug #24 to beDaniel Stenberg
2005-08-18it isn't strictly necessary to use it after a performDaniel Stenberg
2005-08-17removed issue 20 that was about valgrind complaints on other libs/parts, asDaniel Stenberg
2005-08-17the SOCKS situationDaniel Stenberg
2005-08-17removed old info about curl_getdate() just simply isn't true and hasn't beenDaniel Stenberg
2005-08-17remove the typecast to long from time_t, since we now store it as curl_off_tDaniel Stenberg
2005-08-17handles expiry times in cookie files that go beyond 32 bits in sizeDaniel Stenberg
2005-08-17- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg
2005-08-16added curl_mvsnprintf to the export list; I appened to the end cause of the n...Gunter Knauf
2005-08-16added curl_mvsnprintf to the export list.Gunter Knauf
2005-08-16client side fixesDaniel Stenberg
2005-08-16typecase the isspace() argument to intDaniel Stenberg
2005-08-15recent changesDaniel Stenberg
2005-08-15Added more verbose "warning" messages to the curl client for cases where itDaniel Stenberg
2005-08-13James Bursa identified a libcurl HTTP bug and a good way to repeat it. If aDaniel Stenberg
2005-08-12added test 268 that makes curl -d @nonexistingDaniel Stenberg
2005-08-12clarifyDaniel Stenberg
2005-08-12o curl -d @filename when 'filename' was not possible to access no longerDaniel Stenberg
2005-08-12-H needs no CRLF or similar addedDaniel Stenberg
2005-08-11removed old debug left-over infof() callDaniel Stenberg
2005-08-11do a POST with NTLM and add two custom headersDaniel Stenberg