summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl tool: use configuration files from lib directoryYang Tse2012-04-0685-1202/+215
* curl: add --post303 to set the CURL_REDIR_POST_303 optionDaniel Stenberg2012-04-054-3/+13
* curl tool: add filename_effective token for --write-outDave Reisner2012-04-013-3/+10
* tool_cb_dbg.c: fix tool_cb_dbg() to behave properly even for size 0Olaf Flebbe2012-03-271-10/+12
* tool_easysrc.c: fix --libcurl option output file text translation modeYang Tse2012-03-181-1/+1
* build: remove tool_cb_skt.[ch] referencesYang Tse2012-03-182-15/+1
* tool_setopt.c: more OOM handling fixesYang Tse2012-03-171-21/+25
* tool_setopt.c: fix OOM handlingYang Tse2012-03-161-7/+17
* fix several compiler warningsYang Tse2012-03-161-1/+1
* fix some compiler warningsYang Tse2012-03-161-1/+1
* Generate lists and use symbols in --libcurl code output.Colin Hogben2012-02-235-88/+615
* curl: Added support for --mail-authSteve Holme2012-02-165-0/+11
* configure: add option disable --libcurl outputColin Hogben2012-02-137-15/+59
* curl tool: allow negative numbers as option valuesAlessandro Ghedini2012-02-131-3/+1
* nss: add support for the CURLSSLOPT_ALLOW_BEAST optionKamil Dudka2012-02-092-2/+2
* --ssl-allow-beast addedDaniel Stenberg2012-02-094-4/+14
* curl: use new library-side TCP_KEEPALIVE optionsDave Reisner2012-02-094-137/+15
* curl tool: allow glob-loops to abort again upon critical errorsYang Tse2012-02-071-11/+37
* curl tool: don't abort glob-loop due to failuresDaniel Stenberg2012-02-061-12/+4
* Remove bogus optimisation of telnet upload.Colin Hogben2012-01-181-3/+8
* tool_formparse.c: fix compiler warning: enumerated type mixed with another typeYang Tse2012-01-041-2/+2
* removed trailing whitespaceYang Tse2011-12-302-3/+3
* operate: removed a single trailing spaceDaniel Stenberg2011-12-211-1/+1
* --retry: Retry transfers on timeout and DNS errorsDan Fandrich2011-12-211-1/+4
* curl -F: fix multiple file upload with custom typeDaniel Stenberg2011-12-161-33/+21
* tvdiff_secs(): sub-zero time difference adjustmentYang Tse2011-11-251-2/+5
* -J -O: use -O name if no Content-Disposition header comes!Daniel Stenberg2011-11-203-32/+48
* FindWin32CACert: return OK even if CA cert isn't foundcurl-7_23_1Daniel Stenberg2011-11-171-2/+0
* progress_cb: avoid buffer overflowDaniel Stenberg2011-11-111-5/+7
* tool_cb_wrt.c: disambiguate warning messageYang Tse2011-11-031-1/+1
* tool_cfgable.c: pending check doneYang Tse2011-11-031-4/+1
* tool_cb_see.h: fix compiler warningYang Tse2011-11-011-0/+1
* setup.h: fix compiler warningYang Tse2011-10-311-0/+2
* large headers: have curl accept >16K headersDaniel Stenberg2011-10-242-5/+12
* tool_operate.c: OOM handling fixYang Tse2011-10-221-4/+5
* --show-error: position indepdenentDaniel Stenberg2011-10-163-4/+10
* libcurl: some OOM handling fixesYang Tse2011-10-072-3/+3
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-0624-199/+209
* curl tool: fix compiler warningYang Tse2011-10-051-0/+2
* curl tool: OOM handling fixesYang Tse2011-10-053-21/+48
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-056-84/+116
* curl tool: OOM handling fixesYang Tse2011-10-051-1/+2
* curl tool: OOM handling fixesYang Tse2011-10-052-6/+15
* curl tool: OOM handling fixesYang Tse2011-10-056-37/+71
* curl tool: header inclusion adjustmentYang Tse2011-10-051-0/+4
* curl tool: symbol check adjustmentYang Tse2011-10-051-2/+4
* curl tool: header inclusion adjustmentYang Tse2011-10-052-0/+9
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-0527-4353/+5095
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-038-332/+480
* curl tool: fix some more OOM handlingYang Tse2011-09-306-105/+166