Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7862 from makdharma/grpc_caching | makdharma | 2016-09-01 |
|\ | | | | | prep work for enabling caching | ||
| * | surface cacheable flag to the call | Makarand Dharmapurikar | 2016-08-29 |
| | | |||
* | | Specify the "g" in gRPC | Craig Tiller | 2016-08-29 |
|/ | |||
* | Improved some docstrings for grpc_call creation | David Garcia Quintas | 2016-08-09 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into filter_api | Mark D. Roth | 2016-08-02 |
|\ | |||
| * | 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 branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-08-02 |
|\ \ \ | | |/ | |/| | |||
| * | | 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. | ||
| | * | 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 |
| | | | | |||
* | | | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-28 |
|\| | | | |||
| * | | | Fixed asan failure and some refcounting bugs. | Mark D. Roth | 2016-07-27 |
| | | | | |||
* | | | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-15 |
|\| | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-15 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | Cleanup from code review | Craig Tiller | 2016-07-14 |
| | | | | |||
| | * | | Better error message | Craig Tiller | 2016-07-12 |
| | | | | |||
| | * | | Make request freelists per cq, to allow drastically higher requested call counts | Craig Tiller | 2016-07-12 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-12 |
| |\| | | |||
* | | | | Merge remote-tracking branch 'upstream/master' into filter_api | Mark D. Roth | 2016-07-12 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Master is now 1.1.0-dev. | Nicolas "Pixel" Noble | 2016-07-12 |
| | | | | |||
| * | | | Flagging master as 1.0.0-pre1. | Nicolas "Pixel" Noble | 2016-07-12 |
| | | | | |||
| | | * | Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16 | David Garcia Quintas | 2016-07-11 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #7291 from ctiller/better_status | Nicolas Noble | 2016-07-11 |
| |\ \ \ | | | | | | | | | | | Make it more likely to correctly report deadline exceeded | ||
| | | | * | 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. | ||
| | * | | | Convert time to monotonic internally | Craig Tiller | 2016-07-08 |
| | | |/ | | |/| | |||
| * | | | Merge github.com:grpc/grpc into smaller_max_message_size | Craig Tiller | 2016-07-07 |
| |\| | | |||
| * | | | Reduce default max message size | Craig Tiller | 2016-07-07 |
| | | | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into bb_reader_error | David Garcia Quintas | 2016-07-06 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Added test for C | David Garcia Quintas | 2016-07-02 |
| | | | | |||
* | | | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-07-01 |
|\ \ \ \ | | |_|/ | |/| | | |||
| * | | | Merge branch 'master' into filter_call_init_failure | Mark D. Roth | 2016-07-01 |
| |\ \ \ | |||
| | | | * | pr comments | David Garcia Quintas | 2016-07-01 |
| | | | | | |||
| | | | * | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | | |/ | | |/| | |||
| | | * | Initialize variables | David Garcia Quintas | 2016-06-30 |
| | |/ | |||
* | | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-06-29 |
|\| | | |||
| * | | Fix msan/asan/tsan build failure. | Mark D. Roth | 2016-06-29 |
| | | | |||
* | | | Merge branch 'filter_call_init_failure' into filter_api | Mark D. Roth | 2016-06-29 |
|\| | | |||
| | * | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-28 |
| | |\ | |||
| | | * | Resolved merge conflicts with master | murgatroid99 | 2016-06-27 |
| | | |\ | |||
| | * | \ | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-27 |
| | |\ \ \ | | | | |/ | | | |/| | |||
| | | * | | Fix clang formatting | Ken Payson | 2016-06-24 |
| | | | | | |||
| | * | | | Fixes | Craig Tiller | 2016-06-24 |
| | | | | | |||
| | | * | | Update master branch to 0.16.0-dev | murgatroid99 | 2016-06-24 |
| | | | | | |||
* | | | | | Bool-ify a couple of fields in grpc_transport_op. | Mark D. Roth | 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. | ||
| | | * | | Changed %lld to use mingw supported PRId64 | Ken Payson | 2016-06-23 |
| | |/ / | |||
| * | | | Fix error handling in grpc_call_create(). | Mark D. Roth | 2016-06-23 |
| | | | |