Craig Tiller
|
0b58a16da2
|
Merge pull request #9770 from ctiller/this-was-a-good-idea-that-wasnt
Remove internal api canaries: they have never solved anything for us
|
8 years ago |
Craig Tiller
|
ebcba69bc0
|
Fix typo
|
8 years ago |
Craig Tiller
|
9342dc43dd
|
Merge pull request #9801 from ctiller/rmw
Add counters for rmw atomic operations to microbenchmarks
|
8 years ago |
Yong Ni
|
facc5c72ea
|
Tue Feb 21 12:19:48 PST 2017
|
8 years ago |
Yong Ni
|
5d4470c1d7
|
Merge branch 'master' of github.com:grpc/grpc
|
8 years ago |
Yong Ni
|
30192a35cf
|
Breaking grpc_interop into multiple Kokoro jobs
|
8 years ago |
Eduardo Caceres
|
a2b0e56823
|
Correct formatting
|
8 years ago |
Craig Tiller
|
f631822e51
|
Fix compile, bugs
|
8 years ago |
David Garcia Quintas
|
0727c1008a
|
Fix wrong way of logging cmd failures in run_tests.py
|
8 years ago |
Craig Tiller
|
7f4d30a032
|
Separate CAS/ADD RMWs
|
8 years ago |
apolcyn
|
e96b6a2477
|
Merge pull request #9723 from vyper/patch-1
Fix class name on documentation
|
8 years ago |
Craig Tiller
|
3d826b9e0a
|
Fix script to track atomic rmws
|
8 years ago |
Craig Tiller
|
f3dec9c995
|
Add counters for rmw atomic operations to microbenchmarks
|
8 years ago |
Craig Tiller
|
1996ae8032
|
Compile fix
|
8 years ago |
Craig Tiller
|
b55c88aa55
|
Merge github.com:grpc/grpc into c3+r
|
8 years ago |
Craig Tiller
|
1df7110eec
|
Merge branch 'c3+r' of github.com:ctiller/grpc into c3+r
|
8 years ago |
Craig Tiller
|
04bd54ac91
|
Merge pull request #9777 from ctiller/we-have-better-methods-now
Remove dead code
|
8 years ago |
David G. Quintas
|
569834d3ad
|
Merge pull request #9765 from dgquintas/disable_lb_policies_test
Temporarily disable lb policies test
|
8 years ago |
Eduardo Cáceres de la Calle
|
ca46879928
|
fix compile error
|
8 years ago |
Craig Tiller
|
9b836ddd69
|
Merge github.com:grpc/grpc into this-was-a-good-idea-that-wasnt
|
8 years ago |
Craig Tiller
|
c92290329f
|
Merge github.com:grpc/grpc into we-have-better-methods-now
|
8 years ago |
Yang Gao
|
36ffc6e0f7
|
Merge pull request #9205 from yang-g/health
C++ default health checking service.
|
8 years ago |
David Garcia Quintas
|
e9932d4744
|
add gflags to bazel
|
8 years ago |
Craig Tiller
|
c74dfc328c
|
Merge pull request #9782 from ctiller/faster-latency
Speed up latency profiling (and tune down the memory usage)
|
8 years ago |
Craig Tiller
|
ece502fa12
|
Speed up latency profiling (and tune down the memory usage)
|
8 years ago |
Craig Tiller
|
0bfad14fd5
|
Make resolver combiner part of the base type, to be consistent with future changes to lb_policy
|
8 years ago |
Craig Tiller
|
bd1a0461ef
|
Merge github.com:grpc/grpc into c3+r
|
8 years ago |
Craig Tiller
|
221edc1e5b
|
Remove dead code
|
8 years ago |
Sree Kuchibhotla
|
dc55e1fed0
|
Merge pull request #9775 from ctiller/cpp_bazelness
C++ Bazel files
|
8 years ago |
Nicolas Noble
|
a03792f194
|
Merge pull request #9771 from nicolasnoble/build_cpp_util
Initial test/cpp/util/BUILD file.
|
8 years ago |
Craig Tiller
|
05fbe3c518
|
Get gtest building with Bazel, add first test in test/cpp/common/BUILD
|
8 years ago |
Craig Tiller
|
dfc217528e
|
Merge branch 'bazelness' into cpp_bazelness
|
8 years ago |
Craig Tiller
|
4183e9d60b
|
Merge github.com:grpc/grpc into cpp_bazelness
|
8 years ago |
Craig Tiller
|
554144699a
|
Add test/core/security/BUILD
|
8 years ago |
Nicolas "Pixel" Noble
|
abd887012f
|
Initial test/cpp/util/BUILD file.
|
8 years ago |
Craig Tiller
|
528072a123
|
Add test/core/network_benchmarks/BUILD
|
8 years ago |
Craig Tiller
|
c547c0d992
|
Add test/core/json/BUILD
|
8 years ago |
Stanley Cheung
|
a8ea5de0b4
|
Merge pull request #9751 from stanley-cheung/php-ext-arg-info
PHP: add macro for arg info in extension
|
8 years ago |
Craig Tiller
|
8506219a15
|
Remove internal api canaries: they have never solved anything for us
|
8 years ago |
Craig Tiller
|
a646b0e019
|
Add test/core/iomgr/BUILD
|
8 years ago |
Craig Tiller
|
54fa9244e7
|
Add test/core/client_channel/resolvers/BUILD
|
8 years ago |
Craig Tiller
|
3b78f42ee3
|
Add test/core/client_channel/BUILD
|
8 years ago |
Craig Tiller
|
911a5dc5b1
|
Add test/core/tsi/BUILD
|
8 years ago |
Craig Tiller
|
6f7b26ffb3
|
Complete test/core/transport/chttp2; add test/core/transport/BUILD
|
8 years ago |
Craig Tiller
|
4e0363af9c
|
Complete test/core/http/BUILD
|
8 years ago |
Craig Tiller
|
92bc415653
|
Add BUILD file for test/core/fling
|
8 years ago |
Craig Tiller
|
bbe6bfd6fd
|
Add BUILD file for test/core/slice
|
8 years ago |
yang-g
|
55c6ebfd7a
|
Merge branch 'master' into health
|
8 years ago |
David Garcia Quintas
|
448191cb9a
|
Temporarily disable lb policies test
|
8 years ago |
Yang Gao
|
13e185419c
|
Merge pull request #9759 from yang-g/max_recv_msg_size
Restore the NextMessageSize for streamed calls
|
8 years ago |