Nathaniel Manista
de6e1f5a6f
Merge pull request #13533 from nathanielmanistaatgoogle/cleanups
...
Python API cleanups.
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
Nathaniel Manista
6e6e31e75b
grpc.CallCredentials doc string correction
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
Mehrdad Afshari
552a7ca088
Bump 1.8.0-dev to 1.8.0-pre1
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
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
Adele Zhou
ab8fce5338
Disable node 1.7
7 years ago
Muxi Yan
32318b05e3
Fix ObjC C++ syntax error
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
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
Adele Zhou
a3664680c5
Recreate the git root dir by default.
7 years ago
Adele Zhou
99986d76a5
fix
7 years ago
adelez
937e53d821
Merge pull request #13480 from carl-mastrangelo/bumpybumpsarebumpy
...
Add java 1.8
7 years ago
Jan Tattermusch
fcb4205645
silence uninitialized use warning
7 years ago
adelez
7fe236904f
Merge pull request #13483 from menghanl/release_matrix
...
Add go release versions to backwards compatibility tests
7 years ago
Mehrdad Afshari
36f60a9cc1
Kill off unnecessary sleep in route_guide example
7 years ago
Vijay Pai
0c000f6f6f
Merge pull request #12938 from gkelly/fix-variable-interpolation
...
Do not interpolate variables in leading comments.
7 years ago
vcaesar
00867f2cbe
Fix node source code link error
7 years ago
Nathaniel Manista
bb9333c485
Merge pull request #13486 from nathanielmanistaatgoogle/elide-local-field
...
Elide local field by directly returning values.
7 years ago
Nathaniel Manista
9e8a6922ca
Merge pull request #13485 from nathanielmanistaatgoogle/const
...
Add missing const.
7 years ago
Nathaniel Manista
0eacb45a48
Elide local field by directly returning values
7 years ago
Nathaniel Manista
77d2c721cb
Add missing const
7 years ago
yang-g
704009a198
Enable check for use-after-dtor
7 years ago
Yash Tibrewal
d88421a995
Merge pull request #13452 from yashykt/publicheaderc89nitfix
...
Remove unnecessary if condition in public_headers_must_be_c89
7 years ago
Nathaniel Manista
76c27a5768
Merge pull request #13479 from nathanielmanistaatgoogle/certificate-configuration
...
Avoid abbreviation in Python API.
7 years ago
Menghan Li
a4f0320643
Add go release versions to client_matrix.py
7 years ago
Noah Eisen
9c26f6866a
Merge pull request #13288 from ncteisen/inheritance-in-core
...
Support Manually Constructed Virtual Functions in C Core
7 years ago
Yash Tibrewal
b822b968c6
Merge branch 'master' into publicheaderc89nitfix
7 years ago
Nathaniel Manista
1628da0136
Avoid abbreviation in Python API
...
I should have requested this during code review of bcf083fa90
but it slipped my mind.
7 years ago
Jan Tattermusch
1304cf8174
Merge pull request #13475 from jtattermusch/better_completion_registry_benchmark
...
Use spinlock in CompletionRegistry (and improve the benchmark).
7 years ago
ncteisen
264560ff4a
Reviewer feedback
7 years ago
Noah Eisen
b8ec238211
Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core
7 years ago
Carl Mastrangelo
4c1713af84
Add java 1.8
7 years ago