summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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