Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/book


https://github.com/tokio-rs/book

Requests are decoded and responses are encoded

7dc82027201e03b902ecba51dcbff892a1213022 authored over 7 years ago by Justin Mayhew <[email protected]>
Merge pull request #95 from RadicalZephyr/tokio-serial

Add tokio-serial to the list of third party libs

4a00fc4812e9bd115d3d2eb4487ee00836eafffa authored over 7 years ago by Alex Crichton <[email protected]>
Add tokio-serial to the list of third party libs

dc550520ce4a170faac06dcb0b162d079e235331 authored over 7 years ago by Geoff Shannon <[email protected]>
Merge pull request #94 from RadicalZephyr/patch-1

Remove double "that"

eedfe744932c7db9f24f1e45cfe946eaf0cc8704 authored over 7 years ago by Alex Crichton <[email protected]>
Correct typo on "our" (probably)

aba8f5a4c7194bd5cc6a638a92e43892bd1e76cf authored over 7 years ago by Geoff Shannon <[email protected]>
Remove double "that"

0e8d29b98652fd032617e7d2c597524637cf367a authored over 7 years ago by Geoff Shannon <[email protected]>
Merge pull request #92 from jasondavies/fix-typo

Fix typo.

4e79e4228a754792699b874f4e1fe9c16b5337aa authored over 7 years ago by Alex Crichton <[email protected]>
Fix typo.

ebe6f3e6417520d27d7fd0ce743389b9be8a42cc authored over 7 years ago by Jason Davies <[email protected]>
Merge pull request #91 from DmitryBochkarev/typo

Fix typo

8681d30e88647787ae1b5d9f312e15e71cbe138e authored over 7 years ago by Alex Crichton <[email protected]>
Fix typo

dae54790516395aa57445f3afb39b7c16ea0df33 authored over 7 years ago by Dmitry Bochkarev <[email protected]>
Merge pull request #89 from zmanian/patch-2

Guidance on where to put state and configuration

7dd7b84e4495c72f808d1300cabab62de6f83857 authored over 7 years ago by Alex Crichton <[email protected]>
Guidance on where to put state and configuration

Provide a hint on where to put state information in constructing a server

70f8a7e0a0fe846492c310aa97bceea027e6b695 authored over 7 years ago by Zaki Manian <[email protected]>
Merge pull request #87 from baloo/patch-1

The requestId has already been red from the buffer

07fae760c1445bb80f1aeb5863ee1428f93062bb authored over 7 years ago by Alex Crichton <[email protected]>
The requestId has already been red from the buffer

The buffer does not include the request id anymore, we should read the full buffer. The current ...

c273d3e7c72762b9aa2b32e6a4b6c8140ffd2540 authored over 7 years ago by Arthur Gautier <[email protected]>
Update docs for 0.1.14

Reword lots of docs around park/unpark

Closes #84

24584119917bc05c62101e198237e3cf517b7fcf authored over 7 years ago by Alex Crichton <[email protected]>
Merge pull request #82 from hockeybuggy/populate-database-in-getting-started

Populate database in getting started db example.

63a007a155e80ee45ce5090f4f808dad6c4a9f76 authored over 7 years ago by Alex Crichton <[email protected]>
Merge pull request #83 from schleumer/patch-1

Added tokio-core dependency

d9fdde8c61c2c359693c07786d810eb2a28a1a40 authored over 7 years ago by Alex Crichton <[email protected]>
Added tokio-core dependency

While reading the docs and examples i came with an error:
```
|
3 | extern crate tokio_core...

adab11402ede0f66992daf83c1959f24503406f4 authored over 7 years ago by Wesley Schleumer de Góes <[email protected]>
Reflow paragraphs to match convention in the file.

515550b733d44a11336bd72e0adf283c835155e6 authored over 7 years ago by Douglas Anderson <[email protected]>
Move the `Server` struct next to it's impl. Add a section on the `Message` struct.

277fd17effa4ed7fcd0fa594d92d5fd819133e92 authored over 7 years ago by Douglas Anderson <[email protected]>
The Postgres `serial` type starts at one.

Source: https://www.postgresql.org/docs/9.6/static/datatype-numeric.html

99a3774f82c4da6eb403aa1be09c079c92362c18 authored over 7 years ago by Douglas Anderson <[email protected]>
Reduce the upper bound of the random number to the number of rows

inserted later in a setup section of the example.

cc7984c10ef0c1395aa0500be2e0bec03236e714 authored over 7 years ago by Douglas Anderson <[email protected]>
Switch to using a `body` field rather than a `randomNumber`

35bddcc1471c6a2bdfb0ea5cd028b2d839ec66a3 authored over 7 years ago by Douglas Anderson <[email protected]>
Write a section about creating a table to query from.

5b77ba8f484bf0d4ede08a4527f481743f4bb606 authored over 7 years ago by Douglas Anderson <[email protected]>
Merge pull request #81 from Rufflewind/master

Cheatsheet for Futures

931ebb4dbdc737e8c74d756817cd99f4be6d3e3b authored over 7 years ago by Alex Crichton <[email protected]>
Cheatsheet for Futures

6ef7e822d15d3ea13bf6dbf1e80a04b15fcb6d6b authored over 7 years ago by Phil Ruffwind <[email protected]>
Merge pull request #78 from vi/master

Fill in LineCodec implementation in more examples

99f0afc89c0e74350e1f064bdbacd318cd0d41f9 authored over 7 years ago by Alex Crichton <[email protected]>
Fill in LineCodec implementation in more examples

Previous pull request was done in Github Web UI and I
not expected that the problem is spanning ...

df133eba3b3a77b85707518c14969ccdb0be0310 authored over 7 years ago by Vitaly _Vi Shukela <[email protected]>
Merge pull request #77 from vi/master

Fill in LineCodec implementation in example

65a022ca319dd69252def34c90883ed675a97433 authored over 7 years ago by Alex Crichton <[email protected]>
Fill in LineCodec implementation in example

https://github.com/tokio-rs/tokio/issues/7

468af8288f3a80177a99cb440b95fbab150da5e0 authored over 7 years ago by Vitaly Shukela <[email protected]>
Merge pull request #75 from hockeybuggy/switch-from-serde

Switch from `rustc_seralize` to Serde.

80ca98205da58f26ac4389d3682c1a4e84a1f78a authored over 7 years ago by Alex Crichton <[email protected]>
Remove the `macro_use` from the TOML.

8ece9f57d771b108172ad06a90fa77852cb94ca9 authored over 7 years ago by Douglas Anderson <[email protected]>
Remove unneeded `Deserialize` passed to serde's derive macro.

72666c9e3d0ce5b88c800515a12d98e93e73b49e authored over 7 years ago by Douglas Anderson <[email protected]>
Update the test's tmp Cargo file.

11cb615c58d0ee16f4cd0bf596e305fc39b63a3c authored over 7 years ago by Douglas Anderson <[email protected]>
Restructure imports in the example.

7a5d518749d66910c8f9e0ea84958d681e04b5e3 authored over 7 years ago by Douglas Anderson <[email protected]>
Switch from `rustc_seralize` to serde.

`rustc_serialized` was deprecated in favour `serde` here:
https://github.com/rust-lang-deprecate...

f93a84f955f29df09f2cf023a7eabf5e986a3e1b authored over 7 years ago by Douglas Anderson <[email protected]>
Merge pull request #74 from hockeybuggy/clarify-request-response-in-server-proto-impl-for-simple-server

Clarify the comments above the type aliases in the `ServerProto` impl block

fb7b218f4b481e90b99cab6da0ad3417ef6de2b6 authored over 7 years ago by Alex Crichton <[email protected]>
Merge pull request #72 from munckymagik/reorganise-toc

Split "Going Deeper" section to make it easier to study

6f63e2ea187c78ea1e7e53ddb57bb8f3ff534af1 authored over 7 years ago by Alex Crichton <[email protected]>
Merge pull request #73 from hockeybuggy/remove-bytes-bufmut-from-simple-server

Remove the extra `BufMut` import.

0fd5d291db3355a41bcb38d0181d15e87c6d1da9 authored over 7 years ago by Alex Crichton <[email protected]>
Redirect links that point to the old going-deeper section

Uses https://gohugo.io/extras/aliases/.

7cc8106d99206c94d474d8c3a709674e6914d62a authored over 7 years ago by Dan Munckton <[email protected]>
Clarify the comments above the type aliases in the `ServerProto` impl block.

04d237879de1f69a4695e52a36c9d4a8f13c793f authored over 7 years ago by Douglas Anderson <[email protected]>
Remove the extra `BufMut` import.

74b3c1c916963db7f6b431bf62ebe3b77ec3024e authored over 7 years ago by Douglas Anderson <[email protected]>
Increase the menu weights in the "Getting started" section

Makes them consistent with the two going-further sections and fixes a
bug that occurs locally wh...

bf22c0cf57c230805cd5ca52a510dbf1c2c308d7 authored over 7 years ago by Dan Munckton <[email protected]>
Reorganise "Going Deeper" section

04349e87d3024fd24dbe73c1c5aa0d5e77bcaced authored over 7 years ago by Dan Munckton <[email protected]>
Add links to reference documentation (#70)

* Add links to docs.rs on Documentation landing page
* Add "Reference" section to Documentation...

3b8952c7fa95e8917550cb11710dfb0aed5ca368 authored over 7 years ago by James Bendig <[email protected]>
Merge pull request #68 from mre/patch-1

Fix minor wording issue

d45d722feacdc26c48293bbedcdb16decc489808 authored over 7 years ago by Alex Crichton <[email protected]>
Fix minor wording issue

2a3d3bfd88b7a28595809faebcc26519f333b6dc authored over 7 years ago by Matthias Endler <[email protected]>
Merge pull request #65 from Rufflewind/patch-1

Update tokio-io.md

163a0747a8aed13529b9b8add08fa149a059e7ae authored almost 8 years ago by Alex Crichton <[email protected]>
Update tokio-io.md

Minor grammar fixes

4ba1f8904a1fff0887ed41e6b6474e32c4182466 authored almost 8 years ago by Phil Ruffwind <[email protected]>
Fix blog date

65b2c47ee3f7092e7d4e3cbf166b45d5b37a87f7 authored almost 8 years ago by Alex Crichton <[email protected]>
Merge pull request #64 from alexcrichton/tokio-io

Add a tokio-io announcement blog post

7cd78915f85304c9cb02c5d966436658ff92a643 authored almost 8 years ago by Alex Crichton <[email protected]>
Add a blog post about tokio-io

At the same time also update the documentation on the website to reflect the
addition of tokio-io.

59c2ea112437ed05afd9eefc63f67b8a7d091d6c authored almost 8 years ago by Alex Crichton <[email protected]>
Merge pull request #63 from dfockler/patch-1

Change old version of call taking &mut self

afca431b6d69a9d128c535a9132dffe48bb5f0b2 authored almost 8 years ago by Alex Crichton <[email protected]>
Change old version of `call` taking `&mut self`

1a59c00535e5858039d8513013f4367eab5b3aea authored almost 8 years ago by Dan Fockler <[email protected]>
Merge pull request #59 from daschl/master

Add a note on the async couchbase driver

2f04afb263e4593e61bdbbdeab54936f0ef937c3 authored almost 8 years ago by Alex Crichton <[email protected]>
Merge branch 'master' into master

c37d2a0ea596bf08fa4d156f02e7d94aebe191e3 authored almost 8 years ago by Michael Nitschinger <[email protected]>
Merge pull request #60 from ineol/patch-1

Fix dead link in tutorial

a046cc833846ed01be5eecc1157a9a25bdd62b88 authored almost 8 years ago by Alex Crichton <[email protected]>
Fix dead link in tutorial

3958aeb732291250eacab2e2bb8304d3c8ea3bea authored almost 8 years ago by ineol <[email protected]>
Merge pull request #58 from srijs/patch-1

add tokio-retry to third-party crates

df6c9b297dfbbf3767c4f7bd4218c179e06635d0 authored almost 8 years ago by Alex Crichton <[email protected]>
Add a note on the async couchbase driver

ac1aa5bf9474fcb02fce1c5de047a7c29e20a3a5 authored almost 8 years ago by Michael Nitschinger <[email protected]>
add tokio-retry to third-party crates

566243c92dc78297aae0e43b84276f9a6a2439d6 authored almost 8 years ago by Sam Rijs <[email protected]>
Merge pull request #57 from Freyskeyd/master

fix typo in Multiplexed protocols

705ecc4d7a7b9ddfa9691c7de9ba3107edac448a authored almost 8 years ago by Alex Crichton <[email protected]>
Use TOML for deps, not rust

Closes #56

8858620edd27ef2917a5b215589688fee1f499f2 authored almost 8 years ago by Alex Crichton <[email protected]>
fix typo

Signed-off-by: Freyskeyd <[email protected]>

1d3f38ca35ffa14463640eaebdd1ad759dcc1d0a authored almost 8 years ago by Freyskeyd <[email protected]>
Merge pull request #55 from danobi/patch-1

Clarify where to replace Echo with EchoRev

df819511ec5a05db92a165c7b11f6b1bcacc4781 authored almost 8 years ago by Alex Crichton <[email protected]>
Merge pull request #54 from kswmsw/patch-1

Fix typo ::net -> ::new, and other typos.

66e5dafdbcc39f1d1b6ef6963dd9fc09f666ba81 authored almost 8 years ago by Alex Crichton <[email protected]>
Clarify where to replace Echo with EchoRev

It was a little ambiguous where to do the replacement before.

e972f098ef5241913ee7b4d13084ec60c0791c16 authored almost 8 years ago by Daniel Xu <[email protected]>
Fix typo ::net -> ::new, and other typos.

54c3a5d3f6623c62cb0d711acdb859b2713e26ae authored almost 8 years ago by Keith Wansbrough <[email protected]>
Merge pull request #53 from AaronStGeorge/patch-1

variable does not need to be mutable.

08645240a43cfff4484713ba44a48197c8a0a925 authored almost 8 years ago by Carl Lerche <[email protected]>
variable does not need to be mutable.

During compilation a friendly warning informed me that the `service` variable does not need to b...

f9a5b8a6eaa60b6126651ef11569d6ea8e3910e5 authored almost 8 years ago by Aaron St. George <[email protected]>
Merge pull request #52 from ari7/master

fix a typo

62fe0b2bf49fca1a3e39d7aab437391e3cd3e7a2 authored almost 8 years ago by Alex Crichton <[email protected]>
another one

b1fdaea0695727c0a0d7f27c3ed9292b19e27e5c authored almost 8 years ago by Simkha <[email protected]>
fix a typo

a1d81c401955ef3e519d043b7ef2bb07834662f1 authored almost 8 years ago by Simkha <[email protected]>
Merge pull request #51 from jedisct1/self_out

Use Codec::Out instead of the final type for clarity and consistency

6b0c0003b41b769ad5cfa3b4d79a7c9ba2f000fb authored almost 8 years ago by Alex Crichton <[email protected]>
Use Codec::Out instead of the final type for clarity and consistency

bc9154598f0d6e3f8bcd869989ac134a0e57de08 authored almost 8 years ago by Frank Denis <[email protected]>
Clarify tokio-timer uses an external thread

ce78756f2c5d42460e0437efd0d2bff675830df8 authored almost 8 years ago by Alex Crichton <[email protected]>
Minor code cleanup in LineCodec example

* Remove an unncessary `return` keyword
* Remove an unnecessary `&` wrapper
* Use `EasyBuf::as_s...

2e89eb27289a561a63610b148b7b248bfc0ad591 authored almost 8 years ago by Matt Brubeck <[email protected]>
Use `extend` instead of `extend_from_slice`

These are identical since rust-lang/rust#37094 landed, and
`extend_from_slice` will be deprecate...

54a2eafe173f24d9d2a99b7db677265dd5ce6b40 authored almost 8 years ago by Matt Brubeck <[email protected]>
Merge pull request #47 from CrockAgile/fix-going-deeper-docs-mistakes

Fix 'going deeper' docs mistakes

a9d8628a0a25f9cbfa5e430361f7eb75c6fd55b5 authored almost 8 years ago by Alex Crichton <[email protected]>
Fix 'going deeper' docs mistakes

This fixes a few small grammar and spelling mistakes that I encountered
while reading the "Going...

d704962fea02630b1b0d68d67e66192068178f79 authored almost 8 years ago by Jeff Crocker <[email protected]>
s/,/;/

Closes #39

7fb95b6f8a3f8ffeed0025a0571fffe80a269e86 authored almost 8 years ago by Alex Crichton <[email protected]>
Merge pull request #29 from shepmaster/reactor-prose

Improve reactor prose

faf1faf9aefee47060a15b8d463452988a59f6cc authored almost 8 years ago by Aaron Turon <[email protected]>
Reduce redundancy and rambling about Remote

cf98897cbb38178dd071a4c70d66b5c19863a6c9 authored almost 8 years ago by Jake Goulding <[email protected]>
Minor text changes to the reactor

35397f319abf8f24c5dd07b3e7e6354d69f59c59 authored almost 8 years ago by Jake Goulding <[email protected]>
Merge pull request #38 from tanimoto/topic/fix-typos

Fix typos

fb41626b0724fd8aa5a04186b0aeea11066fd691 authored almost 8 years ago by Alex Crichton <[email protected]>
Fix typos

7d124cdeea90cee774ceea4db18430c71f3a4613 authored almost 8 years ago by Paulo Tanimoto <[email protected]>
Merge pull request #37 from awelkie/patch-1

its -> it's in reactor.md

3fc3dc03b32fab1989764263611fe156949875a2 authored almost 8 years ago by Aaron Turon <[email protected]>
its -> it's in reactor.md

c42402ffac80fe43e054f6d64f547c758db6f2d3 authored almost 8 years ago by Allen Welkie <[email protected]>
Merge pull request #35 from matematikaadit/patch-1

Fix is_prime example

c40e04fe984e59704b738faa78e1b36f7970a9cb authored almost 8 years ago by Alex Crichton <[email protected]>
Fix is_prime example

b18bc668aa32885fecb740307b3b3aade99ef68d authored almost 8 years ago by Adit Cahya Ramadhan <[email protected]>
'mut self' => 'self'

Closes #34

4d3bd396353276edc87a637a61eed6820dd6671b authored almost 8 years ago by Alex Crichton <[email protected]>
Merge pull request #32 from rofrol/patch-1

tokio-0-1.md - misspellings

ff898a218dc16509641ab26ec685a067657115e4 authored almost 8 years ago by Aaron Turon <[email protected]>
tokio-0-1.md - misspellings

7514f708ecf9e7ab18559c7ff9b9d64b2f97caad authored almost 8 years ago by Roman Frołow <[email protected]>
fix(styles): changes to accommodate mobile

This includes changes to the header, the main section of the homepage,
and the jumbotron section...

8c78712901d3a430ebe0ec8e8147d5b92f3dd291 authored almost 8 years ago by Jeffrey Lembeck <[email protected]>
Merge pull request #28 from mquandalle/patch-1

Add a missing import

fdb989642134d5c26438138c31cbe4341ce371bc authored almost 8 years ago by Alex Crichton <[email protected]>
Merge pull request #30 from rbalicki2/typos-2

Various sundry typos and whatnot

b4a3f6ae71285f437126c5e3a55b8e229522f0f7 authored almost 8 years ago by Aaron Turon <[email protected]>
Merge branch 'master' into typos-2

7d947f1e92f2a6fba5dc2a3ea299554e46200284 authored almost 8 years ago by Robert Balicki <[email protected]>
multiplex

9073f28ea36e2d56eeb04a6733a0b011ad5bb043 authored almost 8 years ago by Robert <[email protected]>
changes in the returning.md

6aa676f49d5f463ae000eb957e249aec67d409b8 authored almost 8 years ago by Robert <[email protected]>
Add analytics code

a35761594d1217a08fe2998afa0aab4a1bd2da07 authored almost 8 years ago by Carl Lerche <[email protected]>