aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_iostream01.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts...Sven Gothel2022-11-261-0/+1
* ClangTidy: Fix test codeSven Gothel2022-11-211-4/+5
* async read_url_stream(): Add `url_header_sync` object to notify user whether ...Sven Gothel2022-08-301-3/+9
* Add `[[nodiscard]]` to Byte{In,Out}Stream read(), peek(), write() interface a...Sven Gothel2022-08-051-4/+12
* Add ByteOutStream and ByteOutStream_File POSIX 'fd' implementation, ...Sven Gothel2022-08-051-13/+10
* FreeBSD Support: Build infrastucture, use $os_name-$archabi, ... (1/2)Sven Gothel2022-07-241-1/+3
* Test w/ `mini_httpd`: Use `jau::io::uri_tk::protocol_supported("http:")` inst...Sven Gothel2022-07-071-12/+12
* Java: Move 'org.jau.nio' content -> 'org.jau.io' and 'org.jau.nio.Uri' -> ''o...Sven Gothel2022-07-071-15/+15
* Make io-tests flexible to detected whether protocol is supported (-DUSE_LIBCU...Sven Gothel2022-06-281-11/+25
* Catch2: Adopt tests to v3.0.1Sven Gothel2022-06-191-3/+0
* Use libcurl optional, enable via cmake option `-DUSE_LIBCURL=ON` and remove d...Sven Gothel2022-06-181-4/+16
* gcc 9.4 (Ubuntu 20.04): Fix error: ignoring return value of ‘int system(con...Sven Gothel2022-06-181-3/+5
* test_*: Adopt to jau::fs::remove() changesSven Gothel2022-06-161-1/+1
* Bump v0.13.0: jau::io changes for robust and simplified ByteInStream usage so...v0.13.0Sven Gothel2022-06-041-12/+78
* io::read_url_stream: Fix content_length (-1 == unknown), add consume_header w...Sven Gothel2022-05-291-12/+86
* ByteInStream: Add content_size methods and replace exp_size, mark/implement a...Sven Gothel2022-05-291-3/+3
* Add IOUtils Module/Group; Rename Byte{->In}Stream interface and implementationsSven Gothel2022-05-281-2/+2
* test_iostream01: Test w/ actual file_sizeSven Gothel2022-05-281-0/+6
* Integrating byte_stream.* and io_util.* incl. unit test from Elevator project...Sven Gothel2022-05-281-0/+153