Age | Commit message (Expand) | Author |
2017-02-23 | tests: use consistent environment variables for setting charset | Dan Fandrich |
2017-02-23 | url: Default the CA proxy bundle location to CURL_CA_BUNDLE | Jay Satiro |
2017-02-23 | rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header | Sergii Pylypenko |
2017-02-23 | TODO: "OPTIONS *" | Daniel Stenberg |
2017-02-23 | RELEASE-NOTES: synced with 443e5b03a7d441 | Daniel Stenberg |
2017-02-23 | THANKS-filter: shachaf | Daniel Stenberg |
2017-02-23 | tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047 | İsmail Dönmez |
2017-02-23 | bump: 7.53.1 coming up | Daniel Stenberg |
2017-02-23 | formdata: check for EOF when reading from stdin | Daniel Stenberg |
2017-02-22 | docs: gitignore curl.1 | Jay Satiro |
2017-02-22 | TODO: HTTP Digest using SHA-256 | Daniel Stenberg |
2017-02-22 | TODO: brotli is deployed widely now | Daniel Stenberg |
2017-02-21 | urldata: include curl_sspi.h when Windows SSPI is enabled | Viktor Szakats |
2017-02-21 | url: Improve CURLOPT_PROXY_CAPATH error handling | Jay Satiro |
2017-02-21 | cyassl: fix typo | Jay Satiro |
2017-02-22 | release: 7.53.0 | Daniel Stenberg |
2017-02-21 | cookie: fix declaration of 'dup' shadows a global declaration | Daniel Stenberg |
2017-02-21 | TLS: make SSL_VERIFYSTATUS work again | Daniel Stenberg |
2017-02-21 | digest_sspi: Handle 'stale=TRUE' directive in HTTP digest | Jay Satiro |
2017-02-20 | smb: use getpid replacement for windows UWP builds | Daniel Stenberg |
2017-02-20 | TODO: CURLOPT_RESOLVE for any port number | Daniel Stenberg |
2017-02-20 | RELEASE-NOTES: synced with af30f1152d43dcdb | Daniel Stenberg |
2017-02-20 | sftp: improved checks for create dir failures | Jean Gressmann |
2017-02-20 | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon |
2017-02-20 | examples/multi-uv: checksrc compliance | Jay Satiro |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-18 | tests: removed the obsolete name parameter | Dan Fandrich |
2017-02-18 | speed caps: update the timeouts if the speed is too low/high | Michael Kaufmann |
2017-02-18 | docs: fix timeout handling in multi-uv example | Michael Kaufmann |
2017-02-18 | proxy: fix hostname resolution and IDN conversion | Michael Kaufmann |
2017-02-17 | http: fix missing 'Content-Length: 0' while negotiating auth | Isaac Boukris |
2017-02-16 | winbuild: add note on auto-detection of MACHINE in Makefile.vc | Simon Warta |
2017-02-16 | RELEASE-PROCEDURE: update the upcoming release calendar | Daniel Stenberg |
2017-02-15 | TODO: consider file name from the redirected URL with -O ? | Daniel Stenberg |
2017-02-15 | tool_urlglob: Allow a glob range with the same start and stop | Jay Satiro |
2017-02-15 | axtls: adapt to API changes | Daniel Stenberg |
2017-02-14 | RELEASE-NOTES: synced with 690935390c29c | Daniel Stenberg |
2017-02-14 | curl: fix typo in time condition warning message | Nick Draffen |
2017-02-14 | smb: code indent | Daniel Stenberg |
2017-02-14 | configure: Allow disabling pthreads, fall back on Win32 threads | Jay Satiro |
2017-02-13 | http2: fix memory-leak when denying push streams | Daniel Stenberg |
2017-02-11 | tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERT | Jay Satiro |
2017-02-10 | cmdline-opts/page-footer: ftp.sunet.se is no longer an FTP mirror | Daniel Stenberg |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-02-09 | cmdline-opts/socks*: Mention --preproxy in --socks* opts | Jay Satiro |
2017-02-09 | CURLOPT_SSL_VERIFYPEER.3: also the https proxy version | Daniel Stenberg |
2017-02-09 | nss: make FTPS work with --proxytunnel | Kamil Dudka |
2017-02-09 | examples/multithread.c: link to our multi-thread docs | Daniel Stenberg |
2017-02-09 | http_proxy: avoid freeing static memory | Daniel Stenberg |
2017-02-09 | http_proxy: Fix tiny memory leak upon edge case connecting to proxy | Cameron MacMinn |