aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
Commit message (Collapse)AuthorAge
* Remove unused code for chaining on_complete closures in call.c.Gravatar Mark D. Roth2016-09-07
|
* Set status from the grpc_error or whichever of its children has the data.Gravatar Mark D. Roth2016-09-02
|
* Move client-side deadline handling to client_channel filter.Gravatar Mark D. Roth2016-09-02
|
* Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-01
|\
| * Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
| |\ | | | | | | prep work for enabling caching
* | | Merge branch 'client_channel_cleanup' into deadline_filterGravatar Mark D. Roth2016-09-01
|\| |
| | * surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| | |
| * | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| |/
* | Fix build problems when refcount debugging is enabled.Gravatar Mark D. Roth2016-08-29
| |
* | Initial code to move deadline timer into a filter. Timer cancellationGravatar Mark D. Roth2016-08-26
|/ | | | not working right -- will fix in subsequent commit.
* Improved some docstrings for grpc_call creationGravatar David Garcia Quintas2016-08-09
|
* Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-08-02
|\
| * 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 branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-08-02
|\ \ \ | | |/ | |/|
| * | 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.
| | * Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
| | |\
| | * | clang-formatGravatar David Garcia Quintas2016-07-28
| | | |
* | | | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-28
|\| | |
| * | | Fixed asan failure and some refcounting bugs.Gravatar Mark D. Roth2016-07-27
| | | |
* | | | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-15
|\| | |
| * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-15
| |\ \ \ | | | |/ | | |/|
| | * | Cleanup from code reviewGravatar Craig Tiller2016-07-14
| | | |
| | * | Better error messageGravatar Craig Tiller2016-07-12
| | | |
| | * | Make request freelists per cq, to allow drastically higher requested call countsGravatar Craig Tiller2016-07-12
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-12
| |\| |
* | | | Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-07-12
|\ \ \ \ | | |/ / | |/| |
| * | | Master is now 1.1.0-dev.Gravatar Nicolas "Pixel" Noble2016-07-12
| | | |
| * | | Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
| | | |
| | | * Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16Gravatar David Garcia Quintas2016-07-11
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #7291 from ctiller/better_statusGravatar Nicolas Noble2016-07-11
| |\ \ \ | | | | | | | | | | Make it more likely to correctly report deadline exceeded
| | | | * 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.
| | * | | Convert time to monotonic internallyGravatar Craig Tiller2016-07-08
| | | |/ | | |/|
| * | | Merge github.com:grpc/grpc into smaller_max_message_sizeGravatar Craig Tiller2016-07-07
| |\| |
| * | | Reduce default max message sizeGravatar Craig Tiller2016-07-07
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
| | |\ \ | | |/ / | |/| |
| | * | Added test for CGravatar David Garcia Quintas2016-07-02
| | | |
* | | | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-01
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into filter_call_init_failureGravatar Mark D. Roth2016-07-01
| |\ \ \
| | | | * pr commentsGravatar David Garcia Quintas2016-07-01
| | | | |
| | | | * Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| | | |/ | | |/|
| | | * Initialize variablesGravatar David Garcia Quintas2016-06-30
| | |/
* | | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-06-29
|\| |
| * | Fix msan/asan/tsan build failure.Gravatar Mark D. Roth2016-06-29
| | |
* | | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-06-29
|\| |
| | * Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-28
| | |\
| | | * Resolved merge conflicts with masterGravatar murgatroid992016-06-27
| | | |\
| | * | \ Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix clang formattingGravatar Ken Payson2016-06-24
| | | | |
| | * | | FixesGravatar Craig Tiller2016-06-24
| | | | |