Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | | Merge pull request #6838 from vjpai/trigger_happy | Jan Tattermusch | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6858 from makdharma/issue5851 | Jan Tattermusch | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6905 from makdharma/2868 | Jan Tattermusch | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6943 from kpayson64/python_qps_wait | Jan Tattermusch | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5256 from tamihiro/master | Jan Tattermusch | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | Wait for channel to be connected for each client | Ken Payson | 2016-06-16 | |
| | | | | | | | | | * | | | | | | | | Rename FATAL_FAILURE SHUTDOWN | Nathaniel Manista | 2016-06-16 | |
| | | | | | | | | | | | | | * | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-16 | |
| | | | | | | | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | Merge pull request #6921 from dgquintas/fix_printf_flags_lb_policy | Jan Tattermusch | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6938 from nathanielmanistaatgoogle/__all__ | Jan Tattermusch | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Merge pull request #6882 from kpayson64/python_metadata_tests | Jan Tattermusch | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | grpc.__all__ definition | Nathaniel Manista | 2016-06-16 | |
| |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | Merge pull request #6876 from mdyring/master | Nicolas Noble | 2016-06-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | | | | | Don't global initialize anything to nullptr | vjpai | 2016-06-16 | |
| | | | | | | | | | | | | |/ / / / | ||||
| | | | | | | | | | * | | | | | | | Disable ccache for clang-3.4 on Ubuntu 14.04 as this is not currently working. | Vijay Pai | 2016-06-16 | |
| | | | | | | | | | * | | | | | | | no ccache | Vijay Pai | 2016-06-16 | |
| |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | * | | | | Include <cinttypes> for PRIuPTR. Not clear why this is needed. | Vijay Pai | 2016-06-16 | |
| | | | | | | | | | | | * | | | | Remove range-based for, comparisons to nullptr | Vijay Pai | 2016-06-16 | |
| | | | | | | | | | | | * | | | | Digraph | Vijay Pai | 2016-06-16 | |
| | | | | | | | | | | | * | | | | Digraph | Vijay Pai | 2016-06-16 | |
| | | | | | | | | | | | * | | | | Merge branch 'wheezy' of github.com:vjpai/grpc into wheezy | Vijay Pai | 2016-06-16 | |
| | | | | | | | | | | | |\ \ \ \ | ||||
| | | | | | | | | | | | * | | | | | Keeping this up-to-date | Vijay Pai | 2016-06-16 | |
| | | | | | | | | | | | | * | | | | Should not explicitly initialize these pointers to nullptr in gcc-4.4 case | Vijay Pai | 2016-06-16 | |
| | | | | | | | | | | | * | | | | | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | / / / / | | | | | | | | | | | | |/ / / / | ||||
| | | | | | | | | | | | * | | | | clang-format | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | | * | | | | De-lambda-ify | vjpai | 2016-06-15 | |
| | | * | | | | | | | | | | | | | Fixed printf/gpr_log format. | David Garcia Quintas | 2016-06-15 | |
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | * | | | Merge branch 'idempotent_endpoint_shutdown' into error | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | |\ \ \ | | | | | | | | | | | |_|/ / / | | | | | | | | | | |/| | | | | ||||
| | | | | | | | | | * | | | | | clang-format code | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | * | | | | | Fix windows tests for idempotent shutdown | Craig Tiller | 2016-06-15 | |
* | | | | | | | | | | | | | | | Merge pull request #6334 from tberghammer/android-64bit | Nicolas Noble | 2016-06-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | * | | | | | | | Allow forcing the use of the default polling strategy [instead of all strateg... | Craig Tiller | 2016-06-15 | |
| | | | | | | | * | | | | | | | | Disable fuzzed tests on TSAN | Craig Tiller | 2016-06-15 | |
| |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | * | | | | Deal with issues surrounding const members of classes used in | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | * | | | | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 | |
* | | | | | | | | | | | | | | | Merge pull request #6909 from jtattermusch/csharp_client_streaming | Jan Tattermusch | 2016-06-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6908 from jtattermusch/csharp_send_completion_dedup | Jan Tattermusch | 2016-06-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | | | | | * | | | | Got carried away with grpc:: | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | | | | | | * | Change cleanup step in node package build to account for well known protos | murgatroid99 | 2016-06-15 | |
| | | | | | | | | | | | | | | | * | Fix compiler/plugin.proto copying to the wrong place | murgatroid99 | 2016-06-15 | |
| | | | | | | | | | | | | | | | * | Add well known protos to Node and Ruby tools packages | murgatroid99 | 2016-06-15 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge pull request #6884 from jtattermusch/manual_upmerge_0_14_to_master | Nicolas Noble | 2016-06-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | | | | | | * | | | Specify template parent explicitly | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | | | | * | | | Provide nullptr->std::function cast | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | | | | * | | | Switch out a using with a typedef | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | | | | * | | | Enforce gcc-4.4 compatibility on test_credentials_provider by changing | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | | | | | * | | Fix merge errors | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | | | * | | Fix merge error | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | | | * | | Merge branch 'idempotent_endpoint_shutdown' of github.com:ctiller/grpc into h... | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | | | |\ \ | | | | | | | | | | | | | | |_|/ / | | | | | | | | | | | | | |/| | | | ||||
| | | | | | | | | | | | | * | | | | Add a byte to avert a crash (which should be investigated sometime) | Craig Tiller | 2016-06-15 |