1. 12 Mar, 2015 1 commit
  2. 09 Mar, 2015 1 commit
  3. 07 Mar, 2015 2 commits
    • anarcat's avatar
      expand the ports documentation · 5cdd8b5d
      anarcat authored
      i took @jbenet's suggestion, but reorganised it a bit to *not* suggest what is actually warned against later. :)
      5cdd8b5d
    • anarcat's avatar
      document how to change daemon ports · fb8a1ab1
      anarcat authored
      this more clearly explains that the daemon is listening on the network. it also hints as to how to change the listening ports. this is also related to #874
      fb8a1ab1
  4. 04 Mar, 2015 2 commits
  5. 20 Feb, 2015 1 commit
  6. 15 Feb, 2015 3 commits
  7. 11 Feb, 2015 1 commit
  8. 08 Feb, 2015 1 commit
    • Kevin Wallace's avatar
      gateway: attempt to resolve hostname to ipfs path · 084cdc3e
      Kevin Wallace authored
      This allows someone to host a static site by pointing a TXT record at their
      content in IPFS, and a CNAME record at an IPFS gateway.
      
      Note that such a setup technically violates RFC1912 (section 2.4; "A CNAME
      record is not allowed to coexist with any other data."), but tends to work in
      practice.
      
      We may want to consider changing the DNS->IPFS resolution scheme to allow this
      scenario to be RFC-compliant (e.g. store the mapping on a well-known subdomain
      to allow CNAME records on the domain itself).
      
      License: MIT
      Signed-off-by: default avatarKevin Wallace <kevin@pentabarf.net>
      084cdc3e
  9. 06 Feb, 2015 3 commits
  10. 05 Feb, 2015 1 commit
  11. 02 Feb, 2015 2 commits
  12. 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
  13. 31 Jan, 2015 2 commits
  14. 29 Jan, 2015 1 commit
  15. 27 Jan, 2015 1 commit
  16. 24 Jan, 2015 3 commits
  17. 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
  18. 14 Jan, 2015 1 commit
  19. 12 Jan, 2015 9 commits
  20. 04 Jan, 2015 2 commits