| Commit message (Expand) | Author | Age |
* | Merge pull request #10613 from ctiller/framing_costs | Craig Tiller | 2017-04-27 |
|\ |
|
| * | Copy slices for in-process transports: its no longer safe to just ref | Craig Tiller | 2017-04-21 |
| * | Add flexibility on *which* slice gets reffed | Craig Tiller | 2017-04-20 |
* | | clang-format | Mark D. Roth | 2017-04-20 |
* | | Change hash table to use linear probing and add unit test. | Mark D. Roth | 2017-04-19 |
* | | Simplify hash table API: remove per-entry vtable and take ownership of | Mark D. Roth | 2017-04-19 |
| * | Merge github.com:grpc/grpc into framing_costs | Craig Tiller | 2017-04-13 |
| |\
| |/
|/| |
|
| * | Fix compilation, add a check for no slow usages of grpc_slice_malloc | Craig Tiller | 2017-04-13 |
| * | Reduce duplication | Craig Tiller | 2017-04-12 |
| * | Optimize framing a little | Craig Tiller | 2017-04-12 |
* | | ubsan fixes | Craig Tiller | 2017-04-12 |
* | | Handle 0-length | Craig Tiller | 2017-04-12 |
|/ |
|
* | Merge pull request #10211 from muxi/fix-maybe-embiggen | Muxi Yan | 2017-04-07 |
|\ |
|
* | | Fix include guards | Craig Tiller | 2017-03-31 |
* | | Reinstate one check, fix fall out | Craig Tiller | 2017-03-30 |
| * | Strategy change | Muxi Yan | 2017-03-21 |
| * | Fix a bug in slice_buffer:maybe_embiggen | Muxi Yan | 2017-03-17 |
|/ |
|
* | Add zalloc, convert a bunch of files to use it | Craig Tiller | 2017-02-16 |
* | Update latency profiler to use (more appropriate) microbenchmarks | Craig Tiller | 2017-01-31 |
* | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-24 |
|\ |
|
| * | Merge github.com:grpc/grpc into faster_slices | Craig Tiller | 2017-01-23 |
| |\ |
|
* | | | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| |/
|/| |
|
* | | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| * | Fix core banned functions | Craig Tiller | 2017-01-20 |
| * | Fix comments, merge head, regen project | Craig Tiller | 2017-01-20 |
| * | Merge github.com:grpc/grpc into faster_slices | Craig Tiller | 2017-01-20 |
| |\
| |/
|/| |
|
| * | Make move_first linear | Craig Tiller | 2017-01-19 |
* | | Respond to review comments | Craig Tiller | 2017-01-17 |
* | | Fix sanity: core_banned_functions | Craig Tiller | 2017-01-11 |
| * | Merge branch 'master' into tweak_slice_buffer | Sree Kuchibhotla | 2017-01-09 |
| |\ |
|
| * | | Code review comment: make maybe_embiggen more efficient and realloc only if n... | Sree Kuchibhotla | 2016-12-13 |
| * | | Improve grpc_slice_buffer's grpc_slice_buffer_take_first function. This | Sree Kuchibhotla | 2016-12-13 |
* | | | Offer grpc_slice_to_c_string to simplify some code | Craig Tiller | 2016-12-09 |
* | | | Fix bug whereby errors on a call do not lead to cancellation | Craig Tiller | 2016-12-08 |
* | | | Start resolving memory issues in C++ metadata | Craig Tiller | 2016-12-08 |
* | | | Fix correctness, mem leak | Craig Tiller | 2016-11-23 |
* | | | Sketch intern vtable condensed ops | Craig Tiller | 2016-11-23 |
* | | | Sketch intern sub vtable | Craig Tiller | 2016-11-23 |
* | | | Start sketching interning refcount | Craig Tiller | 2016-11-23 |
* | | | Start sketching interning refcount, fix static | Craig Tiller | 2016-11-23 |
* | | | Fix compile, make slice.c respect sub_refcount | Craig Tiller | 2016-11-23 |
* | | | Declare sub_refcnt field | Craig Tiller | 2016-11-23 |
* | | | Move from cmp --> eq, and provide a good implementation for interning | Craig Tiller | 2016-11-21 |
* | | | h2_full_test in debug passes | Craig Tiller | 2016-11-18 |
* | | | Get identity law testing right | Craig Tiller | 2016-11-18 |
* | | | Merge branch 'slice_with_exec_ctx' into eliminate_mdstr | Craig Tiller | 2016-11-18 |
|\ \ \
| | |/
| |/| |
|
* | | | Fix static metadata | Craig Tiller | 2016-11-17 |
* | | | Fix static string interning | Craig Tiller | 2016-11-17 |
* | | | All core tests compile without grpc_mdstr | Craig Tiller | 2016-11-17 |
* | | | Move slice functions to vtable, implement hash | Craig Tiller | 2016-11-17 |