Vishal Powar
f569cc1b36
Add BUILD rul and generated upb code for protos required to do DiscoveryRequest to xDS server
...
Also,
- cleanup check scripts to look for file extension to exempt upb
generated code.
6 years ago
Mark D. Roth
b0ad6ac3ae
Clean up grpclb and xds end2end tests.
6 years ago
Juanli Shen
335ced6b79
Improve logging
6 years ago
Alexander Polcyn
c02034eb96
Add more tracing around the status of each c-ares query; refactor error
...
handling
6 years ago
Juanli Shen
78fc00f0ce
Fix reresolution condition in grpclb
6 years ago
Lidi Zheng
dfb5a2dbc6
Disable negative deadline test in gevent
6 years ago
Yihua Zhang
64caf4d3df
fix clang-tidy errors
6 years ago
Yash Tibrewal
cbca7b6b00
Merge pull request #18367 from yashykt/errqueueinit
...
Use GRPC_LINUX_ERRQUEUE
6 years ago
Mark D. Roth
f5f9df658d
Merge pull request #18369 from markdroth/doc_update
...
Update naming doc.
6 years ago
Michael Lumish
afdf67c7b1
Merge pull request #18391 from nicolasnoble/non-trivial-memset
...
Removing a few more non-trivial struct memsets.
6 years ago
Lidi Zheng
c3ecc61867
Use C-Core API to perform time conversion
6 years ago
Bill Feng
e9ad9e90b3
reinstated version bump of google benchmark
6 years ago
Lidi Zheng
585582c4a7
Merge pull request #18383 from lidizheng/fix-ctypedef
...
Use correct C integer types in Cython
6 years ago
Karthik Ravi Shankar
3b4835d92d
Merge pull request #18392 from grpc/revert-18223-grpc_namespace_opencensus
...
Revert "Fold opencensus into grpc_impl namespace"
6 years ago
Bill Feng
22aeaa5fbc
Merge pull request #18390 from grpc/revert-18285-update-deps-version
...
Revert "Windows builds for gRPC C++ tests"
6 years ago
Jan Tattermusch
92749d094e
Merge pull request #18351 from jtattermusch/introduce_netstandard20
...
C#: also target netstandard2.0
6 years ago
yihuaz
a3cc5361e6
Merge pull request #18115 from yihuazhang/SPIFFE_SECURITY_CONNECTOR
...
Add SPIFFE security stack to gRPC
6 years ago
Karthik Ravi Shankar
2bf934f97d
Revert "Fold opencensus into grpc_impl namespace"
6 years ago
Nicolas "Pixel" Noble
a5e0fe95e8
Removing a few more non-trivial struct memsets.
...
This structure (tsi_ssl_client_handshaker_options) has an explicit constructor that sets everything to zeroes.
6 years ago
Jan Tattermusch
cf6a311761
Revert "Windows builds for gRPC C++ tests"
6 years ago
Nicolas Noble
c28d35dc1c
Merge pull request #18380 from nicolasnoble/memset-on-nontrivial
...
Fix a memset on a non-trivial object.
6 years ago
Nicolas Noble
64642d60fb
Merge pull request #18382 from nicolasnoble/extra-const
...
Removing superfluous const in a static_cast.
6 years ago
Yihua Zhang
090ad9231c
Merge remote-tracking branch 'upstream/master' into SPIFFE_SECURITY_CONNECTOR
6 years ago
Lidi Zheng
ec78d0f569
Use correct C integer types in Cython
6 years ago
Nicolas "Pixel" Noble
8479bed4b5
Removing superfluous const in a static_cast.
...
This seems to be producing a warning on some compilers, and it's unnecessary anyway.
6 years ago
Nicolas Noble
e63050a0bb
Merge pull request #18286 from grpc/breaking-changes-list
...
Adding a few potential breaking changes
6 years ago
Nicolas "Pixel" Noble
32b9e52453
Fix a memset on a non-trivial object.
6 years ago
Yihua Zhang
b017c801b6
Add SPIFFE security stack to gRPC core
6 years ago
Jan Tattermusch
bd68cbcd24
Merge pull request #18366 from jtattermusch/fix_grpc_tools_layout
...
Fix layout of Grpc.Tools package
6 years ago
Jan Tattermusch
0ca6cad901
Merge pull request #18355 from JunTaoLuo/vs-errors
...
Update tools to ensure error details appear in VS
6 years ago
Jan Tattermusch
5e6a9d9977
Merge pull request #18363 from jtattermusch/fix_sourcelink_again
...
Fix source stepping by upgrading sourcelink
6 years ago
Michael Behr
f2ba191dcc
Merge remote-tracking branch 'upstream/master' into interop-client-additional-metadata
6 years ago
Mark D. Roth
2b03154cf4
Update naming doc.
6 years ago
Michael Behr
7f6ed9267f
Convert metadata flag keys to lowercase.
6 years ago
Richard Belleville
08ad670e55
Merge pull request #18314 from grpc/refcount-vtable
...
Refcount vtables
6 years ago
Mark D. Roth
d069bc7721
LB policy API cleanup
6 years ago
Yash Tibrewal
efe0b4b2dd
Use GRPC_LINUX_ERRQUEUE
6 years ago
Nicolas Noble
7dbe321d76
Update pending_api_cleanups.md
6 years ago
John Luo
ca90580d2b
Enable design time builds by default
...
- Design time build can be disable by setting DisasbleProtobufDesignTimeBuild to true
6 years ago
Jan Tattermusch
e8c8ca6d70
fix layout of Grpc.Tools package
6 years ago
vishalpowar
2ed58ad449
Merge pull request #18258 from vishalpowar/upb_build_new
...
Add upb generated protos and build it with required upb build changes
6 years ago
Jan Tattermusch
e48e1e84d8
Merge pull request #18151 from dronecore/16856-fix-codegen-off-install
...
Bugfix: builds disabled by CODEGEN=OFF should not be installed
6 years ago
Jan Tattermusch
7095e051f2
Merge pull request #18354 from lidizheng/fix-dist
...
Fix Python distribution test
6 years ago
Jan Tattermusch
b302f912ce
publish repository url
6 years ago
Jan Tattermusch
b089b21c6f
Fix source stepping by upgrading sourcelink
6 years ago
John Luo
55897b9f69
WIP Fix tests
6 years ago
Norman Link
3d28761029
Fixing memory leak in interceptor by removing unsued send_status_
6 years ago
Vishal Powar
319fcdf26e
Add a script for generating C code and build rule for protobuf protos.
...
All these changes need to go together to make sense
- changes to use new version of upb in bazel
- allowing includes in build target option
- script for generating c code (upb) for protos
- generated code for example protos
- adding changes for non-bazel builds
- change sanity tests to ignore the generated files.
6 years ago
Vijay Pai
85f8e0f4b0
Merge pull request #18289 from vjpai/unimplemented_rpc
...
C++ callback API: properly handle and test unimplemented RPC method
6 years ago
Lidi Zheng
f42ad52c44
Update `--dest-dir` to `-d`
6 years ago