Mehrdad Afshari
5bc11d55d4
Expand pylint to grpc_health and grpc_reflection
8 years ago
Jan Tattermusch
d0d336c748
remove bad .NET45 references
8 years ago
Jan Tattermusch
c9c3d2aaaa
silence xmldoc warnings for non-nuget projects
8 years ago
Jan Tattermusch
8251fdd461
there is no GC generation 3
8 years ago
Mak Dharma
7ed4a63512
clang-format
8 years ago
David Garcia Quintas
aebcdbd732
master bumped to 1.5.x
8 years ago
Makarand Dharmapurikar
93fdf611a5
s/inline/__inline/. Visual studio incompatiblity.
...
MS Visual studio '13 and before don't understand inline
and throw Error C2054.
Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
8 years ago
Jan Tattermusch
c400cc5f8d
address comments
8 years ago
Makarand Dharmapurikar
e22c902e63
clang-format and include guard fix
8 years ago
ncteisen
342e72c585
Remove uneeded ref/unref
8 years ago
Alexander Polcyn
4d381910d0
fix format of include guards
8 years ago
Alexander Polcyn
e809bca022
rerun clang format code.sh
8 years ago
Alexander Polcyn
ce0861185b
add missing copyright headers
8 years ago
murgatroid99
7563641414
Fix node cancellation tests
8 years ago
Ken Payson
f3bb34935d
Fix Python reflection arguments
8 years ago
murgatroid99
30f2b7ece1
Add more null checks to call methods
8 years ago
Vizerai
364cceb0f9
update
8 years ago
murgatroid99
648832fd28
Enable more Node performance tests, fix streaming test implementation
8 years ago
Craig Tiller
d6466872c8
Add missing ref
8 years ago
Vizerai
c1947ef570
update
8 years ago
Craig Tiller
4a1e432ca5
Refcounting fix
8 years ago
Jan Tattermusch
bbfdbb19c0
bump version to 1.3.6
8 years ago
Craig Tiller
cc919832cd
Fix sanity
8 years ago
Jan Tattermusch
905f41869b
remove now unnecessary extra args
8 years ago
Jan Tattermusch
be8522974d
include symbols and source in nugets
8 years ago
Jan Tattermusch
f8be2d65cc
add privateassets none to C# nugets depending on Grpc.Core
8 years ago
jiangtaoli2016
850fe7fdba
Revise handshaker to make callback once a time.
8 years ago
murgatroid99
c92df4cbbd
Refactor some code and document most of the API
8 years ago
Jan Tattermusch
254ab4c085
clang format code
8 years ago
Jan Tattermusch
7c206f4c15
override in benchmark
8 years ago
Jan Tattermusch
645ae74e88
overridable call_start_batch
8 years ago
Jan Tattermusch
e58842f33a
benchmark prototype
8 years ago
Stanley Cheung
a0e3a87001
PHP: Fixed bug in protoc plugin escaping comments
8 years ago
Jan Tattermusch
7cc83c8cd5
allow creating fake CallSafeHandle
8 years ago
Jan Tattermusch
c7c2bf1714
add editorconfig for C#
8 years ago
Jan Tattermusch
ff5f9d898f
make internals visible to microbenchmarks
8 years ago
Jan Tattermusch
c91bc02d97
Add Grpc.Microbenchmarks project
8 years ago
jiangtaoli2016
4f5bd0a8d1
Revise based on Mark Roth comments.
8 years ago
Alexander Polcyn
9f41c048c5
%z -> %lu for mingw build
8 years ago
Ken Payson
8f7bc54ff2
Reconnect disconnected channels automatically
8 years ago
jiangtaoli2016
d854af32ba
Address Mark Roth's comments.
8 years ago
Ken Payson
c0ce2cdf00
Update version to 1.3.5
8 years ago
Mark D. Roth
f91eb714c2
Change round_robin LB policy to use the addresses in the order given.
8 years ago
Jan Tattermusch
1de945b378
dont concatenate strings when status is OK
8 years ago
ncteisen
01635d1ea8
Add trace protector to flag
8 years ago
Mark D. Roth
96fc54cf8b
Allow specifying DNS server to query for c-ares via URI authority.
8 years ago
Alexander Polcyn
c3b1f18a7e
get rid of connectivity state watchers right after timeout
8 years ago
Alexander Polcyn
92eb7fbc05
Bump to version 1.3.4
8 years ago
Makarand Dharmapurikar
9c156da66a
Fixes #9542
...
This fixes the case when a server is shutdown right after it Accept'ed
a connection. The socket needs to be closed right before the endpoint
is destroyed.
8 years ago
Jan Tattermusch
19e3d3ba9f
get rid of Histogram lock contention in qps worker
8 years ago