summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* connect: implement TCP Fast Open for LinuxAlessandro Ghedini2016-04-183-5/+18
* connect: implement TCP Fast Open for OS XAlessandro Ghedini2016-04-181-1/+18
* url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini2016-04-182-0/+13
* checksrc: pass on -D so the whitelists are found correctlyDaniel Stenberg2016-04-181-2/+2
* includes: avoid duplicate memory callback typdefs even harderDaniel Stenberg2016-04-181-0/+1
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+2
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-178-34/+407
* http2: Use size_t type for data drain countJay Satiro2016-04-123-4/+6
* http2: Improve header parsingJay Satiro2016-04-111-30/+102
* http2: Add Curl_http2_strerror for HTTP/2 error codesJay Satiro2016-04-112-4/+39
* http2: Don't increment drain when one header field is receivedTatsuhiro Tsujikawa2016-04-111-4/+0
* http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa2016-04-112-19/+39
* http2: Process paused data first before tear down http2 sessionTatsuhiro Tsujikawa2016-04-111-2/+125
* http2: Check session closure early in http2_recvTatsuhiro Tsujikawa2016-04-111-7/+8
* http2: Add handling stream level errorTatsuhiro Tsujikawa2016-04-113-2/+13
* http2: drain the socket better...Daniel Stenberg2016-04-111-0/+4
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-095-22/+9
* urldata: Use bool for socks5_gssapi_nec as it is a flagSteve Holme2016-04-091-1/+1
* url: Ternary operator code style changesSteve Holme2016-04-091-54/+56
* sasl: Fixed compilation errors from commit 9d89a0387Steve Holme2016-04-093-1/+11
* url: Corrected comments following 9d89a0387Steve Holme2016-04-091-1/+1
* Makefile: Fixed echo of checksrc checkSteve Holme2016-04-081-1/+1
* checksrc: Fix issue with the autobuilds not picking up the whitelistSteve Holme2016-04-081-1/+1
* checksrc: Added missing vauth and vtls directoriesSteve Holme2016-04-081-1/+1
* ftp/imap/pop3/smtp: Allow the service name to be overriddenSteve Holme2016-04-082-5/+14
* http_negotiate: Calculate service name and proxy service name locallySteve Holme2016-04-083-17/+4
* mbedtls: fix MBEDTLS_DEBUG buildsDamien Vielpeau2016-04-071-2/+3
* mbedtls: implement and provide *_data_pending()Daniel Stenberg2016-04-072-2/+8
* mbedtls: follow-up for the previous commitDaniel Stenberg2016-04-071-5/+4
* mbedtls.c: name space pollution fix, Use 'Curl_'Daniel Stenberg2016-04-071-2/+4
* mbedtls.c: changed private prefix to mbed_Daniel Stenberg2016-04-071-33/+29
* mbedtls.h: fix compiler warningsDaniel Stenberg2016-04-071-0/+2
* HTTP2: Add a space character after the status codeMichael Kaufmann2016-04-061-1/+2
* URLs: change http to https in many placesViktor Szakats2016-04-0615-15/+15
* vauth: Corrected a number of typos in commentsSteve Holme2016-04-067-9/+9
* http2: fix connection reuse when PING comes after last DATADaniel Stenberg2016-04-051-8/+0
* multi: remove trailing space in debug outputDaniel Stenberg2016-04-051-1/+1
* lib/src: fix the checksrc invokeDaniel Stenberg2016-04-031-2/+2
* nw: please the stricter checksrcDaniel Stenberg2016-04-032-29/+29
* code: style updatesDaniel Stenberg2016-04-0329-90/+91
* checksrc: check for more malplaced spacesDaniel Stenberg2016-04-031-12/+24
* checksrc: remove debug crapDaniel Stenberg2016-04-031-1/+0
* checksrc: allow ignore of specific warnings within a file (section)Daniel Stenberg2016-04-031-2/+107
* checksrc: add warning names, explain on help outputDaniel Stenberg2016-04-031-21/+70
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-038-39/+37
* curl_sasl: Fixed potential null pointer utilisationSteve Holme2016-04-031-7/+5
* spnego: Small code tidy upSteve Holme2016-04-032-9/+10
* krb5: Small code tidy upSteve Holme2016-04-032-7/+7
* krb5_gssapi: Only process challenge when presentSteve Holme2016-04-031-2/+2
* krb5: Fixed missing client response when mutual authentication enabledSteve Holme2016-04-032-0/+10