aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-12http2: Use size_t type for data drain countJay Satiro
2016-04-11http2: Improve header parsingJay Satiro
2016-04-11http2: Add Curl_http2_strerror for HTTP/2 error codesJay Satiro
2016-04-11http2: Don't increment drain when one header field is receivedTatsuhiro Tsujikawa
2016-04-11http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa
2016-04-11http2: Process paused data first before tear down http2 sessionTatsuhiro Tsujikawa
2016-04-11http2: Check session closure early in http2_recvTatsuhiro Tsujikawa
2016-04-11http2: Add handling stream level errorTatsuhiro Tsujikawa
2016-04-11http2: drain the socket better...Daniel Stenberg
2016-04-09CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme
2016-04-09urldata: Use bool for socks5_gssapi_nec as it is a flagSteve Holme
2016-04-09url: Ternary operator code style changesSteve Holme
2016-04-09sasl: Fixed compilation errors from commit 9d89a0387Steve Holme
2016-04-09url: Corrected comments following 9d89a0387Steve Holme
2016-04-08Makefile: Fixed echo of checksrc checkSteve Holme
2016-04-08checksrc: Fix issue with the autobuilds not picking up the whitelistSteve Holme
2016-04-08checksrc: Added missing vauth and vtls directoriesSteve Holme
2016-04-08ftp/imap/pop3/smtp: Allow the service name to be overriddenSteve Holme
2016-04-08http_negotiate: Calculate service name and proxy service name locallySteve Holme
2016-04-07mbedtls: fix MBEDTLS_DEBUG buildsDamien Vielpeau
2016-04-07mbedtls: implement and provide *_data_pending()Daniel Stenberg
2016-04-07mbedtls: follow-up for the previous commitDaniel Stenberg
2016-04-07mbedtls.c: name space pollution fix, Use 'Curl_'Daniel Stenberg
2016-04-07mbedtls.c: changed private prefix to mbed_Daniel Stenberg
2016-04-07mbedtls.h: fix compiler warningsDaniel Stenberg
2016-04-06HTTP2: Add a space character after the status codeMichael Kaufmann
2016-04-06URLs: change http to https in many placesViktor Szakats
2016-04-06vauth: Corrected a number of typos in commentsSteve Holme
2016-04-05http2: fix connection reuse when PING comes after last DATADaniel Stenberg
2016-04-05multi: remove trailing space in debug outputDaniel Stenberg
2016-04-03lib/src: fix the checksrc invokeDaniel Stenberg
2016-04-03nw: please the stricter checksrcDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-04-03checksrc: check for more malplaced spacesDaniel Stenberg
2016-04-03checksrc: remove debug crapDaniel 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-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-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-02http2: make use of the nghttp2 error callbackDaniel Stenberg