Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-28 | TODO: support multiple Content-Encodings | Daniel Bankhead | |
Closes #2002 | |||
2017-10-28 | ROADMAP: cleanup | Daniel Stenberg | |
Removed done stuff. Removed entries no longer considered for the near term. | |||
2017-10-28 | ROADMAP.md: spelling fixes | Magicansk | |
Closes #2028 | |||
2017-10-27 | HELP-US: rename the subtitle too since the label is changed | Daniel Stenberg | |
"PR-welcome" was the former name. | |||
2017-10-24 | libcurl-tutorial.3: fix typo | Alessandro Ghedini | |
closes #2008 | |||
2017-10-23 | curl_mime_filedata.3: fix typos | Alessandro Ghedini | |
2017-10-23 | RELEASE-NOTES: 7.56.1 | Daniel Stenberg | |
2017-10-23 | THANKS: update at 7.56.1 release time | Daniel Stenberg | |
2017-10-16 | setopt: avoid integer overflows when setting millsecond values | Daniel Stenberg | |
... that are multiplied by 1000 when stored. For 32 bit long systems, the max value accepted (2147483 seconds) is > 596 hours which is unlikely to ever be set by a legitimate application - and previously it didn't work either, it just caused undefined behavior. Also updated the man pages for these timeout options to mention the return code. Closes #1938 | |||
2017-10-12 | cli tool: reimplement stdin buffering in -F option. | Patrick Monnerat | |
If stdin is not a regular file, its content is memory-buffered to enable a possible data "rewind". In all cases, stdin data size is determined before real use to avoid having an unknown part's size. --libcurl generated code is left as an unbuffered stdin fread/fseek callback part with unknown data size. Buffering is not supported in deprecated curl_formadd() API. | |||
2017-10-12 | HELP-US: the label "PR-welcome" is now renamed to "help wanted" | Daniel Stenberg | |
following the new github "standard" | |||
2017-10-09 | CURLOPT_XFERINFODATA.3: fix duplicate see also | Daniel Stenberg | |
2017-10-09 | CURLOPT_NOPROGRESS.3: also refer to xferinfofunction | Daniel Stenberg | |
2017-10-09 | FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION | Daniel Stenberg | |
2017-10-08 | docs: clarify form/mime usage of non-regular data files. | Patrick Monnerat | |
2017-10-05 | darwinssl: add support for TLSv1.3 | Nick Zitzmann | |
Closes https://github.com/curl/curl/pull/1794 | |||
2017-10-04 | docs: fix typo in curl_mime_data_cb man page | Felix Kaiser | |
Closes #1946 | |||
2017-10-04 | RELEASE-PROCEDURE: update the release schedule | Daniel Stenberg | |
2017-10-04 | THANKS: added new 7.56.0 contributors | Daniel Stenberg | |
2017-10-03 | libcurl-tutorial: add casts in example to avoid compilation warnings. | Patrick Monnerat | |
2017-10-03 | examples: bring back curl_formadd-using examples | Daniel Stenberg | |
... now with a -formadd suffix. While the new mime API is introduced in 7.56.0 we must acknowledge that lots of users can't upgrade their curl versions immediately. | |||
2017-10-02 | libcurl-tutorial: fix two typos. | Patrick Monnerat | |
2017-10-01 | TODO: remove deprecated form API items. | Patrick Monnerat | |
2017-10-01 | libcurl-tutorial: describe MIME API and deprecate form API. | Patrick Monnerat | |
Include a guide to form/mime API conversion. | |||
2017-09-28 | docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MS | Michael Kaufmann | |
Closes #1922 | |||
2017-09-28 | docs: clarify the use of environment variables for proxy | Michael Kaufmann | |
Closes #1921 | |||
2017-09-23 | symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entry | Jay Satiro | |
- Use spaces instead of tabs as the delimiter. Follow up to 7c52b12 which added the entry. The entry had used tabs but the symbol-scan parser doesn't recognize tabs and would fail the symbol. | |||
2017-09-22 | symbols-in-versions: add CURLSSLSET_NO_BACKENDS | Daniel Stenberg | |
...fixup from b8e0fe19ec | |||
2017-09-22 | vtls: provide curl_global_sslset() even in non-SSL builds | Daniel Stenberg | |
... it just returns error: Bug: https://github.com/curl/curl/commit/1328f69d53f2f2e937696ea954c480412b018451#commitcomment-24470367 Reported-by: Marcel Raad Closes #1906 | |||
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat | |
Also suppress length argument of curl_mime_name() (names are always zero-terminated). | |||
2017-09-21 | examples/post-callback: use long for CURLOPT_POSTFIELDSIZE | Marcel Raad | |
Otherwise, typecheck-gcc.h warns on MinGW-w64. | |||
2017-09-15 | docs: clarify the CURLOPT_INTERLEAVE* options behavior | Daniel Stenberg | |
2017-09-12 | code style: use space after semicolon | Daniel Stenberg | |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg | |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg | |
2017-09-10 | mbedtls: enable CA path processing | Jay Satiro | |
CA path processing was implemented when mbedtls.c was added to libcurl in fe7590f, but it was never enabled. Bug: https://github.com/curl/curl/issues/1877 Reported-by: SBKarr@users.noreply.github.com | |||
2017-09-07 | KNOWN_BUGS: Remove CMake symbol hiding issue | Jakub Zakrzewski | |
It has already been fixed in 6140dfc | |||
2017-09-07 | HISTORY: added some recent items | Daniel Stenberg | |
2017-09-05 | mime: implement encoders. | Patrick Monnerat | |
curl_mime_encoder() is operational and documented. curl tool -F option is extended with ";encoder=". curl tool --libcurl option generates calls to curl_mime_encoder(). New encoder tests 648 & 649. Test 1404 extended with an encoder specification. | |||
2017-09-05 | docs/curl_mime_*.3: use correct variable types in examples | Daniel Stenberg | |
2017-09-05 | examples/mime: minor example code fixes | Viktor Szakats | |
2017-09-05 | docs/curl_mime_*.3: added examples | Daniel Stenberg | |
2017-09-05 | MAIL-ETIQUETTE: added "1.9 Your emails are public" | Daniel Stenberg | |
2017-09-04 | docs: Update to secure URL versions | Viktor Szakats | |
2017-09-04 | mime: use CURL_ZERO_TERMINATED in examples | Viktor Szakats | |
and some minor whitespace fixes | |||
2017-09-04 | examples/post-callback: stop returning one byte at a time | Daniel Stenberg | |
... since people copy and paste code from this example and thus they get an inefficient POST operation without a good reason and sometimes without understanding why. Instead this now returns as much data as possible. | |||
2017-09-04 | docs: curl_mime_*.3 man page formatting edits | Daniel Stenberg | |
2017-09-03 | mime: use size_t instead of ssize_t in public API interface. | Patrick Monnerat | |
To support telling a string is nul-terminated, symbol CURL_ZERO_TERMINATED has been introduced. Documentation updated accordingly. symbols in versions updated. Added form API symbols deprecation info. | |||
2017-09-03 | mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). | Patrick Monnerat | |
This feature is badly supported in Windows: as a replacement, a caller has to use curl_mime_data_cb() with fread, fseek and possibly fclose callbacks to process opened files. The cli tool and documentation are updated accordingly. The feature is however kept internally for form API compatibility, with the known caveats it always had. As a side effect, stdin size is not determined by the cli tool even if possible and this results in a chunked transfer encoding. Test 173 is updated accordingly. | |||
2017-09-02 | mime: tests and examples. | Patrick Monnerat | |
Additional mime-specific tests. Existing tests updated to reflect small differences (Expect: 100-continue, data size change due to empty lines, etc). Option -F headers= keyword added to tests. test1135 disabled until the entry point order change is resolved. New example smtp-mime. Examples postit2 and multi-post converted from form API to mime API. |