Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7846 from markdroth/max_send_size_filter | Mark D. Roth | 2016-09-19 |
|\ | | | | | Add channel arg for max send message size and add message size filter. | ||
| * | Fix Windows printf formatting bug. | Mark D. Roth | 2016-09-19 |
| | | |||
* | | Merge pull request #8113 from yang-g/verify_auth_headers | Yang Gao | 2016-09-18 |
|\ \ | | | | | | | Add a check for metadata from auth plugin | ||
| | * | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #8069 from ↵ | Craig Tiller | 2016-09-16 |
|\ \ \ | | | | | | | | | | | | | | | | | grpc/revert-8068-revert-7279-grand-unified-closures Revert "Revert "Grand unified closures"" | ||
| | | * | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
| | | |\ | |_|_|/ |/| | | | |||
| | * | | Add a check for metadata from auth plugin | yang-g | 2016-09-15 |
| | | | | |||
* | | | | Merge pull request #7746 from dgquintas/lb_add_md | David G. Quintas | 2016-09-15 |
|\ \ \ \ | |_|/ / |/| | | | Updates to gRPC LB | ||
| | | * | Code review changes. | Mark D. Roth | 2016-09-15 |
| | | | | |||
* | | | | Merge pull request #7980 from thinkerou/fix_time_posix_conv | Craig Tiller | 2016-09-14 |
|\ \ \ \ | | | | | | | | | | | Fix time posix convert | ||
* \ \ \ \ | Merge pull request #7559 from dgquintas/codegen_cleanse | Craig Tiller | 2016-09-13 |
|\ \ \ \ \ | | | | | | | | | | | | | Removed references to public APIs from codegen/ | ||
| | | * \ \ | Merge branch 'master' of github.com:grpc/grpc into lb_add_md | David Garcia Quintas | 2016-09-12 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | | * | | | Moved LB token changes solely into grpclb.c | David Garcia Quintas | 2016-09-12 |
| | | | | | | |||
| | | | * | | Revert "Revert "Grand unified closures"" | Craig Tiller | 2016-09-12 |
| |_|_|/ / |/| | | | | |||
* | | | | | Revert "Grand unified closures" | Craig Tiller | 2016-09-12 |
| | | | | | |||
* | | | | | 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 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | Merge pull request #7987 from ctiller/fuzz-fails | Craig Tiller | 2016-09-07 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix fuzzing detected failure | ||
* | | | | | | | 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 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | Percent encoding routines | ||
| | | | | | * | 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 |
| | | | | | |||
* | | | | | 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 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 |
| |\ \ \ \ | | | | | | | | | | | | | prep work for enabling caching | ||
| | * | | | | moved kMaxPayloadSizeForGet definition to C file | Makarand Dharmapurikar | 2016-08-31 |
| | | | | | | |||
| | * | | | | addressed review feedback. | Makarand Dharmapurikar | 2016-08-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved method computation in a if block only when send_initial_metadata is true. | ||
| | | | | * | 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 pull request #7842 from jboeuf/security_context_extension | Mark D. Roth | 2016-08-31 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Adding extension points for security context. | ||
* | | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-30 |
|\| | | | | | | |||
| | | * | | | | addressed comments from review | Makarand Dharmapurikar | 2016-08-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified comment about when GET verb is used. Added code to read data from send_message and defer the op when it is not fully available. clang-format one more time. | ||
| | | | | * | | 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 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | slight rewording of grpc_error ownership rules | ||
| * \ \ \ \ \ \ | Merge pull request #7912 from ctiller/g_stands_for | Craig Tiller | 2016-08-30 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Specify the "g" in gRPC | ||
| * \ \ \ \ \ \ \ | Merge pull request #7645 from y-zeng/fix_ev_epoll_linux | kpayson64 | 2016-08-30 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix fd_orphan in ev_epoll_linux.c | ||
| | | | | | | | * \ | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freeing up payload_bytes. returning GET response only once. | ||
| | | | | | | | | * | 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 |
| | |/ / / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Mark an epoll that has a timeout as a blocking region | Vijay Pai | 2016-08-28 |
| | | | | | | | | | |||
| | | | | * | | | | fixed bug exposed by h2_proxy* test. | Makdharma | 2016-08-26 |
| | | | | | | | | | |||
| | | | | | | | * | Switch back to C-style comment to appease check_include_guards.py. | Mark D. Roth | 2016-08-26 |
| | | | | | | | | |