1. 14 Jul, 2015 3 commits
  2. 13 Jul, 2015 2 commits
  3. 10 Jul, 2015 1 commit
  4. 07 Jul, 2015 1 commit
  5. 18 Jun, 2015 2 commits
  6. 12 Jun, 2015 2 commits
  7. 11 Jun, 2015 2 commits
  8. 01 Jun, 2015 1 commit
  9. 30 May, 2015 5 commits
    • Jeromy's avatar
      handle error · 8cd12955
      Jeromy authored
      8cd12955
    • Jeromy's avatar
      parallelize block processing · bc186b26
      Jeromy authored
      bc186b26
    • Jeromy's avatar
      89c950aa
    • Jeromy's avatar
      adjust naming · 5056a837
      Jeromy authored
      5056a837
    • Jeromy's avatar
      Move findproviders out of main block request path · e5aa2acc
      Jeromy authored
      This PR moves the addition of new blocks to our wantlist (and their
      subsequent broadcast to the network) outside of the clientWorker loop.
      This allows blocks to more quickly propogate to peers we are already
      connected to, where before we had to wait for the previous findProviders
      call in clientworker to complete before we could notify our partners of
      the next blocks that we want. I then changed the naming of the
      clientWorker and related variables to be a bit more appropriate to the
      model. Although the clientWorker (now named providerConnector) feels a
      bit awkward and should probably be changed.
      
      fix test assumption
      e5aa2acc
  10. 26 May, 2015 1 commit
  11. 22 May, 2015 2 commits
  12. 21 May, 2015 15 commits
  13. 20 May, 2015 1 commit
  14. 19 May, 2015 1 commit
  15. 18 May, 2015 1 commit