summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src/Makefile.m32: add CURL_{LD,C}FLAGS_EXTRAS supportViktor Szakats2016-02-201-8/+8
* Enabled test 1437 after the bug fix in commit 3fa220a6Dan Fandrich2016-02-201-1/+0
* curl_sasl: Fix memory leak in digest parserEmil Lerner2016-02-191-0/+6
* Added test 1437 to verify a memory leakDan Fandrich2016-02-193-1/+86
* CURLOPT_COOKIEFILE.3: HTTP headers must be Set-Cookie styleJay Satiro2016-02-181-2/+2
* curl.1: HTTP headers for --cookie must be Set-Cookie styleJay Satiro2016-02-181-2/+2
* curl.1: add a missing dashDaniel Stenberg2016-02-181-1/+1
* CONTRIBUTING.md: fix linksDaniel Stenberg2016-02-181-5/+3
* ISSUE_TEMPLATE: github issue templateDaniel Stenberg2016-02-181-0/+9
* CONTRIBUTING.md: move into .githubDaniel Stenberg2016-02-181-0/+0
* opts: add referencesDaniel Stenberg2016-02-182-2/+4
* examples/make: add 'checksrc' targetDaniel Stenberg2016-02-171-1/+4
* 10-at-a-time: typecast the argument passed to sleep()Daniel Stenberg2016-02-171-1/+1
* externalsocket.c: fix compiler warning for fwrite return typeDaniel Stenberg2016-02-171-1/+1
* anyauthput.c: fix compiler warningsDaniel Stenberg2016-02-171-5/+7
* simplessl.c: warning: while with spaceDaniel Stenberg2016-02-171-1/+1
* curlx.c: i2s_ASN1_IA5STRING() clashes with an openssl functionDaniel Stenberg2016-02-171-3/+3
* http2: don't decompress gzip decoding automaticallyDaniel Stenberg2016-02-171-2/+1
* http: Don't break the header into chunks if HTTP/2Tatsuhiro Tsujikawa2016-02-161-1/+1
* openssl: use macro to guard the opaque EVP_PKEY branchViktor Szakats2016-02-161-8/+5
* openssl: avoid direct PKEY access with OpenSSL 1.1.0Viktor Szakats2016-02-161-4/+38
* RELEASE-NOTES: synced with ede0bfc079daDaniel Stenberg2016-02-151-3/+22
* CURLOPT_CONNECTTIMEOUT_MS.3: Fix example to use milliseconds optionClint Clayton2016-02-141-1/+1
* opt-docs: add more referencesDaniel Stenberg2016-02-142-8/+10
* SCP: use libssh2_scp_recv2 to support > 2GB files on windowsDavid Byron2016-02-141-4/+15
* gtls: fix for builds lacking encrypted key file supportShine Fan2016-02-131-3/+3
* test1604: Add to Makefile.inc so it gets runDan Fandrich2016-02-131-1/+1
* generate.bat: Fix comment bug by removing old commentsJay Satiro2016-02-121-7/+0
* curl.1: --disable-{eprt,epsv} are ignored for IPv6 hostsKamil Dudka2016-02-121-0/+6
* dist: ship buildconf.bat tooDaniel Stenberg2016-02-122-5/+4
* curlx_tvdiff: handle 32bit time_t overflowsDaniel Stenberg2016-02-121-2/+10
* examples: fix some compiler warningsDaniel Stenberg2016-02-113-3/+3
* simplessl.c: fix my breakageDaniel Stenberg2016-02-111-4/+3
* examples: adhere to curl code styleDaniel Stenberg2016-02-1154-767/+822
* examples/cookie_interface.c: add cleanup callDaniel Stenberg2016-02-111-6/+13
* nss: search slash in forward direction in dup_nickname()Kamil Dudka2016-02-101-8/+2
* nss: do not count enabled cipher-suitesKamil Dudka2016-02-101-7/+7
* contributors.sh: make 79 the max column width (from 80)Daniel Stenberg2016-02-101-2/+2
* RELEASE-NOTES: synced with c276aefee3995Daniel Stenberg2016-02-101-4/+19
* mbedtls.c: re-indent to better match curl standardsDaniel Stenberg2016-02-101-44/+44
* mbedtls: fix memory leak when destroying SSL connection dataRafael Antonio2016-02-091-5/+11
* mbedtls: fix ALPN usage segfaultDaniel Stenberg2016-02-092-5/+8
* opts: update references to renamed optionsTimotej Lazar2016-02-092-2/+2
* KNOWN_BUGS: Update #92 - Windows device prefixJay Satiro2016-02-091-6/+9
* tool_doswin: Support for literal path prefix \\?\Jay Satiro2016-02-092-4/+30
* configure: state "BoringSSL" in summary when that was detectedDaniel Stenberg2016-02-091-0/+1
* openssl: remove most BoringSSL #ifdefs.David Benjamin2016-02-098-72/+19
* KNOWN_BUGS: Windows device prefix is required for devicesJay Satiro2016-02-081-0/+8
* tool_urlglob: Allow reserved dos device names (Windows)Jay Satiro2016-02-081-1/+2
* cookies: allow spaces in cookie names, cut of trailing spacesDaniel Stenberg2016-02-082-8/+19