Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
bcaef3bdbb09783793e3d89032310c944edfbeff
/
src
/
csharp
8ceb27a
Regenerate projects
by Juanli Shen
· 6 years ago
ca12a87
Merge pull request #16440 from jtattermusch/csharp_cancellation_deadlock
by Jan Tattermusch
· 6 years ago
a46b41b
Merge pull request #16438 from jtattermusch/csharp_fix_subchannel_sharing
by Jan Tattermusch
· 6 years ago
a80fa87
C#: allow dot in metadata keys
by Jan Tattermusch
· 6 years ago
e7fb4e5
avoid deadlock while cancelling a call
by Jan Tattermusch
· 6 years ago
dc7bedd
C#: fix subchannel sharing for secure channels
by Jan Tattermusch
· 6 years ago
fba18d8
Fix a number of spelling errors.
by Chris Lamb
· 6 years ago
c2f270f
sync nunit version for all test projects
by Jan Tattermusch
· 6 years ago
ec8a5f2
C# sanity test accepts [TestCase] attribute too
by Jan Tattermusch
· 6 years ago
e786b33
Merge pull request #16322 from jtattermusch/csharp_protobuf_update361
by Jan Tattermusch
· 6 years ago
46f8637
Merge pull request #16308 from jtattermusch/csharp_ios_crash_workaround
by Jan Tattermusch
· 6 years ago
1b59cc8
use AtomicCounter to avoid unnecessary grpc_init invocations
by Jan Tattermusch
· 6 years ago
537503d
C#: upgrade protobuf nugets to v3.6.1
by Jan Tattermusch
· 6 years ago
69984f6
C#: avoid shutdown crash on iOS
by Jan Tattermusch
· 6 years ago
753f4dc
Add PlatformApis.IsUnityIOS
by Jan Tattermusch
· 6 years ago
cc13160
use recommended names for MonoAndroid and Xamarin.iOS
by Jan Tattermusch
· 6 years ago
ddc7fd8
make Grpc.Core nuget work for Xamarin.Forms
by Jan Tattermusch
· 6 years ago
15b1f6b
deduplicate GUIDs for unity .meta files
by Jan Tattermusch
· 6 years ago
666dc76
regenerate C# protos
by Jan Tattermusch
· 6 years ago
ff3b554
regenerate C# protos
by Jan Tattermusch
· 6 years ago
5e56966
upgrade C# to protobuf 3.6.0
by Jan Tattermusch
· 6 years ago
29e4947
portable zip for unity package
by Jan Tattermusch
· 6 years ago
b733c4d
add instructions how to use Unity
by Jan Tattermusch
· 6 years ago
44ed592
Merge pull request #16208 from jtattermusch/csharp_unity_package
by Jan Tattermusch
· 6 years ago
5e94c0d
unitypackage: fix extensions when copying
by Jan Tattermusch
· 6 years ago
a9eda49
explain where .meta files came from
by Jan Tattermusch
· 6 years ago
9f3ff1a
fix unity package name
by Jan Tattermusch
· 6 years ago
abcb0fd
regenerate
by Jan Tattermusch
· 6 years ago
cca1126
add skeleton of unity package
by Jan Tattermusch
· 6 years ago
015874f
regenerate
by Jan Tattermusch
· 6 years ago
6975fe4
Merge pull request #16194 from jtattermusch/add_xamarin_example
by Jan Tattermusch
· 6 years ago
8ff090c
add script for building unitypackage
by Jan Tattermusch
· 6 years ago
c5e5ba7
remove script for building c# packages on Linux
by Jan Tattermusch
· 6 years ago
23b7510
fix markdown rendering
by Jan Tattermusch
· 6 years ago
98680f8
remove Jenkins references from build_packages scripts
by Jan Tattermusch
· 6 years ago
79e7eb8
mention experimental support for Xamarin and Unity
by Jan Tattermusch
· 6 years ago
7cb30b0
Grpc.Core: add support for x86 android emulator
by Jan Tattermusch
· 6 years ago
5aa2a0e
build fat binary for ios
by Jan Tattermusch
· 6 years ago
527d87a
fix Grpc.Core.csproj
by Jan Tattermusch
· 6 years ago
5bb8a33
copying files
by Jan Tattermusch
· 6 years ago
cbc2b1f
experiment: build grpc_csharp_ext for ios
by Jan Tattermusch
· 6 years ago
29c9e04
Merge pull request #16067 from srini100/master
by Srini Polavarapu
· 6 years ago
0b907fc
improve xamarin platform detection
by Jan Tattermusch
· 6 years ago
cebab02
C# native libraries should support Android 4.4+ (=api level 19)
by Jan Tattermusch
· 6 years ago
bf5524b
add explanation for MonoPInvokeCallback attribute
by Jan Tattermusch
· 6 years ago
1add55d
iOS (and probably other AOT platforms) needs to have delegates registered
by Matthew Leibowitz
· 6 years ago
a207a04
Merge pull request #15969 from Greenliff/support/xamarin
by Jan Tattermusch
· 6 years ago
e6824f3
Merge pull request #15846 from medinandres/json_fix
by Jan Tattermusch
· 6 years ago
8ed83fb
fix continuous build of the Grpc.Core nuget
by Jan Tattermusch
· 6 years ago
e565567
explicitly list Grpc.Core.targets files
by Jan Tattermusch
· 6 years ago
1e30bce
revert changes to Version.csproj.include
by Jan Tattermusch
· 6 years ago
be6f3e3
better NativeExtension.LoadNativeMethods readability
by Jan Tattermusch
· 6 years ago
3511f45
Merge remote-tracking branch 'upstream/master' into support/xamarin
by Jan Tattermusch
· 6 years ago
c6970ad
fix automatized android artifact build
by Jan Tattermusch
· 6 years ago
8c9af74
Regenerate projects
by Srini Polavarapu
· 6 years ago
ea44d93
Merge pull request #15998 from grpc/v1.13.x
by Mehrdad Afshari
· 6 years ago
f5b1966
add a TODO
by Jan Tattermusch
· 6 years ago
df332f3
explain the shutdown hooks in detail
by Jan Tattermusch
· 6 years ago
cd01eef
Remove C# shutdown hook on .NET Core
by Chris Bacon
· 6 years ago
7a7e09c
Xamarin support: introduce PlatformApis.isXamarin*, working NativeMethods for Xamarin.Android, do not use System.Runtime.Loader on Android for the moment
by Alexander Houben
· 6 years ago
9687447
Regenerate projects
by Srini Polavarapu
· 6 years ago
ed0dc06
Regenerate Projects
by Mehrdad Afshari
· 6 years ago
89642bb
Corrected formatting of json files
by Andres Medina
· 6 years ago
f389e52
overhaul of top-level .md files
by Jan Tattermusch
· 6 years ago
9e3e646
Merge pull request #15274 from JackOfMostTrades/verify-callback-core
by Mark D. Roth
· 6 years ago
ddef0f6
Merge pull request #15668 from mehrdada/remove-csharp-interceptor-api-experimental-warning
by Mehrdad Afshari
· 6 years ago
fd196a7
Fix typos in the description of Server
by Rinat Abdullin
· 6 years ago
561630d
Regenerate projects
by Mehrdad Afshari
· 6 years ago
d661628
Merge pull request #15694 from srini100/bump-to-v1.14
by Srini Polavarapu
· 6 years ago
68eff58
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
by Ian Haken
· 7 years ago
8775ead
Merge pull request #15687 from jtattermusch/csharp_mock_example
by Jan Tattermusch
· 6 years ago
586c639
Regenerate projects
by Srini Polavarapu
· 6 years ago
c79c156
Regenrate projects
by Srini Polavarapu
· 6 years ago
b8fb538
regenerate C# protos
by Jan Tattermusch
· 6 years ago
1987aa2
demonstrate testability of server-side impl classes
by Jan Tattermusch
· 6 years ago
1d10702
add tests demonstrating how to mock client stubs
by Jan Tattermusch
· 6 years ago
890717b
build package with native debug symbols
by Jan Tattermusch
· 6 years ago
b6f0d0d
add package with native debug symbols
by Jan Tattermusch
· 6 years ago
0de9bd3
Remove EXPERIMENTAL API notice on C# interceptor API
by Mehrdad Afshari
· 6 years ago
57139d1
fix C# codegen for empty service
by Jan Tattermusch
· 6 years ago
b43741d
Merge pull request #14577 from jtattermusch/csharp_remove_connectivity_watcher
by Jan Tattermusch
· 6 years ago
0767878
build C# android artifact
by Jan Tattermusch
· 7 years ago
1416e7f
Merge pull request #15214 from jtattermusch/test_double_for_server_call_context
by Jan Tattermusch
· 7 years ago
e84ea53
Merge pull request #15252 from carl-mastrangelo/healthy
by Yang Gao
· 7 years ago
95fbb06
regenerate pbs
by Carl Mastrangelo
· 7 years ago
2d43a45
Regenerate projects
by Mehrdad Afshari
· 7 years ago
f6bf95f
update csharp gen
by Carl Mastrangelo
· 7 years ago
4ea4727
Allow creating instances of ServerCallContext in tests
by Jan Tattermusch
· 7 years ago
d904159
Further improvements to README.md
by Jan Tattermusch
· 7 years ago
2ddbb17
better C# instructions
by Jan Tattermusch
· 7 years ago
98a56a2
Merge pull request #15140 from jskeet/status
by Mehrdad Afshari
· 7 years ago
cd9e9e7
Add RpcException.StatusCode property
by Jon Skeet
· 7 years ago
f723164
new mono versions on MacOS default to 64bit runtime
by Jan Tattermusch
· 7 years ago
8557089
remove C# global.json files
by Jan Tattermusch
· 7 years ago
1d74fa6
Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2
by Mehrdad Afshari
· 7 years ago
8e9baf3
Bump protobuf runtime dependency versions
by Mehrdad Afshari
· 7 years ago
7a20c96
Break out qps services into seperate protos
by kpayson64
· 7 years ago
90cfc8e
Regenerate projects
by Mehrdad Afshari
· 7 years ago
818cf05
Merge pull request #14683 from kkm000/package-grpc-tools-nits
by Jan Tattermusch
· 7 years ago
f6909b2
fix a test
by Jan Tattermusch
· 7 years ago
Next »