aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/byte_buffer_reader_test.c
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* add test for byte_buffer_copyGravatar yang-g2015-12-07
|
* clang-formatGravatar Craig Tiller2015-11-10
|
* Removed consts to make MSVC happyGravatar David Garcia Quintas2015-11-04
|
* Added grpc_byte_buffer_reader_readallGravatar David Garcia Quintas2015-10-30
|
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
|
* Merge pull request #2117 from dgquintas/bb_from_bbreaderGravatar Craig Tiller2015-07-05
|\ | | | | Introduced function to create byte buffers from the output of a byte buffer reader.
| * Introduced function to create byte buffers from the output of a byte buffer ↵Gravatar David Garcia Quintas2015-06-17
| | | | | | | | reader.
* | clang-format affected filesGravatar Craig Tiller2015-06-17
|/
* Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
|
* Made grpc_byte_buffer_reader able to decompress msgs.Gravatar David Garcia Quintas2015-06-05
|
* Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Initial import.Gravatar Nicolas Noble2014-11-26