Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
d7ee291d5f915e2663af4327961d587c45bffc5d
/
src
/
csharp
9ee314a
Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filter
by Craig Tiller
· 8 years ago
8735891
Merge branch 'slice_with_exec_ctx' into metadata_filter
by Craig Tiller
· 8 years ago
00f6636
Generate param comments in C# proto plugin
by Jan Tattermusch
· 8 years ago
726f40f
remove leading space in C# comments
by Jan Tattermusch
· 8 years ago
4038cbf
make grpc_csharp_ext compile
by Jan Tattermusch
· 8 years ago
1b0d2f0
Merge branch 'slice_with_exec_ctx' into metadata_filter
by Craig Tiller
· 8 years ago
b9a5e07
Continue updating C#
by Craig Tiller
· 8 years ago
1bcdf17
Continue updating C#
by Craig Tiller
· 8 years ago
c7df4cf
get rid of unused ReleaseSigned config
by Jan Tattermusch
· 8 years ago
058f555
make CallFlags internal, expose WaitForReady
by Jan Tattermusch
· 8 years ago
43416da
wire passing of C# CallFlags to C core
by Jan Tattermusch
· 8 years ago
0faf80c
add C# call flags API
by Jan Tattermusch
· 8 years ago
a4945df
get rid of the obsolete C# package builder
by Jan Tattermusch
· 8 years ago
69299c7
generate reflection package as well
by Jan Tattermusch
· 8 years ago
d890b25
generate package build script from a template
by Jan Tattermusch
· 8 years ago
b123643
remove one more publicSign
by Jan Tattermusch
· 8 years ago
091057a
fix proto import paths for C# where possible
by Jan Tattermusch
· 8 years ago
0201776
add C# server reflection
by Jan Tattermusch
· 8 years ago
ff3da88
regenerate C# protos
by Jan Tattermusch
· 8 years ago
8613e47
Merge remote-tracking branch 'upstream/v1.0.x' into HEAD
by Jan Tattermusch
· 8 years ago
e7099c8
update Grpc.HealthCheck.nuspec
by Jan Tattermusch
· 8 years ago
63cdea3
update Grpc.Core.nuspec
by Jan Tattermusch
· 8 years ago
f8c43a0
update project.json projects to System.Interactive.Async 3.1.1
by Jan Tattermusch
· 8 years ago
57cc83e
Update .csproj files to System.Interactive.Async to 3.1.1
by Jan Tattermusch
· 8 years ago
8a4ac88
Merge pull request #8619 from apolcyn/gen_csharp_partial_class
by apolcyn
· 8 years ago
b35dfa8
remove existing profiling points
by Jan Tattermusch
· 8 years ago
475e06b
10m entries in profiler
by Jan Tattermusch
· 8 years ago
fdf45ab
support threadpool tracing
by Jan Tattermusch
· 8 years ago
60d0f4c
add a comment
by Jan Tattermusch
· 8 years ago
90eb388
add more MetadataCredentials tests
by Jan Tattermusch
· 8 years ago
ae4ab4f
allow null metadata_array in plugin notify
by Jan Tattermusch
· 8 years ago
c0f4c2c
run gen proto c# after proto plugin changed
by Alexander Polcyn
· 8 years ago
84be265
strong name sign csharp nuget builds with dotnet on windows
by Alexander Polcyn
· 8 years ago
b798231
Merge github.com:grpc/grpc into grpc_slice
by Craig Tiller
· 8 years ago
1a47fd0
lazy initialize streamingResponseCallFinishedTcs
by Jan Tattermusch
· 8 years ago
618e67d
s/GPR_SLICE/GRPC_SLICE/g
by Craig Tiller
· 8 years ago
6e080a3
Merge branch 'buffer_pools_for_realsies' into grpc_slice
by Craig Tiller
· 8 years ago
b37d53e
Bulk update #includes
by Craig Tiller
· 8 years ago
d41a4a7
s/gpr_slice/grpc_slice, and move around tests, impls
by Craig Tiller
· 8 years ago
50a730b
Going 1.0.1.
by Nicolas "Pixel" Noble
· 8 years ago
1c453f5
Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peer
by Jan Tattermusch
· 8 years ago
13339bf
SafeHandleZeroIsInvalid cleanup
by Jan Tattermusch
· 8 years ago
d148e8e
Make ServerCallContext.Peer lazy
by Jan Tattermusch
· 8 years ago
9859ac4
Merge pull request #8453 from jtattermusch/csharp_task_utils
by Jan Tattermusch
· 8 years ago
13ca42d
Merge pull request #8463 from ncteisen/csharp_unimplemented_method
by Noah Eisen
· 8 years ago
5fe5eba
provide framework independent version of Task.CompletedTask
by Jan Tattermusch
· 8 years ago
ba09884
polish HandleCallAsync
by Jan Tattermusch
· 8 years ago
1445c47
Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_call_invocations
by Jan Tattermusch
· 8 years ago
8c31c14
qps worker runs on all threads
by Jan Tattermusch
· 8 years ago
4f1823d
string.EndsWith is really slow on CoreCLR
by Jan Tattermusch
· 8 years ago
b2a2647
added the real unimplemented_method test to csharp interop test
by Noah Eisen
· 8 years ago
9a171c7
renamed unimplemented_method -> unimplemented_service
by Noah Eisen
· 8 years ago
9f254c0
get rid of compiler warnings
by Jan Tattermusch
· 8 years ago
d0e7c6d
Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete in netstandard
by Jan Tattermusch
· 8 years ago
32cb42e
remove unused member
by Jan Tattermusch
· 8 years ago
7735daa
address XMLdoc related warnings
by Jan Tattermusch
· 8 years ago
fac33ad
expose knob for adjusting number of requested calls
by Jan Tattermusch
· 8 years ago
6e90171
introduce separate grpcsharp_request_call_context
by Jan Tattermusch
· 8 years ago
76ce3b9
request more rpcs per thread
by Jan Tattermusch
· 8 years ago
a00698f
allow new RPC once previous call has been handled
by Jan Tattermusch
· 8 years ago
7ef9f64
use Server mode for GC in C# QpsWorker
by Jan Tattermusch
· 8 years ago
a17b9bd
removed check on the returned message from calling an unimplemented method
by Noah Eisen
· 8 years ago
f72ead3
refactor NoSuchMethodCallHandler
by Jan Tattermusch
· 8 years ago
58628ae
Merge pull request #8361 from ncteisen/csharp_custom_metadata
by Eric Anderson
· 8 years ago
770137b
Merge pull request #8297 from jtattermusch/add_newinstance_comment
by Jan Tattermusch
· 8 years ago
2d41ed1
fixed bug in custom metadata interop test from csharp client to c++ server
by Noah Eisen
· 8 years ago
fad04cc
Merge pull request #8354 from grpc/v1.0.x
by Jan Tattermusch
· 8 years ago
0dc8d35
Update README.md
by Jan Tattermusch
· 8 years ago
9633bd3
Update README.md
by Jan Tattermusch
· 8 years ago
10098d1
regenerate C# protos
by Jan Tattermusch
· 8 years ago
062ba7b
Merge pull request #8324 from grpc/v1.0.x
by Nathaniel Manista
· 8 years ago
82b64d1
change back slashes to forward slashes in grpc.tool nuspec
by Alexander Polcyn
· 8 years ago
87a1081
Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under
by Nicolas "Pixel" Noble
· 8 years ago
6800e3d
update the comment to reflect current state
by Jan Tattermusch
· 8 years ago
f6caaa7
add copyrights for AssemblyInfo.cs files
by Jan Tattermusch
· 8 years ago
4d2df96
dont require libc-dev on coreclr
by Jan Tattermusch
· 8 years ago
c4f9c9a
Merge pull request #8084 from jtattermusch/throw_rpcexception_on_failure
by Jan Tattermusch
· 8 years ago
6eb9877
simplify delayed streaming write logic
by Jan Tattermusch
· 8 years ago
7a73bec
dont allow new writes if theres a write with delayed completion
by Jan Tattermusch
· 8 years ago
caa965b
regenerate C# related files after backporting from master
by Jan Tattermusch
· 8 years ago
19f544c
make Grpc.Tools.nuspec buildable on Linux
by Jan Tattermusch
· 8 years ago
11cbb5b
switch distribtests to use nugets generated by dotnet cli
by Jan Tattermusch
· 8 years ago
5bfcb5c
fix copying data directory
by Jan Tattermusch
· 8 years ago
6555499
add shutdownhook for CoreCLR
by Jan Tattermusch
· 8 years ago
826c8d7
fixed formatting
by Jan Tattermusch
· 8 years ago
ca29914
allow building all nugets on linux
by Jan Tattermusch
· 8 years ago
71a2e47
make native extension loader work for published netcoreapp1.0 too
by Jan Tattermusch
· 8 years ago
35d2cff
dont enumerate runtimes in project.json file
by Jan Tattermusch
· 8 years ago
f4a1e19
address coreCLR TODO
by Jan Tattermusch
· 8 years ago
7eb41a1
upgrade Moq to version that supports netstandard1.3
by Jan Tattermusch
· 8 years ago
67b6ef4
cleanup of project.json files
by Jan Tattermusch
· 8 years ago
ff6c2ad
update csproj files to Google.Protobuf to 3.0.0
by Jan Tattermusch
· 8 years ago
d95ae37
update Protobuf to 3.0.0 in project.json projects
by Jan Tattermusch
· 8 years ago
e1fde33
update .csproj projects to Google.Apis.Auth to 1.16.0
by Jan Tattermusch
· 8 years ago
4da4750
update Google.Apis.Auth to 1.16.0 for project.json projects
by Jan Tattermusch
· 8 years ago
a610e32
throw correct exception failed writes
by Jan Tattermusch
· 8 years ago
867f1fa
make Grpc.Tools.nuspec buildable on Linux
by Jan Tattermusch
· 8 years ago
520ece6
switch distribtests to use nugets generated by dotnet cli
by Jan Tattermusch
· 8 years ago
ec5c93c
Merge pull request #8048 from jtattermusch/dotnetcli_interoptest
by Jan Tattermusch
· 8 years ago
4f5009f
fix copying data directory
by Jan Tattermusch
· 8 years ago
Next »