Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Build fix | Craig Tiller | 2017-04-20 |
* | Merge pull request #10622 from lyuxuan/cpp_overhead | lyuxuan | 2017-04-20 |
|\ | |||
| * | change to new completion queue api | Yuxuan Li | 2017-04-19 |
* | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-14 |
|\ \ | |||
| | * | adding a benchmark for c core call create that do two separate batches. | Yuxuan Li | 2017-04-14 |
| * | | Merge pull request #9972 from sreecha/cq_create_api_changes | Sree Kuchibhotla | 2017-04-14 |
| |\ \ | |||
| | | * | use grpc_channel_create_registered_call | Yuxuan Li | 2017-04-13 |
| | | * | profile cpp overhead for call create | Yuxuan Li | 2017-04-12 |
| | * | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-06 |
| | |\| | |||
| * | | | Fixup code | Craig Tiller | 2017-04-06 |
| * | | | Rename compress_filter --> message_compress_filter | Craig Tiller | 2017-04-06 |
* | | | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-05 |
|\ \ \ \ | | |_|/ | |/| | | |||
| | * | | Merge github.com:grpc/grpc into minimal_test | Craig Tiller | 2017-04-05 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #10469 from ctiller/xyz | Craig Tiller | 2017-04-05 |
| |\ \ \ | |||
* | | | | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-04 |
|\| | | | | |||
| | * | | | Add profiling annotations | Craig Tiller | 2017-04-04 |
| | | * | | Merge branch 'minimal' into minimal_test | Craig Tiller | 2017-04-04 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge github.com:grpc/grpc into minimal | Craig Tiller | 2017-04-04 |
| |\ \ \ \ | |||
| | | | * | | Fix sanity | Craig Tiller | 2017-04-03 |
| | | | * | | Optionalize deadline checking | Craig Tiller | 2017-04-03 |
| | | | * | | Optionalize compress, gather all the http2 filter bits together in ext/ | Craig Tiller | 2017-04-03 |
| | | | * | | Optionalize message_size_filter | Craig Tiller | 2017-04-03 |
| | |_|/ / | |/| | | | |||
| * | | | | Reorganize ext tree | Craig Tiller | 2017-03-31 |
| | |/ / | |/| | | |||
| | * | | Review feedback: bikeshedding round | Craig Tiller | 2017-03-31 |
* | | | | Call ref/unref, bugfixes | Craig Tiller | 2017-03-31 |
|/ / / | |||
| | * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-30 |
| | |\ | |_|/ |/| | | |||
| * | | Merge github.com:grpc/grpc into new_transport_op | Craig Tiller | 2017-03-30 |
| |\ \ | |/ / |/| | | |||
| * | | fixes | Craig Tiller | 2017-03-29 |
| * | | Merge github.com:grpc/grpc into new_transport_op | Craig Tiller | 2017-03-28 |
| |\ \ | |||
* | \ \ | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness | Nicolas "Pixel" Noble | 2017-03-27 |
|\ \ \ \ | | |/ / | |/| | | |||
| | | * | Fix after merge with master | Sree Kuchibhotla | 2017-03-24 |
| | | * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-24 |
| | | |\ | | |_|/ | |/| | | |||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness | Nicolas "Pixel" Noble | 2017-03-22 |
|\ \ \ \ | |||
| | * | | | Fixes for new APIs | Craig Tiller | 2017-03-22 |
| | | | * | Update C++ code | Sree Kuchibhotla | 2017-03-22 |
| | * | | | Merge github.com:grpc/grpc into call_cases | Craig Tiller | 2017-03-21 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | | * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-21 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | * | | Merge github.com:grpc/grpc into new_transport_op | Craig Tiller | 2017-03-20 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | * | | | Expand benchmark coverage to isolated grpc_call scenarios against a dummy fil... | Craig Tiller | 2017-03-16 |
| * | | | | Fix compilation | Craig Tiller | 2017-03-15 |
| |/ / / | |||
| | * / | Fix compilation | Craig Tiller | 2017-03-14 |
| |/ / | |||
| * | | Merge pull request #10068 from ctiller/zalloc_bench | Craig Tiller | 2017-03-10 |
| |\ \ | |||
* | \ \ | Merge github.com:grpc/grpc into cpp_bazelness | Craig Tiller | 2017-03-09 |
|\ \ \ \ | |||
| | | * | | clang-format | Craig Tiller | 2017-03-09 |
| | | * | | Track zalloc times in microbenchmark | Craig Tiller | 2017-03-09 |
| | |/ / | |/| | | |||
| | | * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-08 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Merge branch 'fssplit' into bm_channel | Craig Tiller | 2017-03-06 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Add a test of creating a call on a lame channel in C++ | Craig Tiller | 2017-03-06 |
| | | * | Prefix grpc_cq_polling_type enums with GRPC_CQ_ | Sree Kuchibhotla | 2017-03-03 |
| | | * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-03 |
| | | |\ | | | |/ | | |/| |