Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Revert "Grand unified closures"" | Craig Tiller | 2016-09-12 |
| | |||
* | Revert "Grand unified closures" | Craig Tiller | 2016-09-12 |
| | |||
* | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-04 |
|\ | |||
| * | Merge pull request #7024 from markdroth/filter_call_init_failure | kpayson64 | 2016-08-02 |
| |\ | | | | | | | Extend filter API to allow call initialization to return an error. | ||
| | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-08-02 |
| | |\ | |||
| * | | | Fix stack use after scope in call.c | Vitaly Buka | 2016-08-01 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | AddressSanitizer detects stack-use-after-scope bug. This means that variable was used at a point when compiler assume that it's dead. Here compression_md lifetime is limited by switch scope. However implementation of execute_op blow access it outside the scope. | ||
| * | | clang-format | David Garcia Quintas | 2016-07-28 |
| | | | |||
| | * | Fixed asan failure and some refcounting bugs. | Mark D. Roth | 2016-07-27 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-12 |
| | |\ | |||
* | | \ | Merge branch 'delayed-write' into grand-unified-closures | Craig Tiller | 2016-07-12 |
|\ \ \ \ | | |_|/ | |/| | | |||
| | * | | Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16 | 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. | ||
* | | | | Make transport_stream_ops all be heap allocated | Craig Tiller | 2016-07-08 |
| |/ / |/| | | |||
| * | | Convert time to monotonic internally | Craig Tiller | 2016-07-08 |
|/ / | |||
| * | Merge branch 'master' into filter_call_init_failure | Mark D. Roth | 2016-07-01 |
| |\ | |||
* | | | Initialize variables | David Garcia Quintas | 2016-06-30 |
| |/ |/| | |||
| * | Fix msan/asan/tsan build failure. | Mark D. Roth | 2016-06-29 |
| | | |||
* | | Fixes | Craig Tiller | 2016-06-24 |
| | | |||
* | | 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. | ||
| * | clang-format | Mark D. Roth | 2016-06-23 |
| | | |||
| * | Added test for filter whose call initialization fails, and fixed bugs | Mark D. Roth | 2016-06-23 |
| | | | | | | | | uncovered by the test. | ||
| * | Fix error handling in grpc_call_create(). | Mark D. Roth | 2016-06-23 |
| | | |||
| * | Change grpc_channel_filter init_call_elem() method to return grpc_error. | Mark D. Roth | 2016-06-23 |
|/ | |||
* | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 |
|\ | |||
* | | small fixes | Craig Tiller | 2016-06-13 |
| | | |||
| * | 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 branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 |
| |\ | |||
| * | | s/maybe_compression_level.compression_level/maybe_compression_level.level | David Garcia Quintas | 2016-06-07 |
| | | | |||
* | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
|\ \ \ | | |/ | |/| | |||
| * | | clang-format | David Garcia Quintas | 2016-06-06 |
| | | | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
| |\ \ | |||
| * | | | moar renamings | David Garcia Quintas | 2016-06-06 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 |
|\ \ \ \ | | |/ / | |/| | | |||
| | | * | 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 |
| |\ \ \ | |||
* | \ \ \ | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-01 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| | | * | | s/grpc_pops/grpc_polling_entity | David Garcia Quintas | 2016-05-31 |
| | | | | | |||
| * | | | | Remove unused struct | vjpai | 2016-05-26 |
| | | | | | |||
| * | | | | Remove some unused enums | vjpai | 2016-05-26 |
| | | | | | |||
* | | | | | Rename functions | Craig Tiller | 2016-05-24 |
| | | | | | |||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | | * | Added check for client in call.c's default level processing code. | David Garcia Quintas | 2016-05-18 |
| | | | | | |||
| | | | * | Merge branch 'compression_incoming_checks' into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
| | | | |\ | |||
| | | | | * | s/INTERNAL/UNIMPLEMENTED | David Garcia Quintas | 2016-05-18 |
| | | | | | | |||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-05-18 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checks | David Garcia Quintas | 2016-05-18 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| | | | | * | moved md compression validation outside of md filter | David Garcia Quintas | 2016-05-18 |
| | | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-05-18 |
|\| | | | | |