Muxi Yan
e667a3fb8f
Another copy
6 years ago
Muxi Yan
ed1e6c48e0
More verbose channel destroy message
6 years ago
Muxi Yan
4efa40d7cd
Validate parameters of GRPCChannelConfiguration:initWithHost:
6 years ago
Muxi Yan
dcf5f1ff38
Comments to GRPCChannelFactory
6 years ago
Muxi Yan
ef830758cc
Comments to methods of GRPCChannelConfiguration
6 years ago
Muxi Yan
c6fc07d384
Relocate global channel pool variables
6 years ago
Muxi Yan
836640dc4a
Mark GRPCChannel 🆕 unavailable
6 years ago
Muxi Yan
4186405287
GRPCChannel input parameter sanity check
6 years ago
Vijay Pai
340bffa555
Merge pull request #16950 from vjpai/membug2
...
Fix CallOpSet copy/assignment to reset cq_tag
6 years ago
Soheil Hassas Yeganeh
397f20742f
Merge pull request #16943 from soheilhy/worktree-cache
...
Do not waste cache lines with unnecessary paddings.
6 years ago
Muxi Yan
5e3e744d44
copy configuration
6 years ago
Muxi Yan
17d178363d
rename non-const variables
6 years ago
Muxi Yan
b3cb4e17f7
Comment and rename GRPCChannel:ref and :unref
6 years ago
Muxi Yan
8cecb2a86d
Write comments for functions in ChannelArgsUtil
6 years ago
Muxi Yan
789108d16d
add const attribute to defaults
6 years ago
Vijay Pai
ce4bd108ea
Fix CallOpSet copy/assignment to reset cq_tag
6 years ago
Muxi Yan
cb745ceaf9
Synchronized access to fetchedOauth2AccessToken
6 years ago
Muxi Yan
c6de16fc80
Remove redundant variable
6 years ago
Muxi Yan
24d952b2b9
Add comments to ivars of GRPCCall2
6 years ago
Muxi Yan
422d3296b2
Annotate Nullability
6 years ago
Muxi Yan
e542e006eb
Format fix
6 years ago
Muxi Yan
0242b022cc
Typo fix
6 years ago
apolcyn
6c29457ccb
Merge pull request #16913 from apolcyn/resolver_owns_ares_requests
...
Fix a dangling pointer on ares_request object in case of cancellation
6 years ago
ncteisen
a3400a8fcb
Add a test with more edge cases
6 years ago
apolcyn
cc3f52835a
Merge pull request #16917 from apolcyn/fix_init_shutdown_init
...
Fix corruption of ares blocking_resolve_address when grpc is restarted
6 years ago
Muxi Yan
5eb9911a0e
Change extern type
6 years ago
Noah Eisen
14a09c4849
Merge pull request #16904 from ncteisen/more-channel-tracing
...
Channel Tracing Name Resolution Support
6 years ago
ncteisen
d6d5d21c0a
Add bin search to gettopchannels and getservers
6 years ago
Lidi Zheng
bfe2d8153d
Using template to generate Dockerfile
6 years ago
Muxi Yan
9f9141082b
compressAlgorithm->compressionAlgorithm
6 years ago
Lidi Zheng
2f038f611a
Install pip for each Python version
6 years ago
Muxi Yan
cc9157a248
Polish comments
6 years ago
Lidi Zheng
f57f142b23
Migrate to new dockerfile
6 years ago
Muxi Yan
590ab39252
GRPCCompressAlgorithm->GRPCCompressionAlgorithm
6 years ago
Soheil Hassas Yeganeh
58a85ffc5e
Use union to make alignement robust.
...
Suggested-by: vjpai@google.com
6 years ago
Lidi Zheng
21ea6718cb
Add '-y'
6 years ago
Lidi Zheng
4b593bd084
Testing new dockerfile from scratch
6 years ago
Muxi Yan
a6e35201b5
polish comments
6 years ago
Eric Anderson
2b99c000f1
Merge pull request #16940 from jtattermusch/message_length_big_endian
...
Add a note about Message-Length being big endian
6 years ago
ncteisen
582d80cf8b
Merge branch 'master' of https://github.com/grpc/grpc into channelz-uuid-fix
6 years ago
ncteisen
8e666499a9
reveiwer feedback
6 years ago
Noah Eisen
8c1670d547
Fix asan
6 years ago
Muxi Yan
2d903f4732
More specific typing in response handlers
6 years ago
Soheil Hassas Yeganeh
1f85f6ba33
Do not waste cache lines with unnecessary paddings.
...
Make sure paddings are GPR_CACHELINE_SIZE minus the
size of fields in that cache line. Otherwise, we will waste an
additional cache line for no good reason.
6 years ago
Alexander Polcyn
aa3259c10e
Fix corruption of blocking_resolve_address when ares is used and grpc is restarted
6 years ago
Muxi Yan
9925c13b27
writeWithMessage->writeMessage
6 years ago
Muxi Yan
2a9efc3d1f
polish cancel message of proto calls
6 years ago
Alexander Polcyn
0f4968a6d9
Fix a dangling pointer on ares_request object in case of cancellation
6 years ago
Muxi Yan
75f8727a3e
NSString == nil -> NSString.length == 0
6 years ago
Muxi Yan
56d605230f
nil->NULL
6 years ago