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
Tony Lu
820a0892ac
Updated comments (notice) on tvtests
5 years ago
Arjun Roy
f036d6ef58
s/gpr_ref/grpc_core::RefCount/ for frequent users.
5 years ago
Tony Lu
0f02911d3d
Added targets for tv and watch samples
5 years ago
Richard Belleville
835786a476
Merge pull request #19822 from gnossen/py_proto_library
...
Separate py_grpc_library and py_proto_library.
5 years ago
Yash Tibrewal
8c773f64e4
Merge pull request #19865 from yashykt/goaway_og
...
Log goaway only if it ended with a non NO_ERROR code
5 years ago
Esun Kim
807cd08f4a
Fix upb build typo
5 years ago
Soheil Hassas Yeganeh
069403c1f5
Merge pull request #18937 from soheilhy/cycle-clock
...
Expose cycle counter and use it in /channelz.
5 years ago
Esun Kim
f987a2c8cd
Merge pull request #19740 from veblush/to-upb-lb
...
Migrated from nanopb to upb for grpclb
5 years ago
Yihua Zhang
8a301a438a
revision 1
5 years ago
Yihua Zhang
61827dd66f
Merge remote-tracking branch 'upstream/master' into spiffe-tsi
5 years ago
Tony Lu
b934a18180
Merge branch 'master' of github.com:grpc/grpc into bazel_objc_tests
5 years ago
Muxi Yan
3ffa07cb12
Merge pull request #19787 from Tony1023/tv/watchOS
...
Added experimental tvOS and watchOS support
5 years ago
Esun Kim
c6b0bd08c7
Updated grpclb to use upb
5 years ago
Esun Kim
06467396ef
Merge pull request #19876 from veblush/upb-desc
...
Added google/protobuf/descriptor.upb.* to google_api_upb
5 years ago
Esun Kim
6ddfb384c1
Added google/protobuf/descriptor.upb.* to google_api_upb
5 years ago
Esun Kim
ff74b63157
Merge pull request #19615 from veblush/to-upb
...
Migrated from nanopb to upb for health
5 years ago
Vijay Pai
34673a3e3c
Merge pull request #18410 from pfreixes/dead_lock_watch_connectivity
...
Fix watcher connectivity dead lock
5 years ago
Richard Belleville
b1021ae648
Capitalize name.
5 years ago
Soheil Hassas Yeganeh
bdd3fdddb2
Expose cycle counter and use it /channelz.
...
We are using clock real time (which is very expensive) on every
RPC to update channelz. We should simply use cycle clock.
This patch exposes cycle clock, enables RDTSC on intel,
and use it for channelz.
This patch also changes the implementation of time_precise_init
to that more accurately using the monotonic clock and
shorter by looping at most a few hundred milliseconds.
This is part of a larger performance series.
5 years ago
Richard Belleville
b26b25113f
Make soruce file validation exact
5 years ago
Tony Lu
b892ea749c
Fixed address resolution failure by attaching to a host application
...
Added copyright statements
Fix clang format code
5 years ago
Esun Kim
f7454a9876
Modified health_check to use upb proto instead of nanopb
5 years ago
Esun Kim
e4406a8018
Merge pull request #19869 from veblush/no-upb-target
...
Remove upb targets from BUILD
5 years ago
Tony Lu
d12f310b0d
Added targets for examples
5 years ago
Esun Kim
8dfa3c2255
Remove upb targets from BUILD
5 years ago
Esun Kim
0e9a73696d
Merge pull request #19795 from veblush/go-upb
...
Add upb
5 years ago
Yash Tibrewal
fc76cc0d1e
Remove received_trailing_metadata since it's no longer used
5 years ago
Yash Tibrewal
04fa432831
Fail SEND_MESSAGE ops if stream is closed for writes
5 years ago
Yash Tibrewal
308ce6b64a
Reviewer comments
5 years ago
Yash Tibrewal
bc83ccd08b
Log goaway only if it ended with an non NO_ERROR code
5 years ago
Esun Kim
f88bd06ee5
Go UPB!
5 years ago
Richard Belleville
3db8828876
Add TODOs for prefix stripping
5 years ago
Prashant Jaikumar
f212cbad9a
Remove references to GRPCConnectivityMonitor from ConnectivityTestingApp
5 years ago