Yash Tibrewal
0497ad8bb0
Add missing message-size check before decompressing
...
Add and fix tests for limit check before decompression
Code restructuring to allow easy reuse of service config call data
Regenerate projects
Reviewer comments
5 years ago
Mark D. Roth
492889f1c0
Convert chttp2 server connection-handling code to C++.
5 years ago
Mark D. Roth
133918ec70
Add ConfigSelector API.
5 years ago
Vijay Pai
7eebba3781
Fixes needed to make roll-forward of StartCall and corking work
5 years ago
Vijay Pai
b269fdbf8b
Don't mark server RPC canceled if finished with non-OK status
5 years ago
Karthik Ravi Shankar
934cf3e3df
Move ServerBuilder back to ::grpc from ::grpc_impl
...
Revert #18510
5 years ago
Srini Polavarapu
057091fe1f
Regenerate projects
5 years ago
Yash Tibrewal
0af1907f50
Regenerate projects
5 years ago
Mark D. Roth
aed6574023
Refactor ServiceConfig code to move parsing to its own API.
5 years ago
Stanley Cheung
18b1d4a398
Bump version to 1.29.1 for PHP
5 years ago
Jan Tattermusch
8c8e23feb0
fix a typo
5 years ago
Adrian Imboden
c1a29af662
updated error message when c++ standard is not high enough
5 years ago
Adrian Imboden
6bef561099
check for c++ version >= 11 when CMAKE_CXX_STANDARD is provided from outside
5 years ago
Adrian Imboden
27cb5609e5
don't override cmake variables when they are already set from outside ( fixes #22125 )
5 years ago
Uwe Kindler
c7efcf6824
regenerate CMakeLists.txt
5 years ago
Mark D. Roth
b95843c1b7
xds: Add support for send_all_clusters field in LRS.
5 years ago
Nicolas "Pixel" Noble
d9906e4162
Flipping version.
5 years ago
Nicolas "Pixel" Noble
791729d09f
Bumping version.
5 years ago
ZhenLian
6a045297c2
remove dependencies that cause failures
5 years ago
ZhenLian
d75de51e43
[10/n] remove hard-coded credential paths and rebuild the project
5 years ago
Mark D. Roth
d74548e611
Remove StringViewToCString() and src/core/lib/gprpp/string_view.h
5 years ago
Mark D. Roth
09b42371e7
Remove grpc_core::InlinedVector<> and grpc_core::Optional<>.
5 years ago
Donna Dionne
aea9bfcbb2
Last bit of build failures.
5 years ago
Muxi Yan
eb7779c20c
Revert "Revert "Introduce CFRunLoop based iomgr""
5 years ago
Yash Tibrewal
e24bb3a6ef
Regenerate projects
5 years ago
Muxi Yan
0e0db09613
Revert "Introduce CFRunLoop based iomgr"
5 years ago
Muxi Yan
b96895bf9d
Add apple_ev iomgr
5 years ago
ZhenLian
5dfa78b55f
[No Review] test MacOS test behaviors
5 years ago
Yash Tibrewal
0bd9e89d05
Regenerate projects
5 years ago
Yash Tibrewal
e26ec77423
revert auto changes
5 years ago
Yash Tibrewal
2723a1bae6
Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received
5 years ago
Donna Dionne
73fc26d273
Checking in result of sudo ./tools/buildgen/generate_projects.sh
5 years ago
Donna Dionne
6a1ea0bacc
Another Merge error
5 years ago
Yash Tibrewal
3c34eae97e
Move decompression into gRPC Core
5 years ago
Mark D. Roth
f8f6034d1a
Refactor xds LB policy
5 years ago
Donna Dionne
c0c7f1dae3
Fix build and test failures
...
Including the following
All all needed BUILD changes to include new xdsRouting
Fixed TSAN errors
AllServerUnavailableFailFast may return UNKNOWN as oppose UNAVAILABLE
ChooseLastRoute modified into 2 tests
5 years ago
Mark D. Roth
41cfae4234
Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
...
This reverts commit 162fccdb90
, reversing
changes made to 228e7557fa
.
5 years ago
Sutou Kouhei
bdb3f86064
Fix wrong version in gRPCConfigVersion.cmake and grpc++*.pc
...
They use PACKAGE_VERSION to generate version information but
PACKAGE_VERSION may be overridden by find_package(). For example,
-DgRPC_CARES_PROVIDER=package with c-ares 1.16.0 overrides
PACKAGE_VERSION to 1.16.0. Because c-ares-config-version.cmake has the
following line:
set(PACKAGE_VERSION "1.16.0")
Setting PACKAGE_VERSION in version.cmake is a common CMake convention:
https://cmake.org/cmake/help/latest/command/find_package.html#version-selection
> PACKAGE_VERSION
>
> full provided version string
So we should use gRPC_CPP_VERSION not PACKAGE_VERSION to generate
gRPCConfigVersion.cmake and grpc++*.pc.
5 years ago
Mark D. Roth
03411d7be7
Second attempt: grpclb stabilization
5 years ago
Kyle Edwards
e208197cec
Regenerate CMakeLists.txt
5 years ago
Jan Tattermusch
75c6034859
regenerate projects
5 years ago
Eric Gribkoff
d19c10ff16
build: re-add xds interop client and server
5 years ago
Jan Tattermusch
f4eba1e871
cmake: use more portable way to enable C++11
5 years ago
yang-g
976fff1797
Create a macro to allow custom dualstack socket
5 years ago
Esun Kim
b308241343
Fix clang-tidy issues
5 years ago
Yash Tibrewal
2cdab491a3
Cleanup
5 years ago
Mark D. Roth
19e28b1353
Refactor code for gracefully switching child LB policies.
5 years ago
Alexander Polcyn
e482b79ee8
Change grpclb policy to use internal connectivity state watch API
5 years ago
Jan Tattermusch
f830ed4c32
regenerate projects
5 years ago
Yash Tibrewal
c6fa7eefb9
testing with locks in ws
...
Remove no_logging and add missing mu locks
5 years ago