aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2018-02-23spelling fixesViktor Szakats
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2018-01-22http: prevent custom Authorization headers in redirectsDaniel Stenberg
2018-01-08progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg
2017-12-07CONNECT: keep close connection flag in http_connect_state structZachary Seguin
2017-12-06configure: check for netinet/in6.hRandall S. Becker
2017-12-05conncache: fix several lock issuesDaniel Stenberg
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-12-01SSL: Avoid magic allocation of SSL backend specific dataJohannes Schindelin
2017-11-27url: fix alignment of ssl_backend_data structJay Satiro
2017-11-13zlib/brotli: only include header files in modules needing themPatrick Monnerat
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-11-05HTTP: support multiple Content-EncodingsPatrick Monnerat
2017-10-28auth: add support for RFC7616 - HTTP Digest access authenticationFlorin
2017-10-26wildcards: don't use with non-supported protocolsMax Dymond
2017-10-05build: fix --disable-crypto-authDaniel Stenberg
2017-10-03vtls: compare and clone ssl configs properlyMichael Kaufmann
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-05mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg
2017-09-02mime: new MIME API.Patrick Monnerat
2017-08-28vtls: encapsulate SSL backend-specific dataJohannes Schindelin
2017-08-28urldata.h: move SSPI-specific #include to correct locationJohannes Schindelin
2017-08-28urldata.h: remove support for obsolete PolarSSL versionJohannes Schindelin
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-15progress: Track total times following redirectsRyan Winograd
2017-08-10digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-06-30handler: refactor connection checkingMax Dymond
2017-06-28CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka
2017-06-21--request-target: instead of --strip-path-slashDaniel Stenberg
2017-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-16http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg
2017-06-15http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg
2017-06-14http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg
2017-06-14timers: store internal time stamps as time_t instead of doublesDaniel Stenberg
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-05-02gtls: fixed a lingering BUFSIZE referenceDan Fandrich
2017-05-01BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg
2017-05-01upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg
2017-05-01http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg
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