Ecosyste.ms: OpenCollective

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

github.com/tokio-rs/tokio-minihttp

Protocol implementation experimentations
https://github.com/tokio-rs/tokio-minihttp

Changed Response to store body as bytes (#30)

c8afcc000c3d1427bb6d317e9a1809f7e953b325 authored almost 7 years ago by Ben Goldberg <[email protected]>
Tweak travis config

4f21e99a3959ca813de031919ad21a9d2846ef8e authored about 7 years ago by Alex Crichton <[email protected]>
Add forgotten license files

Closes #23

3c7d49917129420466bb9843c4da12dfd2a545ca authored over 7 years ago by Alex Crichton <[email protected]>
Download on AppVeyor with `appveyor`

2c7393942bb6119d511fcd3f04f22c7e84d89dda authored over 7 years ago by Alex Crichton <[email protected]>
Optimize pushing bytes onto BytesMut

1e654d72490a56d4106687d52cb56c172ab922fb authored over 7 years ago by Alex Crichton <[email protected]>
Use BufMut::extend instead of put

Fixes #19

ac6e6ba6cbafd3b6bdca613ed6f1844e7c480d99 authored almost 8 years ago by Carl Lerche <[email protected]>
Update using tokio-io

23af5c271221096e79067edd1065455e6c549f4b authored almost 8 years ago by Alex Crichton <[email protected]>
Depend on crates.io tokio-service

753a94c138921f1962fcc8a0c38a4edcf9c0c2a6 authored almost 8 years ago by Alex Crichton <[email protected]>
Track proto changes

e3826ed4c35e6192a8f7b53c50390b40bc077a87 authored almost 8 years ago by Aaron Turon <[email protected]>
Revert "Track proto changes"

This reverts commit 6b192caf3015f4206d2b163c047febc0e7e0d38a.

dc097890cab2da4cc5f7f8a7a8f0d7a237bd4794 authored almost 8 years ago by Aaron Turon <[email protected]>
Track proto changes

6b192caf3015f4206d2b163c047febc0e7e0d38a authored almost 8 years ago by Aaron Turon <[email protected]>
Track Service changes

f97363b457c274d2a702b5c760eade1c8d3a7436 authored almost 8 years ago by Aaron Turon <[email protected]>
Merge pull request #16 from gkbrk/techempower

Added techempower example that serves both json and plaintext benchmarks

1c93178e6d4b4df42d5f7517d136e98b2a03ce51 authored almost 8 years ago by Alex Crichton <[email protected]>
Removed old techempower examples

d7f934249aeec92ee5d5c84e6fd80746b605c9ec authored almost 8 years ago by Gökberk Yaltıraklı <[email protected]>
Added techempower example that serves both json and plaintext benchmarks

82e984af50758145b01b819bd96bb027a5fec689 authored almost 8 years ago by Gökberk Yaltıraklı <[email protected]>
Track upstream changes

6ac81b310961d6140f976c46c71d332539166af7 authored almost 8 years ago by Carl Lerche <[email protected]>
Avoid allocations in Response on the fast path

efff1a72dba90f372a58d22686df3a8a70dfca60 authored about 8 years ago by Alex Crichton <[email protected]>
Make techempower6 multithreaded

2388e7baa52b6da704527666d5ab3da0e1e8a2d9 authored about 8 years ago by Alex Crichton <[email protected]>
Update to tokio-proto master

5583ce143ddcdf70305739a3b5ee3807eb52c67e authored about 8 years ago by Alex Crichton <[email protected]>
Update travis token again

3120e628cef9bab8760fc35a2b9d7bc07a5b4b27 authored about 8 years ago by Alex Crichton <[email protected]>
Update travis token

07bd51ef6cf57d4bd9b9b292a109e946b9a7c61a authored about 8 years ago by Alex Crichton <[email protected]>
Merge pull request #13 from atarola/atarola/add_status

Add custom status codes to responses

b911096f5091958fd5a0d89ccdf29b67b29a88f3 authored about 8 years ago by Alex Crichton <[email protected]>
add status codes to responses

d7a97a0863b828adb163502be7265d5a2eea6906 authored about 8 years ago by atarola <[email protected]>
Merge pull request #14 from liftoff/master

Added fmt::Debug for Request

4a74a7fafdd2b2c36578cf10225fac54830ff66e authored about 8 years ago by Alex Crichton <[email protected]>
Added fmt::Debug for Request so it can work with tokio_middleware's Log middleware

e5cc2e1462684f7871e75e99579fc1dcaec99474 authored about 8 years ago by Dan McDougall <[email protected]>
Merge pull request #10 from lambdastackio/master

Updated to support change from Parse/Serialize to Decode/Encode

f0a356d08324f446320105ab4f31f96458e45d13 authored about 8 years ago by Alex Crichton <[email protected]>
Updated to support change from Parse/Serialize to Decode/Encode

25bbced674dd00965f420738b2fee13e7a850481 authored about 8 years ago by Chris Jones <[email protected]>
Touch up comment slightly about services

9647d9923b27569208134bca9fea4c167a8ce16d authored about 8 years ago by Alex Crichton <[email protected]>
Merge branch 'master' of https://github.com/simkha/tokio-minihttp

a933729370f33d2113ee87c7ae2d56cd9af57a44 authored about 8 years ago by Alex Crichton <[email protected]>
README tweaks

be8afd05ab8619af868e68b645bcda39d92e2446 authored about 8 years ago by Alex Crichton <[email protected]>
Add AppVeyor and Travis configs

c88742e2215eabd13ed33d187fc0ba205e50f362 authored about 8 years ago by Alex Crichton <[email protected]>
Update with recent tokio-proto changes

2d2cf3423e23ccd59444d865c79324fb731f9371 authored about 8 years ago by Alex Crichton <[email protected]>
add comment explaining how HelloWorld can be used where NewService is expected

2fd0f63aadc84a835b0e44740f95635ae4bd9019 authored about 8 years ago by Simkha <[email protected]>
Track upstream changes

c4db87f9427365201679010003b5d13e791b68b0 authored about 8 years ago by Carl Lerche <[email protected]>
Track tokio_proto changes

910ac0debd0acbf8592bf52e99570e6ae937b8b1 authored over 8 years ago by Carl Lerche <[email protected]>
Fix build

4249fa1c20fdd6aa206e2e274a4e755988626902 authored over 8 years ago by Carl Lerche <[email protected]>
Track tokio-service changes

1e8ec6a8cb11d7c0306651a240ba90ff78c4ab16 authored over 8 years ago by Carl Lerche <[email protected]>
Track master changes

0373543f1297720fcac3498f3b2c61020c5427fd authored over 8 years ago by Carl Lerche <[email protected]>
Track master of deps

0e3f73e9224656f42675a18d8df8acddf6982512 authored over 8 years ago by Alex Crichton <[email protected]>
Track Tokio changes

7d8c4491ae720ce3ee1002e1cde56cd7e684329c authored over 8 years ago by Carl Lerche <[email protected]>
Update for changes on tokio master branch

5950b866da7096b1208b37e86b466578df469239 authored over 8 years ago by Alex Crichton <[email protected]>
Track master + add SSL example

ddd059914079cf4ac7c8f65f66f10c62fc065f36 authored over 8 years ago by Carl Lerche <[email protected]>
Initial commit

457783a3734e3358144bf0ab2dba615ab7464994 authored over 8 years ago by Carl Lerche <[email protected]>