summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pause: when changing pause state, update socket statebagder/pause-update-socket-stateDaniel Stenberg2018-03-163-1/+12
* rate-limit: use three second window to better handle high speedsDaniel Stenberg2018-03-163-44/+62
* cleanup: misc typos in strings and commentsluz.paz2018-03-1616-17/+17
* RELEASE-NOTES: toward 7.60.0Daniel Stenberg2018-03-162-157/+18
* http2: fixes typoKobi Gurkan2018-03-151-1/+1
* user-agent.d:: mention --proxy-header as wellDaniel Stenberg2018-03-151-2/+2
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-155-5/+60
* test1208: marked flakyDaniel Stenberg2018-03-151-0/+1
* SECURITY-PROCESS: mention how we write/add advisoriesDaniel Stenberg2018-03-141-3/+26
* FTP: fix typo in recursive callback detection for seekingdasimx2018-03-141-1/+1
* release: 7.59.0curl-7_59_0Daniel Stenberg2018-03-132-9/+36
* tests/.../spnego.py: fix identifier typoKamil Dudka2018-03-131-1/+1
* CURLOPT_COOKIEFILE.3: "-" as file name means stdinDaniel Stenberg2018-03-131-2/+3
* Revert "hostip: fix compiler warning: 'variable set but not used'"Daniel Stenberg2018-03-121-1/+1
* limit-rate: fix compiler warningMichael Kaufmann2018-03-121-1/+1
* checksrc.pl: add -i and -m optionsViktor Szakats2018-03-121-6/+18
* curl-openssl.m4: fix spelling [ci skip]Viktor Szakats2018-03-121-1/+1
* FAQ: fix a broken URL [ci skip]Viktor Szakats2018-03-121-1/+1
* http2: mark the connection for close on GOAWAYDaniel Stenberg2018-03-123-21/+26
* credits: Viktor prefers without accentDaniel Stenberg2018-03-122-2/+2
* openldap: white space changes, fixed up the copyright yearsDaniel Stenberg2018-03-121-18/+19
* openldap: check ldap_get_attribute_ber() results for NULL before usingDaniel Stenberg2018-03-121-4/+4
* FTP: reject path components with control codesDaniel Stenberg2018-03-123-4/+47
* readwrite: make sure excess reads don't go beyond buffer endDaniel Stenberg2018-03-121-2/+7
* BUGS: updated link to security processDaniel Stenberg2018-03-121-1/+1
* limit-rate: kick in even before "limit" data has been receivedDaniel Stenberg2018-03-112-23/+29
* docs/SECURITY.md -> docs/SECURITY-PROCESS.mdDaniel Stenberg2018-03-112-2/+2
* SECURITY.md: call it the security processDaniel Stenberg2018-03-111-4/+4
* Curl_range: fix FTP-only and FILE-only buildsMichael Kaufmann2018-03-111-1/+1
* hostip: fix compiler warning: 'variable set but not used'Michael Kaufmann2018-03-111-1/+1
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-119-86/+285
* http2: verbose output new MAX_CONCURRENT_STREAMS valuesDaniel Stenberg2018-03-101-1/+2
* SECURITY: distros' max embargo time is 14 days nowDaniel Stenberg2018-03-091-1/+1
* curl tool: accept --compressed also if Brotli is enabled and zlib is not.Patrick Monnerat2018-03-081-2/+3
* THANKS + mailmap: remove duplicates, fixup full namesDaniel Stenberg2018-03-052-1/+5
* WolfSSL: adding TLSv1.3sergii.kavunenko2018-03-051-1/+11
* RELEASE-NOTES/THANKS: synced with cc1d4c505Daniel Stenberg2018-03-042-9/+52
* winbuild: prefer documented zlib library namesrichardthe3rd2018-03-041-0/+14
* krb5: use nondeprecated functionsMarcel Raad2018-03-041-3/+3
* curl.1: mention how to add numerical IP addresses in NO_PROXYDaniel Stenberg2018-03-041-3/+6
* CURLOPT_NOPROXY.3: mention how to list numerical IPv6 addressesDaniel Stenberg2018-03-041-1/+6
* NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg2018-03-043-2/+63
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-045-6/+13
* curl_ctype: fix macro redefinition warningsMarcel Raad2018-03-031-0/+8
* unit1307: proper cleanup on OOM to fix torture testsDan Fandrich2018-03-021-8/+18
* unit1309: fix warning on Windows x64Marcel Raad2018-02-283-17/+17
* travis: update compiler versionsMarcel Raad2018-02-281-9/+9
* docs/MANUAL: formfind.pl is not accessible on the site anymoreDaniel Stenberg2018-02-261-2/+1
* curl-openssl.m4: Fix version check for OpenSSL 1.1.1Jay Satiro2018-02-241-1/+10
* lib655: silence compiler warningViktor Szakats2018-02-231-1/+1