Age | Commit message (Expand) | Author |
2016-04-11 | http2: Add Curl_http2_strerror for HTTP/2 error codes | Jay Satiro |
2016-04-11 | http2: Don't increment drain when one header field is received | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Ensure that http2_handle_stream_close is called | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Process paused data first before tear down http2 session | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Check session closure early in http2_recv | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Add handling stream level error | Tatsuhiro Tsujikawa |
2016-04-11 | http2: drain the socket better... | Daniel Stenberg |
2016-04-09 | CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME | Steve Holme |
2016-04-09 | urldata: Use bool for socks5_gssapi_nec as it is a flag | Steve Holme |
2016-04-09 | url: Ternary operator code style changes | Steve Holme |
2016-04-09 | sasl: Fixed compilation errors from commit 9d89a0387 | Steve Holme |
2016-04-09 | url: Corrected comments following 9d89a0387 | Steve Holme |
2016-04-08 | Makefile: Fixed echo of checksrc check | Steve Holme |
2016-04-08 | checksrc: Fix issue with the autobuilds not picking up the whitelist | Steve Holme |
2016-04-08 | checksrc: Added missing vauth and vtls directories | Steve Holme |
2016-04-08 | ftp/imap/pop3/smtp: Allow the service name to be overridden | Steve Holme |
2016-04-08 | http_negotiate: Calculate service name and proxy service name locally | Steve Holme |
2016-04-07 | mbedtls: fix MBEDTLS_DEBUG builds | Damien Vielpeau |
2016-04-07 | mbedtls: implement and provide *_data_pending() | Daniel Stenberg |
2016-04-07 | mbedtls: follow-up for the previous commit | Daniel Stenberg |
2016-04-07 | mbedtls.c: name space pollution fix, Use 'Curl_' | Daniel Stenberg |
2016-04-07 | mbedtls.c: changed private prefix to mbed_ | Daniel Stenberg |
2016-04-07 | mbedtls.h: fix compiler warnings | Daniel Stenberg |
2016-04-06 | HTTP2: Add a space character after the status code | Michael Kaufmann |
2016-04-06 | URLs: change http to https in many places | Viktor Szakats |
2016-04-06 | vauth: Corrected a number of typos in comments | Steve Holme |
2016-04-05 | http2: fix connection reuse when PING comes after last DATA | Daniel Stenberg |
2016-04-05 | multi: remove trailing space in debug output | Daniel Stenberg |
2016-04-03 | lib/src: fix the checksrc invoke | Daniel Stenberg |
2016-04-03 | nw: please the stricter checksrc | Daniel Stenberg |
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 |