Ryo Murakami
96742f41ff
update Scripting Runtime Version
...
empty commit
empty commit
5 years ago
Esun Kim
d88ee54854
Added missing dependency to channelz_proto_descriptors
5 years ago
Soheil Hassas Yeganeh
65b28a29b2
Initialize compression state only if they are used.
...
Add a lazy initialization path, so that we do not have to
initialize/access the state that's only used when we compress.
Move the frequently access fields to the front so we are more
cache friendly.
5 years ago
Esun Kim
b02ac1be1d
Avoid copybara import error
5 years ago
Tony Lu
6b24df2945
Refined edge case checks + added comments
5 years ago
Prashant Jaikumar
232725b99a
Add C++ Cronet end2end tests
5 years ago
Matthew Stevenson
e26e2b6b8b
First Spiffe1 commit
5 years ago
Muxi Yan
c7c74bc41d
comments and clang format
5 years ago
Muxi Yan
d9cb5718ae
nit comment
5 years ago
Tony Lu
6172ef8bd6
Fixed clang_format_code
5 years ago
Tony Lu
8f3b487838
Added some edge case checks
5 years ago
Tony Lu
f9d9fbd36b
Only include src/objective-c/examples/RemoteTestClient/.. stubs
...
Reverting other files & removing redundant spaces
5 years ago
Tony Lu
f00dd31ace
Upgrade Cocoapods to the second latest version
...
Reverting build_one_sample
5 years ago
Mark D. Roth
db3d8be647
Add MetadataInterface abstraction to LB policy API.
5 years ago
Mark D. Roth
0975fc2064
Second attempt: Simplify LB policy and resolver shutdown.
5 years ago
Zhehao /Tony/ Lu
d06618d56a
Modified script to empty Build/ before each build
5 years ago
Yash Tibrewal
2d498d2b6c
Add a few tests for ContextList and BufferList. Also, check that
...
timestamps is non-null before modifying it.
5 years ago
Tony Lu
c3de8448ea
Reverting projct.pbxproj
5 years ago
Qiancheng Zhao
79b0530dce
fix typo in max_age_filter.cc
5 years ago
Qiancheng Zhao
39bc63c88c
change memory order of operations on disconnect_error_ in client_channel
5 years ago
Lev Pachmanov
c914fbbc1d
catch the error if socket initialization fails
5 years ago
Esun Kim
7e367da22a
Added more protos to upb
5 years ago
Muxi Yan
07dc75b5ca
Fix Frameworks build error
5 years ago
Tony Lu
e76a5dd73c
Fixed clang_format_code
5 years ago
Hannah Shi
9841ed0763
fix #19721 missing addref in channel::constructor()
5 years ago
Hannah Shi
f0fb27e8cd
add if statement around PersistentChannelTests. run the tests by default
5 years ago
Yunjia Wang
7c10819641
Fix comments
5 years ago
Tony Lu
431c5306ba
Used framework imports within generated stubs where necessary
5 years ago
Mark D. Roth
224f0ef837
Second attempt: Hide ConnectedSubchannel from LB policy API.
5 years ago
Juanli Shen
c3896fa84d
Make Map<> movable
5 years ago
Muxi Yan
08b21aed41
add comments and clang-format
5 years ago
Muxi Yan
5e1f96c5b8
Test fixes
5 years ago
Jan Tattermusch
8fa870c4e5
Make UnaryCallOverheadBenchmark parametrized
5 years ago
Muxi Yan
f20cfd3844
Build system reorg
5 years ago
Pau Freixes
9e80f74326
Add missing APP callback context for custom iomgr
...
This PR adds the following missing APP callback context rerlated to the
usage of a custom iomgr.
- When a new TCP connection is established
- When a new TCP connection is accepted
- When a new domain resolution finishes
- When network primitives, like read and write, finish they job
Without these APP contexts, pending user app callbacks are never
executed.
5 years ago
Muxi Yan
1d038a8f29
More proto fixes
5 years ago
Tony Lu
3e4cdf20b0
Tring --objc_opt=generate_for_named_framework
5 years ago
Tony Lu
3ea2870914
Config'd the projects so that they actually run on tvOS 10.0 and watchOS 4.0
...
Removed unnecessary code stubs
5 years ago
Muxi Yan
32aad8a11c
More fixes
5 years ago
Arjun Roy
9ab38afa13
CH2 interned metadata key parsing fastpath.
...
on_initial_header() and on_trailing_header() are called by the hpack parser. The
hpack parser interns the key elements for metadata that it parses. Thus, the
called functions don't need to do a slowpath slice value check when performing
metadata key comparisons.
5 years ago
Esun Kim
ded9f46c06
Refactored BUILD file to isolate cronet rules
5 years ago
Muxi Yan
e246a307d3
more generator fix
5 years ago
Yunjia Wang
f78f3e4d6c
Re-format
5 years ago
Qiancheng Zhao
29480c4f6b
add client idle filter
5 years ago
Jan Tattermusch
bc1283c43b
forbid BeginOp and EndOp for sync completion queue altogether
5 years ago
Jan Tattermusch
7142d9e2dc
dont use shutdownRef count for sync completion queue
5 years ago
Tony Lu
8b3da5a698
Adopted the Bazel way of import + quick fix on Swift sample
5 years ago
Yunjia Wang
0161de3a56
Addressing comments
5 years ago
Esun Kim
d452fb5281
Fix typo of channelz proto
5 years ago
Tony Lu
b2e8417400
clang_format_code'd files previously parsed wrong
5 years ago