aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-03checksrc.bat: Added tests/server directory supportSteve Holme
2016-04-03tests: Fixed header files to comply with our code styleSteve Holme
2016-04-03make checksrc: run it in docs/examples too by defaultDaniel Stenberg
2016-04-03docs/examples: remove spurious white spaces all overDaniel Stenberg
2016-04-03tests: fix make checksrc in servers/Daniel Stenberg
2016-04-03tests: 'make checksrc' now checks server/ tooDaniel Stenberg
2016-04-03root/make: have checksrc run in include/curl tooDaniel Stenberg
2016-04-03tests/server: comply with our code styleDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-04-03checksrc: check for more malplaced spacesDaniel Stenberg
2016-04-03unit: make unit test source code checksrc compliantDaniel Stenberg
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