-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
vendor libp2p with gx #2256
vendor libp2p with gx #2256
Commits on Jan 30, 2016
-
initial vendoring of libp2p outside of the repo with gx
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e312f5 - Browse repository at this point
Copy the full SHA 0e312f5View commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e12a56d - Browse repository at this point
Copy the full SHA e12a56dView commit details -
add makefile rule for grabbing gx and deps
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3b784b5 - Browse repository at this point
Copy the full SHA 3b784b5View commit details -
go-keyspace dep from libp2p added
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3d0aa59 - Browse repository at this point
Copy the full SHA 3d0aa59View commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e8a670 - Browse repository at this point
Copy the full SHA 0e8a670View commit details -
add better makefile and reference gx stuff in readme
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0dba051 - Browse repository at this point
Copy the full SHA 0dba051View commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1f1c52c - Browse repository at this point
Copy the full SHA 1f1c52cView commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b16c0ce - Browse repository at this point
Copy the full SHA b16c0ceView commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9c05a0d - Browse repository at this point
Copy the full SHA 9c05a0dView commit details -
gx install stuff in cmd/ipfs/Makefile
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5a93ea - Browse repository at this point
Copy the full SHA b5a93eaView commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b96c2e6 - Browse repository at this point
Copy the full SHA b96c2e6View commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d141589 - Browse repository at this point
Copy the full SHA d141589View commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1b6e426 - Browse repository at this point
Copy the full SHA 1b6e426View commit details -
i'm beginning to dislike circleci
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bf3ad94 - Browse repository at this point
Copy the full SHA bf3ad94View commit details -
on a scale from 1 to annoying, i don't like circleCI anymore at all
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ed3841f - Browse repository at this point
Copy the full SHA ed3841fView commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 89bb338 - Browse repository at this point
Copy the full SHA 89bb338View commit details
Commits on Jan 31, 2016
-
circleci has bad documentation
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 57c6e1e - Browse repository at this point
Copy the full SHA 57c6e1eView commit details -
lets not have any documentation for this stupid file format, its awesome
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 49ae649 - Browse repository at this point
Copy the full SHA 49ae649View commit details -
also, yaml is a terrible format
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c900a1e - Browse repository at this point
Copy the full SHA c900a1eView commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4012c6b - Browse repository at this point
Copy the full SHA 4012c6bView commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c0101c0 - Browse repository at this point
Copy the full SHA c0101c0View commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2263539 - Browse repository at this point
Copy the full SHA 2263539View commit details
Commits on Feb 4, 2016
-
- Have two Dockerfiles doing essentially the same, but optimized for build time (for tests) and image size (for Docker Hub) - Fetch gx dependencies - Expose port 4002 for utp - Specify go version, currently 1.5.3-r0 - Create ephemeral fs-repo if none is mounted - Have t0300-docker-image actually test IPFS, not just an echo - Make everything a bit less hardcoded - Remove dead shacheck License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Configuration menu - View commit details
-
Copy full SHA for 81c8cff - Browse repository at this point
Copy the full SHA 81c8cffView commit details
Commits on Feb 5, 2016
-
sharness: disable t0300-docker-image on Circle CI
The actual tests for the IPFS daemon within the image, which were added in the previous commits, made Circle CI unhappy. Circle CI runs an old version of Docker which still uses LXC instead of libcontainer. The existing lxc-attach hack is testament to that. We might be able to get it work [1][2] but it's really not worth it at the moment, and Circle CI isn't a good option for Docker things, right now. [1] https://jpetazzo.github.io/2014/03/23/lxc-attach-nsinit-nsenter-docker-0-9/ [2] https://github.com/jpetazzo/nsenter License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for c103efc - Browse repository at this point
Copy the full SHA c103efcView commit details -
docker: save image space by excluding .git/
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for ce0d62d - Browse repository at this point
Copy the full SHA ce0d62dView commit details -
I did the following: - Capitalized IPFS wherever it did not explicitely refer to the CLI command - Moved Dev Dependencies into the Install section - Added a Table of Contents - Capitalised and added periods to various sentences - Capitalised Go - Removed double empty lines - Reindented a few sections to make the flow more clear. - Added a note to the Install section about how to canonically install. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9ade210 - Browse repository at this point
Copy the full SHA 9ade210View commit details -
Merge pull request #2302 from ipfs/feature/gx-libp2p-readme-edits
Cleaned up README
Configuration menu - View commit details
-
Copy full SHA for ffc4831 - Browse repository at this point
Copy the full SHA ffc4831View commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
2Configuration menu - View commit details
-
Copy full SHA for c9b83c5 - Browse repository at this point
Copy the full SHA c9b83c5View commit details
Commits on Feb 6, 2016
-
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c5ad7a - Browse repository at this point
Copy the full SHA 5c5ad7aView commit details -
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3373138 - Browse repository at this point
Copy the full SHA 3373138View commit details