aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
Commit message (Collapse)AuthorAge
* Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
|\ | | | | prep work for enabling caching
| * surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| |
* | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
|/
* 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
| | | | |
| | | * | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
| | | | |
* | | | | Bool-ify a couple of fields in grpc_transport_op.Gravatar Mark D. Roth2016-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.
| | | * | Changed %lld to use mingw supported PRId64Gravatar Ken Payson2016-06-23
| | |/ /
| * | | Fix error handling in grpc_call_create().Gravatar Mark D. Roth2016-06-23
| | | |