Age | Commit message (Expand) | Author |
2016-04-03 | tests/server: comply with our code style | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-04-03 | checksrc: check for more malplaced spaces | Daniel Stenberg |
2016-04-03 | unit: make unit test source code checksrc compliant | Daniel Stenberg |
2016-04-03 | checksrc: run checksrc in tests when 'make checksrc' in root | Daniel Stenberg |
2016-04-03 | checksrc: remove debug crap | Daniel Stenberg |
2016-04-03 | lib557: allow too long lines | Daniel Stenberg |
2016-04-03 | checksrc: allow ignore of specific warnings within a file (section) | Daniel Stenberg |
2016-04-03 | checksrc: add warning names, explain on help output | Daniel Stenberg |
2016-04-03 | checksrc.bat: Disable tests by default until warnings are fixed | Steve Holme |
2016-04-03 | checksrc.bat: Added support for the tests directory | Steve Holme |
2016-04-03 | vauth: Removed the need for a separate GSS-API based SPN function | Steve Holme |
2016-04-03 | curl_sasl: Fixed potential null pointer utilisation | Steve Holme |
2016-04-03 | spnego: Small code tidy up | Steve Holme |
2016-04-03 | krb5: Small code tidy up | Steve Holme |
2016-04-03 | krb5_gssapi: Only process challenge when present | Steve Holme |
2016-04-03 | krb5: Fixed missing client response when mutual authentication enabled | Steve Holme |
2016-04-03 | krb5_sspi: Only process challenge when present | Steve Holme |
2016-04-03 | krb5_sspi: Only generate the output token when its not allocated | Steve Holme |
2016-04-03 | krb5: Only generate a SPN when its not known | Steve Holme |
2016-04-03 | tests/libtest: follow our code style guidelines better | Daniel Stenberg |
2016-04-03 | checksrc.whitelist: remove fopen() uses | Daniel Stenberg |
2016-04-03 | formdata: use appropriate fopen() macros | Daniel Stenberg |
2016-04-03 | checksrc: improve the fopen() parser somewhat | Daniel Stenberg |
2016-04-03 | unit1604: fix snprintf | Daniel Stenberg |
2016-04-03 | unittests: Fixed compilation warnings | Steve Holme |
2016-04-02 | curl.1: -w filename_effective was introduced in 7.26.0 | Daniel Stenberg |
2016-04-02 | 7.49.0: next release version | Daniel Stenberg |
2016-04-02 | http2: make use of the nghttp2 error callback | Daniel Stenberg |
2016-04-02 | spnego: Renamed the context's SPN variable | Steve Holme |
2016-04-02 | krb5_gssapi: Renamed the status variables | Steve Holme |
2016-04-02 | krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument | Steve Holme |
2016-04-02 | test1119: Fixed missing CURL_DID_MEMORY_FUNC_TYPEDEFS symbol | Steve Holme |
2016-04-01 | RELEASE-NOTES: Removed "http_negotiate: Corrected host and proxy host name" | Steve Holme |
2016-04-01 | RELEASE-NOTES: synced with 0aa8da10bbdafa | Daniel Stenberg |
2016-04-01 | http_negotiate: Corrected host and proxy host name being wrong way round | Steve Holme |
2016-04-01 | build: Changed the Visual Studio projects warning level from 3 to 4 | Steve Holme |
2016-04-01 | IMAP: check pointer before dereferencing it | ehlertjd@gmail.com |
2016-04-01 | .gitignore: Added new VC14 SQLite based program database files | Steve Holme |
2016-04-01 | curl_memory.h: Fixed typo in comment | Steve Holme |
2016-04-01 | spnego: Corrected some typos in comments | Steve Holme |
2016-04-01 | memdebug: Ensure curl/curl.h is included before curl_memory.h | Steve Holme |
2016-04-01 | upload: missing rewind call could make libcurl hang | Daniel Stenberg |
2016-04-01 | curl.h: define CURL_DID_MEMORY_FUNC_TYPEDEFS | Daniel Stenberg |
2016-04-01 | curl/mprintf.h: remove support for _MPRINTF_REPLACE | Daniel Stenberg |
2016-04-01 | curl_memory.h: avoid the curl/curl.h include | Daniel Stenberg |
2016-04-01 | url: Corrected get protocol family for FTP and LDAP | Steve Holme |
2016-03-31 | strerror: don't bit shift a signed integer | Jay Satiro |
2016-03-31 | http2: more documentation for prior knowledge | Daniel Stenberg |
2016-03-31 | http2: support "prior knowledge", no upgrade from HTTP/1.1 | Diego Bes |