aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2017-05-01buffer_size: make sure it always has the correct sizeDaniel Stenberg
2017-05-01CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum sizeDaniel Stenberg
2017-04-25transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg
2017-04-22schannel: Don't treat encrypted partial record as pending dataJay Satiro
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-18TLS: Fix switching off SSL session id when client cert is usedJay Satiro
2017-04-06nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad
2017-04-04llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2017-03-28pause: handle mixed types of data when pausedDaniel Stenberg
2017-03-26spelling fixesklemens
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
2017-03-11authneg: clear auth.multi flag at http_doneIsaac Boukris
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-02-21urldata: include curl_sspi.h when Windows SSPI is enabledViktor Szakats
2017-02-20digest_sspi: Fix nonce-count generation in HTTP digestMax Khon
2017-02-18proxy: fix hostname resolution and IDN conversionMichael Kaufmann
2017-02-10URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg
2017-01-19CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2017-01-13unix_socket: add support for abstract unix domain socketIsaac Boukris
2016-12-16preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg
2016-11-28http2: Fix crashes when parent stream gets abortedAnders Bakken
2016-11-25HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2016-11-25add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-11-17Don't mix unix domain sockets with regular onesIsaac Boukris
2016-11-12timeval: prefer time_t to hold seconds instead of longDaniel Stenberg
2016-11-05easy: Initialize info variables on easy init and duphandleJay Satiro
2016-10-13vtls: only re-use session-ids using the same schemeDaniel Stenberg
2016-09-22New libcurl option to keep sending on errorMichael Kaufmann
2016-09-20easy: Reset all statistical session info in curl_easy_resetJay Satiro
2016-09-04speed caps: not based on average speeds anymoreOlivier Brunel
2016-08-28http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg
2016-08-26schannel: Disable ALPN for Wine since it is causing problemsJay Satiro
2016-08-20urldata.h: Corrected comment for httpcode which is also populated by SMTPSteve Holme
2016-08-03TLS: switch off SSL session id when client cert is usedDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-21cleanup: fix method names in code commentsMichael Kaufmann
2016-06-01vtls: fix ssl session cache race conditionIvan Avdeev
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-04-28mbedtls: Fix session resumeJay Satiro
2016-04-20sendf.c: added ability to call recv() before send() as workaroundKarlson2k
2016-04-18url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-12http2: Use size_t type for data drain countJay Satiro
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-09sasl: Fixed compilation errors from commit 9d89a0387Steve Holme
2016-04-02spnego: Renamed the context's SPN variableSteve Holme