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