aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-07mbedtls: fix MBEDTLS_DEBUG buildsDamien Vielpeau
2016-04-07mbedtls: implement and provide *_data_pending()Daniel Stenberg
2016-04-07mbedtls: follow-up for the previous commitDaniel Stenberg
2016-04-07mbedtls.c: name space pollution fix, Use 'Curl_'Daniel Stenberg
2016-04-07mbedtls.c: changed private prefix to mbed_Daniel Stenberg
2016-04-07mbedtls.h: fix compiler warningsDaniel Stenberg
2016-04-06HTTP2: Add a space character after the status codeMichael Kaufmann
2016-04-06URLs: change http to https in many placesViktor Szakats
2016-04-06vauth: Corrected a number of typos in commentsSteve Holme
2016-04-05http2: fix connection reuse when PING comes after last DATADaniel Stenberg
2016-04-05multi: remove trailing space in debug outputDaniel Stenberg
2016-04-03lib/src: fix the checksrc invokeDaniel Stenberg
2016-04-03nw: please the stricter checksrcDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-04-03checksrc: check for more malplaced spacesDaniel Stenberg
2016-04-03checksrc: remove debug crapDaniel Stenberg
2016-04-03checksrc: allow ignore of specific warnings within a file (section)Daniel Stenberg
2016-04-03checksrc: add warning names, explain on help outputDaniel Stenberg
2016-04-03vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme
2016-04-03curl_sasl: Fixed potential null pointer utilisationSteve Holme
2016-04-03spnego: Small code tidy upSteve Holme
2016-04-03krb5: Small code tidy upSteve Holme
2016-04-03krb5_gssapi: Only process challenge when presentSteve Holme
2016-04-03krb5: Fixed missing client response when mutual authentication enabledSteve Holme
2016-04-03krb5_sspi: Only process challenge when presentSteve Holme
2016-04-03krb5_sspi: Only generate the output token when its not allocatedSteve Holme
2016-04-03krb5: Only generate a SPN when its not knownSteve Holme
2016-04-03checksrc.whitelist: remove fopen() usesDaniel Stenberg
2016-04-03formdata: use appropriate fopen() macrosDaniel Stenberg
2016-04-03checksrc: improve the fopen() parser somewhatDaniel Stenberg
2016-04-02http2: make use of the nghttp2 error callbackDaniel Stenberg
2016-04-02spnego: Renamed the context's SPN variableSteve Holme
2016-04-02krb5_gssapi: Renamed the status variablesSteve Holme
2016-04-02krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argumentSteve Holme
2016-04-01http_negotiate: Corrected host and proxy host name being wrong way roundSteve Holme
2016-04-01IMAP: check pointer before dereferencing itehlertjd@gmail.com
2016-04-01curl_memory.h: Fixed typo in commentSteve Holme
2016-04-01spnego: Corrected some typos in commentsSteve Holme
2016-04-01memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme
2016-04-01upload: missing rewind call could make libcurl hangDaniel Stenberg
2016-04-01curl.h: define CURL_DID_MEMORY_FUNC_TYPEDEFSDaniel Stenberg
2016-04-01curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg
2016-04-01curl_memory.h: avoid the curl/curl.h includeDaniel Stenberg
2016-04-01url: Corrected get protocol family for FTP and LDAPSteve Holme
2016-03-31strerror: don't bit shift a signed integerJay Satiro
2016-03-31http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes
2016-03-31imap: remove duplicated functionDaniel Stenberg
2016-03-31SOCKS5_gssapi_negotiate: don't assume little-endian intsDaniel Stenberg
2016-03-31http: remove ((expression)) double parenthesesDaniel Stenberg
2016-03-31Curl_add_buffer_send: avoid possible NULL dereferenceDaniel Stenberg