aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
|\
| * Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
| |\
| | * Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
| | |\
| | * | clang-formatGravatar David Garcia Quintas2016-07-28
| | | |
| * | | Fixed asan failure and some refcounting bugs.Gravatar Mark D. Roth2016-07-27
| | | |
| | | * clang-formatGravatar Mark D. Roth2016-07-25
| | | |
| | | * Fix API of handshake_manager_add().Gravatar Mark D. Roth2016-07-25
| | | |
| | | * Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| | | |
| | | * clang-formatGravatar Mark D. Roth2016-07-21
| | | |
| | | * 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
| | | |
| | | * Plumb channel args through handshakers.Gravatar Mark D. Roth2016-07-15
| | | |
| | | * Use handshake_manager API in client and server.Gravatar Mark D. Roth2016-07-14
| | | |
| | | * Fix build problems.Gravatar Mark D. Roth2016-07-14
| | | |
| | | * clang-formatGravatar Mark D. Roth2016-07-14
| | | |
| | | * Tweaked grpc_handshaker API and added grpc_handshake_manager API.Gravatar Mark D. Roth2016-07-14
| | | |
| | | * Add handshaker API.Gravatar Mark D. Roth2016-07-13
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-12
| |\ \ \ | | | |/ | | |/|
| | | * fixed failures in h2_proxyGravatar David Garcia Quintas2016-07-11
| | | |
| | | * Added new features to load reporting.Gravatar David Garcia Quintas2016-07-10
| | |/ | | | | | | | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.
* | / Make transport_stream_ops all be heap allocatedGravatar Craig Tiller2016-07-08
| |/ |/|
| * Merge branch 'master' into filter_call_init_failureGravatar Mark D. Roth2016-07-01
| |\
* | \ Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-30
|\ \ \ | | |/ | |/|
| * | Make transport-level errors be reflected in status messages on callsGravatar Craig Tiller2016-06-23
| | | | | | | | | | | | | | | | | | | | | Allows us to eliminate logging those errors by default (since they are explicitly passed up to the application). Required plumbing errors through the stack a little more deeply than we had previously.
| | * clang-formatGravatar Mark D. Roth2016-06-23
| | |
| | * Added test for filter whose call initialization fails, and fixed bugsGravatar Mark D. Roth2016-06-23
| | | | | | | | | | | | uncovered by the test.
| | * Change grpc_channel_filter init_call_elem() method to return grpc_error.Gravatar Mark D. Roth2016-06-23
| |/
* | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-20
|\|
* | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-17
|\ \
| | * Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| | |\ | | |/ | |/|
* | | Add http2 status code in error_message if it's not 200Gravatar Yuchen Zeng2016-06-13
| | |
| * | Merge remote-tracking branch 'upstream/master' into log_format_checkGravatar Yuchen Zeng2016-06-10
| |\ \ | |/ / |/| |
| * | Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| | |
| | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| | |\ | |_|/ |/| |
* | | Merge pull request #6804 from ctiller/plugin_advertisementGravatar Jan Tattermusch2016-06-09
|\ \ \ | |/ / |/| | Advertise transport selected in user-agent string
| | * Fix compile error on gccGravatar Craig Tiller2016-06-09
| | |
| | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| | |\ | |_|/ |/| |
* | | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
|\ \ \ | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
* \ \ \ Merge pull request #6675 from dgquintas/check_http_client_filter_content_typeGravatar Jan Tattermusch2016-06-08
|\ \ \ \ | | | | | | | | | | Check content type on the client response path
| | * \ \ Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| | |\ \ \ | |_|/ / / |/| | | |
| | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
|\ \ \ \ \
| | | | * | Advertise transport selected in user-agent stringGravatar Craig Tiller2016-06-06
| | | | | |
| | | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar David Garcia Quintas2016-06-03
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | check_http_client_filter_content_type
| | | * | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | | | * Use exec_ctx where it should be, and fix leakGravatar Craig Tiller2016-06-01
| | | | | |
* | | | | | s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| | | | | |