aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2004-11-04more retry stuffDaniel Stenberg
2004-11-04test server port numbers are now easily changedDaniel Stenberg
2004-11-02documented the current --retry optionsDaniel Stenberg
2004-11-02modified to not use realloc() on a NULL pointerDaniel Stenberg
2004-10-26mention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH or ld.so.conf)Daniel Stenberg
2004-10-25Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel Stenberg
2004-10-25format updateDaniel Stenberg
2004-10-19iconv 2.1.3 is considered bad for test case 165Daniel Stenberg
2004-10-19snart isn't really used these days so we cut out the reference to itDaniel Stenberg
2004-10-19added num_connectsDaniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-16Open "debugit" in binary mode ("rb").Gisle Vanem
2004-10-08--enable-ares on AIX has problemDaniel Stenberg
2004-10-08Use 'struct lifreq' and SIOCGLIFADDRDaniel Stenberg
2004-10-06*** empty log message ***Gisle Vanem
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-10-04name mix fixDaniel Stenberg
2004-10-03added info about how users get info (like the CURLcode return code) fromDaniel Stenberg
2004-10-01mention when this option was addedDaniel Stenberg
2004-09-30- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg
2004-09-30--max-redirs is _not_ -ZDaniel Stenberg
2004-09-19added URL to the exception paragraph in the GPL FAQDaniel Stenberg
2004-09-16Added CURLOPT_FTPSSLAUTHDaniel Stenberg
2004-09-16Bertrand Demiddelaer's correctionDaniel Stenberg
2004-09-16ftp-ssl mistake correctedDaniel Stenberg
2004-09-15the new date parser affects -zDaniel Stenberg
2004-09-15Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg
2004-09-12describes how you can extract the CA cert from a site using the openssl toolDaniel Stenberg
2004-09-10fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg
2004-09-09curl --syncDaniel Stenberg
2004-09-02clarify CURLE_SSL_CERTPROBLEM somewhatDaniel Stenberg
2004-09-02use the correct struct name in the exampleDaniel Stenberg
2004-09-01added more info on the nobodyDaniel Stenberg
2004-09-01minor edit of HTTPGETDaniel Stenberg
2004-09-01fix formatting flawDaniel Stenberg
2004-08-31mention when the function was added to the libDaniel Stenberg
2004-08-27updated with minor editsDaniel Stenberg
2004-08-27don't do SO_KEEPALIVE, we already have a finer grained method built-inDaniel Stenberg
2004-08-26added some more detailsDaniel Stenberg
2004-08-25not accurate anymore anywayDaniel Stenberg
2004-08-25Frankie V's description on how to get a CA cert for a random site usingDaniel Stenberg
2004-08-24returned memory should not be freedDaniel Stenberg
2004-08-23Expect: 100-continue info addedDaniel Stenberg
2004-08-23added note about WRITEFUNCTION now being called with zero bytes if the fileDaniel Stenberg
2004-08-23stripped trailing whitespaceDaniel Stenberg
2004-08-23lost of more into on how to tweak some headersDaniel Stenberg
2004-08-23debug.c is a fresh new example showing how to use the DEBUGFUNCTION to getDaniel Stenberg
2004-08-23added more header info for PUT and POST requestsDaniel Stenberg
2004-08-20Alexander Krasnostavsky made the write callback get called even when a zeroDaniel Stenberg
2004-08-20socks proxy and timeouts bugDaniel Stenberg