summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* http2: handle GOAWAY properlyDaniel Stenberg2018-04-201-1/+1
* ntlm_sspi: fix authentication using Credential Managertoughengineer2018-04-161-0/+1
* urldata: make service names unconditionalMarcel Raad2018-04-161-5/+0
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-0/+2
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-0/+2
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
* spelling fixesViktor Szakats2018-02-231-1/+1
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-0/+4
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+1
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-301-4/+2
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-221-1/+1
* progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg2018-01-081-1/+1
* CONNECT: keep close connection flag in http_connect_state structZachary Seguin2017-12-071-0/+1
* configure: check for netinet/in6.hRandall S. Becker2017-12-061-0/+3
* conncache: fix several lock issuesDaniel Stenberg2017-12-051-3/+7
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-1/+1
* SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin2017-12-011-0/+3
* url: fix alignment of ssl_backend_data structJay Satiro2017-11-271-10/+0
* zlib/brotli: only include header files in modules needing themPatrick Monnerat2017-11-131-12/+0
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-0/+4
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-051-22/+2
* auth: add support for RFC7616 - HTTP Digest access authenticationFlorin2017-10-281-0/+1
* wildcards: don't use with non-supported protocolsMax Dymond2017-10-261-2/+3
* build: fix --disable-crypto-authDaniel Stenberg2017-10-051-1/+1
* vtls: compare and clone ssl configs properlyMichael Kaufmann2017-10-031-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg2017-09-051-1/+1
* mime: new MIME API.Patrick Monnerat2017-09-021-1/+4
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-281-152/+17
* urldata.h: move SSPI-specific #include to correct locationJohannes Schindelin2017-08-281-4/+4
* urldata.h: remove support for obsolete PolarSSL versionJohannes Schindelin2017-08-281-4/+0
* 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