summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* http2: Fix crashes when parent stream gets abortedAnders Bakken2016-11-281-0/+7
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-1/+2
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-0/+3
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-7/+7
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-31/+75
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-2/+2
* Don't mix unix domain sockets with regular onesIsaac Boukris2016-11-171-0/+4
* timeval: prefer time_t to hold seconds instead of longDaniel Stenberg2016-11-121-2/+2
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-051-1/+1
* vtls: only re-use session-ids using the same schemeDaniel Stenberg2016-10-131-0/+1
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-221-0/+1
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-201-0/+1
* speed caps: not based on average speeds anymoreOlivier Brunel2016-09-041-0/+8
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-0/+1
* schannel: Disable ALPN for Wine since it is causing problemsJay Satiro2016-08-261-0/+1
* urldata.h: Corrected comment for httpcode which is also populated by SMTPSteve Holme2016-08-201-1/+1
* TLS: switch off SSL session id when client cert is usedDaniel Stenberg2016-08-031-0/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-15/+14
* cleanup: fix method names in code commentsMichael Kaufmann2016-06-211-3/+3
* vtls: fix ssl session cache race conditionIvan Avdeev2016-06-011-1/+0
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-3/+5
* mbedtls: Fix session resumeJay Satiro2016-04-281-2/+0
* sendf.c: added ability to call recv() before send() as workaroundKarlson2k2016-04-201-0/+17
* url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini2016-04-181-0/+3
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-4/+17
* http2: Use size_t type for data drain countJay Satiro2016-04-121-3/+3
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-091-1/+0
* urldata: Use bool for socks5_gssapi_nec as it is a flagSteve Holme2016-04-091-1/+1
* sasl: Fixed compilation errors from commit 9d89a0387Steve Holme2016-04-091-0/+3
* spnego: Renamed the context's SPN variableSteve Holme2016-04-021-2/+2
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-081-0/+1
* TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig2016-02-231-1/+2
* mbedtls: fix ALPN usage segfaultDaniel Stenberg2016-02-091-1/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* urldata: Error on missing SSL backend-specific connect infoGisle Vanem2016-01-291-20/+13
* urldata: moved common variable out of ifdefSergei Nikulov2016-01-281-10/+1
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-1/+1
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-091-1/+1
* http2: s/priority/weightDaniel Stenberg2015-10-231-2/+2
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-231-0/+8
* vtls: added support for mbedTLSJonas Minnberg2015-10-201-1/+23
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-2/+5
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+1
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-251-1/+0
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+1
* http2: initial implementation of the push callbackDaniel Stenberg2015-06-241-0/+2
* schannel: schannel_recv overhaulJay Satiro2015-06-171-0/+3
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-6/+2
* CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-181-0/+2
* http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-181-5/+3