summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg2016-04-211-1/+72
* url.c: Prefer we don't use explicit NULLs in conditionsSteve Holme2016-04-201-2/+2
* NTLM: check for NULL pointer before deferencingIsaac Boukris2016-04-201-0/+4
* sendf.c: added ability to call recv() before send() as workaroundKarlson2k2016-04-204-1/+179
* connect: make sure that rc is initialized in singleipconnect()Kamil Dudka2016-04-191-1/+1
* lib/checksrc.whitelist: not needed anymoreDaniel Stenberg2016-04-192-9/+1
* vtls.h: remove a space before semicolonDaniel Stenberg2016-04-191-2/+2
* darwinssl: removed commented out codeDaniel Stenberg2016-04-191-2/+1
* http_chunks: removed checksrc disableDaniel Stenberg2016-04-191-1/+0
* imap: inlined checksrc disable instead of whitelist editDaniel Stenberg2016-04-191-0/+1
* checksrc: taught to skip commentsDaniel Stenberg2016-04-191-7/+48
* 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