Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | * | clang-format | Mark D. Roth | 2016-09-09 | |
| | | | | | * | Remove debugging code. | Mark D. Roth | 2016-09-09 | |
| | | | | | * | Fix close vs. cancel confusion in transport helper functions. | Mark D. Roth | 2016-09-09 | |
| | | | | | * | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-09 | |
| | | | | | |\ | ||||
* | | | | | | \ | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-08 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| | | | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-08 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
| | | | | | | * | Remove unused code for chaining on_complete closures in call.c. | Mark D. Roth | 2016-09-07 | |
| | | | | | | * | Fix error refcounting. | Mark D. Roth | 2016-09-07 | |
| * | | | | | | | Merge pull request #7987 from ctiller/fuzz-fails | Craig Tiller | 2016-09-07 | |
| |\ \ \ \ \ \ \ | ||||
| | | | | | | | * | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-07 | |
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| | | | | | | * | | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-09-07 | |
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
* | | | | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-07 | |
|\| | | | | | | | | ||||
| * | | | | | | | | Merge pull request #7774 from ctiller/percent-encoder | Craig Tiller | 2016-09-06 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||
| | | | | | | * | | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-09-06 | |
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
| | | | | | | | * | Fix portability problems. | Mark D. Roth | 2016-09-06 | |
| | | | | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-06 | |
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||
| | | * | | | | | | Fix fuzzing detected failure | Craig Tiller | 2016-09-05 | |
| | |/ / / / / / | |/| | | | | | | ||||
| | | | * | | | | fix type convert | thinkerou | 2016-09-04 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Revert barrier change to restore TSAN passing | Craig Tiller | 2016-09-02 | |
| | | | | | * | Set status from the grpc_error or whichever of its children has the data. | Mark D. Roth | 2016-09-02 | |
| | | | | | * | Start cancellations at the current filter instead of the next one. | Mark D. Roth | 2016-09-02 | |
| | | | | | * | Move client-side deadline handling to client_channel filter. | Mark D. Roth | 2016-09-02 | |
* | | | | | | | Fix typo | Craig Tiller | 2016-09-02 | |
* | | | | | | | Address review comments | Craig Tiller | 2016-09-02 | |
* | | | | | | | Improve comment | Craig Tiller | 2016-09-02 | |
* | | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-02 | |
|\| | | | | | | ||||
| | | | | | * | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-01 | |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | ||||
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-01 | |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | ||||
| * | | | | | | Merge pull request #7862 from makdharma/grpc_caching | makdharma | 2016-09-01 | |
| |\ \ \ \ \ \ | ||||
| | | | | | | * | Merge branch 'client_channel_cleanup' into deadline_filter | Mark D. Roth | 2016-09-01 | |
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| | * | | | | | | moved kMaxPayloadSizeForGet definition to C file | Makarand Dharmapurikar | 2016-08-31 | |
| | * | | | | | | addressed review feedback. | Makarand Dharmapurikar | 2016-08-31 | |
| | | | | * | | | Change error messages to include actual values and limits. | Mark D. Roth | 2016-08-31 | |
| | * | | | | | | one more clang-format fix | Makarand Dharmapurikar | 2016-08-31 | |
| | | | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-08-31 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||
| | | | | | * | | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-08-31 | |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #7842 from jboeuf/security_context_extension | Mark D. Roth | 2016-08-31 | |
| |\ \ \ \ \ \ \ | ||||
| | | | | | | | * | Add locking. Add cancellation check. Use grpc_call_element_send_cancel(). | Mark D. Roth | 2016-08-31 | |
* | | | | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-30 | |
|\| | | | | | | | | ||||
| | | * | | | | | | addressed comments from review | Makarand Dharmapurikar | 2016-08-30 | |
| | | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-31 | |
| | | | | |\ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #7795 from dgquintas/errors_doc | David G. Quintas | 2016-08-30 | |
| |\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merge pull request #7912 from ctiller/g_stands_for | Craig Tiller | 2016-08-30 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #7645 from y-zeng/fix_ev_epoll_linux | kpayson64 | 2016-08-30 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | * \ \ \ | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-30 | |
| | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||
| | | | | | * | | | | | | fixes for asan leak, and proxy test | Makarand Dharmapurikar | 2016-08-29 | |
| | | | | | | | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-08-29 | |
| | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||
| | | | | | * | | | | | | surface cacheable flag to the call | Makarand Dharmapurikar | 2016-08-29 | |
| | | * | | | | | | | | | Specify the "g" in gRPC | Craig Tiller | 2016-08-29 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
| | | | | | | | | | * | Fix build problems when refcount debugging is enabled. | Mark D. Roth | 2016-08-29 |