openethereum/ethcore/light/src/net
Vurich 3d8dc11442 Upgrade `elastic-array` to 0.9.0
This is a huge change, which includes some changes to replace code that
originally cloned to reuse allocations instead. The updated
`elastic-array` crate renames its consuming `Vec`-conversion method to
`into_vec`, which means that I can do a simple
`sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.

This commit is probably a minor performance win and definitely a
significant readability win.
2017-06-29 13:05:33 +02:00
..
tests Upgrade `elastic-array` to 0.9.0 2017-06-29 13:05:33 +02:00
context.rs generalize RequestBuilder 2017-04-05 15:02:44 +02:00
error.rs Implement PIP messages, request builder, and handlers (#4945) 2017-03-23 13:17:05 +01:00
load_timer.rs Update dependencies and bigint api (#5685) 2017-05-24 12:31:33 +02:00
mod.rs Dynamically adjust PIP request costs based on gathered data (#5603) 2017-05-23 12:31:09 +02:00
request_credits.rs Dynamically adjust PIP request costs based on gathered data (#5603) 2017-05-23 12:31:09 +02:00
request_set.rs Dynamically adjust PIP request costs based on gathered data (#5603) 2017-05-23 12:31:09 +02:00
status.rs rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00