summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+1
* progress: Track total times following redirectsRyan Winograd2017-08-151-0/+2
* digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro2017-08-101-0/+4
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-16/+16
* handler: refactor connection checkingMax Dymond2017-06-301-0/+12
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-281-0/+1
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-1/+1
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+2
* http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg2017-06-161-0/+1
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-151-0/+3
* 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