Commit History

Author SHA1 Message Date
  Sebastian Stenzel e11b0a3421 trying to speed up build 9 years ago
  Sebastian Stenzel de29c84a0c fixed code coverage job config 9 years ago
  Sebastian Stenzel b3c65267df added test coverage build plugin 9 years ago
  Sebastian Stenzel 70eb0c99e4 implemented encryption/decryption of masterkey file in crypto layer 9 years ago
  Sebastian Stenzel 35bb042430 moved `CryptoFolder.contains(Node)` to `Folder.isAncestorOf(Node)`, clarified a few javadocs 9 years ago
  Sebastian Stenzel 762f362784 adjusted to updated API, restored Folder.copy and Folder.move 9 years ago
  Markus Kreusch 3c7651a78a Modified file system API 9 years ago
  Sebastian Stenzel 99015680b1 began implementation of new filesystem api based encryption layer 9 years ago
  Sebastian Stenzel e1b74ce312 first tests with refactored io layers 9 years ago
  Markus Kreusch 3971d3afd5 Added first draft of file system API 9 years ago
  Sebastian Stenzel 3adfe6871b reduced visibility of test classes [ci skip] 9 years ago
  Sebastian Stenzel 97a72ecbf7 make some better use of mocks during unit tests 9 years ago
  Sebastian Stenzel 0697e19b01 less random numbers in tests, explicit test timeout 9 years ago
  Sebastian Stenzel 973a2fb395 fail with exception, if crypto worker is waiting too long (1 second) to be able to write to the output stream 9 years ago
  Sebastian Stenzel fc06595977 cancel work if poisoning (i.e. graceful termination) fails after timeout 9 years ago
  Sebastian Stenzel e4220246ab (now really) fixed deadlock when crypto workers die due to exceptions 9 years ago
  Sebastian Stenzel 128a93d44e fixed deadlock when crypto workers die due to exceptions 9 years ago
  Sebastian Stenzel a7c19624ce randomizing masterkeys is now a explicit task, so random numbers are not needed when loading a masterkey file from disk. trying to use an uninitialized cryptor results in runtime exceptions 9 years ago
  Sebastian Stenzel 2fca4629b9 externalized AES-SIV to independent library 9 years ago
  Sebastian Stenzel 4d5cc7a5a0 fixes #104 9 years ago
  Sebastian Stenzel ebb421bd4c fixes #100 (reveal script now running on background thread. to be confirmed on Windows Vista) 9 years ago
  Sebastian Stenzel 0c116d0385 Merge branch '0.10.1' 9 years ago
  Sebastian Stenzel 1f0aea9d8a Version 0.10.1 9 years ago
  Sebastian Stenzel 6c4752cee1 Preparation for App Store builds: 9 years ago
  Sebastian Stenzel b254564657 fixes #77 9 years ago
  Tobias Hagemann 014dbd912a starting development of 0.11.0 [ci skip] 9 years ago
  Tobias Hagemann 1e18a11886 release 0.10.0 9 years ago
  Sebastian Stenzel 386059a238 enabled UI caching for most controls (references #76) 9 years ago
  Sebastian Stenzel b4ab09b3aa Using Java 8 LongAdder instead of AtomicLong for better performance during I/O analysis. 9 years ago
  Sebastian Stenzel 289ac55ccd Deleted IORuntimeException in favour of UncheckedIOException 9 years ago