summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. HumbadDaniel Stenberg2005-12-101-1/+1
* I extended a patch from David Shaw to make libcurl _always_ provide an errorDaniel Stenberg2005-11-171-6/+0
* mention how to set domain when using NTLMDaniel Stenberg2005-11-111-0/+5
* Nis Jorgensen filed bug report #1338648Daniel Stenberg2005-10-271-2/+4
* Slight editing of wording in the CURLOPT_SSL_VERIFYHOST section.Daniel Stenberg2005-10-131-15/+14
* NTLM requires windows or OpenSSL. If you build with GnuTLS for example youDaniel Stenberg2005-10-131-1/+2
* remove getinfo-times from the dist archive since the info is now in theDaniel Stenberg2005-10-061-2/+1
* end the .nf section, mark the option names properly so that they end upDaniel Stenberg2005-10-061-15/+15
* Added the info from getinfo-times as it really belongs in this man page.Daniel Stenberg2005-10-061-1/+35
* Domenico Andreoli's SEE ALSO patchDaniel Stenberg2005-10-041-1/+1
* clarify what the default read callback does and how it uses the READDATADaniel Stenberg2005-09-221-5/+10
* clarified ERRORBUFFER - some errors just don't write a string even thoughDaniel Stenberg2005-09-211-98/+101
* mention what WRITEFUNCTION and WRITEDATA do by defaultDaniel Stenberg2005-09-211-0/+7
* oops, broken sentence fixed:Daniel Stenberg2005-09-211-1/+1
* CURLOPT_BUFFERSIZE clarificationDaniel Stenberg2005-09-121-4/+8
* 7.14.2 actuallyDaniel Stenberg2005-09-041-2/+2
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-041-0/+8
* clarify that the ctxfunc is called on all new connectsDaniel Stenberg2005-09-011-0/+3
* "Added in 7.14.1" notes and some minor editsDaniel Stenberg2005-08-251-12/+14
* CURLINFO_COOKIELIST is added in 7.14.1Daniel Stenberg2005-08-251-4/+4
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-241-0/+5
* Using CURLOPT_COOKIEFILE serveral times add more files to read from.Daniel Stenberg2005-08-191-0/+3
* it isn't strictly necessary to use it after a performDaniel Stenberg2005-08-181-3/+3
* clarifyDaniel Stenberg2005-08-121-3/+3
* mention that the NOBODY reset thing is added in 7.14.1Daniel Stenberg2005-08-011-6/+5
* CURLOPT_COOKIELIST change since it no longer modifies the input string contentsDaniel Stenberg2005-07-301-4/+3
* If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST isDaniel Stenberg2005-07-271-3/+12
* Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg2005-07-272-0/+13
* better description for HEADERFUNCTIONDaniel Stenberg2005-07-131-10/+12
* elaborate a bit on how to deal with chunked-encoded trailers that now areDaniel Stenberg2005-07-131-1/+9
* clarify that ftp ascii transfers don't do right in current libcurlDaniel Stenberg2005-06-261-5/+9
* added docs about the new proxy string supportDaniel Stenberg2005-06-231-1/+5
* David Shaw's updated version:Daniel Stenberg2005-06-221-12/+33
* mistakeDaniel Stenberg2005-06-201-1/+1
* CURLINFO_FILETIME returns the time for GMTDaniel Stenberg2005-06-111-6/+8
* Tupone Alfredo's fixes:Daniel Stenberg2005-06-061-1/+2
* first rough versionDaniel Stenberg2005-06-031-0/+27
* bad formattingDaniel Stenberg2005-05-161-5/+2
* remove blank linesDaniel Stenberg2005-05-121-9/+1
* CURLOPT_SSLVERSION clarifiedDaniel Stenberg2005-05-121-7/+16
* add multi-thread details for GnuTLSDaniel Stenberg2005-05-091-8/+18
* Bryan Henderson's fine update of SSL_VERIFYPEER and SSL_VERIFYHOSTDaniel Stenberg2005-05-021-18/+74
* be specific about what max_fd contains after a callDaniel Stenberg2005-04-251-1/+5
* digest works in the proxyauth tooDaniel Stenberg2005-04-181-1/+1
* somewhat clarified that this only sets the fd_sets and expects them to beDaniel Stenberg2005-04-171-5/+7
* ssl_version_num is not used anymoreDaniel Stenberg2005-04-071-1/+1
* added CURL_VERSION_SSPIDaniel Stenberg2005-03-111-7/+10
* mktime() returns a time_t. time_t is often 32 bits, even on many architecturesDaniel Stenberg2005-03-081-1/+6
* days are englishDaniel Stenberg2005-03-081-3/+3
* Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activateDaniel Stenberg2005-03-041-3/+3