Skip to content
Snippets Groups Projects
  1. Dec 15, 2015
  2. Dec 14, 2015
  3. Dec 11, 2015
  4. Dec 10, 2015
  5. Dec 09, 2015
    • akwizgran's avatar
      Merge branch 'junit-4-not-3' into 'master' · d0342f9a
      akwizgran authored
      Don't mix JUnit 4's @Test with JUnit3's TestCase.
      
      This is the world's most boring merge request. Android Studio was complaining about using JUnit 4's @Test annotations with JUnit 3's TestCase, so I fixed it.
      
      Most of the changes come from Android Studio organising imports in a different order from Eclipse.
      
      See merge request !8
      d0342f9a
    • akwizgran's avatar
      Merge branch '161-hidden-service-directory' into 'master' · a5afa2ef
      akwizgran authored
      Create hidden service in a subdirectory. #161
      
      The permissions for the parent directory are too permissive (775) for Tor 0.2.7.5. Store the hidden service hostname and private key in a subdirectory with permissions 700.
      
      See merge request !5
      a5afa2ef
Loading