Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| | | | | | | * | | | | | Remove range-based for, comparisons to nullptr | 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 | |
| | | | | | | |\ \ \ \ \ | ||||
| | | | | | | | * | | | | | 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 | |
| | | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | / / / / / | | | | | | | |/ / / / / | ||||
| | | * | | | / / / / / | 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. | |||
| | | | | | | | | | * | moar pr comments | David Garcia Quintas | 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 | |||
| | | | | | | | | | | * | | Add well known protos to Node and Ruby tools packages | murgatroid99 | 2016-06-15 | |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||
| | | | | | | | | * | | | Fix merge errors | Craig Tiller | 2016-06-15 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | * | | | Fix merge error | 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 | |
| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵ | Jan Tattermusch | 2016-06-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | manual_upmerge_0_14_to_master | |||
| * | | | | | | | | | | | 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 | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6632 from stanley-cheung/php-add-trailing-metadata-api | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP: add call getTrailingMetadata API | |||
| | | | | | | * | | | | | | | | | improve docs for IAsyncStreamReader | Jan Tattermusch | 2016-06-14 | |
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | | deduplicate send finished handler | Jan Tattermusch | 2016-06-14 | |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | pr comments | David Garcia Quintas | 2016-06-14 | |
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | fix terminal encoding for cocoapods | Jan Tattermusch | 2016-06-14 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | Fix a typo in php stress client that was causing the php client to ignore ↵ | Sree Kuchibhotla | 2016-06-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | any explicitly passed port | |||
| | | | | | | | | | | * | | | Try to get some more debug info | Craig Tiller | 2016-06-14 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge pull request #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add base64 decoder | |||
| | | | | | | | | * | | | | | | Fixes #2868 | Makarand Dharmapurikar | 2016-06-14 | |
| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Merge pull request #6857 from kpayson64/python_cleanup | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added cleanup to server thread join method | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6873 from kpayson64/python_signal_handling | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added check for signals in poll() | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6874 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python GA code generation | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6881 from kpayson64/python_create_channel_bug | Jan Tattermusch | 2016-06-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | Fix create_[secure/insecure]_channel argument order | |||
| | | | | | | | * | | | | | | | | | | UNIMPLEMENTED status for cardinality violation | Nathaniel Manista | 2016-06-14 | |
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | * | | | | | PHP stress client in stress test framework | Sree Kuchibhotla | 2016-06-14 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | | Drop unnecessary future division import | Nathaniel Manista | 2016-06-14 | |
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We only ever use floor division (//) in the module. | |||
| | | | | | | * | | | | | | | | php: add call getTrailingMetadata API | Stanley Cheung | 2016-06-14 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | * | | | Fix use-after-free | Craig Tiller | 2016-06-14 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | * | | | Handshake timeout implemented, and compiles | Craig Tiller | 2016-06-14 | |
| | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Merge pull request #6890 from jtattermusch/csharp_less_verbose_logs | Jan Tattermusch | 2016-06-13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | C# less verbose logs | |||
| | | | | | | | | | | | | * | | Fix namespace package usage | Masood Malekghassemi | 2016-06-13 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out that Python namespace packages may be asymmetrical. The contents of a particular package that was installed first (here grpcio) appears to retain its contents in the installation directory when all other distributions declare that package as a namespace package (here grpcio-tools). | |||
| | | | | | | | * | | | | | | Rename gpr_strpad as gpr_leftpad | Yuchen Zeng | 2016-06-13 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | * | | Getting handshake timeouts in place | Craig Tiller | 2016-06-13 | |
| | | | | | | | | | | | | | |