aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-03checksrc: run checksrc in tests when 'make checksrc' in rootDaniel Stenberg
2016-04-03checksrc: remove debug crapDaniel Stenberg
2016-04-03lib557: allow too long linesDaniel 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-03checksrc.bat: Disable tests by default until warnings are fixedSteve Holme
2016-04-03checksrc.bat: Added support for the tests directorySteve Holme
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-03tests/libtest: follow our code style guidelines betterDaniel Stenberg
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-03unit1604: fix snprintfDaniel Stenberg
2016-04-03unittests: Fixed compilation warningsSteve Holme
2016-04-02curl.1: -w filename_effective was introduced in 7.26.0Daniel Stenberg
2016-04-027.49.0: next release versionDaniel 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-02test1119: Fixed missing CURL_DID_MEMORY_FUNC_TYPEDEFS symbolSteve Holme
2016-04-01RELEASE-NOTES: Removed "http_negotiate: Corrected host and proxy host name"Steve Holme
2016-04-01RELEASE-NOTES: synced with 0aa8da10bbdafaDaniel Stenberg
2016-04-01http_negotiate: Corrected host and proxy host name being wrong way roundSteve Holme
2016-04-01build: Changed the Visual Studio projects warning level from 3 to 4Steve Holme
2016-04-01IMAP: check pointer before dereferencing itehlertjd@gmail.com
2016-04-01.gitignore: Added new VC14 SQLite based program database filesSteve Holme
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: more documentation for prior knowledgeDaniel Stenberg
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