Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
84567ed5e07c2813db8cf964e6edd6457fd5ed33
/
src
/
csharp
21f1afc
Fix some C# copyrights
by vjpai
· 9 years ago
ab02713
Merge pull request #5066 from chrisdunelm/dnx_Profilers
by Jan Tattermusch
· 9 years ago
1935c36
Flagging master as 0.14.0-dev.
by Nicolas "Pixel" Noble
· 9 years ago
fe0c4a8
C# assembly version and current version
by Jan Tattermusch
· 9 years ago
6819ee7
fix GrpcEnvironmentTest
by Jan Tattermusch
· 9 years ago
d980047
fix C# build
by Jan Tattermusch
· 9 years ago
cda4bad
Flagging 0.13 as pre1.
by Nicolas "Pixel" Noble
· 9 years ago
f008f06
build.yaml centric versioning
by Craig Tiller
· 9 years ago
435b155
Correct copyright date
by Chris Bacon
· 9 years ago
d18fc14
Fix Profilers for coreclr
by Chris Bacon
· 9 years ago
b767d09
Fix NativeExtensions for coreclr
by Chris Bacon
· 9 years ago
a447eb3
fix copyrights
by Jan Tattermusch
· 9 years ago
0d477da
dont ship roots.pem in nuget package
by Jan Tattermusch
· 9 years ago
660c15b
add roots.pem as a resource
by Jan Tattermusch
· 9 years ago
dd133c1
Prevent the need to install libc6-dev on Linux
by Jan Tattermusch
· 9 years ago
8e90ca1
create a .zip file with nuget packages
by Jan Tattermusch
· 9 years ago
bd3075e
Fix sanity
by Craig Tiller
· 9 years ago
cd31ee5
update copyrights
by Jan Tattermusch
· 9 years ago
f0fb08f
Merge remote-tracking branch 'upstream/master' into bump_version_0_13
by Jan Tattermusch
· 9 years ago
7928b41
update C# dependencies
by Jan Tattermusch
· 9 years ago
8426025
fix copyrights
by Jan Tattermusch
· 9 years ago
f923a2d
get C# version generated by templates
by Jan Tattermusch
· 9 years ago
f087ec0
revamp native package building
by Jan Tattermusch
· 9 years ago
72a2a7f
increase protobuf dependency version
by Jan Tattermusch
· 9 years ago
ecb02be
include assembly signing key in the repo
by Jan Tattermusch
· 9 years ago
72ce442
regenerate C# protos
by Jan Tattermusch
· 9 years ago
75849e4
fix C# generate_protos.sh script
by Jan Tattermusch
· 9 years ago
aba2548
upgrade Grpc.sln to newest Google.Protobuf nuget
by Jan Tattermusch
· 9 years ago
d214fb9
Remove leftovers from packages.config
by Jan Tattermusch
· 9 years ago
2bd2b3e
Merge pull request #4730 from jtattermusch/revamp_native_loader
by Michael Lumish
· 9 years ago
57633ea
Merge pull request #4744 from dgquintas/check_newlines
by Craig Tiller
· 9 years ago
447ef7e
extend copyright to 2016
by Jan Tattermusch
· 9 years ago
afab541
revamp C# native library loader
by Jan Tattermusch
· 9 years ago
166e749
Merge pull request #4696 from jtattermusch/win_static_deps
by Nicolas Noble
· 9 years ago
3c1720c
Updated copyrights...
by David Garcia Quintas
· 9 years ago
45484b3
Added sanity check for trailing newlines
by David Garcia Quintas
· 9 years ago
d233543
Cleanup of grpc.csharp.native package
by Jan Tattermusch
· 9 years ago
3466c4b
Updated copyrights
by murgatroid99
· 9 years ago
cd92509
Update some wrapped stuff
by Craig Tiller
· 9 years ago
6a56221
Merge github.com:grpc/grpc into ints
by Craig Tiller
· 9 years ago
ceaa3c8
Merge pull request #4468 from jtattermusch/csharp_server_kill_test
by Michael Lumish
· 9 years ago
7536af0
Eliminate gpr_ int types - and insist on C99 variants instead
by Craig Tiller
· 9 years ago
ea7469d
refcounting completion queue shutdown
by Jan Tattermusch
· 9 years ago
9bbb1f9
simple kill test
by Jan Tattermusch
· 9 years ago
3ac4900
improve MetadataCredentials test
by Jan Tattermusch
· 9 years ago
d63b1d6
Fix AbandonedCall test
by Jan Tattermusch
· 9 years ago
7608c96
fix bug in Server.KillAsync()
by Jan Tattermusch
· 9 years ago
1b8210f
fix completion queue test
by Jan Tattermusch
· 9 years ago
62d6c20
add C# sanity test
by Jan Tattermusch
· 9 years ago
839dc96
temporarily disable UnimplementedMethod test
by Jan Tattermusch
· 9 years ago
450b281
temporarily disable StatusCodeAndMessage test
by Jan Tattermusch
· 9 years ago
3ac274f
start using Ignore attribute for performance tests
by Jan Tattermusch
· 9 years ago
03c0106
split up C# tests into separate processes
by Jan Tattermusch
· 9 years ago
d25f579
Merge pull request #4421 from jtattermusch/csharp_more_coverage
by Michael Lumish
· 9 years ago
46ab778
Merge pull request #4397 from jtattermusch/tv_sec_64bit
by Craig Tiller
· 9 years ago
1d344f1
Add test coverage for Metadata class
by Jan Tattermusch
· 9 years ago
8fe3f64
add coverage for AsyncStreamExtensions
by Jan Tattermusch
· 9 years ago
839e1d1
remove dead code from AsyncCallBase
by Jan Tattermusch
· 9 years ago
00c144a
increase coverage of ServerCallContext
by Jan Tattermusch
· 9 years ago
a1e6097
added coverage for Async*StreamingCall classes
by Jan Tattermusch
· 9 years ago
66a653d
add ClientBase coverage
by Jan Tattermusch
· 9 years ago
de0d8b5
improve PropagateCancellation test
by Jan Tattermusch
· 9 years ago
3d45afe
add coverage for call options
by Jan Tattermusch
· 9 years ago
8808637
make gpr_timespec platform agnostic
by Jan Tattermusch
· 9 years ago
81e4e8d
Merge pull request #4383 from jtattermusch/run_more_interop
by Michael Lumish
· 9 years ago
fa20ebc
implement unimplemented_method interop test
by Jan Tattermusch
· 9 years ago
0ed7315
implemented more interop tests
by Jan Tattermusch
· 9 years ago
7ebbc47
put user defined userAgentString to the beginning of userAgentString
by Jan Tattermusch
· 9 years ago
7ee305c
Merge pull request #4304 from jtattermusch/proto_cleanup
by Michael Lumish
· 9 years ago
b91c706
Merge Python tox fix into release-0.12-to-be-merged-into-master
by Jorge Canizales
· 9 years ago
e8132d3
update C# generate protos script
by Jan Tattermusch
· 9 years ago
8956122
consolidate math.proto and health.proto
by Jan Tattermusch
· 9 years ago
723c34b
add ConfigureAwait(false) where needed
by Jan Tattermusch
· 9 years ago
9cb6b23
Merge pull request #4236 from jtattermusch/get_ready_vs2015
by Nicolas Noble
· 9 years ago
189fcf8
introduce auth interceptor context
by Jan Tattermusch
· 9 years ago
5beb0ee
update C# projects
by Jan Tattermusch
· 9 years ago
f9c58f3
Merge branch 'release-0_12'
by Nicolas "Pixel" Noble
· 9 years ago
b1c41d7
Merge pull request #4154 from jboeuf/new_creds_plugin_api
by jboeuf
· 9 years ago
caf9935
Also adding a credentials type to the plugin API.
by Julien Boeuf
· 9 years ago
1db095d
bump C# version to 0.12.0
by Jan Tattermusch
· 9 years ago
846ae8d
Merge pull request #4156 from jtattermusch/perf_testing_polishing
by Jan Tattermusch
· 9 years ago
bb2646a
Merge pull request #4146 from jtattermusch/csharp_perf_runners
by Michael Lumish
· 9 years ago
3c957e6
Fixing implementations.
by Julien Boeuf
· 9 years ago
18ce9d6
use new proto option in C#
by Jan Tattermusch
· 9 years ago
4d7dbbf
regenerate protos
by Jan Tattermusch
· 9 years ago
1a8f547
use regular lock instead of spinlock
by Jan Tattermusch
· 9 years ago
4bdd72b
dont run performance test by default
by Jan Tattermusch
· 9 years ago
232d625
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
95d80c5
remove tabs
by Jan Tattermusch
· 9 years ago
d0c1bfa
Provide performance workers for C#
by Jan Tattermusch
· 9 years ago
675b5ce
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
334314b
Updating the server1 cert so that it can be used with Go.
by Julien Boeuf
· 9 years ago
e146e0c
Merge pull request #4025 from jtattermusch/csharp_perf_instrumentation
by Michael Lumish
· 9 years ago
452ca9b
add profiling support
by Jan Tattermusch
· 9 years ago
8b162cd
Merge pull request #3981 from jtattermusch/add_nuget_badge
by Tim Emiola
· 9 years ago
bf3b153
Add OpenCover coverage for C#
by Jan Tattermusch
· 9 years ago
7b93699
Add nuget version badge
by Jan Tattermusch
· 9 years ago
08dea32
update C# to the new C core auth API
by Jan Tattermusch
· 9 years ago
beffc77
stop using SSL_CERT_FILE env for C# interop tests
by Jan Tattermusch
· 9 years ago
e49501a
Update README.md
by Jan Tattermusch
· 9 years ago
Next »