aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_bytestream01.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace static arrays using non-standard (illegal) dynamic size with std::vec...Sven Göthel2024-05-191-15/+22
* jau::io::ByteInStream_Feed::write() returns boolean denoting success, failure...Sven Gothel2023-01-011-16/+30
* jau::io::ByteInStream*: Remove redundant end_of_data(), use !good() instead.Sven Gothel2023-01-011-6/+6
* clang-tidy: Add 'performance-' fixesSven Gothel2022-11-271-1/+1
* clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts...Sven Gothel2022-11-261-0/+1
* ClangTidy: Fix test codeSven Gothel2022-11-211-2/+2
* test_bytestream01.cpp: Simplify section namesSven Gothel2022-08-281-11/+11
* Add ByteOutStream and ByteOutStream_File POSIX 'fd' implementation, ...Sven Gothel2022-08-051-27/+34
* ByteInStream_File: Remove obsolete `use_binary` arg, byte streams are always ...Sven Gothel2022-07-311-8/+8
* ByteInStream_File: Replace `std::ifstream` for file-descriptor (fd) POSIX lay...Sven Gothel2022-07-311-0/+2
* FreeBSD Support: Use 'mini_httpd_exe' OS dependent location for test_bytestre...Sven Gothel2022-07-241-1/+3
* test_bytestream01.cpp: Fix unused return value warning -> error gcc 11.2Sven Gothel2022-07-071-12/+12
* Java: Move 'org.jau.nio' content -> 'org.jau.io' and 'org.jau.nio.Uri' -> ''o...Sven Gothel2022-07-071-21/+21
* test_bytestream01: Give more time (10ms -> 100ms) to read 404 error response ...Sven Gothel2022-07-071-1/+1
* Java: Add ByteInStream_Feed.write(ByteBuffer) nio variant incl unit perf test...Sven Gothel2022-06-291-3/+10
* TestByteStream01 (Java/C++): Performance: Compare Java std and nio buffer, as...Sven Gothel2022-06-291-60/+174
* Cleanup nio package, class names and code (of recently added code)Sven Gothel2022-06-281-1/+1
* test_bytestream (C++, Java): Byte-compare source w/ destination; Java: Add Fi...Sven Gothel2022-06-281-0/+13
* Make io-tests flexible to detected whether protocol is supported (-DUSE_LIBCU...Sven Gothel2022-06-281-54/+61
* clang 14: Fix detected unused variableSven Gothel2022-06-191-0/+1
* 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-3/+17
* 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-4/+4
* Bump v0.13.0: jau::io changes for robust and simplified ByteInStream usage so...v0.13.0Sven Gothel2022-06-041-11/+137
* test_bytestream01: test22_copy_fed_irq(): interrupt early after 1024 bytes al...Sven Gothel2022-05-291-6/+3
* io::read_url_stream: Fix content_length (-1 == unknown), add consume_header w...Sven Gothel2022-05-291-18/+133
* ByteInStream: Add content_size methods and replace exp_size, mark/implement a...Sven Gothel2022-05-291-0/+374