8 Commits

Author SHA1 Message Date
Pierre Krieger
9480295bf2
Add licenses to all Cargo.toml files (#349) 2018-07-21 12:15:42 +02:00
Pierre Krieger
b3ed7f852a
Fix the authors in multiple Cargo.toml (#293) 2018-07-11 13:06:42 +02:00
Toralf Wittner
8aa719c532
Return WouldBlock if flushing did not complete. (#265) 2018-06-21 11:57:15 +02:00
Pierre Krieger
f787f3d8b8
Swarm rework (#182)
* Rename Transport::RawConn to Output

* Remove AsyncRead + AsyncWrite bound on Transport::Output

* UpgradedNode now always implements Transport

* Add and tweak modifiers for Transport and ConnectionUpgrade

* Secio upgrade now returns the pubkey in its output

* Add upgrade::apply

* Add Transport::and_then

* Rework the swarm

* Rustfmt

* Fix concerns
2018-05-14 15:55:16 +02:00
Jef
5217e29fab
Add rustfmt to travis (#137)
* RFC styling-based `rustfmt.toml`

* Add rustfmt to travis

* Remove rustfmt.toml and actually fix too-long lines instead of ignoring them
2018-03-07 16:20:55 +01:00
Pierre Krieger
f3f9c214e0 Fix concerns 2017-12-07 12:59:46 +01:00
Pierre Krieger
853656c938 Add doc and README for rw-stream-sink 2017-12-06 16:24:15 +01:00
Pierre Krieger
b829579cd6 Add RwStreamSink 2017-11-20 12:40:45 +01:00