index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
jau
/
io_util.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
jau::ringbuffer: Add 'End of Stream' (EOS) concept and utilize it for jau::io...
v1.1.1
Sven Gothel
2023-01-02
1
-1
/
+1
*
C++20: Use C++17/20 compatible std::memory_order* values
Sven Gothel
2022-12-30
1
-1
/
+1
*
jau::io::StreamConsumerFunc: Use 'jau::function' instead of 'std::function'
Sven Gothel
2022-11-27
1
-2
/
+2
*
clang-tidy: Add 'performance-' fixes
Sven Gothel
2022-11-27
1
-4
/
+4
*
async read_url_stream(): Add `url_header_sync` object to notify user whether ...
Sven Gothel
2022-08-30
1
-2
/
+51
*
io_util/byte_stream: Decouple from Botan, add iostate and new Byte*Stream* su...
Sven Gothel
2022-08-05
1
-7
/
+0
*
jau::io::read_stream(): Guarantee consumer_fn() is called with `is_final=true...
Sven Gothel
2022-08-02
1
-0
/
+9
*
Add jau::io::read_stream() with double-buffered reading to ensure last consum...
Sven Gothel
2022-07-31
1
-0
/
+23
*
Java: Move 'org.jau.nio' content -> 'org.jau.io' and 'org.jau.nio.Uri' -> ''o...
Sven Gothel
2022-07-07
1
-2
/
+2
*
Make io-tests flexible to detected whether protocol is supported (-DUSE_LIBCU...
Sven Gothel
2022-06-28
1
-0
/
+4
*
jau::io::uri: Cleanup API doc, remove 'view' impl detail in description
Sven Gothel
2022-06-26
1
-7
/
+7
*
Add secure_string typedef along with secure_vector using ::explicit_bzero() j...
Sven Gothel
2022-06-06
1
-0
/
+2
*
Clean up io_util.hpp and byte_stream.hpp: Have the former be more self contai...
Sven Gothel
2022-06-05
1
-124
/
+161
*
Add jau::io::uri to Group IOUtils, move Changes to CHANGES.md
v0.13.1
Sven Gothel
2022-06-04
1
-42
/
+49
*
Bump v0.13.0: jau::io changes for robust and simplified ByteInStream usage so...
v0.13.0
Sven Gothel
2022-06-04
1
-8
/
+64
*
ByteInStream: Add content_size methods and replace exp_size, mark/implement a...
Sven Gothel
2022-05-29
1
-8
/
+4
*
io::read*(): Document API and have 'em all noexcept while catching potential ...
Sven Gothel
2022-05-29
1
-18
/
+29
*
Add IOUtils Module/Group; Rename Byte{->In}Stream interface and implementations
Sven Gothel
2022-05-28
1
-1
/
+10
*
Integrating byte_stream.* and io_util.* incl. unit test from Elevator project...
Sven Gothel
2022-05-28
1
-0
/
+110