Vijay Pai
|
87973ea398
|
Merge pull request #12573 from grpc/revert-12572-revert-12214-cereal_eye_sir
Fix-forward: Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
|
7 years ago |
Sree Kuchibhotla
|
d5ded55d89
|
delete obsolete code
|
7 years ago |
Matt Kwong
|
0c867bed5b
|
Add -lstdc++ flag for compiling under gcov
|
7 years ago |
Nicolas Noble
|
f0729a6151
|
Merge pull request #12672 from ctiller/hpack_stats
Add HPACK stats
|
7 years ago |
Muxi Yan
|
9fa1659951
|
Fix a memory leak point
|
7 years ago |
Sree Kuchibhotla
|
2bc9c8b38e
|
Review feedback
|
7 years ago |
Craig Tiller
|
6bfb8589ad
|
Merge github.com:grpc/grpc into flowctl+millis
|
7 years ago |
Craig Tiller
|
f7225eb5f6
|
Fix some stalling in bm_fullstack_trickle, also switch to synthetic time
|
7 years ago |
Zhouyihai Ding
|
a1f7f513a7
|
Merge pull request #12675 from grpc/revert-12674-revert-10126-phpqps_auto
Revert "Revert "Add automated PHP-to-C++ performance testing""
|
7 years ago |
David Garcia Quintas
|
054bba9edc
|
More docs
|
7 years ago |
Alexander Polcyn
|
2f3e588099
|
Dont assume that sigint wasnt masked when invoking ruby tests
|
7 years ago |
David G. Quintas
|
6bdd49b3ce
|
Merge pull request #12627 from dgquintas/fix_grpclbend2end_flakiness_for_the_nth_time_already
Backends must be up before some grpclb tests start.
|
7 years ago |
Craig Tiller
|
05d77d8b21
|
Merge github.com:grpc/grpc into flowctl+millis
|
7 years ago |
Craig Tiller
|
965d4159cb
|
Merge branch 'grpc_millis' into flowctl+millis
|
7 years ago |
ZhouyihaiDing
|
7115862e98
|
update license
|
7 years ago |
Matt Kwong
|
986d32cabd
|
Merge pull request #12673 from matt-kwong/kokoro-perf-fix
Don't collect everything after running performance profiling jobs
|
7 years ago |
Vijay Pai
|
a44cffa11f
|
Base the new SerializationTraits API on implicit type conversion rather than SFINAE
|
7 years ago |
Vijay Pai
|
efce6e1e50
|
Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer""
|
7 years ago |
Zhouyihai Ding
|
4917b08a17
|
Revert "Revert "Add automated PHP-to-C++ performance testing""
|
7 years ago |
Vijay Pai
|
6abf92077b
|
Merge pull request #12674 from grpc/revert-10126-phpqps_auto
Revert "Add automated PHP-to-C++ performance testing"
|
7 years ago |
Craig Tiller
|
88b8486f79
|
Merge branch 'grpc_millis' of github.com:ctiller/grpc into grpc_millis
|
7 years ago |
Craig Tiller
|
dbff5a23fe
|
Remove blocking annotations
|
7 years ago |
Vijay Pai
|
3121da1f5f
|
Revert "Add automated PHP-to-C++ performance testing"
|
7 years ago |
Matt Kwong
|
d987d95423
|
Don't collect everything after running a build
|
7 years ago |
Vijay Pai
|
22410e0d99
|
Merge pull request #12623 from vjpai/one_sided
C++ QPS tests: Cancel outstanding streams when shutting down the async client
|
7 years ago |
Craig Tiller
|
ddc81ca556
|
Fix resource user shutdown path while allocating
|
7 years ago |
Yuchen Zeng
|
3b6593679c
|
Fix format
|
7 years ago |
Craig Tiller
|
fb21821a08
|
Correct uncompressed string count
|
7 years ago |
Craig Tiller
|
7862097e5b
|
Add HPACK stats
|
7 years ago |
Matt Kwong
|
aad65a7095
|
Merge pull request #12658 from matt-kwong/line-count
Add line count job to Kokoro
|
7 years ago |
Craig Tiller
|
baf5e2ae91
|
Merge github.com:grpc/grpc into flowctlN
|
7 years ago |
Craig Tiller
|
ff58b27696
|
Make generic_test tolerant of encoding
|
7 years ago |
Craig Tiller
|
101664efea
|
Merge branch 'grpc_millis' of github.com:ctiller/grpc into grpc_millis
|
7 years ago |
Craig Tiller
|
1a8f1e831d
|
Make alarm_test tolerant of threading
|
7 years ago |
Craig Tiller
|
168fc97045
|
(untested) windows conversion to grpc_millis
|
7 years ago |
Craig Tiller
|
8070e361bd
|
Fix type
|
7 years ago |
Vijay Pai
|
8c2e4191b3
|
Merge pull request #10126 from vjpai/phpqps_auto
Add automated PHP-to-C++ performance testing
|
7 years ago |
Nathaniel Manista
|
06f5e05466
|
Merge pull request #12666 from nathanielmanistaatgoogle/grpc_1_0_flag
Clean up even more uses of gRPC in _pb2.py files.
|
7 years ago |
Jan Tattermusch
|
f1a25c7df1
|
split windows PR basictests into dbg and opt
|
7 years ago |
Jan Tattermusch
|
2336a8280a
|
Merge pull request #12635 from jtattermusch/increase_tsan_timeout
Adjust sanitizer timeouts
|
7 years ago |
Nathaniel Manista
|
e232f1bd5a
|
Clean up even more uses of gRPC in _pb2.py files
|
7 years ago |
Craig Tiller
|
de682c59cb
|
Portability fixes
|
7 years ago |
Craig Tiller
|
c1f288dedb
|
Bug fixes, remove async e2e dependence on flow control size
|
7 years ago |
Yuchen Zeng
|
46c821fe81
|
Remove extra record_to_resolve
|
7 years ago |
Sree Kuchibhotla
|
96d23c3f08
|
Timer hash table for debug builds
|
7 years ago |
Muxi Yan
|
c65c8773c0
|
Remove the entire line
|
7 years ago |
Matt Kwong
|
8b255c7e47
|
Add line count job to Kokoro
|
7 years ago |
Craig Tiller
|
a42a22b2be
|
Update window overflow test
|
7 years ago |
Craig Tiller
|
288ae0226c
|
Merge github.com:grpc/grpc into flowctlN
|
7 years ago |
apolcyn
|
c0f427850c
|
Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_time
Reduce time taken by ruby unit test suite
|
7 years ago |