Skip to content
Snippets Groups Projects
  1. Jan 20, 2016
  2. Jan 19, 2016
  3. Jan 18, 2016
  4. Jan 15, 2016
  5. Jan 14, 2016
  6. Jan 13, 2016
    • Torsten Grote's avatar
      Delete database as panic response even when signed out · c8d0e645
      Torsten Grote authored
      The method `runOnDbThread()` depends on an executor
      that's created by roboguice at startup.
      It requires to be signed in, so use a different thread instead.
      c8d0e645
    • akwizgran's avatar
      Updated Ant build file for briar-tests. · d66677e0
      akwizgran authored
      d66677e0
    • akwizgran's avatar
      Merge branch 'metadata-encoder-parser-tests' into 'master' · 4af52200
      akwizgran authored
      Add tests for metadata encoder and parser as well as UTF-8 tests for BDF reader and writer
      
      This also includes a commit to fix issues found in the metadata encoder and parser.
      
      See merge request !58
      4af52200
    • akwizgran's avatar
      42d1f6de
    • akwizgran's avatar
      Merge branch '213-use-test-annotation' into 'master' · 1a01fc46
      akwizgran authored
      Use @Test annotation to test for exceptions being thrown (#213)
      
      Please note that this commit only uses the @Test annotation
      where exceptions are thrown at the end of the test,
      because otherwise the test would not be executed completely.
      
      Examples for this are in DatabaseComponentImplTest where many exceptions
      are thrown in close succession or in ConnectionRegistryImplTest where an
      exception is thrown in the middle of the test.
      
      Closes #213
      
      See merge request !57
      1a01fc46
    • akwizgran's avatar
      Merge branch '210-support-panic-kit-purge' into 'master' · 0d2e12e7
      akwizgran authored
      Support for Destructive Panic Actions
      
      This MR is based on and requires !52.
      
      More details are available in the commit message.
      
      All known issues have now been fixed by new upstream releases.
      
      See merge request !54
      0d2e12e7
    • akwizgran's avatar
      d8c65d00
    • akwizgran's avatar
      Merge branch '204-support-panic-kit' into 'master' · 04473d20
      akwizgran authored
      Initial Support For PanicKit
      
      This MR adds support for the PanicKit libary. It supports the basic default panic response (signing out) which does not require user interaction to work. For destructive panic responses, the user needs to "connect" the panic trigger app (e.g. Ripple) with Briar first. To secure this connection further, TrustedIntents have been added. Gradle Witness is being used to guarantee the integrity of external libraries.
      
      Otherwise, this MR is pretty isolated and should not interfere with other parts of Briar. So merging it should be safe. However, the panic functionality still has rough edges and should not be relied on just now. It will mature along the the PanicKit library and the Ripple app.
      
      Closes #204 
      
      
      See merge request !52
      04473d20
  7. Jan 12, 2016
Loading