aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added channel_arg for proxy server and changed client to add handshaker.Gravatar Mark D. Roth2016-07-22
|
* Update build files.Gravatar Mark D. Roth2016-07-22
|
* Fix API from merge.Gravatar Mark D. Roth2016-07-22
|
* Merge branch 'handshake_api2' into http_connectGravatar Mark D. Roth2016-07-22
|\
| * Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| |
* | Add support for CONNECT to httpcli code and flesh out handshaker implementation.Gravatar Mark D. Roth2016-07-22
| |
| * clang-formatGravatar Mark D. Roth2016-07-21
| |
| * Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-21
| |\
| | * Merge pull request #7490 from nicolasnoble/sanitize-masterGravatar Nicolas Noble2016-07-21
| | |\ | | | | | | | | Sanitizing master.
| | | * Sanitizing master.Gravatar Nicolas "Pixel" Noble2016-07-21
| | |/
| | * Merge pull request #7464 from thinkerou/support_php7_by_marcoGravatar Stanley Cheung2016-07-21
| | |\ | | | | | | | | [support PHP7] control code by version of PHP macro
* | | | Fix API from merge.Gravatar Mark D. Roth2016-07-21
| | | |
* | | | Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-21
|\| | |
| * | | clang-formatGravatar Mark D. Roth2016-07-21
| | | |
| | * | Merge pull request #7368 from muxi/cronet-e2eGravatar makdharma2016-07-20
| | |\ \ | | | | | | | | | | Establish Objective C end-to-end core test with Cronet
| | * \ \ Merge pull request #7294 from dgquintas/lb_docs_updateGravatar David G. Quintas2016-07-20
| | |\ \ \ | | | | | | | | | | | | Added LB diagram and some more detail
| | * \ \ \ Merge pull request #7454 from dgquintas/tiny_comment_updateGravatar David G. Quintas2016-07-20
| | |\ \ \ \ | | | | | | | | | | | | | | Updated outdated comment about uchannels
| | | | | | * Merge pull request #1 from stanley-cheung/support_php7_by_marcoGravatar 田欧2016-07-21
| | | | | | |\ | | | | | | | | | | | | | | | | minor changes. cannot assume hostname unchanged
| | | | | | | * wrap long lines;Gravatar Stanley Cheung2016-07-20
| | | | | | | |
| | | | | | | * minor changes. cannot assume hostname unchangedGravatar Stanley Cheung2016-07-20
| | | | | | |/
| * | | | | | Avoid allocating memory for each individual handshaker. Also fix memory leak.Gravatar Mark D. Roth2016-07-20
| | | | | | |
| * | | | | | Add acceptor parameter.Gravatar Mark D. Roth2016-07-20
| | | | | | |
| * | | | | | clang-formatGravatar Mark D. Roth2016-07-20
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into handshake_apiGravatar Mark D. Roth2016-07-20
| |\| | | | |
| | | | | | * support php7 by marcoGravatar thinkerou2016-07-20
| | | | | | |
| | | | | * | Add test target file to repoGravatar Muxi Yan2016-07-19
| | | | | | |
| | * | | | | Merge pull request #7444 from y-zeng/fix_typoGravatar kpayson642016-07-19
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fix typos in config_protobuf.h
| | * \ \ \ \ \ Merge pull request #7399 from sreecha/poll_alloc_fixGravatar Craig Tiller2016-07-19
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Reduce the number of unnecessary allocations
| | | | | | | * | Let roots_filename be a static variableGravatar Muxi Yan2016-07-19
| | | | | | | | |
| | * | | | | | | Merge pull request #7460 from dgquintas/grpc_args_doxygenGravatar David G. Quintas2016-07-19
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Grpc args doxygen
| | | | | | | | * | Add fixture description and TODO for test name inferral from test case ↵Gravatar Muxi Yan2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method name
| | * | | | | | | | Merge pull request #7431 from thinkerou/fix_spell_errorGravatar kpayson642016-07-19
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Python: fix spell error by pyflakes found
| | * \ \ \ \ \ \ \ \ Merge pull request #7467 from ctiller/important-profilesGravatar Craig Tiller2016-07-19
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add latency profiling from 'important' marks
| | | * | | | | | | | | Add latency profiling from 'important' marksGravatar Craig Tiller2016-07-19
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows seeing directly how long was spent: - running up to putting bytes on the wire - between sending and receiving - between receiving and finishing
| | | | | | | | | * | Collapse fixture into CoreCronetEnd2EndTests.m so that individual test cases ↵Gravatar Muxi Yan2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can be run, instead of only allow running the entire fixture
| | | | * | | | | | | grpc_args doxygenGravatar David Garcia Quintas2016-07-18
| | | | | |_|_|_|_|/ | | | | |/| | | | |
| | * | | | | | | | Merge pull request #7245 from muxi/fix-7181Gravatar makdharma2016-07-18
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | Fix of Issue #7181 documentation and Objective C code
| | | | | | | | | * Add new line to the end of fixture.hGravatar Muxi Yan2016-07-18
| | | | | | | | | |
| | | | | | | * | | Updated outdated comment about uchannelsGravatar David Garcia Quintas2016-07-18
| | | |_|_|_|/ / / | | |/| | | | | |
* | / | | | | | | Initial framework for HTTP CONNECT handshaker.Gravatar Mark D. Roth2016-07-18
|/ / / / / / / /
| | | | | | | * Rename h2_ssl_cronet.m to fixture_h2_ssl_cronet.mGravatar Muxi Yan2016-07-18
| | | | | | | |
| | | | | | | * Update cronet test comments and structureGravatar Muxi Yan2016-07-18
| | | | | | | |
| | | | | | | * Rename h2_ssl.* to h2_ssl_cronet.* and add static specifier to ↵Gravatar Muxi Yan2016-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chttp2_tear_down_secure_fullstack in h2_ssl_cronet.m
| * | | | | | | Merge pull request #7284 from ewr/FixRubyTimeConversionGravatar kpayson642016-07-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix arguments for calls to Ruby's `Time.at`
| | | | | | * | | fix typoGravatar Yuchen Zeng2016-07-18
| | | | | | | | |
| * | | | | | | | Merge pull request #7243 from dgquintas/styleguideGravatar kpayson642016-07-18
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | C style guide updates
| * | | | | | | | Merge pull request #6942 from adelez/perf_html_reportGravatar kpayson642016-07-18
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Generate html report for perf tests
| | | | | | * | | | fix spell error by pyflakes foundGravatar thinkerou2016-07-17
| | |_|_|_|/ / / / | |/| | | | | | |
| | | | | | | | * Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-15
| | | | | | | | |
| * | | | | | | | Merge pull request #7410 from sreecha/bq_bugGravatar Craig Tiller2016-07-15
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add clientSuccess and serverSuccess to BQ schema