1. 09 Dec, 2014 1 commit
  2. 06 Dec, 2014 2 commits
  3. 05 Dec, 2014 2 commits
  4. 04 Dec, 2014 6 commits
  5. 02 Dec, 2014 3 commits
  6. 29 Nov, 2014 3 commits
  7. 28 Nov, 2014 2 commits
  8. 27 Nov, 2014 5 commits
  9. 24 Nov, 2014 1 commit
    • Gregory Maxwell's avatar
      Make -proxy set all network types, avoiding a connect leak. · 0a0d3a63
      Gregory Maxwell authored
      Previously -proxy was not setting the proxy for IsLimited networks, so
       if you set your configuration to be onlynet=tor you wouldn't get an
       IPv4 proxy set.
      
      The payment protocol gets its proxy configuration from the IPv4 proxy,
       and so it would experience a connection leak.
      
      This addresses issue #5355 and also clears up a cosmetic bug where
       getinfo proxy output shows nothing when onlynet=tor is set.
      
      Conflicts:
      	src/init.cpp
      
      Rebased-From: 3c777141
      Github-Issue: #5358
      0a0d3a63
  10. 08 Oct, 2014 1 commit
  11. 03 Oct, 2014 1 commit
  12. 02 Oct, 2014 2 commits
  13. 01 Oct, 2014 1 commit
    • Cory Fields's avatar
      osx: fix signing to make Gatekeeper happy (again) · 293f6e85
      Cory Fields authored
      The approach from 65f3fa8d worked for signing on 10.9.4, but not newer
      versions. 10.9.5 (and up) want each framework to stand alone.
      
      Now in addition to copying the plist's from Qt for each framework, we put them
      in per-version dirs and only symlink to the latest, rather than using symlinks
      for any contents.
      
      Rebased-From: af0bd5ee
      293f6e85
  14. 25 Sep, 2014 1 commit
    • Cory Fields's avatar
      build: fix release name strings for gitian builds · 79670f34
      Cory Fields authored
      When building from a distdir as gitian does, checking for the .git dir
      is not reliable. Instead, ask git if we're in a repo.
      
      Rebase this into 0.9.3 branch after final to make sure that 0.9.4 will
      have correct version strings in rcs.
      
      Rebased-From: c65cc8cd
      79670f34
  15. 22 Sep, 2014 1 commit
  16. 18 Sep, 2014 1 commit
  17. 13 Sep, 2014 1 commit
  18. 12 Sep, 2014 1 commit
  19. 11 Sep, 2014 5 commits