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