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
Yash Tibrewal
3285f4c732
Fix grpc_init by removing exec_ctx usage before init
7 years ago
Muxi Yan
0a5cacae46
Remove changes for podspecs other than gRPC-Core
7 years ago
Yash Tibrewal
45b7ad5cf5
GPR_TLS Macro fix, and windows resolve_address fix
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
Jack Wakefield
fc8eafefa3
Fix a PHP memory leak with SSL root certificates
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
Mark D. Roth
39dd9aa439
Fix BUILD file.
7 years ago
Yash Tibrewal
6fbe010851
minor objc test change
7 years ago
Yash Tibrewal
9da7ac217a
Merge branch 'master' into execctx
7 years ago
Yash Tibrewal
ba0689fa2a
tls macro changes and UV fix
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
Michael Lumish
c0ac972e64
Merge pull request #13488 from vcaesar/node-pr
...
Fix node source code link error
7 years ago
David G. Quintas
333dd3e1ad
Revert "Do not interpolate variables in leading comments."
7 years ago
Muxi Yan
62a53ee55a
Merge pull request #13507 from muxi/fix-objc-c++-syntax
...
Fix ObjC C++ syntax error
7 years ago
adelez
b3a35623e3
Merge pull request #13419 from nlopezgi/master
...
change use of directory as input to data field for to use of native.glob in grpc_fuzzer.bzl
7 years ago
Mark D. Roth
5491eb7c5b
Merge remote-tracking branch 'upstream/master' into server_connection_timeout
7 years ago
Mark D. Roth
dc8be882f7
Fix handling of grpc shutdown in timer callback.
7 years ago
Adele Zhou
ab8fce5338
Disable node 1.7
7 years ago
Muxi Yan
32318b05e3
Fix ObjC C++ syntax error
7 years ago
Mark D. Roth
d0f56a9997
Fix sanity problem.
7 years ago
Mark D. Roth
aaad0c2e5a
clang-format
7 years ago
Jan Tattermusch
21cde3d22a
use pool in SendMessageBenchmark
7 years ago
Jan Tattermusch
2e631706e2
expose batchcontextpool settings
7 years ago
Jan Tattermusch
63834bf62a
add basic tests
7 years ago
Jan Tattermusch
0f41e496d2
simple version of batchcontext pooling
7 years ago
Jan Tattermusch
1ee85d13a4
expose batchcontext.Reset
7 years ago
Mehrdad Afshari
de93112a3f
Merge pull request #13493 from mehrdada/bump-protobuf-3.5.0
...
Bump third_party/protobuf submodule to v3.5.0
7 years ago
Mehrdad Afshari
28661ea6e1
Bump third_party/protobuf submodule to v3.5.0
7 years ago
Jan Tattermusch
6fc02c6a2b
Merge pull request #13490 from jtattermusch/fix_sierra_build
...
Fix build on MacOS sierra.
7 years ago
Yash Tibrewal
eaf67dbdf6
Fixing errors and minor bugs
7 years ago
Yang Gao
070a14f0cd
Merge pull request #13484 from yang-g/msan
...
Enable check for use-after-dtor
7 years ago
adelez
2d21eba283
Merge pull request #13398 from adelez/csharp_101
...
Adding v1.7.x for some languages
7 years ago
Mehrdad Afshari
a862d0d529
Merge pull request #13489 from mehrdada/kill-sleep
...
Kill off unnecessary sleep in route_guide example
7 years ago
Adele Zhou
e4d63e6446
Give a command example with multiple languages.
7 years ago
Adele Zhou
935aa47e65
Use special VIP
7 years ago
Adele Zhou
4fba378edf
Switch back to using template located at _IMAGE_BUILDER because the previous change will break Go, Java and Node.
7 years ago