Commit Graph

39 Commits

Author SHA1 Message Date
6a7576afec README.md: Link to "comit" GitHub org instead of single project (#1961)
Numerous projects in our org use rust-libp2p. Link to the whole org instead of one specific repository.
2021-02-22 09:54:12 +01:00
5ddc8d4bf6 README.md: Add Forest to users list (#1953) 2021-02-12 14:43:31 +01:00
4d290c5a32 README: Remove dead-link badges (#1951) 2021-02-09 11:50:50 +01:00
d94d53abbb Move some crates. (#1941)
Move transport upgrade protocols from `protocols/`
to `transports/`, such that only "application protocols"
that depend on `libp2p-swarm` remain in `protocols/`,
whereas there is no such dependency in `transports/`
outside of integration tests.

Tweak README and top-level CHANGELOG.
2021-02-01 16:37:19 +01:00
569113e368 Update README.md (#1607)
Add marcopoloprotocol to the list
2020-06-15 16:06:29 +02:00
7c63bbf975 Update README.md (#1597)
Add rust-ipfs to the list of notable users

Not sure if it is notable enough, but it is open source and looking for contributors, so it would be cool to have it listed here.

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
2020-06-05 10:56:26 +02:00
d2de1835c8 Add bridged chats (#1252) 2019-09-24 18:55:31 +02:00
5866e6aa93 Add comit-rs to README (#1141) 2019-05-23 20:29:34 +02:00
8adc5fa069 Add golem to the list of users (#1137) 2019-05-22 11:04:49 +02:00
889f003a3f Update README.md (#1059) 2019-04-16 15:13:44 +02:00
d618b7b045 Add lighthouse to list of projects (#1026) 2019-03-28 17:40:29 +01:00
5fcc192261 fixed small typo in readme (#909) 2019-02-02 11:19:07 +01:00
a806c4ac08 Updated installation method in README (#871) 2019-01-19 17:54:49 +01:00
60dca37bb7 it -> this (#784) 2018-12-17 10:41:56 +01:00
460f083a0d Remove weird line from readme (#763) 2018-12-10 14:41:31 +01:00
6e1e256fe1 Add a warning about being conformant (#693) 2018-11-28 19:10:04 +01:00
7bf723ae50 docs: add libp2p badges (#676)
* docs: add libp2p badges

* docs: remove waffle, move all badges to the same line
2018-11-24 13:39:13 +01:00
576538b67d Add a badge with a link to deps.rs (#630) 2018-11-13 19:47:28 +01:00
7c8d8b5096 Add substrate to the list of projects using libp2p (#595) 2018-10-30 10:48:24 +01:00
0c7f313146 Tests for nodes/listeners.rs (#541)
* Add unit tests for core::nodes::NodeStream

* Move DummyMuxer to core/tests

* Address grumbles

* Impl Debug for SubstreamRef<P>

* Add test for poll()

* Don't need to open a substream

* pretty printer test

* More tests for NodeStream poll()

* ListenerStream unit tests: transport() and listeners()

* Tests for nodes/listeners.rs

* Add a few tests to help illustrate the "drowning" behaviour of busy listeners

* Address grumbles

* Remove non-project specific stuff

* Address grumbles

* Prefer freestanding function
2018-10-10 16:27:07 +02:00
c77b1f5a0a Better documentation (#391)
* Better documentation

* Minor
2018-08-22 10:46:23 +02:00
c3655226bb Add a UNIX transport (#308)
* Use the new version of tokio
* Add a UNIX transport
2018-08-08 12:38:29 +02:00
e11fac938e Fix Thisis (#292) 2018-07-11 10:56:48 +02:00
c4a92e2493 Update summary of crates with missing crates (#242)
* Update summary of crates with missing crates

* Add relay and fix line breaks (use soft wrap in the editor)

* Readd an extra at EOF
2018-06-06 13:18:59 +02:00
a282434d5d Add a libp2p facade crate (#191)
* Add a libp2p facade crate

* Remove secio for now

* Reexport peerstore and PeerId

* Also reexport swarm()
2018-05-18 14:56:11 +02:00
5c1890e66a Rename libp2p_swarm to libp2p_core (#189) 2018-05-16 12:59:36 +02:00
bd17f2ea96 Setup CircleCI build (#107)
* Add circleci config file

* Try enable IPv6

* Make sure `test` uses machine executor

* Add an integration_test step in parallel

* Explicit docker runs for machine tests

* Try make the integration test work

* Hide Dockerfile in a subfolder

* Fix the ping example hanging

* Explicitely pass the port to the ping client
2018-01-23 19:21:41 +01:00
c60fb982d2 Merge remote-tracking branch 'upstream/master' into websockets 2018-01-10 18:10:57 +01:00
c39d0e7145 Implement the identify protocol 2018-01-03 18:09:50 +01:00
4025405e49 Add a README note about the stabilization of impl Trait 2018-01-03 17:46:52 +01:00
c211d6b96e Add a websocket transport 2018-01-03 10:30:50 +01:00
ad4b494621 Remove custom multihash library 2017-11-24 12:20:46 +01:00
e54a8e716e Implement ping 2017-11-22 15:28:06 +01:00
100f368c9d Implement swarm 2017-11-20 17:03:50 +01:00
b829579cd6 Add RwStreamSink 2017-11-20 12:40:45 +01:00
776f83d0b9 Add line in README 2017-11-20 12:20:32 +01:00
9837f6ffe1 Add entries in the README 2017-11-20 10:34:56 +01:00
c958a12ab9 Start writing about the architecture of the crate 2017-11-17 15:38:53 +01:00
529267efba Add license file and a Readme 2017-11-08 13:03:59 +01:00