Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | David Garcia Quintas | 2016-08-01 |
|\ | |||
* | | clang-format | David Garcia Quintas | 2016-07-28 |
| | | |||
| * | clang-format | Mark D. Roth | 2016-07-25 |
| | | |||
| * | Fix API of handshake_manager_add(). | Mark D. Roth | 2016-07-25 |
| | | |||
| * | Add grpc_error parameter to handshaker callback. | Mark D. Roth | 2016-07-22 |
| | | |||
| * | clang-format | Mark D. Roth | 2016-07-21 |
| | | |||
| * | Avoid allocating memory for each individual handshaker. Also fix memory leak. | Mark D. Roth | 2016-07-20 |
| | | |||
| * | Add acceptor parameter. | Mark D. Roth | 2016-07-20 |
| | | |||
| * | clang-format | Mark D. Roth | 2016-07-20 |
| | | |||
| * | Plumb channel args through handshakers. | Mark D. Roth | 2016-07-15 |
| | | |||
| * | Use handshake_manager API in client and server. | Mark D. Roth | 2016-07-14 |
| | | |||
| * | Fix build problems. | Mark D. Roth | 2016-07-14 |
| | | |||
| * | clang-format | Mark D. Roth | 2016-07-14 |
| | | |||
| * | Tweaked grpc_handshaker API and added grpc_handshake_manager API. | Mark D. Roth | 2016-07-14 |
| | | |||
| * | Add handshaker API. | Mark D. Roth | 2016-07-13 |
| | | |||
* | | fixed failures in h2_proxy | David Garcia Quintas | 2016-07-11 |
| | | |||
* | | Added new features to load reporting. | David Garcia Quintas | 2016-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. | ||
* | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-30 |
|\ | |||
| * | Make transport-level errors be reflected in status messages on calls | Craig Tiller | 2016-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. | ||
* | | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-20 |
|\| | |||
* | | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-17 |
|\ \ | |||
| | * | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
| | |\ | | |/ | |/| | |||
* | | | Add http2 status code in error_message if it's not 200 | Yuchen Zeng | 2016-06-13 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into log_format_check | Yuchen Zeng | 2016-06-10 |
| |\ \ | |/ / |/| | | |||
| * | | Add format check for gpr_log and gpr_asprintf | Yuchen Zeng | 2016-06-10 |
| | | | |||
| | * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #6804 from ctiller/plugin_advertisement | Jan Tattermusch | 2016-06-09 |
|\ \ \ | |/ / |/| | | Advertise transport selected in user-agent string | ||
| | * | Fix compile error on gcc | Craig Tiller | 2016-06-09 |
| | | | |||
| | * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-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_type | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ | | | | | | | | | | | Check content type on the client response path | ||
| | * \ \ | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | | | * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
|\ \ \ \ \ | |||
| | | | * | | Advertise transport selected in user-agent string | Craig Tiller | 2016-06-06 |
| | | | | | | |||
| | | | | * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into ↵ | David Garcia Quintas | 2016-06-03 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | check_http_client_filter_content_type | ||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||
| | | | | * | Use exec_ctx where it should be, and fix leak | Craig Tiller | 2016-06-01 |
| | | | | | | |||
* | | | | | | s/grpc_pops/grpc_polling_entity | David Garcia Quintas | 2016-05-31 |
| | | | | | | |||
* | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-05-31 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| | | | | * | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-22 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | | * | | | Check content type on the client response path | David Garcia Quintas | 2016-05-20 |
| | | | | | | |||
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
| | |\| | | | |||
| | | | * | | Merge branch 'compression_incoming_checks' into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
| | | | |\ \ | |||
| | | | * | | | force-set support for identity alg. in channel arg bitset | David Garcia Quintas | 2016-05-18 |
| | | | | | | | |||
| * | | | | | | clang-format | Craig Tiller | 2016-05-18 |
| | | | | | | | |||
| * | | | | | | Merge github.com:grpc/grpc into signal_handler | Craig Tiller | 2016-05-18 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||
* | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-05-18 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | |