| Commit message (Expand) | Author | Age | Files | Lines |
* | CI: add lgtm.yml for tweaking lgtm.com analysis | Bas van Schaik | 2018-03-22 | 1 | -0/+10 |
* | CURLINFO_SSL_VERIFYRESULT.3: fix the example, add some text | Daniel Stenberg | 2018-03-21 | 1 | -3/+5 |
* | TODO: expand ~/ in config files | Daniel Stenberg | 2018-03-21 | 1 | -0/+8 |
* | cookie.d: mention that "-" as filename means stdin | Daniel Stenberg | 2018-03-20 | 1 | -1/+2 |
* | CURLINFO_COOKIELIST.3: made the example not leak memory | Daniel Stenberg | 2018-03-20 | 1 | -4/+5 |
* | vauth/cleartext: fix integer overflow check | Daniel Stenberg | 2018-03-20 | 3 | -20/+14 |
* | lib/curl_path.h: add #ifdef header guard | Daniel Stenberg | 2018-03-20 | 1 | -1/+4 |
* | vauth/ntlm.h: fix the #ifdef header guard | Daniel Stenberg | 2018-03-20 | 1 | -4/+4 |
* | examples/hiperfifo: checksrc compliance | Jay Satiro | 2018-03-20 | 1 | -9/+13 |
* | parsedate: support UT timezone | Nikos Tsipinakis | 2018-03-19 | 2 | -0/+2 |
* | RELEASE-NOTES: synced | Daniel Stenberg | 2018-03-19 | 1 | -6/+28 |
* | cmake: add support for brotli | Don | 2018-03-19 | 3 | -0/+35 |
* | darwinssl: fix iOS build | Chris Araman | 2018-03-18 | 1 | -0/+2 |
* | ILE/RPG binding: Add CURLOPT_HAPROXYPROTOCOL/Fix CURLOPT_DNS_SHUFFLE_ADDRESSES | Patrick Monnerat | 2018-03-18 | 1 | -1/+3 |
* | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist | 2018-03-17 | 14 | -3/+270 |
* | add_handle/easy_perform: clear errorbuffer on start if set | Daniel Stenberg | 2018-03-17 | 3 | -5/+13 |
* | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews | 2018-03-17 | 16 | -1/+261 |
* | curl_version_info.3: fix ssl_version description | Daniel Stenberg | 2018-03-17 | 1 | -3/+4 |
* | multi: improved pending transfers handling => improved performance | Daniel Stenberg | 2018-03-16 | 2 | -27/+21 |
* | pause: when changing pause state, update socket state | Daniel Stenberg | 2018-03-16 | 3 | -1/+12 |
* | examples/hiperfifo.c: improved | Philip Prindeville | 2018-03-16 | 1 | -64/+76 |
* | rate-limit: use three second window to better handle high speeds | Daniel Stenberg | 2018-03-16 | 3 | -44/+62 |
* | cleanup: misc typos in strings and comments | luz.paz | 2018-03-16 | 16 | -17/+17 |
* | RELEASE-NOTES: toward 7.60.0 | Daniel Stenberg | 2018-03-16 | 2 | -157/+18 |
* | http2: fixes typo | Kobi Gurkan | 2018-03-15 | 1 | -1/+1 |
* | user-agent.d:: mention --proxy-header as well | Daniel Stenberg | 2018-03-15 | 1 | -2/+2 |
* | transfer: make HTTP without headers count correct body size | Daniel Stenberg | 2018-03-15 | 5 | -5/+60 |
* | test1208: marked flaky | Daniel Stenberg | 2018-03-15 | 1 | -0/+1 |
* | SECURITY-PROCESS: mention how we write/add advisories | Daniel Stenberg | 2018-03-14 | 1 | -3/+26 |
* | FTP: fix typo in recursive callback detection for seeking | dasimx | 2018-03-14 | 1 | -1/+1 |
* | release: 7.59.0curl-7_59_0 | Daniel Stenberg | 2018-03-13 | 2 | -9/+36 |
* | tests/.../spnego.py: fix identifier typo | Kamil Dudka | 2018-03-13 | 1 | -1/+1 |
* | CURLOPT_COOKIEFILE.3: "-" as file name means stdin | Daniel Stenberg | 2018-03-13 | 1 | -2/+3 |
* | Revert "hostip: fix compiler warning: 'variable set but not used'" | Daniel Stenberg | 2018-03-12 | 1 | -1/+1 |
* | limit-rate: fix compiler warning | Michael Kaufmann | 2018-03-12 | 1 | -1/+1 |
* | checksrc.pl: add -i and -m options | Viktor Szakats | 2018-03-12 | 1 | -6/+18 |
* | curl-openssl.m4: fix spelling [ci skip] | Viktor Szakats | 2018-03-12 | 1 | -1/+1 |
* | FAQ: fix a broken URL [ci skip] | Viktor Szakats | 2018-03-12 | 1 | -1/+1 |
* | http2: mark the connection for close on GOAWAY | Daniel Stenberg | 2018-03-12 | 3 | -21/+26 |
* | credits: Viktor prefers without accent | Daniel Stenberg | 2018-03-12 | 2 | -2/+2 |
* | openldap: white space changes, fixed up the copyright years | Daniel Stenberg | 2018-03-12 | 1 | -18/+19 |
* | openldap: check ldap_get_attribute_ber() results for NULL before using | Daniel Stenberg | 2018-03-12 | 1 | -4/+4 |
* | FTP: reject path components with control codes | Daniel Stenberg | 2018-03-12 | 3 | -4/+47 |
* | readwrite: make sure excess reads don't go beyond buffer end | Daniel Stenberg | 2018-03-12 | 1 | -2/+7 |
* | BUGS: updated link to security process | Daniel Stenberg | 2018-03-12 | 1 | -1/+1 |
* | limit-rate: kick in even before "limit" data has been received | Daniel Stenberg | 2018-03-11 | 2 | -23/+29 |
* | docs/SECURITY.md -> docs/SECURITY-PROCESS.md | Daniel Stenberg | 2018-03-11 | 2 | -2/+2 |
* | SECURITY.md: call it the security process | Daniel Stenberg | 2018-03-11 | 1 | -4/+4 |
* | Curl_range: fix FTP-only and FILE-only builds | Michael Kaufmann | 2018-03-11 | 1 | -1/+1 |
* | hostip: fix compiler warning: 'variable set but not used' | Michael Kaufmann | 2018-03-11 | 1 | -1/+1 |