Craig Tiller
df6cc8e34c
Merge pull request #9236 from ctiller/max_msg_deadline
...
Add test of deadline expiry with max concurrent streams
8 years ago
Jan Tattermusch
b70c06dd3b
Merge pull request #9519 from jtattermusch/csharp_test_doubles
...
Add a way to create testing doubles for C# calls.
8 years ago
Yang Gao
afe67c0b85
Merge pull request #9545 from yang-g/fix
...
Minor fixes
8 years ago
Stanley Cheung
82c406cc08
Merge pull request #9535 from stanley-cheung/php-update-examples
...
PHP: update examples
8 years ago
Jan Tattermusch
2b2723bbce
add C# testing APIs
8 years ago
Craig Tiller
244d066d42
Merge branch 'bwest' of github.com:ctiller/grpc into bwest
8 years ago
Craig Tiller
7ec4748502
Improve sync streaming benchmark, fix deadlock that can occur sometimes
8 years ago
Jim King
e042801b1c
Merge pull request #9429 from Vizerai/trace_context_proto
...
Updated trace_context.proto and associated files.
8 years ago
Vizerai
864db53e48
Updated trace_context.proto and associated files.
8 years ago
Craig Tiller
3a63d4c005
Merge github.com:grpc/grpc into bwest
8 years ago
Craig Tiller
6c1d43bdd2
Merge github.com:grpc/grpc into bm_stream
8 years ago
Craig Tiller
d505b53e4c
Merge pull request #9529 from ctiller/racey
...
Fix race detected by TSAN
8 years ago
Jan Tattermusch
438c0b5771
add convenience cmake targets
8 years ago
Jan Tattermusch
bd0b0546a6
windows compilation fixes
8 years ago
David G. Quintas
d5a5bec603
Merge pull request #9485 from sreecha/poll-cv-disable
...
Exclude async_client_sync_server_* tests for poll-cv engine
8 years ago
Eric Gribkoff
d68552a8da
Merge pull request #9472 from ericgribkoff/update_cli_instructions
...
Update instructions for building grpc_cli from a fresh repository
8 years ago
Alexander Polcyn
76be306f9d
shorten qps worker timeouts and run remote workers under timeout
8 years ago
Craig Tiller
b5c422d722
Merge pull request #9544 from ctiller/more-fuzzz
...
Fix fuzzing detected crash
8 years ago
yang-g
ded7f8250c
Minor fixes
8 years ago
Craig Tiller
f20d3075e0
Fix conditional
8 years ago
Craig Tiller
239af8b9fc
Fix fuzzing detected crash
8 years ago
Craig Tiller
a3310f8e1d
Merge pull request #9513 from ctiller/version3
...
Bump master version numbers
8 years ago
Craig Tiller
27ffc9b551
Merge github.com:grpc/grpc into bwest
8 years ago
Craig Tiller
4040e13cc5
Merge pull request #9541 from ctiller/call_create
...
Dont crash on API errors
8 years ago
Craig Tiller
44f8af59a0
Merge github.com:grpc/grpc into call_create
8 years ago
Craig Tiller
abae25b5a2
Merge pull request #9540 from ctiller/fuzzing-apiness
...
Fix bug in api_fuzzer
8 years ago
Craig Tiller
e55fcc7f06
Merge pull request #9530 from ctiller/hybrid
...
Mark hybrid tests as flaky
8 years ago
Sree Kuchibhotla
03370d31a8
Merge branch 'master' into poll-cv-disable
8 years ago
Craig Tiller
f4484cdbab
Dont crash on API errors
8 years ago
Craig Tiller
ed277efbf7
Fix bug in api_fuzzer
...
If the slices to unref array was expanded after returning a pointer to a
slice, that pointer becomes invalidated. Instead, allocate and store
pointers to slices in that array to keep stability.
8 years ago
Muxi Yan
459e10d80e
Merge pull request #9532 from muxi/revert-cronet-header-dir-change
...
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
8 years ago
Yang Gao
c9f9c1e95b
Merge pull request #9364 from rjshade/sanitizer_slowdown
...
Replaces macros with methods for test timeout scaling
8 years ago
Stanley Cheung
c290c115fa
PHP: update examples
8 years ago
Craig Tiller
58b30cd4a1
Refine error selection rules
8 years ago
Muxi Yan
f0a1269673
Accomodate changes in #9532
8 years ago
Muxi Yan
e2de92fa6c
port #9505 to master
8 years ago
Muxi Yan
bb2e8af0b0
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
8 years ago
Craig Tiller
a5b1a89779
Merge github.com:grpc/grpc into bwest
8 years ago
Craig Tiller
c6d7f231eb
Merge github.com:grpc/grpc into max_msg_deadline
8 years ago
Craig Tiller
6e0a4760c4
Merge github.com:grpc/grpc into version3
8 years ago
Craig Tiller
520cca9f7d
Merge github.com:grpc/grpc into bm_stream
8 years ago
Craig Tiller
b23f4b7db9
Mark hybrid tests as flaky
8 years ago
Sree Kuchibhotla
6687cb8297
Merge branch 'master' into poll-cv-disable
8 years ago
Craig Tiller
2dc32eabcb
Fix race detected by TSAN
8 years ago
Stanley Cheung
7b005f7fdd
Merge pull request #9492 from stanley-cheung/php-update-codegen-psr4
...
PHP: make tests runnable on both protobuf 3.1 and 3.2
8 years ago
Yang Gao
ed239e26cd
Merge pull request #9523 from yang-g/example
...
Add missing files to build system.
8 years ago
yang-g
988b47c977
Add metadata_map.h to build.yaml
...
Add missing files to BUILD
8 years ago
Jan Tattermusch
ca9d959f15
Merge pull request #9390 from jtattermusch/csharp_utf8_message
...
Make C# status messages truly UTF8
8 years ago
Stanley Cheung
6481d04ae6
Add comments
8 years ago
Robbie Shade
ca7effcdff
Replace timeout/scaling macros with functions.
8 years ago