Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dht fixes #192

Merged
merged 13 commits into from
Oct 23, 2014
Merged

dht fixes #192

merged 13 commits into from
Oct 23, 2014

Commits on Oct 22, 2014

  1. working on debugging dht issues

    whyrusleeping authored and jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    c070c2f View commit details
    Browse the repository at this point in the history
  2. nicer, greppable logging

    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    b66b260 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f8d23c View commit details
    Browse the repository at this point in the history
  4. query wasnt ensuring conn

    The query-- once it's actually attempting to connect to a peer--
    should be the one connecting.
    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    c3df397 View commit details
    Browse the repository at this point in the history
  5. notes

    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    cc9f276 View commit details
    Browse the repository at this point in the history
  6. Dialer for dht

    dht doesn't need the whole network interface, only needs a Dialer.
    (much reduced surface of possible errors)
    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    cc5c181 View commit details
    Browse the repository at this point in the history
  7. handshake1 renaming

    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    97c66dd View commit details
    Browse the repository at this point in the history
  8. handshake3 (addrs)

    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    701035d View commit details
    Browse the repository at this point in the history
  9. updated vendoring

    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    54032ce View commit details
    Browse the repository at this point in the history
  10. dht test fix (net)

    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    a8adf2f View commit details
    Browse the repository at this point in the history
  11. spell nit

    jbenet committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    88cc1e2 View commit details
    Browse the repository at this point in the history
  12. minimal doc on handshake

    jbenet committed Oct 22, 2014
    6 Configuration menu
    Copy the full SHA
    6d8a1d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b7744b2 View commit details
    Browse the repository at this point in the history