Age | Commit message (Expand) | Author |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2019-02-10 | cirrus: Added FreeBSD builds using Cirrus CI. | Dan Fandrich |
2019-02-09 | url/idnconvert: remove scan for <= 32 ascii values | Daniel Stenberg |
2019-02-09 | urlapi: reduce variable scope, remove unreachable 'break' | Daniel Stenberg |
2019-02-07 | zsh.pl: escape ':' character | Alessandro Ghedini |
2019-02-07 | zsh.pl: update regex to better match curl -h output | Alessandro Ghedini |
2019-02-07 | tool_operate: fix typecheck warning | Marcel Raad |
2019-02-06 | url: close TLS before removing conn from cache | Chris Araman |
2019-02-06 | INTERNALS.md: fix subsection depth and link | Daniel Gustafsson |
2019-02-06 | RELEASE-NOTES: 7.64.0 | Daniel Stenberg |
2019-02-06 | RELEASE-PROCEDURE: update the release calendar | Daniel Stenberg |
2019-02-06 | THANKS: 7.64.0 status | Daniel Stenberg |
2019-02-05 | ROADMAP: remove already performed item | Daniel Gustafsson |
2019-02-05 | CONTRIBUTE.md: Fix grammatical errors | Etienne Simard |
2019-02-04 | docs: use $(INSTALL_DATA) to install man page | Julian Z |
2019-02-04 | runtests.pl: Fix perl call to include srcdir | Ladar Levison |
2019-02-04 | smtp: avoid risk of buffer overflow in strtol | Daniel Gustafsson |
2019-02-04 | ntlm: fix *_type3_message size check to avoid buffer overflow | Daniel Stenberg |
2019-02-04 | NTLM: fix size check condition for type2 received data | Daniel Stenberg |
2019-02-01 | spnego_sspi: add support for channel binding | georgeok |
2019-02-01 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |
2019-02-01 | multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE time | Daniel Stenberg |
2019-01-31 | doc: use meaningless port number in CURLOPT_LOCALPORT example | John Marshall |
2019-01-29 | Escape the '\' | Gisle Vanem |
2019-01-29 | TODO: WinSSL: 'Add option to disable client cert auto-send' | Jay Satiro |
2019-01-28 | sigpipe: if mbedTLS is used, ignore SIGPIPE | Jeremie Rapin |
2019-01-28 | unit1653: make it survive torture tests | Daniel Stenberg |
2019-01-28 | timeval: Disable MSVC Analyzer GetTickCount warning | Michael Kujawa |
2019-01-26 | configure: rewrite --enable-code-coverage | Daniel Stenberg |
2019-01-24 | setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh | Felix Hädicke |
2019-01-24 | libssh: do not let libssh create socket | Felix Hädicke |
2019-01-21 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-01-21 | schannel: preserve original certificate path parameter | Archangel_SDY |
2019-01-21 | KNOWN_BUGS: tests not compatible with python3 | Daniel Stenberg |
2019-01-20 | memcmp: avoid doing single char memcmp | Daniel Gustafsson |
2019-01-19 | COPYING: it's 2019 | Daniel Stenberg |
2019-01-19 | configure: fix recv/send/select detection on Android | hhb |
2019-01-19 | ntlm_sspi: add support for channel binding | georgeok |
2019-01-18 | schannel: on connection close there might not be a transfer | Daniel Stenberg |
2019-01-17 | ssh: log the libssh2 error message when ssh session startup fails | JDepooter |
2019-01-16 | Fix typo in manpage | Alessandro Ghedini |
2019-01-16 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-01-16 | cmake: updated check for HAVE_POLL_FINE to match autotools | Sergei Nikulov |
2019-01-16 | curl-compilers.m4: check for __ibmxl__ to detect xlclang | Daniel Stenberg |
2019-01-16 | openssl: fix the SSL_get_tlsext_status_ocsp_resp call | Daniel Stenberg |
2019-01-15 | curl-compilers.m4: detect xlclang | Daniel Stenberg |
2019-01-15 | README: add codacy code quality badge | Daniel Stenberg |
2019-01-15 | extract_if_dead: follow-up to 54b201b48c90a | Daniel Stenberg |
2019-01-15 | multi: remove "Dead assignment" | Daniel Stenberg |