aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-03-31file: remove duplicate checks of the same variableDaniel Stenberg
2016-03-30openssl: Fix compilation warningsMarcel Raad
2016-03-30multi: turn Curl_done into file local multi_doneDaniel Stenberg
2016-03-30multi: multi_reconnect_request is the former Curl_reconnect_requestDaniel Stenberg
2016-03-30multi: move Curl_do and Curl_do_done to multi.c and make staticDaniel Stenberg
2016-03-29wolfssl: Use ECC supported curves extensionJay Satiro
2016-03-29GSS: make Curl_gss_log_error more verboseIsaac Boukris