Youngchan Kim
0f9733eb85
Update timeout: 1 -> 10
6 years ago
Youngchan Kim
c4c112bc50
Update keepalive timeout: 10 -> 10000
6 years ago
Youngchan Kim
f65615d4cd
Update example description
6 years ago
Youngchan Kim
0a925095be
Simplify example
6 years ago
Youngchan Kim
cf09d16ca8
Add python example - channel options
6 years ago
ncteisen
97134a69be
Refactor to support internal build
6 years ago
Juanli Shen
800a09b24e
Add interop test into bazel build
6 years ago
Yash Tibrewal
d8cfd96fb2
Adding tests using the callback API
6 years ago
Bill Feng
62bdfadb73
Merge pull request #16965 from billfeng327/bugfix/migrate-e2e-unsec
...
added nosec_tests to end2end test suite
6 years ago
Bill Feng
5455a3ae3d
added nosec_tests to end2end test suite
6 years ago
Mark D. Roth
7b48518f65
Move core docs to core subdir.
6 years ago
Yihua Zhang
fafca2b5f3
move fake URL string back to fake_security_connector.h
6 years ago
Lidi Zheng
0dbd7831c3
Add different Dockerfile for each Python version
6 years ago
Yihua Zhang
f5ad6f0ee3
Merge remote-tracking branch 'upstream/master' into security_connector_refactor_new
6 years ago
Yihua Zhang
f10f94f72a
move SSL and fake URL strings to ssl_utils
6 years ago
Yash Tibrewal
b358ef85dc
Merge branch 'master' into interceptors
6 years ago
Lidi Zheng
1a74f991e1
Rename Dockerfile && fix typo
6 years ago
Jan Tattermusch
08bb0810cd
remove C# from coverage suite
6 years ago
Noah Eisen
2521fefb35
Merge pull request #16901 from ncteisen/channelz-uuid-fix
...
Incorporate Uuid into Channel and Server Socket Lookup
6 years ago
Yihua Zhang
81bc942cd8
security connector refactor
6 years ago
Konstantin Varlamov
67a9bc00e0
undo bad merge
6 years ago
yang-g
fceab59db7
Remove duplicate grpc_census.cc build
6 years ago
Jan Tattermusch
84c74b67f8
build C++ in benchmarks with cmake
6 years ago
Jan Tattermusch
185d7332ad
more reasonable timeouts scenario timeout
6 years ago
Jan Tattermusch
5d70ac18e0
too many C++ benchmarks considered "smoketest"
6 years ago
Yash Tibrewal
9b83b7d19e
Adding intercepted channel
6 years ago
Yash Tibrewal
3a17f5b05e
Working on tests
6 years ago
Konstantin Varlamov
52d84a90ef
Remove colon
6 years ago
Konstantin Varlamov
a0f4e5670c
Initial
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
Vijay Pai
ce4bd108ea
Fix CallOpSet copy/assignment to reset cq_tag
6 years ago
Yash Tibrewal
52765e9cb1
Don't expose internal functions.. Add a layer of indirection namely InternalInterceptorBatchMethods
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
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
Lidi Zheng
2f038f611a
Install pip for each Python version
6 years ago
Lidi Zheng
f57f142b23
Migrate to new dockerfile
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
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
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