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

Use 'dag' forall namespace import prefixes of merkledag #1983

Closed
wants to merge 84 commits into from

Commits on Jan 1, 2016

  1. ci: remove dead jenkins code

    License: MIT
    Signed-off-by: Lars Gierth <[email protected]>
    Lars Gierth authored and whyrusleeping committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    711b95e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Merge pull request ipfs#1381 from ipfs/dev0.4.0

    Dev0.4.0
    whyrusleeping committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    04914ac View commit details
    Browse the repository at this point in the history
  2. remove failed merge tag from pin ls help

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    3c6a40a View commit details
    Browse the repository at this point in the history
  3. Edited following @chriscool feedback

    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    48353a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Added env var info to init, dameon help

    See ipfs#1296
    
    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    6f22271 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Update release-checklist.md with npm publish note

    Need to publish to https://github.com/ipfs/npm-go-ipfs
    
    cc @whyrusleeping this did not happen for 0.3.11
    jbenet committed Jan 14, 2016
    4 Configuration menu
    Copy the full SHA
    c242660 View commit details
    Browse the repository at this point in the history
  2. combine multiple bootstrap addrs into single peer info

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    1649b44 View commit details
    Browse the repository at this point in the history
  3. do resolve operations concurrently

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    19b2f89 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    38a600b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. Merge pull request ipfs#2199 from ipfs/feat/multi-multiaddr-bootstrap

    combine multiple bootstrap addrs into single peer info
    jbenet committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    a28e02b View commit details
    Browse the repository at this point in the history
  2. test-lib: fix test_str_contains

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    7e8052e View commit details
    Browse the repository at this point in the history
  3. t0081: fix greping pin type

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    e620115 View commit details
    Browse the repository at this point in the history
  4. .gitignore: clean up how 'test/bin' content is ignored

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    cd9c9a6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ipfs#2204 from ipfs/fix-test-str-contains

    Fix test str contains
    jbenet committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    adfe197 View commit details
    Browse the repository at this point in the history
  6. test-lib: improve on previous fix

    With GNU "grep" \b works but it's safer to use "egrep" which is also
    POSIX rather than "grep" as not all the "grep"s out there might support \b.
    
    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    1446209 View commit details
    Browse the repository at this point in the history
  7. Add appveyor conf

    License: MIT
    Signed-off-by: rht <[email protected]>
    rht authored and dignifiedquire committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    b1e642a View commit details
    Browse the repository at this point in the history
  8. Start fixing appveyor

    License: MIT
    Signed-off-by: dignifiedquire <[email protected]>
    dignifiedquire committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    4f06a0d View commit details
    Browse the repository at this point in the history
  9. Merge pull request ipfs#2195 from ipfs/feature/env-var-docs

    Added env var info to init, dameon help
    jbenet committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    ab73ddb View commit details
    Browse the repository at this point in the history
  10. Merge pull request ipfs#2206 from ipfs/improve-test-str-contains

    test-lib: improve on previous fix
    jbenet committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    a8487ee View commit details
    Browse the repository at this point in the history
  11. Merge pull request ipfs#2137 from Dignifiedquire/app

    Fix  appveyor
    jbenet committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    2d9f6a8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request ipfs#2197 from ipfs/feat/faster-resolve

    do resolve operations concurrently
    jbenet committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    3d58888 View commit details
    Browse the repository at this point in the history
  13. Lets 'ipfs add' add hidden files when explicit.

    Fixes ipfs/go-ipfs/ipfs#2145. The --hidden switch (still) only affects
    recursive adding.
    
    License: MIT
    Signed-off-by: Stephen Whitmore <[email protected]>
    hackergrrl committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    0828d1e View commit details
    Browse the repository at this point in the history
  14. Merge pull request ipfs#2202 from noffle/hidden_files-2145

    Lets 'ipfs add' include top-level hidden files
    whyrusleeping committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    b182e53 View commit details
    Browse the repository at this point in the history
  15. Merge pull request ipfs#2114 from ipfs/remove-jenkins

    ci: remove dead jenkins code
    whyrusleeping committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    f89a915 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2016

  1. Implements path.IsJustAKey().

    License: MIT
    Signed-off-by: Stephen Whitmore <[email protected]>
    hackergrrl committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    bc49bee View commit details
    Browse the repository at this point in the history
  2. Resolves paths in 'pin rm' without network lookup.

    Fixes ipfs#2155 by turning the hash path arguments into keys
    and unpinning directly, rather than running a full core.Resolve on
    them. This lets users fail fast when they try to remove pins that
    they don't have locally.
    
    Note that this will only work when the path is of the form <hash> or
    /ipfs/<hash>. Given e.g. /ipfs/<hash>/foo, foo's key cannot be known
    without first resolving <hash>, which may involve talking to the
    network.
    
    License: MIT
    Signed-off-by: Stephen Whitmore <[email protected]>
    hackergrrl committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    32ceaa6 View commit details
    Browse the repository at this point in the history
  3. add type to stat cmd json output

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    1957094 View commit details
    Browse the repository at this point in the history
  4. add type to stat printed output

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    f485fa4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. fix bootstrapping bug and add real test for bootstrapping

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    52da1e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipfs#2209 from ipfs/feat/stat-type

    make files stat print out node type
    jbenet committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    75a63b7 View commit details
    Browse the repository at this point in the history
  3. address CR feedback

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    39d0b33 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ipfs#2210 from ipfs/fix/bootstrapping

    fix bootstrapping bug and add real test for bootstrapping
    whyrusleeping committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    aeaae90 View commit details
    Browse the repository at this point in the history
  5. Build ipfs cmd inside docker container

    License: MIT
    Signed-off-by: Knut Ahlers <[email protected]>
    Luzifer committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    fd5ddcb View commit details
    Browse the repository at this point in the history
  6. Merge pull request ipfs#2213 from Luzifer/direct_build

    Build ipfs cmd inside docker container
    jbenet committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    89a6f01 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. pin/pin: replace isPinned() with isPinnedWithType()

    It is more generic to be able to pass a pin type argument.
    
    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    b770c88 View commit details
    Browse the repository at this point in the history
  2. core/commands/pin: refactor 'pin ls'

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    c89e3c2 View commit details
    Browse the repository at this point in the history
  3. core/commands/pin: make 'ipfs pin ls' accept path args

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    4244f71 View commit details
    Browse the repository at this point in the history
  4. core/commands/pin: refactor listing all pins

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    d87ece1 View commit details
    Browse the repository at this point in the history
  5. core/commands/pin: update 'ipfs pin ls' documentation

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    f5f923a View commit details
    Browse the repository at this point in the history
  6. t0081: use 'ipfs pin ls <arg>' in test_pin_flagi()

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    893ab6d View commit details
    Browse the repository at this point in the history
  7. test/bin: remove ipfs-pin-stat

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    2dd4f40 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Add Server field in HTTP API

    Resolves ipfs#625
    Included in tests.
    
    License: MIT
    Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
    Kubuxu committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    981b389 View commit details
    Browse the repository at this point in the history
  2. core/commands/pin: change the default for --type to 'all'

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    29830da View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Fix SetAllowedOrigins

    License: MIT
    Signed-off-by: rht <[email protected]>
    rht committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    b970681 View commit details
    Browse the repository at this point in the history
  2. Change object to file

    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    2df514c View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary sentence

    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    719c369 View commit details
    Browse the repository at this point in the history
  4. Add final periods, capitalize Chunker

    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    7a7a21b View commit details
    Browse the repository at this point in the history
  5. Add SetAllowedOrigins race test case

    License: MIT
    Signed-off-by: rht <[email protected]>
    rht committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    f080158 View commit details
    Browse the repository at this point in the history
  6. wip

    License: MIT
    Signed-off-by: Stephen Whitmore <[email protected]>
    hackergrrl committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    8a2bdc8 View commit details
    Browse the repository at this point in the history
  7. Fixed up docs for bitswap

    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    a998dbf View commit details
    Browse the repository at this point in the history
  8. Fix punc-caps issues of cli Tagline

    License: MIT
    Signed-off-by: rht <[email protected]>
    rht committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    21e3924 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ipfs#2208 from ipfs/add-arguments-to-pin-ls

    Add arguments to 'ipfs pin ls'
    jbenet committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    9c1375f View commit details
    Browse the repository at this point in the history
  10. Gateway: add support for HTTP OPTIONS request type

    OPTIONS is a noop request that is used by the browsers
    to check if server will accept cross-site XMLHttpRequest
    (indicated by the presence of CORS headers)
    
    Before this fix user could enable CORS headers in the Gateway config,
    but XHR failed due to the lack of support for OPTIONS request type
    (as described in https://git.io/vzgGe)
    
    License: MIT
    Signed-off-by: Marcin Rataj <[email protected]>
    lidel committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    8651143 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Capitalize the remaining tagline with /Tagline:.\*"[[:lower:]]/

    License: MIT
    Signed-off-by: rht <[email protected]>
    rht committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    07c7a4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipfs#2021 from ipfs/fix/corsconfig

    Fix SetAllowedOrigins
    jbenet committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    ffe6c85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ipfs#2141 from Kubuxu/patch-1

    Add Server field in HTTP API response header
    jbenet committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    a2b0287 View commit details
    Browse the repository at this point in the history
  4. CORS header tests for Gateway

    - Implements
      ipfs#2232 (comment)
    - Separate test suite:
        - we don't want to pollute other gateway tests with CORS headers
        - (as of now) changing headers requires daemon restart anyway
    
    License: MIT
    Signed-off-by: Marcin Rataj <[email protected]>
    lidel committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    15d717c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2016

  1. Merge pull request ipfs#2223 from ipfs/feature/doc-add

    Generic doc fixes to `ipfs add`
    rht committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    bc94293 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipfs#2228 from ipfs/docs/bitswap

    Fixed up docs for bitswap
    rht committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    fce3840 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ipfs#2180 from ipfs/feature/shutdown

    Edited following @chriscool feedback
    rht committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    f5b8c7c View commit details
    Browse the repository at this point in the history
  4. Merge pull request ipfs#2231 from rht/docs/punc-caps

    Fix punc-caps issues of cli Tagline
    rht committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    6cfc00e View commit details
    Browse the repository at this point in the history
  5. trivial: fix ipfs update error message

    License: MIT
    Signed-off-by: Thomas Gardner <[email protected]>
    atomgardner committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    dfeaaeb View commit details
    Browse the repository at this point in the history
  6. Added squash note to contribute.md

    Because this requirement is not listed anywhere, but was mentioned in ipfs#2202 (comment).
    
    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    1b97a0f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. Merge pull request ipfs#2207 from ipfs/feature/squash-note

    Added squash note to contribute.md
    jbenet committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    fd691c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipfs#2236 from tomgg/trivial

    trivial: fix `ipfs update` error message
    jbenet committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    9e0bfa0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ipfs#2232 from lidel/cors-preflight-fix

    Gateway: add support for HTTP OPTIONS request type
    jbenet committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    a5c4c5d View commit details
    Browse the repository at this point in the history
  4. Capitalized beginning of line messages, added periods

    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    28fe2e4 View commit details
    Browse the repository at this point in the history
  5. Added small note about shutdown

    See ipfs#2180 (comment)
    
    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    38647fa View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Implements Path.PopLastSegment().

    This allows a path (/ipfs/foo/bar) to be separated between its head
    (/ipfs/foo) and its tail (bar).
    
    License: MIT
    Signed-off-by: Stephen Whitmore <[email protected]>
    hackergrrl committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    cf0a85b View commit details
    Browse the repository at this point in the history
  2. Slightly optimizes core.ResolveToKey().

    This is done by skipping the step of resolving the final segment in the
    path to a DAG node; instead preferring to look at the second-to-last
    segmenet's links.
    
    License: MIT
    Signed-off-by: Stephen Whitmore <[email protected]>
    hackergrrl committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    9745704 View commit details
    Browse the repository at this point in the history
  3. Append newlines to ipfs id and ipfs dns output.

    This fixes ipfs#1083, ipfs#2000.
    
    N.B. The JSON package developers see no trailing newline as a feature;
    it allows marshalled JSON to be embedded inside more JSON.[0]
    
    --
    [0] https://golang.org/pkg/encoding/json/
    
    License: MIT
    Signed-off-by: Thomas Gardner <[email protected]>
    atomgardner committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    7b71698 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Merge pull request ipfs#2201 from noffle/unpin-2155

    Resolve paths in 'pin rm' /wo network lookup
    noffle committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    81b9607 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipfs#2242 from tomgg/issue1083

    fix ipfs#1083: Append a newline to `ipfs id` output.
    whyrusleeping committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    081c6d9 View commit details
    Browse the repository at this point in the history
  3. finally add changelog for v0.3.11

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    2b0680a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Makefile: add PHONY targets and a help message

    License: MIT
    Signed-off-by: Thomas Gardner <[email protected]>
    atomgardner committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    de4e34d View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipfs#2249 from tomgg/tmg/build

    Makefile: add PHONY targets and a help message
    whyrusleeping committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    04f8d3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request ipfs#2243 from ipfs/feature/daemon-shutdown

    Added small note about shutdown
    whyrusleeping committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    8ef5a10 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ipfs#2244 from ipfs/feature/capitalize-and-periods

    Capitalized beginning of line messages, added periods
    whyrusleeping committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    8207fa7 View commit details
    Browse the repository at this point in the history
  5. s/retreiving/retrieving/g

    License: MIT
    Signed-off-by: rht <[email protected]>
    rht committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    d8b77eb View commit details
    Browse the repository at this point in the history
  6. Fixed spelling, capitalized

    License: MIT
    Signed-off-by: Richard Littauer <[email protected]>
    RichardLitt committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    b50bcb2 View commit details
    Browse the repository at this point in the history
  7. add note about webui update

    License: MIT
    Signed-off-by: Jeromy <[email protected]>
    whyrusleeping committed Jan 27, 2016
    4 Configuration menu
    Copy the full SHA
    88a2ebf View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Merge pull request ipfs#2253 from rht/typo-n

    s/retreiving/retrieving/g
    whyrusleeping committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    06cb9b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipfs#2248 from ipfs/fix/0.3.11-changelog

    finally add changelog for v0.3.11
    whyrusleeping committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    f631db7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2016

  1. Use 'dag' forall namespace import prefixes of merkledag

    License: MIT
    Signed-off-by: rht <[email protected]>
    rht committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    bbd1ec0 View commit details
    Browse the repository at this point in the history