Jan Tattermusch
|
70c7aa1623
|
stuff now works
|
5 years ago |
Jan Tattermusch
|
8ad2b146ed
|
fix grpcsharp_create_byte_buffer_from_stolen_slices
|
5 years ago |
Jan Tattermusch
|
31eff3e679
|
stuff builds but tests crash
|
5 years ago |
Jan Tattermusch
|
b918315321
|
a bit of refactor
|
5 years ago |
Jan Tattermusch
|
1154c2d17e
|
fixup: add SliceBufferSafeHandle
|
5 years ago |
Jan Tattermusch
|
36e46234f7
|
IBufferWriter: tests now passing with a hack
|
5 years ago |
Jan Tattermusch
|
988ca514b9
|
serialization to IBufferWriter attempt 1
|
5 years ago |
Tony Lu
|
422a7773ae
|
Replace making protoc and plugins with bazel build
Fixed templates and plugin-tests
|
5 years ago |
rmstar
|
1002f88a74
|
Merge pull request #19897 from Tony1023/fix_tvtest
Added missing configs for tvos tests
|
5 years ago |
Soheil Hassas Yeganeh
|
13896f8bd1
|
Mandate static string for host and method passed to grpc_channel_register_call
This is for the gRFC being prepared.
Bump the major version of core to 8.0.0.
|
5 years ago |
Juanli Shen
|
45dd8be442
|
Use LRS in xds policy
|
5 years ago |
Tony Lu
|
eaf26b7ac3
|
Added missing configs for tvos tests
|
5 years ago |
Muxi Yan
|
3e8e0373d0
|
add nullability annotation
|
5 years ago |
Juanli Shen
|
b4504ea781
|
Merge pull request #19894 from AspirinSJL/public_ctor
Comment deprecated macros
|
5 years ago |
Muxi Yan
|
43b17bff17
|
Merge remote-tracking branch 'upstream/master' into isolate-call-implementation-2
|
5 years ago |
Muxi Yan
|
9d77037106
|
clang-format
|
5 years ago |
Esun Kim
|
78a01a5782
|
Update upb to the latest
|
5 years ago |
Esun Kim
|
9753bd0c14
|
Merge pull request #19741 from veblush/to-upb-alts
Migrated from nanopb to upb for alts
|
5 years ago |
Esun Kim
|
2df2da3cee
|
Merge pull request #19892 from veblush/dep-nanopb
Removed nanopb dependency from xDS
|
5 years ago |
Juanli Shen
|
f789cffec6
|
Comment deprecated macros
|
5 years ago |
Tony Lu
|
e00d7fc179
|
Run executable from bazel instead of bazel run (which did not seem to work)
Increased timout limit because no interop_server was make'd b4 hand
|
5 years ago |
Esun Kim
|
be4e684a82
|
Migrated tsi/alts from nanopb to upb
|
5 years ago |
Esun Kim
|
adbe914f4b
|
Removed nanopb dependency from xDS
|
5 years ago |
Esun Kim
|
e03cdc2a9d
|
Merge pull request #19891 from veblush/add-inc-to-python
Excluded *.inc from python distribution cleanup
|
5 years ago |
Tony Lu
|
4be53843d3
|
Use bazel to run interop server
Removed commented tests
|
5 years ago |
Esun Kim
|
1069dee43a
|
Excluded *.inc from python garbage cleanup
|
5 years ago |
Tony Lu
|
df59df8ba2
|
Upgrading bazel_skylib
|
5 years ago |
Muxi Yan
|
25432e011a
|
clang-format
|
5 years ago |
Muxi Yan
|
d06f544815
|
Fix Swift build issues
|
5 years ago |
Juanli Shen
|
fb21394c43
|
Merge pull request #18745 from AspirinSJL/xds_to_lb
Use EDS in xDS policy
|
5 years ago |
Tony Lu
|
d2ce6e707c
|
Isolated test-specific build steps so that unrelated tasks don't run them
Move interop making back to run_tests.py
|
5 years ago |
Esun Kim
|
5fea87374b
|
Merge pull request #19883 from veblush/fuzzer
Disable nanopb fuzzer test
|
5 years ago |
Richard Belleville
|
d932d2368e
|
Merge pull request #19852 from gnossen/server_termination
Quit waiting for a day
|
5 years ago |
Yihua Zhang
|
c414fe06f8
|
add cred data to BUILD files
|
5 years ago |
Juanli Shen
|
7fd1321134
|
Merge pull request #19886 from AspirinSJL/channel_args_fix
Fix channel args cmp
|
5 years ago |
Jan Tattermusch
|
a1b54f67cb
|
Merge pull request #19812 from jtattermusch/csharp_scalability_benchmarks
C#: Improve the accuracy of multi-threaded scalability microbenchmarks
|
5 years ago |
Esun Kim
|
6f2234277a
|
Disable nanopb fuzzer test
|
5 years ago |
Esun Kim
|
e3797d456e
|
Merge pull request #19884 from veblush/upb-python
Added upb *.inc to python manifest
|
5 years ago |
Arjun Roy
|
1b0d35359c
|
Merge pull request #19824 from arjunroy/hpack_parser_log
Cache CH2 trace flag at hpack parser init.
|
5 years ago |
Juanli Shen
|
20885a944c
|
Fix channel args cmp
|
5 years ago |
Juanli Shen
|
79f191114e
|
Use EDS in xds LB policy
|
5 years ago |
Esun Kim
|
3c6eb2b2f4
|
Added upb *.inc to python manifest
|
5 years ago |
Tony Lu
|
42737d976a
|
Fixed prepare command to let bazel work after replacement
|
5 years ago |
Arjun Roy
|
dcd544451a
|
Cache CH2 trace flag at hpack parser init.
This removes what may be an atomic read for each header in each request.
|
5 years ago |
Esun Kim
|
55c0d40e6a
|
Merge pull request #19882 from veblush/upb-dist-fix
Added upb to python manifest
|
5 years ago |
Arjun Roy
|
9915319488
|
Merge pull request #19823 from arjunroy/server_ref
s/gpr_ref/grpc_core::RefCount/ for frequent users.
|
5 years ago |
Esun Kim
|
a1c5c6053e
|
Added upb to python manifest
|
5 years ago |
Tony Lu
|
ddf3f7ffb1
|
Experimentally changed non-framework builds to bazel build
Experimentally run Unit/MacTests with Bazel
|
5 years ago |
Esun Kim
|
b3d71089c3
|
Merge pull request #19879 from veblush/upb-fix
Fix upb build typo
|
5 years ago |
Tony Lu
|
c81dfd91de
|
Added cpu architecture for tvos and watchos
|
5 years ago |