Mark D. Roth
|
28ea7e2630
|
Use URI query string instead of channel arg to indicate use of proxy.
|
8 years ago |
Mark D. Roth
|
e273b033da
|
Plumb server name down into the subchannel.
|
8 years ago |
Mark D. Roth
|
77613b2094
|
Added channel_arg for proxy server and changed client to add handshaker.
|
8 years ago |
Mark D. Roth
|
1102a9eef7
|
Update build files.
|
8 years ago |
Mark D. Roth
|
65edd1d3b4
|
Fix API from merge.
|
8 years ago |
Mark D. Roth
|
f6ea3edeb6
|
Merge branch 'handshake_api2' into http_connect
|
8 years ago |
Mark D. Roth
|
a228e5f231
|
Add grpc_error parameter to handshaker callback.
|
8 years ago |
Mark D. Roth
|
f7250197a7
|
Add support for CONNECT to httpcli code and flesh out handshaker implementation.
|
8 years ago |
Mark D. Roth
|
b16b1f29c3
|
clang-format
|
8 years ago |
Mark D. Roth
|
3b17e44eb3
|
Merge remote-tracking branch 'upstream/master' into handshake_api
|
8 years ago |
Nicolas Noble
|
4f8c76d959
|
Merge pull request #7490 from nicolasnoble/sanitize-master
Sanitizing master.
|
8 years ago |
Nicolas "Pixel" Noble
|
20b8333efa
|
Sanitizing master.
|
8 years ago |
Stanley Cheung
|
1f45b40f5c
|
Merge pull request #7464 from thinkerou/support_php7_by_marco
[support PHP7] control code by version of PHP macro
|
8 years ago |
Mark D. Roth
|
9136bb1c1c
|
Fix API from merge.
|
8 years ago |
Mark D. Roth
|
5332c4bada
|
Merge branch 'handshake_api' into http_connect
|
8 years ago |
Mark D. Roth
|
ac8df657a5
|
clang-format
|
8 years ago |
makdharma
|
76692bb283
|
Merge pull request #7368 from muxi/cronet-e2e
Establish Objective C end-to-end core test with Cronet
|
8 years ago |
David G. Quintas
|
e1951a1c6d
|
Merge pull request #7294 from dgquintas/lb_docs_update
Added LB diagram and some more detail
|
8 years ago |
David G. Quintas
|
ba383d8193
|
Merge pull request #7454 from dgquintas/tiny_comment_update
Updated outdated comment about uchannels
|
8 years ago |
田欧
|
9bf3798b56
|
Merge pull request #1 from stanley-cheung/support_php7_by_marco
minor changes. cannot assume hostname unchanged
|
8 years ago |
Stanley Cheung
|
69c565bd60
|
wrap long lines;
|
8 years ago |
Stanley Cheung
|
bae0cf1706
|
minor changes. cannot assume hostname unchanged
|
8 years ago |
Mark D. Roth
|
0b84add281
|
Avoid allocating memory for each individual handshaker. Also fix memory leak.
|
8 years ago |
Mark D. Roth
|
5682a52cee
|
Add acceptor parameter.
|
8 years ago |
Mark D. Roth
|
b3ce178b28
|
clang-format
|
8 years ago |
Mark D. Roth
|
9317715338
|
Merge remote-tracking branch 'upstream/master' into handshake_api
|
8 years ago |
thinkerou
|
a3730b75f8
|
support php7 by marco
|
8 years ago |
Muxi Yan
|
4c82af59d5
|
Add test target file to repo
|
8 years ago |
kpayson64
|
7c519b9243
|
Merge pull request #7444 from y-zeng/fix_typo
Fix typos in config_protobuf.h
|
8 years ago |
Craig Tiller
|
8c2fab05f7
|
Merge pull request #7399 from sreecha/poll_alloc_fix
Reduce the number of unnecessary allocations
|
8 years ago |
Muxi Yan
|
5a14bbec66
|
Let roots_filename be a static variable
|
8 years ago |
David G. Quintas
|
8bcf6c1dcd
|
Merge pull request #7460 from dgquintas/grpc_args_doxygen
Grpc args doxygen
|
8 years ago |
Muxi Yan
|
b6b0932c28
|
Add fixture description and TODO for test name inferral from test case method name
|
8 years ago |
kpayson64
|
c37a5a3878
|
Merge pull request #7431 from thinkerou/fix_spell_error
Python: fix spell error by pyflakes found
|
8 years ago |
Craig Tiller
|
e514158ccc
|
Merge pull request #7467 from ctiller/important-profiles
Add latency profiling from 'important' marks
|
8 years ago |
Craig Tiller
|
268a47a2b1
|
Add latency profiling from 'important' marks
Allows seeing directly how long was spent:
- running up to putting bytes on the wire
- between sending and receiving
- between receiving and finishing
|
8 years ago |
Muxi Yan
|
bff5cbf6b5
|
Collapse fixture into CoreCronetEnd2EndTests.m so that individual test cases can be run, instead of only allow running the entire fixture
|
8 years ago |
David Garcia Quintas
|
e8355a2cb3
|
grpc_args doxygen
|
8 years ago |
makdharma
|
2eebe29ec8
|
Merge pull request #7245 from muxi/fix-7181
Fix of Issue #7181 documentation and Objective C code
|
8 years ago |
Muxi Yan
|
791c4d7b7c
|
Add new line to the end of fixture.h
|
8 years ago |
David Garcia Quintas
|
7c32959390
|
Updated outdated comment about uchannels
|
8 years ago |
Mark D. Roth
|
4623e1c5d9
|
Initial framework for HTTP CONNECT handshaker.
|
8 years ago |
Muxi Yan
|
9afdd01e69
|
Rename h2_ssl_cronet.m to fixture_h2_ssl_cronet.m
|
8 years ago |
Muxi Yan
|
f8f70ebb2b
|
Update cronet test comments and structure
|
8 years ago |
Muxi Yan
|
9f6e6dcc30
|
Rename h2_ssl.* to h2_ssl_cronet.* and add static specifier to chttp2_tear_down_secure_fullstack in h2_ssl_cronet.m
|
8 years ago |
kpayson64
|
f3f5c18e5a
|
Merge pull request #7284 from ewr/FixRubyTimeConversion
Fix arguments for calls to Ruby's `Time.at`
|
8 years ago |
Yuchen Zeng
|
24987dbf77
|
fix typo
|
8 years ago |
kpayson64
|
ad570d8654
|
Merge pull request #7243 from dgquintas/styleguide
C style guide updates
|
8 years ago |
kpayson64
|
3b04393511
|
Merge pull request #6942 from adelez/perf_html_report
Generate html report for perf tests
|
8 years ago |
thinkerou
|
6660c110df
|
fix spell error by pyflakes found
|
8 years ago |