Nicolas "Pixel" Noble
361f8108e4
Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7
7 years ago
ncteisen
65dbb9df64
Add test for RecvStatus error_string API
7 years ago
Craig Tiller
e8c47036fb
Update comments
7 years ago
Craig Tiller
f836c7e941
Merge pull request #13373 from ctiller/no-absl
...
Back-out absl dependency for now
7 years ago
Jan Tattermusch
25fd9fbc4e
Improvements to windows build instructions
7 years ago
Jan Tattermusch
62de51a241
Merge pull request #13526 from SurferJeffAtGoogle/updateInstall
...
Update windows build instructions.
7 years ago
Mark D. Roth
853fff8d08
Split tracing code into its own class.
7 years ago
Vijay Pai
b1154344d8
Merge pull request #13545 from vjpai/bazelize
...
Add all tests to test/cpp/util bazel BUILD file
7 years ago
Vijay Pai
601b88beca
Merge pull request #13543 from vjpai/unexample
...
Remove some dead code from a previous iteration of internal::Call
7 years ago
Nathaniel Manista
de6e1f5a6f
Merge pull request #13533 from nathanielmanistaatgoogle/cleanups
...
Python API cleanups.
7 years ago
Noah Eisen
7b0521ad9a
Merge pull request #13535 from ncteisen/fix-trace-tsan
...
Fix Tracer TSAN Bug
7 years ago
Vijay Pai
1fece54633
Add all tests to test/cpp/util bazel BUILD file
7 years ago
Vijay Pai
3aeff224ed
Remove some dead code from a previous iteration of internal::Call
7 years ago
Muxi Yan
56687c1a79
Merge pull request #13531 from grpc/fix-workaround-var-init
...
Fix uninitialized variable in workaround_cronet_compression_filter
7 years ago
Chad Kunde
a9209ae39c
Updated CLA link to reflect migration to Linux Foundation.
7 years ago
murgatroid99
9bdb171151
Clang format
7 years ago
Jeffrey Rennie
eba68fad77
Add --recursive flag to git clone command.
...
To avoid a later git command. Simpler.
7 years ago
Noah Eisen
1479313244
clang fmt
7 years ago
Noah Eisen
9ab3e5d919
Fix tracer TSAN bug
7 years ago
Mehrdad Afshari
0e142d4742
Merge pull request #13527 from mehrdada/upmerge-v18x
...
Upmerge v1.8.x to master after version bump
Prevents merge conflicts on upmerges from the branch
7 years ago
David G. Quintas
2a56d2e443
Merge pull request #13448 from camillol/fixalign
...
Fix alignment issue in gpr_murmur_hash3
7 years ago
Mark D. Roth
2e19123740
Add tests for tracing versions of Ref() and Unref().
7 years ago
Mark D. Roth
18d332d8ba
Remove incorrect tests for stack allocation.
7 years ago
Vijay Pai
80453cbd38
Merge pull request #13525 from vjpai/desecure
...
Remove unnecessary secure dependences
7 years ago
Nathaniel Manista
95bcb4924b
Avoid unsupported and unintended API self-use
...
"Do not make undocumented and unsupported use of one part of an API
from within the implementation of another part of the same API" is one
of the rules of Abstraction Club. Not sure if it's important enough to
be the first two rules, but it's up there.
7 years ago
Mark D. Roth
b319f491ff
Code review changes.
7 years ago
Muxi Yan
b7b3f72dac
Fix uninitialized variable
7 years ago
adelez
d9475e55cc
Merge pull request #13524 from adelez/timeout
...
increase timeout
7 years ago
murgatroid99
454fbd2cec
Fix uv TCP server handling of wildcard addresses
7 years ago
Craig Tiller
ba5f5cedd6
ServerBuilder interface cleanup
...
Nothing is added or removed in this PR.
Instead, methods are re-ordered so that important methods are read
first, and less important customization methods are seen later.
The intent here is to simplify the "I just want to bring a server up"
code path.
7 years ago
Nathaniel Manista
6e6e31e75b
grpc.CallCredentials doc string correction
7 years ago
ncteisen
aa358d5e43
Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c
7 years ago
Craig Tiller
ecd1d5449d
Merge github.com:grpc/grpc into no-absl
7 years ago
Vijay Pai
2a0432edc5
Remove bash-isms from sanity test
7 years ago
Mehrdad Afshari
3c156b9a8d
Merge remote-tracking branch 'origin/v1.8.x'
...
Upmerge to master after bumping version to v1.8.x
7 years ago
Mehrdad Afshari
d39d007e8f
Merge pull request #13515 from mehrdada/bump-master-version
...
Bump 1.8.0-dev to 1.9.0-dev
7 years ago
David Garcia Quintas
d3f6eae669
Restored our own RNG impl
7 years ago
apolcyn
17f94911f2
Merge pull request #13153 from bmarkons/patch-1
...
Add health statuses for multiple services at once
7 years ago
Vijay Pai
12bfc62e81
Sanity check to make sure that known unsecure target doesn't require security
7 years ago
Vijay Pai
3c18c77775
Merge pull request #13314 from vjpai/transport_explainer
...
Transport explainer document
7 years ago
Vijay Pai
bc61c538a9
Merge pull request #13491 from vjpai/destack
...
Pop lockfree stack off core implementation
7 years ago
Jeffrey Rennie
53fa3546f1
Update windows build instructions.
7 years ago
Craig Tiller
b155c5d312
unchange protobuf
7 years ago
ncteisen
fe354eb807
Fix the fuzzers
7 years ago
Vijay Pai
dd0f006416
Fix examples build file
7 years ago
ncteisen
0c81dc40de
Remove uneeded header, fix unused warn
7 years ago
Craig Tiller
84e379ae85
Merge github.com:grpc/grpc into no-absl
7 years ago
Vijay Pai
95593c5b8b
Remove unnecessary secure dependences
7 years ago
Adele Zhou
9389b152df
increase timeout
7 years ago
Camillo Lugaresi
962722cbc0
Fix alignment issue in gpr_murmur_hash3
...
This function cast a void* to a uint32_t*. This is invalid, since a uint32_t* must be 32-bit-aligned, while the input key clearly isn't. Even though the function later uses memcpy to access the memory, by that point the compiler is allowed to assume that the pointer is aligned, and so it can output code that does an unaligned memory access.
In practice, this resulted in a crash on some devices when this code is compiled with optimizations for 32-bit ARM with the Android NDK r14.
7 years ago