aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/byte_buffer_reader_test.c
Commit message (Expand)AuthorAge
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Finish moving to new APIsGravatar Craig Tiller2016-11-09
* Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
* Bulk update #includesGravatar Craig Tiller2016-10-26
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
* removed use of __func__ in testGravatar David Garcia Quintas2016-07-06
* Added test for CGravatar David Garcia Quintas2016-07-02
* Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
* 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 r...Gravatar David Garcia Quintas2015-06-17
* | 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
* 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