aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call.c
Commit message (Collapse)AuthorAge
* Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
|
* Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
|
* Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
|\
| * Merge pull request #7024 from markdroth/filter_call_init_failureGravatar kpayson642016-08-02
| |\ | | | | | | Extend filter API to allow call initialization to return an error.
| | * Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
| | |\
| * | | Fix stack use after scope in call.cGravatar Vitaly Buka2016-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-formatGravatar David Garcia Quintas2016-07-28
| | |
| | * Fixed asan failure and some refcounting bugs.Gravatar Mark D. Roth2016-07-27
| | |
| | * Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-12
| | |\
* | | \ Merge branch 'delayed-write' into grand-unified-closuresGravatar Craig Tiller2016-07-12
|\ \ \ \ | | |_|/ | |/| |
| | * | Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16Gravatar 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
| |/ / |/| |
| * | Convert time to monotonic internallyGravatar Craig Tiller2016-07-08
|/ /
| * Merge branch 'master' into filter_call_init_failureGravatar Mark D. Roth2016-07-01
| |\
* | | Initialize variablesGravatar David Garcia Quintas2016-06-30
| |/ |/|
| * Fix msan/asan/tsan build failure.Gravatar Mark D. Roth2016-06-29
| |
* | FixesGravatar Craig Tiller2016-06-24
| |
* | 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.
| * Fix error handling in grpc_call_create().Gravatar Mark D. Roth2016-06-23
| |
| * Change grpc_channel_filter init_call_elem() method to return grpc_error.Gravatar Mark D. Roth2016-06-23
|/
* Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\
* | small fixesGravatar Craig Tiller2016-06-13
| |
| * 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 branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| |\
| * | s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| | |
* | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\ \ \ | | |/ | |/|
| * | clang-formatGravatar David Garcia Quintas2016-06-06
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
| |\ \
| * | | moar renamingsGravatar David Garcia Quintas2016-06-06
| | | |
* | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
|\ \ \ \ | | |/ / | |/| |
| | | * 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
| |\ \ \
* | \ \ \ Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-01
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| | | | |
| * | | | Remove unused structGravatar vjpai2016-05-26
| | | | |
| * | | | Remove some unused enumsGravatar vjpai2016-05-26
| | | | |
* | | | | Rename functionsGravatar Craig Tiller2016-05-24
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-05-19
| | |\ \ \ | | |/ / / | |/| | |
| | | | * Added check for client in call.c's default level processing code.Gravatar David Garcia Quintas2016-05-18
| | | | |
| | | | * Merge branch 'compression_incoming_checks' into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
| | | | |\
| | | | | * s/INTERNAL/UNIMPLEMENTEDGravatar David Garcia Quintas2016-05-18
| | | | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-18
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | | * Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checksGravatar David Garcia Quintas2016-05-18
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | | * moved md compression validation outside of md filterGravatar David Garcia Quintas2016-05-18
| | | | | |
* | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-18
|\| | | | |