Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #16074 from bshaffer/issue-16072 | Stanley Cheung | 2018-07-24 |
|\ | | | | | fixes subpackage issue with loading composer | ||
* \ | Merge pull request #16109 from jtattermusch/xamarin_ios_pieces | Jan Tattermusch | 2018-07-24 |
|\ \ | | | | | | | Xamarin iOS: Add libgrpc_csharp_ext.a for iOS into Grpc.Core nuget. | ||
* \ \ | Merge pull request #16104 from yashykt/finalinfo | Yash Tibrewal | 2018-07-24 |
|\ \ \ | | | | | | | | | Allow error strings in final_info to propagate to filters on call des… | ||
* \ \ \ | Merge pull request #16069 from hcaseyal/gpr_arena_alloc | hcaseyal | 2018-07-24 |
|\ \ \ \ | | | | | | | | | | | Replace atomics in gpr_arena_aloc with a mutex in the slow path | ||
| | | * | | build fat binary for ios | Jan Tattermusch | 2018-07-24 |
| | | | | | |||
| | | * | | fix Grpc.Core.csproj | Jan Tattermusch | 2018-07-24 |
| | | | | | |||
| | | * | | copying files | Jan Tattermusch | 2018-07-24 |
| | | | | | |||
| | | * | | experiment: build grpc_csharp_ext for ios | Jan Tattermusch | 2018-07-24 |
| |_|/ / |/| | | | |||
| * | | | Replace atomics in gpr_arena_aloc with a mutex in the slow path | Hope Casey-Allen | 2018-07-23 |
| | | | | |||
| | * | | Allow error strings in final_info to propagate to filters on call destruction | Yash Tibrewal | 2018-07-23 |
| | | | | |||
* | | | | Merge pull request #16067 from srini100/master | Srini Polavarapu | 2018-07-23 |
|\ \ \ \ | | | | | | | | | | | Bump version to v1.15.0-dev | ||
* | | | | | improve xamarin platform detection | Jan Tattermusch | 2018-07-23 |
| | | | | | |||
* | | | | | C# native libraries should support Android 4.4+ (=api level 19) | Jan Tattermusch | 2018-07-23 |
| | | | | | |||
* | | | | | add explanation for MonoPInvokeCallback attribute | Jan Tattermusch | 2018-07-23 |
| | | | | | |||
* | | | | | iOS (and probably other AOT platforms) needs to have delegates registered | Matthew Leibowitz | 2018-07-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - if a managed delegate is going to be passed to native code, then it requires an attribute - instead of depending on Xamarin.iOS for this, we can just create our own, the iOS runtime just checks for the type name - reference: https://docs.microsoft.com/en-gb/xamarin/ios/internals/limitations#reverse-callbacks | ||
* | | | | | Merge pull request #15969 from Greenliff/support/xamarin | Jan Tattermusch | 2018-07-23 |
|\ \ \ \ \ | | | | | | | | | | | | | Xamarin.Android: add support | ||
* \ \ \ \ \ | Merge pull request #15929 from Torgen/empty_product_name_segfault | Nicolas Noble | 2018-07-21 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Don't segfault when product name from BIOS is empty | ||
* | | | | | | Merge pull request #16007 from jiangtaoli2016/npn | Jiangtao Li | 2018-07-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | ssl_check_peer bypass ALPN check if NPN is used | ||
* \ \ \ \ \ \ | Merge pull request #16010 from sreecha/fix-dns-job-2 | Sree Kuchibhotla | 2018-07-20 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add resolver executor | ||
* \ \ \ \ \ \ \ | Merge pull request #16023 from ncteisen/channelz-cpp | Noah Eisen | 2018-07-20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Channelz++: Part 1 Bootstrap the C++ Service Layer | ||
| | * \ \ \ \ \ \ | Merge branch 'master' into fix-dns-job-2 | Sree Kuchibhotla | 2018-07-20 |
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||
| * | | | | | | | | reviewer feedback | ncteisen | 2018-07-20 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #15846 from medinandres/json_fix | Jan Tattermusch | 2018-07-20 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | Corrected formatting of json files | ||
| | | | | | | | * | fixes subpackage issue with loading composer | Brent Shaffer | 2018-07-19 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||
| | * | | | | | | reviewer feedback | ncteisen | 2018-07-19 |
| | | | | | | | | |||
| | | | | | * | | fix continuous build of the Grpc.Core nuget | Jan Tattermusch | 2018-07-20 |
| | | | | | | | | |||
| | * | | | | | | Move ChannelzServicePlugin to public, experimental | ncteisen | 2018-07-19 |
| | | | | | | | | |||
| | | | | | * | | explicitly list Grpc.Core.targets files | Jan Tattermusch | 2018-07-19 |
| | | | | | | | | |||
| | | | | | * | | revert changes to Version.csproj.include | Jan Tattermusch | 2018-07-19 |
| | | | | | | | | |||
| | | | | | * | | better NativeExtension.LoadNativeMethods readability | Jan Tattermusch | 2018-07-19 |
| | | | | | | | | |||
| | | | | | * | | Merge remote-tracking branch 'upstream/master' into support/xamarin | Jan Tattermusch | 2018-07-19 |
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||
| | | | | | * | | fix automatized android artifact build | Jan Tattermusch | 2018-07-19 |
| | | | | | | | | |||
| | * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp | ncteisen | 2018-07-19 |
| | |\ \ \ \ \ \ | |||
* | | \ \ \ \ \ \ | Merge branch 'master' of https://github.com/grpc/grpc into channelz-grpclb | ncteisen | 2018-07-19 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #16050 from ncteisen/channelz-round-robin | Noah Eisen | 2018-07-19 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Channelz Part 3.33: Round Robin Subchannel Refs Support | ||
| | * | | | | | | | | s/channels/channel's | ncteisen | 2018-07-19 |
| | | | | | | | | | | |||
| | | | | | | | | * | Regenerate projects | Srini Polavarapu | 2018-07-19 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #16053 from yashykt/tsanfix | Yash Tibrewal | 2018-07-19 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Data race fix for lockfree_event | ||
| * | | | | | | | | | | Fix andriod interop client | ncteisen | 2018-07-19 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||
* | | | | | | | | | | Add child refs support to grpclb | ncteisen | 2018-07-18 |
| |_|/ / / / / / / |/| | | | | | | | | |||
* | | | | | | | | | Refactor some shared code to SubchannelList | ncteisen | 2018-07-18 |
| | | | | | | | | | |||
* | | | | | | | | | Support subchannel refs for round_robin | ncteisen | 2018-07-18 |
|/ / / / / / / / | |||
| | | * / / / / | Adds C++ Channelz Service | ncteisen | 2018-07-18 |
| |_|/ / / / / |/| | | | | | | |||
| * | | | | | | s/inited/initialized | Yash Tibrewal | 2018-07-18 |
| | | | | | | | |||
* | | | | | | | Expose GetChannel and GetTopChannels Core API | ncteisen | 2018-07-18 |
| | | | | | | | |||
| * | | | | | | Fix a TSAN bug in lockfree_event | Yash Tibrewal | 2018-07-18 |
| | | | | | | | |||
* | | | | | | | Merge pull request #16020 from ncteisen/channelz-get-top-channels | Noah Eisen | 2018-07-18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Channelz Part 2: GetTopChannels | ||
* \ \ \ \ \ \ \ | Merge pull request #16049 from ncteisen/clang-tidy | Noah Eisen | 2018-07-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Cland Tidy Fixes for Channelz | ||
| | * | | | | | | | s/this/with | ncteisen | 2018-07-18 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #16033 from jtattermusch/upgrade_boringssl_submodule | Jan Tattermusch | 2018-07-18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Upgrade boringssl submodules to latest chromium-stable |