summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated dependency lib versions.Guenter Knauf2012-04-2014-25/+25
* singleipconnect: return OK even when Curl_socket() failsDaniel Stenberg2012-04-191-1/+4
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-upYang Tse2012-04-194-17/+81
* url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixesYang Tse2012-04-191-2/+36
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse2012-04-185-15/+15
* curl.h: CURLAUTH_* bitmasks adjusted to become 'unsigned long' typedYang Tse2012-04-181-12/+26
* Some explicit conversion to 'long' of curl_easy_setopt() third argumentYang Tse2012-04-184-12/+17
* build adjustments: commit 9e24b9c7 follow-upYang Tse2012-04-173-11/+11
* -# progress meter: avoid superfluous updates and duplicate linesDaniel Stenberg2012-04-171-1/+1
* nss.c: fix compiler warningYang Tse2012-04-161-1/+2
* curl-compilers.m4: -Wno-pedantic-ms-format for Windows gcc 4.5 buildsYang Tse2012-04-161-1/+10
* tests/valgrind.pm: suppress memleaks of NSS_InitContext()Kamil Dudka2012-04-161-1/+8
* setup_once.h: tighten requirements for stdbool.h header inclusionYang Tse2012-04-141-1/+1
* headers: require GCC 2.7 or newer in order to allow attribute GCC'isms usageYang Tse2012-04-142-9/+16
* headers: surround GCC attribute names with double underscoresJonathan Nieder2012-04-143-8/+9
* Updated copyright year.Guenter Knauf2012-04-131-1/+1
* testcurl.pl: build example programs for Android cross-compilesYang Tse2012-04-131-2/+3
* nss.c: fix compiler warningYang Tse2012-04-131-4/+5
* examples: fix compiler warningsYang Tse2012-04-1310-68/+41
* nss: provide human-readable names for NSS errorsKamil Dudka2012-04-132-7/+26
* nss: use NSS_InitContext() to initialize NSS if availableKamil Dudka2012-04-133-1/+46
* nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka2012-04-138-48/+6
* Set batch mode to 755 to make Cygwin git pulls work.Guenter Knauf2012-04-131-0/+0
* Added section for Android configure cross-compile.Guenter Knauf2012-04-131-1/+24
* Added NetWare export.Guenter Knauf2012-04-131-0/+1
* testcurl.pl: build example programs for MinGW cross-compilesYang Tse2012-04-121-1/+16
* tool_operate.c: fix compiler warningYang Tse2012-04-121-4/+9
* url.c: fix compiler warningYang Tse2012-04-121-1/+1
* Updated dependency lib versions (2nd try).Guenter Knauf2012-04-128-8/+8
* Updated dependency lib versions.Guenter Knauf2012-04-129-30/+30
* tool_formparse.c: rename a couple of vars to avoid declaration shadowingYang Tse2012-04-121-4/+4
* OS400/initscript.sh: fix db2_name() module name generationYang Tse2012-04-121-0/+4
* testcurl.pl: log more environment vars that modify configure and build behaviorYang Tse2012-04-121-2/+9
* configure: NATIVE_WINDOWS no longer defined in config filesYang Tse2012-04-126-21/+7
* build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config filesYang Tse2012-04-119-66/+222
* build adjustments: functionally revert commits 4d3fb91f and bbfe1182Yang Tse2012-04-117-18/+0
* test servers: build adjustmentYang Tse2012-04-1015-56/+67
* libtests: build adjustmentYang Tse2012-04-105-11/+17
* curl tool: make setup.h first header included in tool_setup.h againYang Tse2012-04-101-1/+24
* curl tool: use configuration files from lib directory - follow-up IIYang Tse2012-04-091-5/+0
* configure: Windows cross-compilation fixesYang Tse2012-04-099-45/+60
* curl tool: make curl.h first header included in tool_setup.hYang Tse2012-04-0828-53/+2
* curl tool: use configuration files from lib directory - follow-up IYang Tse2012-04-073-4/+3
* curl tool: use configuration files from lib directoryYang Tse2012-04-0697-1296/+324
* PolarSSL: correct return code for CRL matchesDaniel Stenberg2012-04-061-1/+3
* PolarSSL: include version number in version stringDaniel Stenberg2012-04-061-1/+3
* test: added test 1332 that tests --post303Daniel Stenberg2012-04-052-1/+81
* curl: add --post303 to set the CURL_REDIR_POST_303 optionDaniel Stenberg2012-04-054-3/+13
* CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu2012-04-056-17/+23
* test1331: cookies on a 407 responseDaniel Stenberg2012-04-052-0/+90