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
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
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
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
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
Mark D. Roth
d3984c32c8
clang-format
7 years ago
Mark D. Roth
3228489f0b
Fix include guard check.
7 years ago
Mark D. Roth
835537fbc7
Implement MakeReferenceCounted<> helper.
7 years ago
Mark D. Roth
cf9ca843eb
Add ReferenceCountedPtr class.
7 years ago
Mark D. Roth
abadc6c516
Use New() and Delete() instead of C++ new and delete.
7 years ago
Jan Tattermusch
53bbde3c49
address comments
7 years ago
apolcyn
1972e5ce74
Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests
...
Fix a race in ruby server shutdown and cleanup for ruby tests
7 years ago
Alex Polcyn
81e9581bf3
Remove some sleeps in ruby tests and fix test server shutdown
7 years ago
Mehrdad Afshari
8f1271c7fa
Merge pull request #13514 from mehrdada/bump-1.8.0-pre1
...
Bump 1.8.0-dev to 1.8.0-pre1
7 years ago
apolcyn
dd312a4f47
Merge pull request #13453 from apolcyn/fix_error_when_interop_lang_skipped
...
Fix error when a language skips a certain version in interop test
7 years ago
Muxi Yan
67cef07946
Merge pull request #13512 from grpc/fix-subchannel-index
...
Fix compiler error on `need_to_unref_constructed`
7 years ago
Mehrdad Afshari
14e96f9ae8
Bump 1.8.0-dev to 1.9.0-dev
7 years ago
Mehrdad Afshari
552a7ca088
Bump 1.8.0-dev to 1.8.0-pre1
7 years ago
Muxi Yan
c762a38879
Merge pull request #13099 from muxi/fix-objc-void-func
...
Fix warning "declaration is not a prototype"
7 years ago
Muxi Yan
9f6a6f3f1a
Fix compiler error on need_to_unref_constructed
...
`need_to_unref_constructed` is not initialized, making Xcode compiler [complain on Sierra](https://sponge-qa.corp.google.com/invocation?tab=Kokoro&id=0ff33b71-2f61-4ad6-837e-5e43043c282a&searchFor= ):
```
/Volumes/BuildData/tmpfs/src/github/grpc/workspace_objc_macos_dbg_native/src/core/ext/filters/client_channel/subchannel_index.cc:206:7: error: variable 'need_to_unref_constructed' may be uninitialized when used here [-Werror,-Wconditional-uninitialized]
```
7 years ago
ncteisen
e7af52580d
Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c
7 years ago
Mark D. Roth
70db663ae8
Add ReferenceCounted base class.
7 years ago
Muxi Yan
fba967747c
generate_projects
7 years ago
Muxi Yan
9898212a41
Merge remote-tracking branch 'upstream/master' into fix-objc-void-func
7 years ago
Muxi Yan
fbe8ff657c
Merge pull request #13437 from muxi/fix-forward-declaration
...
Fix ObjC forward declaration
7 years ago
Mehrdad Afshari
8d30c31afe
Merge pull request #13499 from mehrdada/bump-protobuf-python-dep
...
Update Python dependency to protobuf v3.5.0.post1
7 years ago
Vijay Pai
953e3ae505
Merge pull request #13511 from grpc/revert-13510-revert-12938-fix-variable-interpolation
...
Roll-forward: "Do not interpolate variables in leading comments"
7 years ago
Vijay Pai
c04f4f16cd
Revert "Revert "Do not interpolate variables in leading comments.""
7 years ago
David G. Quintas
4922c3572b
Merge pull request #13510 from grpc/revert-12938-fix-variable-interpolation
...
Revert "Do not interpolate variables in leading comments."
7 years ago
Mehrdad Afshari
0df9c8acdc
Update Python dependency to protobuf v3.5.0.post1
7 years ago
adelez
5fc10f12b5
Merge pull request #13508 from adelez/remove_node17
...
Disable node 1.7
7 years ago