- Aug 31, 2016
-
-
Carl Lerche authored
-
- Aug 23, 2016
-
-
Carl Lerche authored
-
- Aug 11, 2016
-
-
Carl Lerche authored
-
Carl Lerche authored
Not having `unsafe_no_drop_flag` caused some weirdness with optimizing buffers and bytes. For now, remeove it.
-
- Aug 10, 2016
-
-
Carl Lerche authored
* Get rid of `ByteStr` trait * `Bytes` is not a concrete type * Add `BlockBuf` * Delete lots of cruft * Performance work
-
- Aug 06, 2016
-
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
- Jul 23, 2016
-
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
- Jul 20, 2016
-
-
Carl Lerche authored
-
Carl Lerche authored
-
- Jul 19, 2016
-
-
Carl Lerche authored
-
- Jun 19, 2016
-
-
Carl Lerche authored
-
- Jun 08, 2016
-
-
Carl Lerche authored
-
- Dec 04, 2015
-
-
Carl Lerche authored
-
Carl Lerche authored
Closes #38
-
- Sep 25, 2015
-
-
Florian Hartwig authored
-
Nandor Kracser authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
Carl Lerche authored
-
- Aug 11, 2015
-
-
Dawid Ciężarkiewicz authored
-
- Aug 10, 2015
-
-
Carl Lerche authored
-
- Jul 28, 2015
-
-
Carl Lerche authored
-
- Jul 26, 2015
-
-
Carl Lerche authored
`MutBuf::mut_buf` allows access to uninitialized memory.
-
- Jul 24, 2015
-
-
Carl Lerche authored
-
- Jul 18, 2015
-
-
Paul Cavallaro authored
without necessitating flipping to ByteBuf.
-
- Jul 08, 2015
-
-
Carl Lerche authored
-
- Jul 07, 2015
-
-
Felix Kronlage authored
allows code to compile with nightly again.
-
- Jul 03, 2015
-
-
Jamie Turner authored
-
- Jun 03, 2015
-
-
James Bielman authored
- This fixes #25 and fixes #26. - Move the mark state into a 'Mark' enum. - Store both 'pos' and 'len' inside the mark because both are needed to distinguish between full/empty states. This fixes 'reset' setting 'len' to zero when the buffer was full when marked. - Clear the mark when the length of the marked input range exceeds the capacity. Fixes bugs with the mark not being cleared correctly on writes. - Add test cases.
-
- May 20, 2015
-
-
Carl Lerche authored
-
- May 19, 2015
-
-
Carl Lerche authored
-
- May 13, 2015
-
-
Carl Lerche authored
-