1. 20 Jun, 2015 1 commit
  2. 19 Jun, 2015 1 commit
    • W. Trevor King's avatar
      core/commands/publish: Allow explicit local node ID · e700c02c
      W. Trevor King authored
      Instead of raising "keychains not yet implemented" whenever we have an
      explicit node ID, only raise the error when the given node ID isn't
      the local node.  This allows folks to use the more-general
      explicit-node-ID form in scripts and such now, as long as they use the
      local node name when calling those scripts.
      
      Also add a test for this case, and update the comment for the
      one-argument case to match the current syntax for extracting a
      multihash name string.
      
      License: MIT
      Signed-off-by: default avatarW. Trevor King <wking@tremily.us>
      e700c02c
  3. 18 Jun, 2015 2 commits
  4. 14 Jun, 2015 1 commit
  5. 13 Jun, 2015 3 commits
  6. 09 Jun, 2015 1 commit
  7. 08 Jun, 2015 1 commit
  8. 07 Jun, 2015 2 commits
  9. 03 Jun, 2015 4 commits
  10. 01 Jun, 2015 1 commit
  11. 31 May, 2015 2 commits
  12. 30 May, 2015 3 commits
    • rht's avatar
      Add newline to 'ipfs init' error message · f5d5095b
      rht authored
      f5d5095b
    • rht's avatar
      Add test for no repo error message · 17d71c49
      rht authored
      17d71c49
    • Jeromy's avatar
      Move findproviders out of main block request path · f574cd4b
      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
      f574cd4b
  13. 29 May, 2015 1 commit
  14. 28 May, 2015 1 commit
  15. 26 May, 2015 1 commit
  16. 23 May, 2015 1 commit
  17. 22 May, 2015 1 commit
  18. 21 May, 2015 1 commit
  19. 20 May, 2015 2 commits
    • Jeromy's avatar
      clean up and fix init permissions handling · 8ea502f1
      Jeromy authored
      8ea502f1
    • W. Trevor King's avatar
      core/commands/publish: Fix published message · e4447b3c
      W. Trevor King authored
      Previously we had a confusing situation, with:
      
      * single-arg doc: published name <name> to <value>
      * double-arg doc: published name <value> to <name>
      * implementation: Published name <name> to <value>
      
      Now we have the uniform:
      
        Published to <name>: <value>
      
      With the following goals:
      
      1. It's clear that we're writing <value> to <name>'s IPNS slot in the
         DHT.
      2. We preserve the order of arguments from the command-line
         invocation:
      
           $ ipfs name publish <name> <value>
           Published to <name>: <value>
      e4447b3c
  20. 19 May, 2015 1 commit
  21. 18 May, 2015 1 commit
  22. 10 May, 2015 2 commits
  23. 08 May, 2015 1 commit
    • Henry's avatar
      core: add context.Context param to core.Resolve() · f640ba00
      Henry authored
      commands/object: remove objectData() and objectLinks() helpers
      resolver: added context parameters
      sharness: $HASH carried the \r from the http protocol with
      sharness: write curl output to individual files
      http gw: break PUT handler until PR#1191
      f640ba00
  24. 06 May, 2015 1 commit
  25. 05 May, 2015 1 commit
  26. 28 Apr, 2015 2 commits
  27. 27 Apr, 2015 1 commit