Mehrdad Afshari
28bdde3406
Merge pull request #11369 from mehrdada/pylint-expansion
...
Expand pylint to grpc_health and grpc_reflection
8 years ago
Mehrdad Afshari
5bc11d55d4
Expand pylint to grpc_health and grpc_reflection
8 years ago
Jan Tattermusch
ec21e99322
Merge pull request #11370 from jtattermusch/kokoro_fix_ruby_artifact
...
Fix ruby artifact build on internal_ci linux
8 years ago
Jan Tattermusch
dd1143dab0
install ruby on internal_ci linux
8 years ago
Eric Gribkoff
df8b5eacf0
Update comment formatting
8 years ago
Noah Eisen
3c99c150ae
Merge pull request #11359 from ncteisen/sanity
...
Clang Format
8 years ago
ncteisen
3972fad38c
clang format
8 years ago
Jan Tattermusch
309aed9c1a
Merge pull request #11358 from jtattermusch/internal_ci_sanity
...
Add sanity to internal_ci
8 years ago
Jan Tattermusch
0315de23cc
add sanity to internal_ci
8 years ago
Matt Kwong
4e55bf1293
Merge pull request #11348 from matt-kwong/upload_windows
...
Enable uploading more test results to BQ
8 years ago
Noah Eisen
f9b90428df
Merge pull request #11269 from ncteisen/bm-trickle-bugfixes
...
Bugfix for bm_trickle
8 years ago
Matt Kwong
d8543c4e0f
Fix --measure_cpu_costs flag in run_tests.py on Windows
8 years ago
makdharma
bf2d87c816
Merge pull request #11337 from makdharma/win_bldfix
...
s/inline/__inline/. Visual studio incompateblity.
8 years ago
Mak Dharma
7ed4a63512
clang-format
8 years ago
Mak Dharma
195eacea6d
Merge branch 'win_bldfix' of https://github.com/makdharma/grpc into win_bldfix
8 years ago
David G. Quintas
796d81b305
Merge pull request #11339 from dgquintas/master-to-1.5
...
master bumped to 1.5.x
8 years ago
Makarand Dharmapurikar
a9f94e9882
s/inline/__inline/
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
Michael Lumish
9baf4b19f0
Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge
...
Master 1.3.x upmerge
8 years ago
Craig Tiller
4ff2354580
Merge pull request #11318 from ctiller/eintr
...
Make jobset more eintr resilient
8 years ago
Michael Lumish
4ff54fa8af
Merge pull request #3 from apolcyn/flake_fix_master
...
Get rid of flakey asserts in num_watchers test
8 years ago
Jan Tattermusch
60e9dac236
Merge pull request #11272 from jtattermusch/csharp_microbenchmarks
...
C# add microbenchmarks project
8 years ago
Jan Tattermusch
c400cc5f8d
address comments
8 years ago
Alexander Polcyn
cce3ccc29e
get rid of flakey asserts in num_watchers test
8 years ago
Noah Eisen
e5f99b5873
Merge pull request #11315 from ncteisen/nit
...
Remove uneeded ref/unref
8 years ago
apolcyn
1e46d415e8
Merge pull request #11313 from apolcyn/fix_sanity
...
Fix sanity
8 years ago
makdharma
3058d190ea
Merge pull request #11319 from makdharma/clang-fix
...
clang-format and include guard fix
8 years ago
Makarand Dharmapurikar
e22c902e63
clang-format and include guard fix
8 years ago
Craig Tiller
46356b72a0
Make jobset more eintr resilient
8 years ago
ncteisen
a4cd06fc21
Fixes
8 years ago
ncteisen
28b0828243
bm trickly bugfix
8 years ago
Jan Tattermusch
753af5d8a5
Merge pull request #11303 from jtattermusch/improve_contributing
...
Improve contributing guidelines
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
murgatroid99
cd6ab22122
Fix concurrent_connectivity_test
8 years ago
murgatroid99
c18b9069cd
Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge
8 years ago
kpayson64
0bd14cc89d
Merge pull request #11306 from kpayson64/python_reflection
...
Fix Python reflection arguments
8 years ago
Michael Lumish
3410c8d7dc
Merge pull request #11304 from murgatroid99/node_call_lifetime_fixes
...
Add more null checks to call methods
8 years ago
Ken Payson
f3bb34935d
Fix Python reflection arguments
8 years ago
makdharma
e8f565bc64
Merge pull request #11224 from makdharma/http_proxy_test_fix
...
Fixes #9542
8 years ago
murgatroid99
30f2b7ece1
Add more null checks to call methods
8 years ago
Jan Tattermusch
d89248f51c
improve CONTRIBUTING.md and add rules for PRs
8 years ago
Jan Tattermusch
ef2c85371d
Merge pull request #11283 from jtattermusch/bump_136
...
bump version to 1.3.6
8 years ago
Jan Tattermusch
90eab82c04
Merge pull request #11282 from jtattermusch/csharp_better_nugets
...
Fix transitive inclusion of native libs in C# nugets
8 years ago
Feng Li
19fd924bed
Merge pull request #11300 from grpc/fengli79-patch-1
...
Remove the section for b64 encoded trailers.
8 years ago
Feng Li
1e9a93c3f5
Remove the section for b64 encoded trailers.
...
Remove the section for b64 encoded trailers. As gRPC-Web uses CRLF to separate the trailers in the trailers frame, a binary trailer need to reserve in a base64 encoded format for their values. This cannot be skipped even base64 is applied on the whole trailers frame per client's request via content-type: application/grpc-web-text.
8 years ago