summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-1920-14/+661
* CURLOPT_SSL_VERIFYPEER: more clarificationsDaniel Stenberg2011-01-191-6/+6
* TheArtOfHttpScripting: extendedDaniel Stenberg2011-01-191-39/+55
* curl_easy_setopt.3: clarify VERIFYHOST/PEERDaniel Stenberg2011-01-191-19/+22
* RELEASE-NOTES: mention contributorsDaniel Stenberg2011-01-181-1/+2
* RELEASE-NOTES: synced with 7fcbdd68b9eDaniel Stenberg2011-01-181-0/+7
* Fixed configure define for Win32.Guenter Knauf2011-01-181-1/+1
* nss: fix a bug in handling of CURLOPT_CAPATHKamil Dudka2011-01-184-68/+67
* Avoid redefines.Guenter Knauf2011-01-171-7/+21
* curl.1: fix spellingDaniel Stenberg2011-01-151-12/+10
* Added casts to silent gcc warnings.Guenter Knauf2011-01-141-3/+4
* build: BCC - makefile.b32 tweakYang Tse2011-01-132-21/+21
* build: BCC - makefile.b32 tweakYang Tse2011-01-132-2/+2
* Use env var for PSDK instead of hardcoded path.Guenter Knauf2011-01-132-4/+4
* Enabled SSPI support by default.Guenter Knauf2011-01-131-0/+5
* Use MAKE macro with BCC targets.Guenter Knauf2011-01-131-8/+8
* docs - update BCC INSTALL sectionYang Tse2011-01-121-17/+36
* build: BCC - require Borlands's MAKE for Makefile.b32 processing.Yang Tse2011-01-122-0/+8
* build: BCC - recover lost functionality from commit 3d813204260b37289411Yang Tse2011-01-122-6/+8
* build: use external preprocessor cpp32 when building with Borland CYang Tse2011-01-124-62/+90
* build: allow usage of Borland 5.5.1 external preprocessor cpp32Yang Tse2011-01-121-7/+16
* Disable LDAP support since BCC headers are insufficient.Guenter Knauf2011-01-112-2/+9
* Instead of exiting with error lets set BCCDIR self.Guenter Knauf2011-01-112-14/+6
* Some Borland C++ makefile tweaks.Guenter Knauf2011-01-112-8/+18
* Borland C++ doesnt have struct sockaddr_storage.Guenter Knauf2011-01-112-2/+2
* connect: use UDP correctlyDaniel Stenberg2011-01-111-1/+1
* SSL: fix memory leakQuinn Slack2011-01-101-1/+4
* gtls: fix memory leakDaniel Stenberg2011-01-081-2/+9
* HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs2011-01-078-18/+330
* cmake: removed two filesDaniel Stenberg2011-01-061-5/+5
* Made unit_setup() return an error code to abort the test earlyDan Fandrich2011-01-055-17/+32
* SSH: speedcheck clobbered existing errorDaniel Stenberg2011-01-061-1/+3
* CMake: Use upstream CheckTypeSize moduleBrad King2011-01-063-108/+7
* SSH: acknowledge speedcheckDaniel Stenberg2011-01-051-0/+6
* tests: <info> tag correctionsDaniel Stenberg2011-01-042-2/+2
* unittest: 1303 tests Curl_timeleftDaniel Stenberg2011-01-044-2/+152
* curlcheck.h: add fail()Daniel Stenberg2011-01-041-0/+10
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-0417-37/+39
* Fixed path to allow out-of-tree buildsDan Fandrich2011-01-041-2/+2
* nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slashKamil Dudka2011-01-044-38/+47
* ignore: all executable unit test casesDaniel Stenberg2011-01-041-1/+1
* tests: add 1302 to the packageDaniel Stenberg2011-01-041-1/+1
* unittest: test base64 encode/decodeDaniel Stenberg2011-01-043-1/+110
* curlcheck.h: avoid using NULL pointersDaniel Stenberg2011-01-041-1/+1
* curlcheck.h: add verify_memoryDaniel Stenberg2011-01-041-0/+7
* curlcheck.h: add newlines in error messagesDaniel Stenberg2011-01-041-6/+6
* unittest: verify curl_strequalDaniel Stenberg2011-01-044-2/+65
* get_cert_chain: support larger data setsDaniel Stenberg2011-01-041-38/+55
* RELEASE-NOTES: synced with 83e9fb21aabbec2Daniel Stenberg2011-01-041-3/+16
* curlcheck.h: add fail_if() fix codeDaniel Stenberg2011-01-031-1/+10