summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi.c: Avoid invalid memory read after free() from commit 3c8c873252Steve Holme2014-09-071-2/+8
* multi.c: Fixed compilation warning from commit 3c8c873252Steve Holme2014-09-071-1/+1
* url.c: Use CURLAUTH_NONE constant rather than 0Steve Holme2014-09-061-2/+2
* darwinssl: Use CopyCertSubject() to check CA cert.Vilmos Nebehaj2014-09-041-4/+15
* curl_multi_cleanup: remove superfluous NULL assignsDaniel Stenberg2014-09-021-11/+0
* multi: convert CURLM_STATE_CONNECT_PEND handling to a listDaniel Stenberg2014-09-022-7/+25
* polarssl: implement CURLOPT_SSLVERSIONAndre Heinecke2014-09-011-0/+23
* Merge pull request #115 from ldx/darwinsslfixprnickzman2014-09-011-52/+121
|\
| * Check CA certificate in curl_darwinssl.c.Vilmos Nebehaj2014-09-011-0/+10
| * Fix CA certificate bundle handling in darwinssl.Vilmos Nebehaj2014-08-301-52/+111
* | low-speed-limit: avoid timeout floodDaniel Stenberg2014-08-316-9/+50
* | resolve: cache lookup for async resolversMichael Wallner2014-08-314-39/+137
|/
* Compile with latest nghttp2Tatsuhiro Tsujikawa2014-08-261-39/+45
* CONNECT: close proxy connections that fail to CONNECTDaniel Stenberg2014-08-251-4/+10
* Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windowsJakub Zakrzewski2014-08-251-0/+3
* Cmake: LibSSH2 detection and use.Jakub Zakrzewski2014-08-251-0/+15
* Cmake: Made boolean defines be defined to "1" instead of "ON"Jakub Zakrzewski2014-08-251-249/+248
* disconnect: don't touch easy-related state on disconnectsDaniel Stenberg2014-08-251-27/+25
* sasl: Fixed a memory leak on OOMDan Fandrich2014-08-221-1/+1
* NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP authFrank Meier2014-08-221-2/+6
* openssl.c: Fixed longer than 79 columnsSteve Holme2014-08-221-1/+2
* openssl.c: Fixed compilation warningSteve Holme2014-08-211-3/+3
* win32: Fixed WinSock 2 #ifHaris Okanovic2014-08-211-1/+1
* Curl_disconnect: don't free the URLDaniel Stenberg2014-08-201-6/+6
* sasl_sspi: Fixed a memory leak with the GSSAPI base-64 decoded challengeSteve Holme2014-08-171-1/+7
* sasl_sspi: Renamed GSSAPI mutual authentication parameterSteve Holme2014-08-171-13/+14
* sasl_sspi: Corrected some of the GSSAPI security message error codesSteve Holme2014-08-171-4/+4
* sasl_sspi: Tell the server we don't support a GSSAPI receive bufferSteve Holme2014-08-161-5/+14
* smtp: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* imap: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* email: Added mutual authentication flagSteve Holme2014-08-153-0/+3
* http: fix the Content-Range: parserDaniel Stenberg2014-08-151-14/+13
* email: Introduced the GSSAPI statesSteve Holme2014-08-146-1/+22
* curl_sasl_sspi.c: Fixed more compilation warnings from commit 4b491c675fSteve Holme2014-08-141-1/+2
* SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064Steve Holme2014-08-141-2/+0
* curl_sasl.h: Fixed compilation error from commit 4b491c675fSteve Holme2014-08-141-0/+4
* urldata.h: Fixed compilation warnings from commit 3ec253532eSteve Holme2014-08-141-1/+1
* sasl_sspi: Added GSSAPI message functionsSteve Holme2014-08-143-2/+443
* urldata: Introduced a GSSAPI (Kerberos V5) data structureSteve Holme2014-08-141-0/+17
* sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi moduleSteve Holme2014-08-142-8/+9
* mk-ca-bundle.pl: add missing $Daniel Stenberg2014-08-131-1/+1
* mk-ca-bundle.pl: switched to using hg.mozilla.orgDaniel Stenberg2014-08-131-15/+56
* openssl: fix version report for the 0.9.8 branchJose Alf2014-08-131-2/+10
* create_conn: prune dead connectionsFrank Meier2014-08-123-25/+71
* Curl_poll + Curl_wait_ms: fix timeout return valuePeter Wang2014-08-111-3/+9
* config-tpf.h: Fixed up line lengths > 79 charactersSteve Holme2014-08-101-3/+5
* config-symbian.h: Fixed up line lengths > 79 charactersSteve Holme2014-08-101-3/+5
* sasl_sspi: Fixed hard coded buffer for response generationSteve Holme2014-08-101-2/+21
* sasl_sspi: Fixed missing free of challenge buffer on SPN failureSteve Holme2014-08-101-1/+4