Jan Tattermusch
0f892567ee
update copyrights
9 years ago
Jan Tattermusch
7a3ee6a3a3
rename Preconditions to GrpcPreconditions
9 years ago
Jon Skeet
e813bc760e
Add a NullLogger in the C# implementation
...
I'd argue that at this stage, this should probably be the default. Further options to consider:
- Make it a singleton, or at least expose a static property with a single instance?
- Allow SetLogger(null) to use the NullLogger?
9 years ago
Nicolas "Pixel" Noble
6910ce8e01
Flagging 0.13.1-pre1.
9 years ago
Nicolas "Pixel" Noble
7a925f7f5e
Flagging the release.
9 years ago
yang-g
1945ae4285
Fix copyright
9 years ago
vjpai
21f1afc3d7
Fix some C# copyrights
9 years ago
Jan Tattermusch
fc1ad749d3
fix copyrights
9 years ago
Nicolas "Pixel" Noble
1935c3655c
Flagging master as 0.14.0-dev.
9 years ago
Jan Tattermusch
fe0c4a84fa
C# assembly version and current version
9 years ago
Jan Tattermusch
6819ee73a6
fix GrpcEnvironmentTest
9 years ago
Jan Tattermusch
d980047a04
fix C# build
9 years ago
Nicolas "Pixel" Noble
cda4bad582
Flagging 0.13 as pre1.
9 years ago
Craig Tiller
f008f067f8
build.yaml centric versioning
9 years ago
Chris Bacon
435b155152
Correct copyright date
9 years ago
Chris Bacon
d18fc14e38
Fix Profilers for coreclr
...
Coreclr doesn't support the StreamWriter(string) constructor.
Use File.CreateText() instead, which is equivalent and supported on all platforms.
9 years ago
Chris Bacon
b767d09c31
Fix NativeExtensions for coreclr
...
Coreclr doesn't support Assembly.GetExecutingAssembly(),
use TypeInfo.Assembly instead, which is supported on all platforms.
9 years ago
Jan Tattermusch
a447eb3a1e
fix copyrights
9 years ago
Jan Tattermusch
0d477da39e
dont ship roots.pem in nuget package
9 years ago
Jan Tattermusch
660c15b844
add roots.pem as a resource
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Jan Tattermusch
dd133c17ea
Prevent the need to install libc6-dev on Linux
9 years ago
Jan Tattermusch
8e90ca1ae9
create a .zip file with nuget packages
9 years ago
Craig Tiller
bd3075efbd
Fix sanity
9 years ago
Craig Tiller
9e08e8b703
Fix copyrights
9 years ago
Jan Tattermusch
cd31ee5cf1
update copyrights
9 years ago
Jan Tattermusch
7928b4175f
update C# dependencies
9 years ago
Jan Tattermusch
84260255e0
fix copyrights
9 years ago
Jan Tattermusch
f923a2dd86
get C# version generated by templates
9 years ago
Jan Tattermusch
f087ec0f4c
revamp native package building
9 years ago
Jan Tattermusch
72a2a7f6df
increase protobuf dependency version
9 years ago
Jan Tattermusch
ecb02be1ea
include assembly signing key in the repo
9 years ago
Jan Tattermusch
72ce442d61
regenerate C# protos
9 years ago
Jan Tattermusch
75849e4561
fix C# generate_protos.sh script
9 years ago
Jan Tattermusch
aba2548dbe
upgrade Grpc.sln to newest Google.Protobuf nuget
9 years ago
Jan Tattermusch
d214fb99de
Remove leftovers from packages.config
9 years ago
Jan Tattermusch
447ef7eaaa
extend copyright to 2016
9 years ago
Jan Tattermusch
afab541d01
revamp C# native library loader
9 years ago
David Garcia Quintas
3c1720c984
Updated copyrights...
9 years ago
David Garcia Quintas
45484b31bb
Added sanity check for trailing newlines
9 years ago
Jan Tattermusch
d233543073
Cleanup of grpc.csharp.native package
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Craig Tiller
cd92509e40
Update some wrapped stuff
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Jan Tattermusch
ea7469d62e
refcounting completion queue shutdown
9 years ago
Jan Tattermusch
9bbb1f9222
simple kill test
9 years ago
Jan Tattermusch
3ac4900239
improve MetadataCredentials test
9 years ago
Jan Tattermusch
d63b1d62b1
Fix AbandonedCall test
9 years ago
Jan Tattermusch
7608c96758
fix bug in Server.KillAsync()
9 years ago
Jan Tattermusch
1b8210f567
fix completion queue test
9 years ago