Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-01 |
|\ | |||
| * | Merge branch 'master' into filter_call_init_failure | Mark D. Roth | 2016-07-01 |
| |\ | |||
| | * | Merge pull request #7176 from ctiller/deflake | Craig Tiller | 2016-06-30 |
| | |\ | | | | | | | | | Fix memory leak, fix error.c refcount reporting | ||
| | * \ | Merge pull request #6992 from y-zeng/auto-build-example | makdharma | 2016-06-30 |
| | |\ \ | | | | | | | | | | | Build objective-c examples as part of automatic tests | ||
| | * \ \ | Merge pull request #6378 from jcanizales/let-invalidate-channels | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ | | | | | | | | | | | | | Add a maybe-temporary way for apps to clear the channel cache | ||
| | * \ \ \ | Merge pull request #7120 from makdharma/issue6746 | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ \ | | | | | | | | | | | | | | | fix for working with compressed data. Fixes #6746. | ||
| | * \ \ \ \ | Merge pull request #7109 from soltanmm/toolism | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Use open-source defaults to propagate Python plugin configuration | ||
| | * \ \ \ \ \ | Merge pull request #7092 from ctiller/dont_create_redundant_errors | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Dont create errors redundently in chttp2_transport.c | ||
| | * \ \ \ \ \ \ | Merge pull request #7151 from dgquintas/eventfd | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | implemented eventfd_check_availability | ||
| | * \ \ \ \ \ \ \ | Merge pull request #7152 from nathanielmanistaatgoogle/interop | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix Python server interop spec noncompliance | ||
| | * \ \ \ \ \ \ \ \ | Merge pull request #7155 from stanley-cheung/php-fix-call-destroy | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | PHP: fix shutdown hang issue | ||
| | * \ \ \ \ \ \ \ \ \ | Merge pull request #7161 from dgquintas/use_release | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated git clone URL | ||
| | * \ \ \ \ \ \ \ \ \ \ | Merge pull request #7091 from kpayson64/python_str_stuff | Nicolas Noble | 2016-06-30 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed default string type to be str | ||
| | | | | | | | | | | | | * | Fix memory leak, fix error.c refcount reporting | Craig Tiller | 2016-06-30 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | Add comments in build_example_test.sh | Yuchen Zeng | 2016-06-30 |
| | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | Merge pull request #7144 from jtattermusch/coreclr_packages | Jan Tattermusch | 2016-06-30 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | Build experimental nugets with dotnet CLI | ||
| | * | | | | | | | | | | | | Merge pull request #7025 from ctiller/%s | Craig Tiller | 2016-06-30 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make transport-level errors be reflected in status messages on calls | ||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7125 from murgatroid99/node_unskip_creds_tests | Jan Tattermusch | 2016-06-29 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable two Node credentials tests | ||
| | | | | | | | | | | | | | | * | Use protoc and objc plugins built by run_test | Yuchen Zeng | 2016-06-29 |
| | | | | | | | | | | | | | | | | |||
| | | | | | * | | | | | | | | | | Changed default string type to be str | Ken Payson | 2016-06-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This impacts the following APIs: Metadata: Key is always a str, Value is bytes for binary metadata, str otherwise Call Details: str type gRPC method: str type hostname/target: str type | ||
| | | | | | | * | | | | | | | | | Updated git clone URL | David Garcia Quintas | 2016-06-29 |
| | | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | Addressed reviewer comments. | Mark D. Roth | 2016-06-29 |
| | | | | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | | | | php: fix shutdown hang, call was never destroyed | Stanley Cheung | 2016-06-29 |
| | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |||
| | | | | | | | | * | | | | | | implemented eventfd_check_availability | David Garcia Quintas | 2016-06-29 |
| | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Move channel_filter.h from include/ tree to src/ tree. | Mark D. Roth | 2016-06-29 |
| | | | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | | | Fix Python server interop spec noncompliance | Nathaniel Manista | 2016-06-29 |
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix spelling mistakes in the spec itself. | ||
* | | | | | | | | | | | | | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-06-29 |
|\| | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | When call creation fails, free the allocated call. | Mark D. Roth | 2016-06-29 |
| | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | Merge pull request #7116 from kpayson64/python_windows_fix | Jan Tattermusch | 2016-06-29 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert windows dll filename to bytes | ||
| | | | | | | | | | | | * | | | fixed compiler warning #2 | Makarand Dharmapurikar | 2016-06-29 |
| | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-06-29 |
|\| | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | Fix msan/asan/tsan build failure. | Mark D. Roth | 2016-06-29 |
| | | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | | Merge pull request #7081 from y-zeng/build-example-travis | Jan Tattermusch | 2016-06-29 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build ObjC examples in travis | ||
| | | | | | | * | | | | | | | | | regenerate | Jan Tattermusch | 2016-06-29 |
| | | | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | | | fix files/mappings in Grpc.Core nuget | Jan Tattermusch | 2016-06-29 |
| | | | | | | | |_|/ / / / / / | | | | | | | |/| | | | | | | | |||
| | * | | | | | | | | | | | | | Merge pull request #7086 from kpayson64/remove_python_beta_test | Jan Tattermusch | 2016-06-29 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | Removed _connectivity_channel tests | ||
| | | | | | | | | | | * | | | | Use open-source defaults to propagate Python plugin configuration | Masood Malekghassemi | 2016-06-29 |
| | | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | | Merge pull request #7123 from sreecha/epoll_perf | Jan Tattermusch | 2016-06-29 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | Trace statements in epoll poller (enabled by default to debug the recent perf regression) | ||
| | | | | | | | | | | | * | | | fixed a compiler warning | Makarand Dharmapurikar | 2016-06-29 |
| | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | clang-format | Mark D. Roth | 2016-06-29 |
| | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-06-29 |
|\| | | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | | | Reduce the number of kicks | Sree Kuchibhotla | 2016-06-29 |
| | | | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | | | Minor format fix | Sree Kuchibhotla | 2016-06-28 |
| | | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | | Removed _connectivity_channel.ChannelConnectivityTest test | Ken Payson | 2016-06-28 |
| | | | | |_|_|_|/ / / / / / | | | | |/| | | | | | | | | | |||
| | | | | | | * | | | | | | | Re-enable two Node credentials tests | murgatroid99 | 2016-06-28 |
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |||
| | * | | | | | | | | | | | Merge pull request #7066 from y-zeng/ios-test | Jan Tattermusch | 2016-06-28 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix InteropTests.m | ||
| | | | | | | | | | | * | | | Added another comment | Makarand Dharmapurikar | 2016-06-28 |
| | | | | | | | | | | | | | | |||
| | | | * | | | | | | | | | | Trace statements in epoll poller (enabled by default to debug the recent | Sree Kuchibhotla | 2016-06-28 |
| | | | | |_|_|_|_|/ / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf regression) | ||
| | | | | | | | * | | | | | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-28 |
| | | | | | | | |\ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |||
| | | | | | | | | | * | | | Added a comment | Makarand Dharmapurikar | 2016-06-28 |
| | | | | | | | | | | | | |