summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include TLSAUTH options in ILE/RPG binding.Patrick Monnerat2011-01-311-0/+15
* file: add support for CURLOPT_TIMECONDITIONDave Reisner2011-01-313-5/+12
* transfer: add Curl_meets_timecondition()Dave Reisner2011-01-312-23/+37
* FAQ: clarified/expanded 6.7 a bitDaniel Stenberg2011-01-291-5/+9
* COPYING: update the year to 2011Daniel Stenberg2011-01-291-1/+1
* Windows build: alternative makefilePierre Joye2011-01-285-1/+642
* test: add test 580 to the distDaniel Stenberg2011-01-281-1/+1
* Some minor edits including updates to function namesDan Fandrich2011-01-271-19/+23
* ares: memory leak fixDaniel Stenberg2011-01-272-7/+14
* ares_query_completed_cb: don't touch invalid dataDaniel Stenberg2011-01-271-1/+10
* nss: avoid memory leaks and failure of NSS shutdownKamil Dudka2011-01-272-103/+90
* Mention that sftp quote commands can be quotedDan Fandrich2011-01-261-1/+2
* tests: more multiple headers checksDaniel Stenberg2011-01-253-1/+108
* HTTP: memory leak on multiple Location:Daniel Stenberg2011-01-253-2/+61
* FAQ: clarify 5.13 how to stop a transferDaniel Stenberg2011-01-241-5/+7
* Fixed C++ style comment not allowed in ISO C90.Guenter Knauf2011-01-221-1/+1
* Mention axTLS in some more documentationDan Fandrich2011-01-215-1/+11
* runtests.pl: make -s not show skipped testsDaniel Stenberg2011-01-201-1/+1
* unittest: add 3 tests to test1300Amr Shahin2011-01-201-1/+79
* Fixed compile using OpenSSL versions < 0.9.4aDarshan Mody2011-01-201-2/+2
* main: make the tlsauth options always presentDaniel Stenberg2011-01-191-15/+10
* symbols-in-versions: add the new TLSAUTH-SRP symbolsDaniel Stenberg2011-01-191-0/+7
* configure: TLS-SRP wasn't added as a featureDaniel Stenberg2011-01-191-0/+1
* dist: add new certs to tarballDaniel Stenberg2011-01-191-1/+2
* 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