aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-29memdebug.h: remove inclusion of other headersDaniel Stenberg
2016-04-28mbedtls: Fix session resumeJay Satiro
2016-04-26openssl: avoid BN_print a NULL bignumDaniel Stenberg
2016-04-26CONNECT_ONLY: don't close connection on GSS 401/407 reponsesMarcel Raad
2016-04-26mbedtls.c: silly spellfix of a commentDaniel Stenberg
2016-04-25multi: accidentally used resolved host name instead of proxyDaniel Stenberg
2016-04-25url.c: fixed DEBUGASSERT() for WinSock workaroundKarlson2k
2016-04-24PolarSSL: Implement public key pinningmoparisthebest
2016-04-21openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg
2016-04-20url.c: Prefer we don't use explicit NULLs in conditionsSteve Holme
2016-04-20NTLM: check for NULL pointer before deferencingIsaac Boukris
2016-04-20sendf.c: added ability to call recv() before send() as workaroundKarlson2k
2016-04-19connect: make sure that rc is initialized in singleipconnect()Kamil Dudka
2016-04-19lib/checksrc.whitelist: not needed anymoreDaniel Stenberg
2016-04-19vtls.h: remove a space before semicolonDaniel Stenberg
2016-04-19darwinssl: removed commented out codeDaniel Stenberg
2016-04-19http_chunks: removed checksrc disableDaniel Stenberg
2016-04-19imap: inlined checksrc disable instead of whitelist editDaniel Stenberg
2016-04-19checksrc: taught to skip commentsDaniel Stenberg
2016-04-18connect: implement TCP Fast Open for LinuxAlessandro Ghedini
2016-04-18connect: implement TCP Fast Open for OS XAlessandro Ghedini
2016-04-18url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini
2016-04-18checksrc: pass on -D so the whitelists are found correctlyDaniel Stenberg
2016-04-18includes: avoid duplicate memory callback typdefs even harderDaniel Stenberg
2016-04-18checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
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