summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* checksrc: Added missing vauth and vtls directoriesSteve Holme2016-04-081-1/+1
* ftp/imap/pop3/smtp: Allow the service name to be overriddenSteve Holme2016-04-082-5/+14
* http_negotiate: Calculate service name and proxy service name locallySteve Holme2016-04-083-17/+4
* mbedtls: fix MBEDTLS_DEBUG buildsDamien Vielpeau2016-04-071-2/+3
* mbedtls: implement and provide *_data_pending()Daniel Stenberg2016-04-072-2/+8
* mbedtls: follow-up for the previous commitDaniel Stenberg2016-04-071-5/+4
* mbedtls.c: name space pollution fix, Use 'Curl_'Daniel Stenberg2016-04-071-2/+4
* mbedtls.c: changed private prefix to mbed_Daniel Stenberg2016-04-071-33/+29
* mbedtls.h: fix compiler warningsDaniel Stenberg2016-04-071-0/+2
* HTTP2: Add a space character after the status codeMichael Kaufmann2016-04-061-1/+2
* URLs: change http to https in many placesViktor Szakats2016-04-0615-15/+15
* vauth: Corrected a number of typos in commentsSteve Holme2016-04-067-9/+9
* http2: fix connection reuse when PING comes after last DATADaniel Stenberg2016-04-051-8/+0
* multi: remove trailing space in debug outputDaniel Stenberg2016-04-051-1/+1
* lib/src: fix the checksrc invokeDaniel Stenberg2016-04-031-2/+2
* nw: please the stricter checksrcDaniel Stenberg2016-04-032-29/+29
* code: style updatesDaniel Stenberg2016-04-0329-90/+91
* checksrc: check for more malplaced spacesDaniel Stenberg2016-04-031-12/+24
* checksrc: remove debug crapDaniel Stenberg2016-04-031-1/+0
* checksrc: allow ignore of specific warnings within a file (section)Daniel Stenberg2016-04-031-2/+107
* checksrc: add warning names, explain on help outputDaniel Stenberg2016-04-031-21/+70
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-038-39/+37
* curl_sasl: Fixed potential null pointer utilisationSteve Holme2016-04-031-7/+5
* spnego: Small code tidy upSteve Holme2016-04-032-9/+10
* krb5: Small code tidy upSteve Holme2016-04-032-7/+7
* krb5_gssapi: Only process challenge when presentSteve Holme2016-04-031-2/+2
* krb5: Fixed missing client response when mutual authentication enabledSteve Holme2016-04-032-0/+10
* krb5_sspi: Only process challenge when presentSteve Holme2016-04-031-2/+3
* krb5_sspi: Only generate the output token when its not allocatedSteve Holme2016-04-031-1/+3
* krb5: Only generate a SPN when its not knownSteve Holme2016-04-032-7/+10
* checksrc.whitelist: remove fopen() usesDaniel Stenberg2016-04-031-4/+0
* formdata: use appropriate fopen() macrosDaniel Stenberg2016-04-031-3/+3
* checksrc: improve the fopen() parser somewhatDaniel Stenberg2016-04-031-5/+5
* http2: make use of the nghttp2 error callbackDaniel Stenberg2016-04-021-0/+23
* spnego: Renamed the context's SPN variableSteve Holme2016-04-023-13/+13
* krb5_gssapi: Renamed the status variablesSteve Holme2016-04-021-49/+49
* krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme2016-04-024-4/+12
* http_negotiate: Corrected host and proxy host name being wrong way roundSteve Holme2016-04-011-2/+2
* IMAP: check pointer before dereferencing itehlertjd@gmail.com2016-04-011-1/+1
* curl_memory.h: Fixed typo in commentSteve Holme2016-04-011-1/+1
* spnego: Corrected some typos in commentsSteve Holme2016-04-012-2/+2
* memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme2016-04-0110-10/+35
* upload: missing rewind call could make libcurl hangDaniel Stenberg2016-04-011-10/+20
* curl.h: define CURL_DID_MEMORY_FUNC_TYPEDEFSDaniel Stenberg2016-04-011-1/+2
* curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg2016-04-011-6/+1
* curl_memory.h: avoid the curl/curl.h includeDaniel Stenberg2016-04-011-2/+13
* url: Corrected get protocol family for FTP and LDAPSteve Holme2016-04-011-2/+2
* strerror: don't bit shift a signed integerJay Satiro2016-03-311-4/+3
* http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes2016-03-311-8/+12
* imap: remove duplicated functionDaniel Stenberg2016-03-311-30/+6