| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace static arrays using non-standard (illegal) dynamic size with std::vec... | Sven Göthel | 2024-05-19 | 1 | -15/+22 |
* | jau::io::ByteInStream_Feed::write() returns boolean denoting success, failure... | Sven Gothel | 2023-01-01 | 1 | -16/+30 |
* | jau::io::ByteInStream*: Remove redundant end_of_data(), use !good() instead. | Sven Gothel | 2023-01-01 | 1 | -6/+6 |
* | clang-tidy: Add 'performance-' fixes | Sven Gothel | 2022-11-27 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | test_bytestream01.cpp: Simplify section names | Sven Gothel | 2022-08-28 | 1 | -11/+11 |
* | Add ByteOutStream and ByteOutStream_File POSIX 'fd' implementation, ... | Sven Gothel | 2022-08-05 | 1 | -27/+34 |
* | ByteInStream_File: Remove obsolete `use_binary` arg, byte streams are always ... | Sven Gothel | 2022-07-31 | 1 | -8/+8 |
* | ByteInStream_File: Replace `std::ifstream` for file-descriptor (fd) POSIX lay... | Sven Gothel | 2022-07-31 | 1 | -0/+2 |
* | FreeBSD Support: Use 'mini_httpd_exe' OS dependent location for test_bytestre... | Sven Gothel | 2022-07-24 | 1 | -1/+3 |
* | test_bytestream01.cpp: Fix unused return value warning -> error gcc 11.2 | 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 | -21/+21 |
* | test_bytestream01: Give more time (10ms -> 100ms) to read 404 error response ... | Sven Gothel | 2022-07-07 | 1 | -1/+1 |
* | Java: Add ByteInStream_Feed.write(ByteBuffer) nio variant incl unit perf test... | Sven Gothel | 2022-06-29 | 1 | -3/+10 |
* | TestByteStream01 (Java/C++): Performance: Compare Java std and nio buffer, as... | Sven Gothel | 2022-06-29 | 1 | -60/+174 |
* | Cleanup nio package, class names and code (of recently added code) | Sven Gothel | 2022-06-28 | 1 | -1/+1 |
* | test_bytestream (C++, Java): Byte-compare source w/ destination; Java: Add Fi... | Sven Gothel | 2022-06-28 | 1 | -0/+13 |
* | Make io-tests flexible to detected whether protocol is supported (-DUSE_LIBCU... | Sven Gothel | 2022-06-28 | 1 | -54/+61 |
* | clang 14: Fix detected unused variable | Sven Gothel | 2022-06-19 | 1 | -0/+1 |
* | 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 | -3/+17 |
* | 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 | -4/+4 |
* | Bump v0.13.0: jau::io changes for robust and simplified ByteInStream usage so...v0.13.0 | Sven Gothel | 2022-06-04 | 1 | -11/+137 |
* | test_bytestream01: test22_copy_fed_irq(): interrupt early after 1024 bytes al... | Sven Gothel | 2022-05-29 | 1 | -6/+3 |
* | io::read_url_stream: Fix content_length (-1 == unknown), add consume_header w... | Sven Gothel | 2022-05-29 | 1 | -18/+133 |
* | ByteInStream: Add content_size methods and replace exp_size, mark/implement a... | Sven Gothel | 2022-05-29 | 1 | -0/+374 |