Tony Lu
eb2ed99a84
Changed visibility to public
6 years ago
Tony Lu
7422a14a5d
Added wrapper for objc_library in examples
6 years ago
Prashant Jaikumar
141c2d24d1
Add support for running C++ tests on iOS
6 years ago
Tony Lu
5de502528f
Add license
6 years ago
Tony Lu
cb6a8ae0d2
Added experimental wrappers for importing to Google3
6 years ago
Esun Kim
43bf44469d
Make map's compare to use const
6 years ago
Arjun Roy
6cf05561ce
Added overloads for metadata add/remove operations when static index is known.
...
In several cases, we wish to add or remove metadata when we already know what
kind of metadata it is (e.g. we know we're dealing with the path, or the
authority, or the user agent, etc.).
In these cases, we do not need to re-compute the metadata batch callout index
since we know it a-priori. This saves us some branches and ALU ops spent
pointlessly re-computing these indices in several hot-path filters.
We do need the original methods where we do compute the indices in cases where
we're operating over a collection of metadata, but this is relatively uncommon.
6 years ago
Karthik Ravi Shankar
136d3daf53
Regenerate projects
6 years ago
Juanli Shen
c8dc36bb47
Change xds args to const
6 years ago
Tony Lu
de6d4978e0
Merge test_objc_grpc_library into local_... with a testing BOOL flag
6 years ago
Yash Tibrewal
313b7c593a
Backport #19924 to v1.23.x
6 years ago
Muxi Yan
ae99e81e40
Move kGRPCErrorDomain to interface rather than Core implementation
6 years ago
Tony Lu
0ad64536ed
Added some comments and TODOs
6 years ago
Tony Lu
2a070b853d
Reverting changes
6 years ago
Tony Lu
4c893d8cdc
Changed dev languages and bundle ids
6 years ago
Yash Tibrewal
eceb4db63e
Reviewer comments
6 years ago
Yash Tibrewal
1713c36892
Prevent HTTP2 parser from queueing a lot of induced frames - SETTINGS ACK, PING ACK, RST_STREAM
6 years ago
Mike Moore
b132c34c61
Allow loading grpc/errors before grpc
6 years ago
Muxi Yan
69f3e27b99
Fix managers' thread safety issue
6 years ago
Muxi Yan
12ca64d2c3
Add TestCertificates.bundle to CronetTests too
6 years ago
Jan Tattermusch
2f54647545
clang format
6 years ago
Jan Tattermusch
9ae5c5df24
address a TODO
6 years ago
Jan Tattermusch
dd55158707
address TODO in SendMessageBenchmark
6 years ago
Jan Tattermusch
36dcea650d
address a TODO
6 years ago
Jan Tattermusch
ec351c1ac2
reorder UnsafeSerialize
6 years ago
Muxi Yan
43aacf02a7
Fix dependency issue and move InteropTestsMultipleChannels to CronetTests
6 years ago
Muxi Yan
0968147c14
clang-format
6 years ago
Yihua Zhang
ae863630d5
Add spiffe client-side credential reload
6 years ago
Muxi Yan
70eb692a0b
Update copyright
6 years ago
Juanli Shen
1c9fb855d7
Add locality map tests
6 years ago
Muxi Yan
68d6199443
Fix samples
6 years ago
Muxi Yan
dd2dc23d63
swift build fix
6 years ago
Muxi Yan
c8225c461b
Build fix
6 years ago
Muxi Yan
955a74925a
Bug fix
6 years ago
Muxi Yan
249f793a7b
fix unit tests
6 years ago
Tony Lu
7a6c421312
Clarified exception
6 years ago
Tony Lu
58ef8943a5
Added missing resources
6 years ago
Juanli Shen
1291ece848
Add drop in xds policy
6 years ago
Muxi Yan
47d95ef266
address comments
6 years ago
Juanli Shen
0f1a8a84b5
Don't use : prefix
6 years ago
Jan Tattermusch
127d69383a
better tests
6 years ago
Jan Tattermusch
ded29be883
slice buffer improvements
6 years ago
Jan Tattermusch
ec14872fc2
address TODO"
6 years ago
Jan Tattermusch
79c9aa081d
add slice buffer safe handle tests
6 years ago
Jan Tattermusch
532bdf7cd2
fixup SliceMemoryManager
6 years ago
Jan Tattermusch
66cd7cbb8f
improve default serialization context tests
6 years ago
Jan Tattermusch
fb5411fba9
support GetMemory()
6 years ago
Jan Tattermusch
891dc61d8e
move slice memory manager
6 years ago
Jan Tattermusch
389d759344
improve doc comments for SerializationContext
6 years ago
Jan Tattermusch
d57dec1c7d
improve DefaultSerializationContextTest
6 years ago