aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-29test1157: follow-up to 35ecffb9Daniel Stenberg
2018-07-29tests/http_pipe.py: Use /usr/bin/env to find pythonMichael Kaufmann
2018-07-28TODO: Support Authority Information Access certificate extension (AIA)Daniel Stenberg
2018-07-28conn_free: updated comment to clarifyDaniel Stenberg
2018-07-28test1157: test -H from empty fileDaniel Stenberg
2018-07-28curl: Fix segfault when -H @headerfile is emptyTobias Blomberg
2018-07-28mime: check Curl_rand_hex's return codeDaniel Stenberg
2018-07-28docs/examples: add hiperfifo example using linux epoll/timerfdJosh Bialkowski
2018-07-26docs/INSTALL.md: minor formatting fixesDarío Hereñú
2018-07-26docs/CURLOPT_URL: fix indentationChristopher Head
2018-07-26docs/CURLOPT_WRITEFUNCTION: size is always 1Christopher Head
2018-07-26wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_randomCarie Pointer
2018-07-26reuse_conn(): free old_conn->optionsEven Rouault
2018-07-25system_win32: fix version checkingdjelinski
2018-07-24auth: pick Bearer authentication whenever a token is availableJohannes Schindelin
2018-07-24auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer tokenJohannes Schindelin
2018-07-22test320: treat curl320.out file as binaryMarcel Raad
2018-07-22vtls: set conn->data when closing TLSDaniel Stenberg
2018-07-21tests: fixes for Windows line endlingsMarcel Raad
2018-07-21test214: disable MSYS2's POSIX path conversion for URLMarcel Raad
2018-07-20http2: several cleanupsDaniel Stenberg
2018-07-20smb_getsock: always wait for write socket tooDaniel Stenberg
2018-07-20test1143: disable MSYS2's POSIX path conversionMarcel Raad
2018-07-18RELEASE-NOTES: syncDaniel Stenberg
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-07-17header output: switch off all styles, not just unboldDaniel Stenberg
2018-07-14darwinssl: add support for ALPN negotiationRodger Combs
2018-07-14test1422: add required file featureMarcel Raad
2018-07-12content_encoding: accept up to 4 unknown trailer bytes after raw deflate dataPatrick Monnerat
2018-07-12smb: fix memory-leak in URL parse error pathDaniel Stenberg
2018-07-12schannel: enable CALG_TLS1PRF for w32api >= 5.1Marcel Raad
2018-07-12docs/SECURITY-PROCESS: mention bounty, drop pre-notifyDaniel Stenberg
2018-07-11multi: always do the COMPLETED procedure/stateDaniel Stenberg
2018-07-11Curl_getoff_all_pipelines: improved for multiplexedDaniel Stenberg
2018-07-11ares: check for NULL in completed-callbackDaniel Stenberg
2018-07-11conn: remove the boolean 'inuse' fieldDaniel Stenberg
2018-07-11openssl: assume engine support in 1.0.0 or laterPaul Howarth
2018-07-11schannel: fix MinGW compile breakMarcel Raad
2018-07-11examples/crawler.c: move #ifdef to column 0Daniel Stenberg
2018-07-11release: 7.61.0Daniel Stenberg
2018-07-10TODO: Configurable loading of OpenSSL configuration fileDaniel Stenberg
2018-07-10post303.d: clarify that this is an RFC violationDaniel Stenberg
2018-07-09CMake: remove redundant and old end-of-block syntaxRuslan Baratov
2018-07-09lib/curl_setup.h: remove unicode characterJay Satiro
2018-07-09lib/curl_setup.h: remove unicode bom from 8272ec50f02Daniel Stenberg
2018-07-09schannel: fix -Wsign-compare warningMarcel Raad
2018-07-09schannel: workaround for wrong function signature in w32apiMarcel Raad
2018-07-09schannel: make more cipher options conditionalMarcel Raad
2018-07-09curl_setup: include <winerror.h> before <windows.h>Marcel Raad
2018-07-09examples: fix -Wformat warningsMarcel Raad