summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHbagder/http-optionsDaniel Stenberg2017-06-151-0/+2
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-141-9/+18
* timers: store internal time stamps as time_t instead of doublesDaniel Stenberg2017-06-141-7/+7
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-0/+25
* gtls: fixed a lingering BUFSIZE referenceDan Fandrich2017-05-021-1/+1
* BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg2017-05-011-7/+3
* upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg2017-05-011-1/+5
* http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg2017-05-011-0/+1
* buffer_size: make sure it always has the correct sizeDaniel Stenberg2017-05-011-1/+0
* CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum sizeDaniel Stenberg2017-05-011-0/+1
* transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg2017-04-251-1/+0
* schannel: Don't treat encrypted partial record as pending dataJay Satiro2017-04-221-0/+5
* llist: no longer uses mallocDaniel Stenberg2017-04-221-0/+4
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-181-1/+1
* nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad2017-04-061-1/+1
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-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