aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/stream_op.c
Commit message (Collapse)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Properly initializing reserved pointer in tests.Gravatar Nicolas "Pixel" Noble2015-08-01
|
* Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
|\ | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
* | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
| * More bugfixes to compress_filter.Gravatar David Garcia Quintas2015-07-10
|/ | | | Introduced grpc_metadata_batch_move and added grpc_compress_filter to grpc_server_create
* Add metadata refcount debuggingGravatar Craig Tiller2015-07-06
|
* Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-23
|\
| * Add metadata batch documentationGravatar Craig Tiller2015-06-22
| |
* | Fix type in swap bufferGravatar Craig Tiller2015-06-18
| |
* | Fixing stuffGravatar Craig Tiller2015-06-16
| |
* | Implement more missing piecesGravatar Craig Tiller2015-06-16
|/
* Faster stream_op_buffer swapGravatar Craig Tiller2015-04-28
|
* Fix memory leakGravatar Craig Tiller2015-04-24
|
* One test compilesGravatar Craig Tiller2015-04-22
|
* Add /* NDEBUGS */ as appropriateGravatar Craig Tiller2015-04-21
|
* Remove expensive asserts from NDEBUG buildsGravatar Craig Tiller2015-04-20
|
* Fix remaining allocation bugsGravatar Craig Tiller2015-04-17
|
* clang-formatGravatar Craig Tiller2015-04-17
|
* Got rid of GRPC_SEND_STARTGravatar Craig Tiller2015-04-17
|
* Progress towards transport using metadata batchesGravatar Craig Tiller2015-04-16
|
* Move metadata batching to stream_opGravatar Craig Tiller2015-04-16
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Avoid four allocations per streamGravatar Craig Tiller2015-02-13
|
* Add platform ifdefs, fix up some MSVC warningsGravatar Craig Tiller2015-01-21
|
* Initial import.Gravatar Nicolas Noble2014-11-26