Alex Polcyn
fcf09ea42e
handle empty string for qps workers in driver and dont quit them on netperf
8 years ago
Craig Tiller
dc74a4d58b
Merge pull request #8962 from ctiller/fixit29
...
Fix race if connector is shutdown while connecting
8 years ago
Craig Tiller
eac8af7333
Merge pull request #8959 from vjpai/track_cq_finalize
...
Don't allow core CQ shutdown whille C++ CQ tags may still trigger new ops
8 years ago
Craig Tiller
bc74e1b208
Merge pull request #8963 from ctiller/fixit31
...
Interop test might take a little longer to start up (esp. w/tsan)
8 years ago
Craig Tiller
76b7ab431a
Interop test might take a little longer to start up (esp. w/tsan)
8 years ago
Craig Tiller
4ee9bb06b9
Fix race if connector is shutdown while connecting
8 years ago
Craig Tiller
749ccd99df
Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29
8 years ago
Craig Tiller
9c5318aba0
Fix shutdown problems with sync server
8 years ago
Vijay Pai
7e499aa3fb
Bring back gli initializer summoning
8 years ago
Vijay Pai
6510d47c81
gpr_atm isn't automatically initialized to 0. Thanks Obama.
8 years ago
Vijay Pai
bf24dd9e51
clang-format
8 years ago
Vijay Pai
cbe1599250
Track requests that could cause other requests to be created, and don't do
...
a real core shutdown of a CQ until such requests are done
8 years ago
Craig Tiller
1d3ad2b249
Merge pull request #8938 from ctiller/fixit23
...
Reliably handle failing streams during writes
8 years ago
Jorge Canizales
b23c86bcd7
Merge pull request #8790 from pquerna/objc_fix_leak_of_buffer
...
Objective-C: Fix memory leak of every message sent
8 years ago
Craig Tiller
032ca47012
Merge pull request #8944 from dgquintas/interop_server_atm
...
Fix data race with atomic for interop c++
8 years ago
Craig Tiller
9b1ad661ba
Merge pull request #8955 from ctiller/fixit26
...
Update server_crash_test to account for longer reconnect timeouts
8 years ago
Craig Tiller
c17cdb89c0
Merge pull request #8956 from markdroth/import_fix
...
Fix test name conflict in import. Also use low-thread-count variant for asan.
8 years ago
Craig Tiller
73c4f8fce1
Readability improvements
8 years ago
Craig Tiller
504ae4347b
Add parens
8 years ago
Mark D. Roth
bf25e240bc
Fix test name conflict in import. Also use low-thread-count variant for asan.
8 years ago
Craig Tiller
fbcd9a7344
Update server_crash_test to account for longer reconnect timeouts
8 years ago
Paul Querna
d907370fc8
GPR Buffers need to be destroyed, not directly freed, otherwise it leaks reference counted backing slices.
8 years ago
Craig Tiller
e5b661ec14
Merge github.com:grpc/grpc into fixit23
8 years ago
Craig Tiller
9c6b5951af
Merge pull request #8953 from ctiller/fixit25
...
clang-format
8 years ago
Craig Tiller
909935087b
Get idle edge reliably
8 years ago
Craig Tiller
818d40ba7e
Merge branch 'fixit25' into fixit23
8 years ago
Craig Tiller
e9c75e3f92
Merge github.com:grpc/grpc into fixit23
8 years ago
Craig Tiller
73122ba8f5
clang-format
8 years ago
Mark D. Roth
f7a75460ad
Merge pull request #8949 from grpc/revert-8922-slice_cleanup
...
Revert "Remove redundant includes from string.h and tmpfile.h"
8 years ago
Mark D. Roth
56b655c580
Merge pull request #8950 from grpc/revert-8851-rename_gbench
...
Revert "Renamed google_benchmark submodule to benchmark"
8 years ago
Mark D. Roth
d101e14211
Revert "Renamed google_benchmark submodule to benchmark"
8 years ago
Mark D. Roth
4eec0041f5
Revert "Remove redundant includes from string.h and tmpfile.h"
8 years ago
Mark D. Roth
adc3fbc0a3
Merge pull request #8922 from sreecha/slice_cleanup
...
Remove redundant includes from string.h and tmpfile.h
8 years ago
Mark D. Roth
746578ac9c
Merge pull request #8851 from dgquintas/rename_gbench
...
Renamed google_benchmark submodule to benchmark
8 years ago
Jan Tattermusch
8e9a492ad9
Merge pull request #8828 from jtattermusch/csharp_call_flags_api
...
Add C# call flags API
8 years ago
David Garcia Quintas
7fa08e24b0
Fix data race with atomic for interop c++
8 years ago
Craig Tiller
dedf6c112d
Merge github.com:grpc/grpc into fixit23
8 years ago
Craig Tiller
b35cfc76e2
Merge pull request #8913 from markdroth/security_handshaker2
...
Rewrite security handshaker to use generic handshaker API.
8 years ago
Craig Tiller
ad158893de
Merge pull request #8854 from dgquintas/backoff
...
Updated backoff to spec.
8 years ago
Craig Tiller
80c7e9200e
Merge pull request #8939 from ctiller/fixit24
...
Fix use-after-free in resource quota
8 years ago
Masood Malekghassemi
4d7b0e135b
Merge pull request #8920 from soltanmm-google/fracking-is-not-inherently-horrible-it-just-does-not-have-enough-oversight
...
Switch to command-arg for Python split-codegen
8 years ago
Craig Tiller
1af5401e73
Fix spam
8 years ago
Craig Tiller
ab5a499080
Fix use-after-free
8 years ago
Craig Tiller
c494c7b104
Fix some things:
...
- use after free for resource quota
- stuck-in-combiner-lock bug for End2endTest.ClientCancelsBidi/1 under
asan/epoll
- fixes clang-format stuff for a few files
8 years ago
Craig Tiller
8ef6de0890
Merge pull request #8933 from ctiller/fixit22
...
Scale poll-cv test timeouts up
8 years ago
Masood Malekghassemi
561dce4525
Switch to command-arg for Python split-codegen
...
Almost fixes #8753 (which still needs a test).
8 years ago
Craig Tiller
f5a177a3d6
Merge pull request #8937 from ctiller/xxx
...
Increase timeout to make this pass reliably on Windows
8 years ago
Craig Tiller
ee0e0681b7
Increase timeout to make this pass reliably on Windows
8 years ago
Craig Tiller
0627af2b48
Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23
8 years ago
Mark D. Roth
c50ee7aac2
Merge remote-tracking branch 'origin/security_handshaker1' into security_handshaker2
8 years ago