summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* format mistake fixedDaniel Stenberg2004-11-121-1/+1
* clarify and update according to commit made just nowDaniel Stenberg2004-11-111-4/+8
* dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg2004-11-111-0/+3
* more retry stuffDaniel Stenberg2004-11-041-12/+18
* test server port numbers are now easily changedDaniel Stenberg2004-11-041-3/+0
* documented the current --retry optionsDaniel Stenberg2004-11-021-1/+26
* modified to not use realloc() on a NULL pointerDaniel Stenberg2004-11-021-6/+16
* mention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH or ld.so.conf)Daniel Stenberg2004-10-261-2/+12
* Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel Stenberg2004-10-251-0/+3
* format updateDaniel Stenberg2004-10-251-14/+18
* iconv 2.1.3 is considered bad for test case 165Daniel Stenberg2004-10-191-0/+6
* snart isn't really used these days so we cut out the reference to itDaniel Stenberg2004-10-191-1/+1
* added num_connectsDaniel Stenberg2004-10-191-1/+4
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-191-0/+7
* Open "debugit" in binary mode ("rb").Gisle Vanem2004-10-161-1/+1
* --enable-ares on AIX has problemDaniel Stenberg2004-10-081-0/+3
* Use 'struct lifreq' and SIOCGLIFADDRDaniel Stenberg2004-10-081-0/+3
* *** empty log message ***Gisle Vanem2004-10-061-2/+2
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-064-498/+498
* name mix fixDaniel Stenberg2004-10-041-21/+44
* added info about how users get info (like the CURLcode return code) fromDaniel Stenberg2004-10-031-1/+9
* mention when this option was addedDaniel Stenberg2004-10-011-0/+1
* - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg2004-09-301-0/+2
* --max-redirs is _not_ -ZDaniel Stenberg2004-09-301-1/+1
* added URL to the exception paragraph in the GPL FAQDaniel Stenberg2004-09-191-5/+8
* Added CURLOPT_FTPSSLAUTHDaniel Stenberg2004-09-161-0/+12
* Bertrand Demiddelaer's correctionDaniel Stenberg2004-09-161-1/+1
* ftp-ssl mistake correctedDaniel Stenberg2004-09-161-1/+1
* the new date parser affects -zDaniel Stenberg2004-09-151-6/+2
* Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg2004-09-151-52/+64
* describes how you can extract the CA cert from a site using the openssl toolDaniel Stenberg2004-09-121-0/+16
* fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg2004-09-101-3/+7
* curl --syncDaniel Stenberg2004-09-091-0/+8
* clarify CURLE_SSL_CERTPROBLEM somewhatDaniel Stenberg2004-09-021-1/+1
* use the correct struct name in the exampleDaniel Stenberg2004-09-021-2/+2
* added more info on the nobodyDaniel Stenberg2004-09-011-0/+4
* minor edit of HTTPGETDaniel Stenberg2004-09-011-1/+1
* fix formatting flawDaniel Stenberg2004-09-011-1/+1
* mention when the function was added to the libDaniel Stenberg2004-08-313-0/+6
* updated with minor editsDaniel Stenberg2004-08-271-14/+16
* don't do SO_KEEPALIVE, we already have a finer grained method built-inDaniel Stenberg2004-08-271-3/+0
* added some more detailsDaniel Stenberg2004-08-261-2/+2
* not accurate anymore anywayDaniel Stenberg2004-08-251-25/+0
* Frankie V's description on how to get a CA cert for a random site usingDaniel Stenberg2004-08-251-8/+20
* returned memory should not be freedDaniel Stenberg2004-08-241-0/+3
* Expect: 100-continue info addedDaniel Stenberg2004-08-231-0/+3
* added note about WRITEFUNCTION now being called with zero bytes if the fileDaniel Stenberg2004-08-231-0/+3
* stripped trailing whitespaceDaniel Stenberg2004-08-233-15/+19
* lost of more into on how to tweak some headersDaniel Stenberg2004-08-231-7/+45
* debug.c is a fresh new example showing how to use the DEBUGFUNCTION to getDaniel Stenberg2004-08-232-1/+129