| Commit message (Expand) | Author | Age | Files | Lines |
* | Add jau::codec::base::ascii38_alphabet: Drop lower case letters suitable for ... | Sven Gothel | 2022-09-06 | 1 | -2/+8 |
* | TestBaseCodec: Remove Java13 API usage, use plain Java8 relative ByteBuffer.g... | Sven Gothel | 2022-09-06 | 1 | -1/+3 |
* | Variable integer base coding and fixed binary base 64 coding in C++ `jau::cod... | Sven Gothel | 2022-09-06 | 2 | -82/+486 |
* | variable radix encoding: Move 62 -> 64 base, using rfc4648 `URL and Filename ... | Sven Gothel | 2022-09-03 | 1 | -12/+5 |
* | variable radix conversion: Overload for int64_t `dec_to_radix()`, validate ba... | Sven Gothel | 2022-09-03 | 1 | -9/+48 |
* | Add `dec_to_radix()` and `radix_to_dec()` variable radix from and to decimal ... | Sven Gothel | 2022-09-03 | 1 | -0/+50 |
* | Complete full `jau::fs::mount()` and `umount()` | Sven Gothel | 2022-08-31 | 1 | -2/+101 |
* | Add ByteOutStream and ByteOutStream_File POSIX 'fd' implementation, ... | Sven Gothel | 2022-08-05 | 2 | -142/+91 |
* | Adopt C++ changes to Java, i.e. add fd FileStats operations and align new FMo... | Sven Gothel | 2022-07-31 | 1 | -39/+75 |
* | Add jau::fs::sync() / FileUtil.sync(): Synchronizes filesystems ... | Sven Gothel | 2022-07-29 | 1 | -0/+3 |
* | jau::fs::copy_option / CopyOption: Add into_existing_dir: Copy source dir con... | Sven Gothel | 2022-07-29 | 2 | -30/+89 |
* | TestFileUtils01: Add test07_file_stat_fd() from native test, i.e. validating ... | Sven Gothel | 2022-07-25 | 1 | -0/+59 |
* | FreeBSD Support: cmake java test: Add hamcrest jar file to classpath (complet... | Sven Gothel | 2022-07-24 | 1 | -3/+7 |
* | FreeBSD Support: Build infrastucture, use $os_name-$archabi, ... (1/2) | Sven Gothel | 2022-07-24 | 2 | -2/+11 |
* | TraverseOptions: Add none and recursive constants as they are used frequently | Sven Gothel | 2022-07-22 | 3 | -25/+23 |
* | test/java: Enforce UTF-8 file.encoding for unit tests | Sven Gothel | 2022-07-21 | 1 | -2/+2 |
* | Fix TestElfReader01 (apply patch of commit 8675ac9deb95e0af8ab9ad07ca6db5d07f... | Sven Gothel | 2022-07-21 | 1 | -3/+24 |
* | test_fileutils: Add optional test for a vfat filesystem destination (C++, Jav... | Sven Gothel | 2022-07-20 | 3 | -45/+160 |
* | Add jau::fs::rename() (C++) / FileUtil.rename() (Java) | Sven Gothel | 2022-07-18 | 1 | -1/+40 |
* | Data-Race-Free (DRF) jau::fs::copy() and remove(): Use `dirfd` `openat()` etc... | Sven Gothel | 2022-07-18 | 3 | -12/+50 |
* | Fix TestClock01's second granularity bounds | Sven Gothel | 2022-07-11 | 1 | -1/+1 |
* | Clock.java: Add Instant get[Monotonic|Wallclock]Time() and wallClockSeconds()... | Sven Gothel | 2022-07-08 | 1 | -0/+93 |
* | test_fileutils0: Don't validate atime, since destination access-time may diff... | Sven Gothel | 2022-07-07 | 1 | -1/+1 |
* | Migrate `void zeroByteBuffer(final ByteBuffer buf)` from Cipherpack's CPUtils... | Sven Gothel | 2022-07-07 | 1 | -0/+142 |
* | Test w/ `mini_httpd`: Use `jau::io::uri_tk::protocol_supported("http:")` inst... | Sven Gothel | 2022-07-07 | 1 | -8/+12 |
* | Java: Move 'org.jau.nio' content -> 'org.jau.io' and 'org.jau.nio.Uri' -> ''o... | Sven Gothel | 2022-07-07 | 1 | -40/+40 |
* | test_bytestream01: Give more time (10ms -> 100ms) to read 404 error response ... | Sven Gothel | 2022-07-07 | 1 | -1/+1 |
* | Fix dir_item::reduce() | Sven Gothel | 2022-07-07 | 1 | -1/+37 |
* | mount/umount: Cover `testsudo_fileutils02.cpp` with `TestsudoFileUtils02.java... | Sven Gothel | 2022-07-05 | 4 | -2/+107 |
* | Complete C++ jau::fs -> java org.jau.fs mapping incl. full test_fileutils01.c... | Sven Gothel | 2022-07-04 | 3 | -1/+1566 |
* | TestByteStream01: Use FileChannel directly from FileOutputStream for clarity | Sven Gothel | 2022-06-30 | 1 | -3/+3 |
* | org.jau.lang.{NioUtil, StructAccessor} -> org.jau.io.{Buffers, StructAccessor} | Sven Gothel | 2022-06-30 | 5 | -15/+15 |
* | Java: Add ByteInStream_Feed.write(ByteBuffer) nio variant incl unit perf test... | Sven Gothel | 2022-06-29 | 1 | -8/+60 |
* | TestByteStream01 (Java/C++): Performance: Compare Java std and nio buffer, as... | Sven Gothel | 2022-06-29 | 1 | -56/+267 |
* | Cleanup nio package, class names and code (of recently added code) | Sven Gothel | 2022-06-28 | 1 | -32/+32 |
* | test_bytestream (C++, Java): Byte-compare source w/ destination; Java: Add Fi... | Sven Gothel | 2022-06-28 | 1 | -0/+14 |
* | Add java test `TestByteStream01` covering ByteInStream*, same as native `test... | Sven Gothel | 2022-06-28 | 1 | -0/+710 |
* | Move UnsafeUtil.doPrivileged() -> SecurityUtil, removing sideeffects from Uns...v0.8.4 | Sven Gothel | 2022-04-23 | 2 | -1/+1 |
* | TestTempJarCache: Need to init PlatformRuntime first | Sven Gothel | 2022-04-23 | 1 | -0/+2 |
* | git version info: Added post-tag: VERSION_COMMITS and VERSION_SHA1_SHORT. VER... | Sven Gothel | 2022-02-07 | 2 | -10/+10 |
* | Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path !lsbFirst... | Sven Gothel | 2022-01-27 | 1 | -0/+67 |
* | EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java) | Sven Gothel | 2021-10-05 | 1 | -11/+28 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT for... | Sven Gothel | 2021-09-18 | 1 | -0/+134 |
* | JaulibVersion: Use data transient only | Sven Gothel | 2021-01-27 | 1 | -2/+3 |
* | Move tests to 'jau.test' to not violate potentially sealed org.jar or jau. pa... | Sven Gothel | 2021-01-26 | 56 | -328/+457 |
* | jar file naming convention: Use dash instead of underscore for 'base'-fat.jar... | Sven Gothel | 2021-01-26 | 4 | -5/+5 |
* | cmake: Use: jaulib_test_jar_file | Sven Gothel | 2021-01-25 | 1 | -3/+4 |
* | test/java: Use JunitTracer instead of SingletonJunitCase .. | Sven Gothel | 2021-01-25 | 23 | -46/+46 |
* | Remove unused import | Sven Gothel | 2021-01-25 | 1 | -1/+0 |
* | test/java: Sort tests in their respective package - Comment out 'not yet read... | Sven Gothel | 2021-01-25 | 7 | -13/+14 |