Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg | |
... to enable sending "OPTIONS *" which wasn't possible previously. This option currently only works for HTTP. Added test cases 1298 + 1299 to verify Fixes #1280 Closes #1462 | |||
2017-06-19 | getinfo: return sizes as curl_off_t | Daniel Stenberg | |
This change introduces new alternatives for the existing six curl_easy_getinfo() options that return sizes or speeds as doubles. The new versions are named like the old ones but with an appended '_T': CURLINFO_CONTENT_LENGTH_DOWNLOAD_T CURLINFO_CONTENT_LENGTH_UPLOAD_T CURLINFO_SIZE_DOWNLOAD_T CURLINFO_SIZE_UPLOAD_T CURLINFO_SPEED_DOWNLOAD_T CURLINFO_SPEED_UPLOAD_T Closes #1511 | |||
2017-06-18 | CURLOPT_PREQUOTE.3: spellfix man page reference | Daniel Stenberg | |
2017-06-18 | TODO: update the TOC too | Daniel Stenberg | |
2017-06-18 | TODO: implement support for CURLOPT_PREQUOTE with SFTP | Daniel Stenberg | |
... also updated the CURLOPT_PREQUOTE.3 man page to mention the correct protocol support. Closes #1514 | |||
2017-06-16 | curl: prevent binary output spewed to terminal | Daniel Stenberg | |
... unless "--output -" is used. Binary detection is done by simply checking for a binary zero in early data. Added test 1425 1426 to verify. Closes #1512 | |||
2017-06-16 | Makefile.m32: enable -W for MinGW32 build | Marcel Raad | |
The configure-based build also has this in addition to -Wall. Closes https://github.com/curl/curl/pull/1578 | |||
2017-06-15 | TODO: the generated include file is gone | Daniel Stenberg | |
... since commit 73a2fcea0b | |||
2017-06-15 | curl: allow --header and --proxy-header read from file | Daniel Stenberg | |
So many headers can be provided as @filename. Suggested-by: Timothe Litt Closes #1486 | |||
2017-06-14 | http-proxy: do the HTTP CONNECT process entirely non-blocking | Daniel Stenberg | |
Mentioned as a problem since 2007 (8f87c15bdac63) and of course it existed even before that. Closes #1547 | |||
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg | |
Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456 | |||
2017-06-14 | release: 7.54.1 | Daniel Stenberg | |
2017-06-12 | BINDINGS: update SP-Forth and OCaml urls | ygrek | |
2017-06-09 | RELEASE-PROCEDURE: updated future release dates | Daniel Stenberg | |
2017-06-08 | examples/multi-uv.c: fix deprecated symbol | Ryuichi KAWAMATA | |
Closes #1557 | |||
2017-06-03 | BINDINGS: add Ring binding | Mahmoud Samir Fayed | |
Closes https://github.com/curl/curl/pull/1539 | |||
2017-06-04 | CONTRIBUTE.md: mention tests done on pull requests | Daniel Stenberg | |
2017-06-01 | typecheck-gcc.h: check CURLINFO_CERTINFO | Daniel Stenberg | |
... and update the certinfo.c example accordingly. Fixes https://github.com/curl/curl/issues/846 | |||
2017-06-01 | typecheck-gcc.h: separate getinfo slist checks from other pointers | Daniel Stenberg | |
Fixes #1524 | |||
2017-05-31 | examples/externalsocket.c: s/closesocket/closecb | Daniel Stenberg | |
... since closesocket is a function in WinSock. Reported-by: Marcel Raad Bug: https://github.com/curl/curl/commit/55fcb8485914700132fd1854c9509b66c955efbe#co mmitcomment-22347818 | |||
2017-05-31 | CURLOPT_SSH_KEY*.3: typos | Daniel Stenberg | |
Reported-by: Gisle Vanem | |||
2017-05-31 | CURLOPT_STREAM_DEPENDS.3: typo | Daniel Stenberg | |
2017-05-31 | CURLOPT_FNMATCH_FUNCTION.3: also modified example to avoid fcpp issues | Daniel Stenberg | |
2017-05-31 | CURLOPT_FNMATCH_DATA.3: modified example to avoid fcpp issues | Daniel Stenberg | |
2017-05-31 | opts: more than 100 more examples for man pages... | Daniel Stenberg | |
2017-05-31 | examples/sampleconv.c: indent changes, made callbacks static | Daniel Stenberg | |
2017-05-31 | example/externalsocket.c: make it use CLOSESOCKETFUNCTION too | Daniel Stenberg | |
2017-05-31 | CURLOPT_PROXY.3: fix test 1140 breakage | Daniel Stenberg | |
2017-05-30 | opts: more examples added to man pages | Daniel Stenberg | |
2017-05-30 | docs: clarify NO_PROXY further | Daniel Stenberg | |
Fixes #1208 | |||
2017-05-30 | CURLOPT_PROXY.3: describe the environment variables more | Daniel Stenberg | |
2017-05-27 | opts: more examples added in option man pages | Daniel Stenberg | |
2017-05-25 | TODO: 6.4 is done, send telnet data in chunks | Daniel Stenberg | |
2017-05-25 | docs/CURLOPT_SSLVERSION.3: Correct define name in example | Phil Crump | |
Closes #1509 | |||
2017-05-24 | examples: fix Wimplicit-fallthrough warnings | Marcel Raad | |
This is contained in -Wextra with GCC 7. | |||
2017-05-24 | LDAP: documentation update per #878 changes (#1506) | Sergei Nikulov | |
2017-05-23 | redirect: store the "would redirect to" URL when max redirs is reached | Daniel Stenberg | |
Test 1261 added to verify. Reported-by: Lloyd Fournier Fixes #1489 Closes #1497 | |||
2017-05-19 | ghiper.c/hiperfifo.c: add comment about missing timer functionality | Daniel Stenberg | |
It takes someone to read up on the APIs of these libraries to figure out how to do this correctly. Reported-by: Michael Kaufmann Closes #1253 | |||
2017-05-19 | asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction input | Daniel Stenberg | |
That means delete the timer. Reported-by: Michael Kaufmann Ref: #1253 | |||
2017-05-18 | cmdline-opts/write-out.d: s/-L/--location | Daniel Stenberg | |
Since the man page generator wants the long option name version to generate the proper output. | |||
2017-05-17 | oauth2-bearer.d: mention the <token> argument | Daniel Stenberg | |
2017-05-16 | docs/cmdline-opts/config.d: edit for language | Daniel Stenberg | |
2017-05-15 | SecureTransport/DarwinSSL: Implement public key pinning | moparisthebest | |
Closes #1400 | |||
2017-05-15 | man pages: fix example syntax errors | Daniel Stenberg | |
follow-up to 5ddad099b42b50 | |||
2017-05-15 | docs/libcurl/opts: added more examples in man pages | Daniel Stenberg | |
2017-05-15 | CURLOPT_HTTPPROXYTUNNEL: clarify, add example | Daniel Stenberg | |
2017-05-13 | url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enough | Dan Fandrich | |
Some code (e.g. Curl_fillreadbuffer) assumes that this buffer is not exceedingly tiny and will break if it is. This same check is already done at run time in the CURLOPT_BUFFERSIZE option. | |||
2017-05-13 | THANKS: add a few missing names | Daniel Stenberg | |
... I found them in the commit logs from the early years | |||
2017-05-12 | FAQ: add 7.4 to toc | Daniel Stenberg | |
... and delete trailing whitespace Fixes #1484 | |||
2017-05-11 | cookie_interface: fix -Wcomma warning | Marcel Raad | |
clang 5.0 complains: possible misuse of comma operator here [-Wcomma] |