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

Add options for record count and timeout for resolving DHT paths #4733

Merged
merged 8 commits into from
Mar 23, 2018

Commits on Feb 23, 2018

  1. Add options for record count and timeout for resolving DHT paths

    License: MIT
    Signed-off-by: Dirk McCormick <[email protected]>
    dirkmc committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    1abf836 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Fix gateway test

    License: MIT
    Signed-off-by: Dirk McCormick <[email protected]>
    dirkmc committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    5096025 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Use variadic options

    License: MIT
    Signed-off-by: Dirk McCormick <[email protected]>
    dirkmc committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    e8f79c8 View commit details
    Browse the repository at this point in the history
  2. Document namesys options

    License: MIT
    Signed-off-by: Dirk McCormick <[email protected]>
    dirkmc committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    d47ff79 View commit details
    Browse the repository at this point in the history
  3. Fix namesys opts package name

    License: MIT
    Signed-off-by: Dirk McCormick <[email protected]>
    dirkmc committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    350362c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Syntactic changes

    License: MIT
    Signed-off-by: Dirk McCormick <[email protected]>
    dirkmc committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    5202f76 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Return ErrNotFound when zero values are returned from DHT namesys res…

    …olve
    
    License: MIT
    Signed-off-by: Dirk McCormick <[email protected]>
    dirkmc committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    32ef57c View commit details
    Browse the repository at this point in the history
  2. Parse string time (eg 30s) instead of assuming seconds for —-dht-timeout

    License: MIT
    Signed-off-by: Dirk McCormick <[email protected]>
    dirkmc committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    494f242 View commit details
    Browse the repository at this point in the history