1. 06 Feb, 2015 1 commit
  2. 05 Feb, 2015 1 commit
  3. 02 Feb, 2015 2 commits
  4. 01 Feb, 2015 2 commits
    • Juan Batiz-Benet's avatar
      daemon: fix output + time waiting · c3722558
      Juan Batiz-Benet authored
      c3722558
    • Juan Batiz-Benet's avatar
      test/sharness: fix errors · f1d34a2a
      Juan Batiz-Benet authored
      - core: daemon stdout print to cmd + daemon init checks
      - core: fixed bug where the gateway was printed as "API"
      - sharness/test-lib: daemon init checks
      - sharness/test-lib: portable TCP port check
      - sharness/init: fix test bits output
      - sharness: use common hashes in one place.
      - move t0100-http-gateway -> t0111-gateway-writable
      - sharness: test-lib funcs for gateway config
      - sharness/t0111-gateway-writable: use sh funcs
      - sharness/t0111-gateway-writable: fixes
        - escape all vars (always `cmd "$VAR"` never `cmd $VAR`)
        - use $FILEPATH, not $path
        - last test seems to fail
      f1d34a2a
  5. 31 Jan, 2015 2 commits
  6. 29 Jan, 2015 1 commit
  7. 27 Jan, 2015 1 commit
  8. 24 Jan, 2015 3 commits
  9. 22 Jan, 2015 1 commit
    • Brian Tiger Chow's avatar
      refactor(core) extract corehttp package · fadedf9e
      Brian Tiger Chow authored
      PACKAGE DOCUMENTATION
      
      package corehttp
      
          FUNCTIONS
      
          func GatewayOption(n *core.IpfsNode, mux *http.ServeMux) error
      
          func ListenAndServe(n *core.IpfsNode, addr ma.Multiaddr, options
          ...ServeOption) error
      
          func WebUIOption(n *core.IpfsNode, mux *http.ServeMux) error
      
          TYPES
      
          type ServeOption func(*core.IpfsNode, *http.ServeMux) error
      
          func DaemonOption(cctx commands.Context) ServeOption
      fadedf9e
  10. 14 Jan, 2015 1 commit
  11. 12 Jan, 2015 9 commits
  12. 04 Jan, 2015 2 commits
  13. 25 Nov, 2014 1 commit
  14. 21 Nov, 2014 1 commit
  15. 20 Nov, 2014 1 commit
    • Juan Batiz-Benet's avatar
      updated multiaddr + multiaddr-net · 43452fde
      Juan Batiz-Benet authored
      I broke out multiaddr/net to its own package so
      that multiaddr parsing could remain lean. multiaddr-net
      will vendor special implementations of protocols (like utp)
      43452fde
  16. 18 Nov, 2014 10 commits
  17. 16 Nov, 2014 1 commit
    • Juan Batiz-Benet's avatar
      main + daemon signal handlers · 705465db
      Juan Batiz-Benet authored
      This commit changes the signal handler to be added once
      the command is executing. this is because the daemon
      has its own signal handler, that must try to shut down
      the node gracefully first. You know, just in case.
      705465db