Age | Commit message (Expand) | Author |
2018-11-23 | cookies: create the cookiejar even if no cookies to save | Daniel Stenberg |
2018-11-23 | checksrc: ban snprintf use, add command line flag to override warns | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-22 | test: update test20/1322 for eglibc bug workaround | Tobias Hintze |
2018-11-22 | host names: allow trailing dot in name resolve, then strip it | Tobias Hintze |
2018-11-22 | CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and description | UnknownShadow200 |
2018-11-21 | configure: Fix typo in comment | Daniel Gustafsson |
2018-11-21 | openssl: support session resume with TLS 1.3 | Michael Kaufmann |
2018-11-21 | ssl: fix compilation with OpenSSL 0.9.7 | Michael Kaufmann |
2018-11-21 | openssl: disable TLS renegotiation with BoringSSL | Daniel Stenberg |
2018-11-20 | ares: remove fd from multi fd set when ares is about to close the fd | Romain Fliedel |
2018-11-20 | examples/ephiperfifo: report error when epoll_ctl fails | Romain Fliedel |
2018-11-20 | ntlm: Remove redundant ifdef USE_OPENSSL | pkubaj |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-11-19 | docs: add more description to unified ssl error codes | Han Han |
2018-11-19 | curle: move deprecated error code to ifndef block | Han Han |
2018-11-19 | os400: add CURLOPT_CURLU to ILE/RPG binding. | Patrick Monnerat |
2018-11-19 | os400: Add curl_easy_conn_upkeep() to ILE/RPG binding. | Patrick Monnerat |
2018-11-19 | os400: fix return type of curl_easy_pause() in ILE/RPG binding. | Patrick Monnerat |
2018-11-19 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-11-19 | impacket: add LICENSE | Daniel Stenberg |
2018-11-18 | tool_doswin: Fix uninitialized field warning | Daniel Gustafsson |
2018-11-17 | openssl: Remove SSLEAY leftovers | Daniel Gustafsson |
2018-11-16 | http_negotiate: do not close connection until negotiation is completed | Elia Tufarolo |
2018-11-16 | pop3: only do APOP with a valid timestamp | Daniel Stenberg |
2018-11-16 | openssl: do not log excess "TLS app data" lines for TLS 1.3 | Peter Wu |
2018-11-15 | tests: disable SO_EXCLUSIVEADDRUSE for stunnel on Windows | Marc Hoersken |
2018-11-13 | nss: remove version selecting dead code | Kamil Dudka |
2018-11-13 | nss: set default max-tls to 1.3/1.2 | Daniel Stenberg |
2018-11-13 | tool_cb_wrt: Silence function cast compiler warning | Daniel Gustafsson |
2018-11-12 | nss: fix fallthrough comment to fix picky compiler warning | Daniel Stenberg |
2018-11-11 | docs: expanded on some CURLU details | Daniel Stenberg |
2018-11-09 | ftp: avoid two unsigned int overflows in FTP listing parser | Tim Rühsen |
2018-11-09 | curl: --local-port range was not "including" | Daniel Stenberg |
2018-11-09 | openssl: support BoringSSL TLS renegotiation | Jérémy Rocher |
2018-11-09 | HISTORY: add some milestones | Daniel Stenberg |
2018-11-09 | KNOWN_BUGS: add --proxy-any connection issue | Daniel Gustafsson |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-09 | docs: ESCape "\n" codes | Gisle Vanem |
2018-11-08 | curl: --local-port fix followup | Daniel Stenberg |
2018-11-07 | More "\n" ESCaping | Gisle Vanem |
2018-11-07 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-11-07 | curl: fix --local-port integer overflow | Daniel Stenberg |
2018-11-07 | curl: correct the switch() logic in ourWriteOut | Daniel Stenberg |
2018-11-07 | curl: add %{stderr} and %{stdout} for --write-out | Frank Gevaerts |
2018-11-07 | winssl: be consistent in Schannel capitalization | Daniel Gustafsson |
2018-11-07 | TODO: Have the URL API offer IDN decoding | Daniel Stenberg |
2018-11-07 | urlapi: only skip encoding the first '=' with APPENDQUERY set | Daniel Stenberg |
2018-11-06 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-06 | libcurl: stop reading from paused transfers | Sangamkar |