summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* llist: replace Curl_llist_alloc with Curl_llist_initbagder/remove-llist_allocDaniel Stenberg2017-04-031-5/+5
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-281-5/+15
* spelling fixesklemens2017-03-261-1/+1
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-0/+2
* authneg: clear auth.multi flag at http_doneIsaac Boukris2017-03-111-2/+2
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+1
* urldata: include curl_sspi.h when Windows SSPI is enabledViktor Szakats2017-02-211-1/+3
* digest_sspi: Fix nonce-count generation in HTTP digestMax Khon2017-02-201-0/+1
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-181-2/+0
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-101-1/+3
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-1/+4
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-0/+3
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-1/+1
* 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