Richard Belleville
773611c1d1
Plz Windoze
5 years ago
Sheena Madan
9163bb39b1
Merge pull request #23135 from grpc/revert-22891-csharp_expose_debug_string
...
Revert "C# expose C-core's debug error string in Status struct"
5 years ago
Eric Gribkoff
84fccf5300
Update default xds test qps to 100
5 years ago
Richard Belleville
961b6bec51
Merge pull request #23115 from gnossen/xds_documentation_update
...
Remove reference to building from source in Python xDS Example
5 years ago
Richard Belleville
9fac7a1ad4
Work around Windows bug
5 years ago
Jan Tattermusch
7c30f0c956
Revert "C# expose C-core's debug error string in Status struct"
5 years ago
Jan Tattermusch
7f2ff7334f
Merge pull request #23129 from jtattermusch/fix_csharp_distribtest_protobuf
...
Fix C# distrib test
5 years ago
Jan Tattermusch
10dd24dcb9
Merge pull request #22891 from jtattermusch/csharp_expose_debug_string
...
C# expose C-core's debug error string in Status struct
5 years ago
Stanley Cheung
244f084d19
Merge pull request #23128 from stanley-cheung/inc-php-xds-timeout
...
Increase PHP/Ruby xDS test timeout
5 years ago
Jan Tattermusch
bd6d4efc7a
fix C# distrib test
5 years ago
Stanley Cheung
3e4eafab9c
Increase PHP/Ruby xDS test timeout
5 years ago
apolcyn
e8252f4440
Merge pull request #23125 from HannahShiSFB/ruby-greeter-error-check
...
Ruby: better error checking in ruby helloworld greeter_client
5 years ago
Stanley Cheung
0593d35e6e
Merge pull request #23126 from stanley-cheung/test-php-xds
...
Fix PHP xDS test
5 years ago
Hannah Shi
deb88ffa6b
print the exception's message, rather than individual fields
5 years ago
Eric Gribkoff
93ef8962d9
Merge pull request #23091 from menghanl/xds_interop_disable_validation
...
xds interop: disable validateForProxyless for traffic splitting test
5 years ago
Stanley Cheung
8a856d3814
Fix PHP xDS test
5 years ago
Richard Belleville
65ef92861d
Re-add wait_for_ready
5 years ago
Hannah Shi
acd54e7c19
better error checking in ruby helloworld greeter_client
5 years ago
Richard Belleville
a64dac7b93
Yapf
5 years ago
Richard Belleville
fb54a30483
Ban gevent tests
5 years ago
Mark D. Roth
13e961f429
another attempt to fix ios build
5 years ago
Menghan Li
1cc9ea82ec
disable validation by deleting/recreating target proxy
5 years ago
Mark D. Roth
9a5b47c3cc
Merge remote-tracking branch 'upstream/master' into upb_upgrade
5 years ago
Mark D. Roth
86cf3bbe96
attempt to fix ios build
5 years ago
Richard Belleville
661791c2a2
Restructure README
5 years ago
Jan Tattermusch
2ca781f5a1
address review feedback
5 years ago
Mark D. Roth
ffb507aa2b
update bazel upb dep and regenerate upb files
5 years ago
Mark D. Roth
fae053df22
Squashed 'third_party/upb/' changes from 543a0ce8f2..7f5b8d73b0
...
7f5b8d73b0 Merge pull request #287 from haberman/php-amalgamation
634d37515c Bugfix for oneofs and added line/col info to JSON.
git-subtree-dir: third_party/upb
git-subtree-split: 7f5b8d73b0d1a481b279de3c6a558015ae1adca5
5 years ago
Mark D. Roth
9c7a92cb8f
Merge commit 'fae053df229d1f91ad34e9772a9d7343d1d46669' into upb_upgrade
5 years ago
Mark D. Roth
6b3ca6a48b
Merge pull request #23118 from markdroth/xds_interop_tracer
...
Enable xds_routing_lb tracer in xds interop tests.
5 years ago
Mark D. Roth
3f0eb8ae77
Merge pull request #23117 from markdroth/xds_resource_removal_crash_fix
...
Fix use-after-free bug for ResourceState of unsubscribed RDS resource.
5 years ago
Jan Tattermusch
8f0e8275c5
Merge pull request #23114 from jtattermusch/csharp_xds_example
...
Add C# XDS example
5 years ago
Mark D. Roth
fe8717bf4a
attempt to fix build
5 years ago
Lidi Zheng
3e2513c31a
Merge pull request #22985 from staticdev/master
...
Initial module docstring for python _pb2_grpc
5 years ago
Mark D. Roth
cc6414893c
update bazel build dep, regenerate upb files, and add missing includes
5 years ago
Mark D. Roth
fbe57516b1
Merge commit '8e25c7c539676a06ad8406c1ccb8f48e022f3eb2' into upb_upgrade.alt
5 years ago
Mark D. Roth
8e25c7c539
Squashed 'third_party/upb/' changes from 4e2505edaa..543a0ce8f2
...
543a0ce8f2 Fixes for PHP. (#286 )
93e2a40881 MSVC 2019 Fixes (#285 )
a1c2caeb25 More arena tests. (#279 )
16facab490 Created an amalgamation without handlers, and fixed some bugs. (#283 )
22182e6e54 Simplified epoch day algorithm. (#282 )
55f5bcd62c Add upb_symtab_lookupfile2 (#281 )
c26e8db53d Ignore Unknown Enum Value (#280 )
6c4acba610 Implemented upb_arena_fuse() (#278 )
2b1e7dc1cc Arena refactor: moves cleanup list into regular blocks (#277 )
a0ae30bd16 Remove bytes allocated measurement functions. (#276 )
025cc2ec3d New arena benchmarks that actually hit the heap. (#275 )
cef720e9b0 Parser bugfix and updated generated file. (#273 )
262bcbcada Updated generated files. (#274 )
0842f88211 Support for proto3 optional. (#270 )
d638d74d1b Add load statements for @rules_proto (#271 )
2559e78aa3 Separated C++ wrappers into separate files in a backward-compatible way. (#265 )
9bd23dab42 Changed upb status to suit GCC10's warning about strncpy(). (#268 )
38a1045975 Added a has_foo() generated method for proto3 submessage fields. (#266 )
ef25ea5281 Added Kokoro verification of the ASAN build. (#220 )
378cbbc3cc Updated to new protobuf version, and added support for packed=false. (#264 )
08b6d2d6fd Rewrite of the decoder (#263 )
git-subtree-dir: third_party/upb
git-subtree-split: 543a0ce8f21709fe7e65ac5a53cc4136d7b4216c
5 years ago
Mark D. Roth
4cfeb71b63
Enable xds_routing_lb tracer in xds interop tests.
5 years ago
Mark D. Roth
21ee2335d2
Fix use-after-free bug for ResourceState of unsubscribed RDS resource.
5 years ago
Yash Tibrewal
bc9ae03963
Merge pull request #23041 from kdungs/patch-1
...
Correct gMock syntax in example code.
5 years ago
Yash Tibrewal
a3e4a2ca67
Merge branch 'master' into unnamedstruck
5 years ago
Yash Tibrewal
b16ce8d621
Merge pull request #23032 from rcleveng/master
...
Fix missing include for std::string
5 years ago
apolcyn
30cfd114b3
Merge pull request #23110 from apolcyn/fix_grpc_cli
...
Allow configuring default service configs in grpc_cli via --default_service_config
5 years ago
Jan Tattermusch
72c92813a8
alternative API: expose debug error in form of an exception
5 years ago
Jan Tattermusch
171eeb552a
make hostname configurable
5 years ago
Richard Belleville
9e5a91b3b9
A rare moment where I wish I had a Windows machine
5 years ago
Richard Belleville
bc157d5eb5
Support Windows
5 years ago
Nicolas Noble
d075d49a1b
Merge pull request #23116 from grpc/revert-23005-asyncwrite
...
Revert "Fix StartCall: make corking work and allow concurrent Start*"
5 years ago
Mark D. Roth
93efabd179
Merge remote-tracking branch 'upstream/master' into upb_upgrade
5 years ago
Richard Belleville
2ed3d6bb5e
Add to tests.json
5 years ago