Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed printf/gpr_log format in lb_policy.c | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6938 from nathanielmanistaatgoogle/__all__ | Jan Tattermusch | 2016-06-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | grpc.__all__ definition | |||
| * | | | | | | | | | | | | | | | | | Merge pull request #6882 from kpayson64/python_metadata_tests | Jan Tattermusch | 2016-06-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | Added Python GA API metadata tests | |||
| | | * | | | | | | | | | | | | | | | grpc.__all__ definition | Nathaniel Manista | 2016-06-16 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | Merge pull request #6876 from mdyring/master | Nicolas Noble | 2016-06-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined | |||
| | | | | | | | | | | | | | * | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabling it allows clang-3.4 to run C/C++ on docker | |||
| | | | | | | | | | | * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because nullptr assignment actually requires the calling of a constructor. As a result, the order in which these nullptr initializations take place is not defined with respect to other initializations. A pointer that is left without explicit initialization automatically gets nullptr anyway, so just don't explicitly initialize these. | |||
| | | | | | | | | | | | | * | | | 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 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The faulty line is behind a preprocessor define that isn't on by default. | |||
| | | | | | | | | | | | | * | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 64bit Android support | |||
| | | | | | | | | | * | | | | | Allow forcing the use of the default polling strategy [instead of all ↵ | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strategies] | |||
| | | | | | | | | * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | containers | |||
| | | | | | | | | | | | * | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve docs for IAsyncStreamReader | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6908 from jtattermusch/csharp_send_completion_dedup | Jan Tattermusch | 2016-06-15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C#: dedup code for send finished handler | |||
| | | | | | | | | | | | | | * | | Got carried away with grpc:: | Vijay Pai | 2016-06-15 | |
| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | Merge pull request #6884 from jtattermusch/manual_upmerge_0_14_to_master | Nicolas Noble | 2016-06-15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually Upmerge changes from 0.14 release branch into master | |||
| | | | | | | | | | | | | | | * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE, nullptr->grpc::nullptr) | |||
| | | | | | | | | | | | | | | | * | 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 ↵ | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | |_|/ | | | | | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | handshake_timeout | |||
| | | | | | | | | | | | | | * | | | Add a byte to avert a crash (which should be investigated sometime) | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | | * | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | | | | |\ | | | | | | | | | | | | | | | |_|/ | | | | | | | | | | | | | | |/| | | ||||
| | | | | | | | | | | | | | * | | | Make {endpoint,fd}_shutdown idempotent | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | | * | | Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL is | vjpai | 2016-06-15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not true | |||
| | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵ | Jan Tattermusch | 2016-06-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manual_upmerge_0_14_to_master | |||
| | | | | | | | | | | | | | * | | | Add a test for multiple endpoint shutdowns | Craig Tiller | 2016-06-15 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | Merge pull request #6875 from y-zeng/log_check | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop unnecessary future division import | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6904 from ↵ | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/unimplemented-for-cardinality-violation UNIMPLEMENTED status for cardinality violation |