Age | Commit message (Expand) | Author |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-04-03 | checksrc: check for more malplaced spaces | Daniel Stenberg |
2016-04-03 | checksrc: remove debug crap | 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 | 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 | 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-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-01 | http_negotiate: Corrected host and proxy host name being wrong way round | Steve Holme |
2016-04-01 | IMAP: check pointer before dereferencing it | ehlertjd@gmail.com |
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: support "prior knowledge", no upgrade from HTTP/1.1 | Diego Bes |
2016-03-31 | imap: remove duplicated function | Daniel Stenberg |
2016-03-31 | SOCKS5_gssapi_negotiate: don't assume little-endian ints | Daniel Stenberg |
2016-03-31 | http: remove ((expression)) double parentheses | Daniel Stenberg |
2016-03-31 | Curl_add_buffer_send: avoid possible NULL dereference | Daniel Stenberg |
2016-03-31 | file: remove duplicate checks of the same variable | Daniel Stenberg |
2016-03-30 | openssl: Fix compilation warnings | Marcel Raad |
2016-03-30 | multi: turn Curl_done into file local multi_done | Daniel Stenberg |
2016-03-30 | multi: multi_reconnect_request is the former Curl_reconnect_request | Daniel Stenberg |
2016-03-30 | multi: move Curl_do and Curl_do_done to multi.c and make static | Daniel Stenberg |
2016-03-29 | wolfssl: Use ECC supported curves extension | Jay Satiro |
2016-03-29 | GSS: make Curl_gss_log_error more verbose | Isaac Boukris |
2016-03-29 | http2: set correct scheme in handler structs [regression] | Daniel Stenberg |
2016-03-29 | hostip.c: minor white space edit for style | Daniel Stenberg |
2016-03-28 | wolfssl: Add ALPN support | Jay Satiro |
2016-03-27 | http_ntlm: Renamed from curl_ntlm.[c|h] | Steve Holme |
2016-03-27 | SSH: new CURLOPT_QUOTE command "statvfs" | marquis-de-muesli |
2016-03-27 | SSH: support CURLINFO_FILETIME | marquis-de-muesli |