aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/byte_buffer_test.cc
Commit message (Collapse)AuthorAge
* Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
|
* Fix broken ByteBuffer copy ctorGravatar Ara Ayvazyan2018-05-22
|
* Make GrpcProtoBufferReaderWriter publicGravatar ncteisen2018-04-06
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in ↵Gravatar Yash Tibrewal2017-11-28
| | | | grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
* Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
| | | | than only grpc_byte_buffer""
* Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only ↵Gravatar Jan Tattermusch2017-09-14
| | | | grpc_byte_buffer"
* Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_bufferGravatar Vijay Pai2017-09-07
|
* Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| | | | require using grpc_slice
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* 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
|
* Prevent some compilers compaining unused return valueGravatar yang-g2016-08-30
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Make a copy of ByteBuffer when writingGravatar yang-g2016-03-21
|
* headers reorgGravatar yang-g2015-08-21
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* proper init const char *Gravatar yang-g2015-06-22
|
* Add const to ByteBuffer methods and add testsGravatar Yang Gao2015-06-22