Age | Commit message (Expand) | Author |
2018-07-29 | test1157: follow-up to 35ecffb9 | Daniel Stenberg |
2018-07-29 | tests/http_pipe.py: Use /usr/bin/env to find python | Michael Kaufmann |
2018-07-28 | TODO: Support Authority Information Access certificate extension (AIA) | Daniel Stenberg |
2018-07-28 | conn_free: updated comment to clarify | Daniel Stenberg |
2018-07-28 | test1157: test -H from empty file | Daniel Stenberg |
2018-07-28 | curl: Fix segfault when -H @headerfile is empty | Tobias Blomberg |
2018-07-28 | mime: check Curl_rand_hex's return code | Daniel Stenberg |
2018-07-28 | docs/examples: add hiperfifo example using linux epoll/timerfd | Josh Bialkowski |
2018-07-26 | docs/INSTALL.md: minor formatting fixes | Darío Hereñú |
2018-07-26 | docs/CURLOPT_URL: fix indentation | Christopher Head |
2018-07-26 | docs/CURLOPT_WRITEFUNCTION: size is always 1 | Christopher Head |
2018-07-26 | wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random | Carie Pointer |
2018-07-26 | reuse_conn(): free old_conn->options | Even Rouault |
2018-07-25 | system_win32: fix version checking | djelinski |
2018-07-24 | auth: pick Bearer authentication whenever a token is available | Johannes Schindelin |
2018-07-24 | auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer token | Johannes Schindelin |
2018-07-22 | test320: treat curl320.out file as binary | Marcel Raad |
2018-07-22 | vtls: set conn->data when closing TLS | Daniel Stenberg |
2018-07-21 | tests: fixes for Windows line endlings | Marcel Raad |
2018-07-21 | test214: disable MSYS2's POSIX path conversion for URL | Marcel Raad |
2018-07-20 | http2: several cleanups | Daniel Stenberg |
2018-07-20 | smb_getsock: always wait for write socket too | Daniel Stenberg |
2018-07-20 | test1143: disable MSYS2's POSIX path conversion | Marcel Raad |
2018-07-18 | RELEASE-NOTES: sync | Daniel Stenberg |
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov |
2018-07-17 | header output: switch off all styles, not just unbold | Daniel Stenberg |
2018-07-14 | darwinssl: add support for ALPN negotiation | Rodger Combs |
2018-07-14 | test1422: add required file feature | Marcel Raad |
2018-07-12 | content_encoding: accept up to 4 unknown trailer bytes after raw deflate data | Patrick Monnerat |
2018-07-12 | smb: fix memory-leak in URL parse error path | Daniel Stenberg |
2018-07-12 | schannel: enable CALG_TLS1PRF for w32api >= 5.1 | Marcel Raad |
2018-07-12 | docs/SECURITY-PROCESS: mention bounty, drop pre-notify | Daniel Stenberg |
2018-07-11 | multi: always do the COMPLETED procedure/state | Daniel Stenberg |
2018-07-11 | Curl_getoff_all_pipelines: improved for multiplexed | Daniel Stenberg |
2018-07-11 | ares: check for NULL in completed-callback | Daniel Stenberg |
2018-07-11 | conn: remove the boolean 'inuse' field | Daniel Stenberg |
2018-07-11 | openssl: assume engine support in 1.0.0 or later | Paul Howarth |
2018-07-11 | schannel: fix MinGW compile break | Marcel Raad |
2018-07-11 | examples/crawler.c: move #ifdef to column 0 | Daniel Stenberg |
2018-07-11 | release: 7.61.0 | Daniel Stenberg |
2018-07-10 | TODO: Configurable loading of OpenSSL configuration file | Daniel Stenberg |
2018-07-10 | post303.d: clarify that this is an RFC violation | Daniel Stenberg |
2018-07-09 | CMake: remove redundant and old end-of-block syntax | Ruslan Baratov |
2018-07-09 | lib/curl_setup.h: remove unicode character | Jay Satiro |
2018-07-09 | lib/curl_setup.h: remove unicode bom from 8272ec50f02 | Daniel Stenberg |
2018-07-09 | schannel: fix -Wsign-compare warning | Marcel Raad |
2018-07-09 | schannel: workaround for wrong function signature in w32api | Marcel Raad |
2018-07-09 | schannel: make more cipher options conditional | Marcel Raad |
2018-07-09 | curl_setup: include <winerror.h> before <windows.h> | Marcel Raad |
2018-07-09 | examples: fix -Wformat warnings | Marcel Raad |