1. 21 Jun, 2015 2 commits
    • Felix Lange's avatar
      p2p: throttle all discovery lookups · 6fb810ad
      Felix Lange authored
      Lookup calls would spin out of control when network connectivity was
      lost. The throttling that was in place only took effect when the table
      returned zero results, which doesn't happen very often.
      
      The new throttling should not have a negative impact when the host is
      online. Lookups against the network take some time and dials for all
      results must complete or hit the cache before a new one is started. This
      usually takes longer than four seconds, leaving online lookups
      unaffected.
      
      Fixes #1296
      6fb810ad
    • Jeffrey Wilcke's avatar
      Merge pull request #1302 from obscuren/mist-removal · 3deded28
      Jeffrey Wilcke authored
      mist: R.I.P.
      3deded28
  2. 20 Jun, 2015 3 commits
    • obscuren's avatar
      travis: removed qt deps · 46bd6c43
      obscuren authored
      46bd6c43
    • obscuren's avatar
      mist: R.I.P. · 42a14b8a
      obscuren authored
           /"""""/""""""".
          /     /         \             __
         /     /           \            ||
        /____ /             \           ||
       |     |  In Loving    |          ||
       |     |   Memory      |          ||
       |     |               |          ||
       |     |   2014-2015   |          ||
       |     |     * *   * * |         _||_
       |     |     *\/* *\/* |        | TT |
       |     |     *_\_  /   ...""""""| || |.""...."""""""".""
       |     |         \/.."""""..."""\ || /.""".......""""...
       |     |...."""""""........""""""^^^^"......."""""""".."
       |......"""""""""""""""........"""""...."""""..""-Jeff W.
      42a14b8a
    • Jeffrey Wilcke's avatar
      Merge pull request #1236 from tgerring/ethtest · 9c69c051
      Jeffrey Wilcke authored
      ethtest improvements
      9c69c051
  3. 19 Jun, 2015 8 commits
  4. 18 Jun, 2015 27 commits