Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Implement LB policy updates | David Garcia Quintas | 2017-06-06 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-05-11 |
|\ | |||
| * | Fix bogus asserts | Craig Tiller | 2017-04-27 |
| | | |||
| * | Fix windows build. | Mark D. Roth | 2017-04-20 |
| | | |||
| * | Fix asan bug. | Mark D. Roth | 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 |
| | | | | | | | | Also add some missing rules in test/core/slice/BUILD. | ||
* | | Rewriting core tests BUILD files to use the build system. | Nicolas "Pixel" Noble | 2017-04-18 |
| | | |||
* | | Buildifier and wrapping test/cpp/* rules with our build system. | Nicolas "Pixel" Noble | 2017-04-13 |
|/ | |||
* | Fix build files | Craig Tiller | 2017-03-30 |
| | |||
* | Reinstate one check, fix fall out | Craig Tiller | 2017-03-30 |
| | |||
* | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | David Garcia Quintas | 2017-03-03 |
|\ | |||
| * | Enclose sin6_scope_id in uri | Yuchen Zeng | 2017-02-22 |
| | | |||
* | | Add BUILD file for test/core/slice | Craig Tiller | 2017-02-17 |
| | | |||
* | | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
|/ | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Fix test under MSVC | Craig Tiller | 2017-01-20 |
| | | | | | Optimizer was spotting that src1 and src2 would be identical and merging them. | ||
* | Start resolving memory issues in C++ metadata | Craig Tiller | 2016-12-08 |
| | |||
* | Fix test | Craig Tiller | 2016-11-23 |
| | |||
* | Move from cmp --> eq, and provide a good implementation for interning | Craig Tiller | 2016-11-21 |
| | |||
* | 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 |
| | |||
* | First pass of slice interning facilities | Craig Tiller | 2016-11-10 |
| | |||
* | Finish moving to new APIs | Craig Tiller | 2016-11-09 |
| | |||
* | Progress towards making grpc_slice_unref_internal take an exec_ctx | Craig Tiller | 2016-10-31 |
| | |||
* | clang-format | Craig Tiller | 2016-10-26 |
| | |||
* | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | |||
* | buildtests_c builds | Craig Tiller | 2016-10-26 |
| | |||
* | Add incldues, fix function names | Craig Tiller | 2016-10-26 |
| | |||
* | Add incldues | Craig Tiller | 2016-10-26 |
| | |||
* | Update includes, s/gpr_dump_slice/grpc_dump_slice/g | Craig Tiller | 2016-10-26 |
| | |||
* | Bulk update #includes | Craig Tiller | 2016-10-26 |
| | |||
* | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |