Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #7980 from thinkerou/fix_time_posix_conv | Craig Tiller | 2016-09-14 |
|\ | |||
* \ | Merge pull request #7559 from dgquintas/codegen_cleanse | Craig Tiller | 2016-09-13 |
|\ \ | |||
* | | | clang-format | Makarand Dharmapurikar | 2016-09-11 |
* | | | fixes to handle failed connections | Makarand Dharmapurikar | 2016-09-11 |
* | | | Merge pull request #7864 from ctiller/bigger_frames | Craig Tiller | 2016-09-07 |
|\ \ \ | |||
* \ \ \ | Merge pull request #7987 from ctiller/fuzz-fails | Craig Tiller | 2016-09-07 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #7774 from ctiller/percent-encoder | Craig Tiller | 2016-09-06 |
|\ \ \ \ \ | |||
| | * | | | | Fix fuzzing detected failure | Craig Tiller | 2016-09-05 |
| |/ / / / |/| | | | | |||
| | | | * | fix type convert | thinkerou | 2016-09-04 |
| |_|_|/ |/| | | | |||
| | * | | clang-format | Craig Tiller | 2016-09-02 |
| | * | | Merge github.com:grpc/grpc into bigger_frames | Craig Tiller | 2016-09-02 |
| | |\ \ | |_|/ / |/| | | | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-02 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge pull request #7943 from markdroth/client_channel_cleanup | 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 #7942 from a-veitch/add_proto | kpayson64 | 2016-09-01 |
|\ \ \ \ \ | |||
| | * | | | | clang-format | 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 |
|\ \ \ \ \ \ | |||
| | | * | | | | A bit more cleanup. | 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 |
| | | * | | | | Move subchannel_call_holder code into client_channel module. | Mark D. Roth | 2016-08-31 |
| |_|/ / / / |/| | | | | | |||
| | * | | | | add trace context proto | Alistair Veitch | 2016-08-31 |
| |/ / / / |/| | | | | |||
| * | | | | one more clang-format fix | Makarand Dharmapurikar | 2016-08-31 |
* | | | | | Merge pull request #7842 from jboeuf/security_context_extension | Mark D. Roth | 2016-08-31 |
|\ \ \ \ \ | |||
| | * | | | | 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 pull request #7839 from markdroth/rename_client_config | 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 |
| | | | | * | | | | clang-format | Makdharma | 2016-08-26 |
| | | | | * | | | | correctly free up memory for payload_bin | Makdharma | 2016-08-26 |
| | | | | * | | | | working with send_message with multiple slices | Makdharma | 2016-08-26 |
| | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into security_context_extension | Julien Boeuf | 2016-08-26 |
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | |||
| | | | * | | | | | Addressing feedback. | Julien Boeuf | 2016-08-25 |
| | | | | | | * | | Support >16kib frame sizes in core | Craig Tiller | 2016-08-24 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||
| | | | | * | | | prep work for enabling caching | Makdharma | 2016-08-24 |
| * | | | | | | | clang-format | Mark D. Roth | 2016-08-23 |
| | | | * | | | | Adding extension points for security context. | Julien Boeuf | 2016-08-23 |
| * | | | | | | | Rename grpc_client_config to grpc_resolver_result. | Mark D. Roth | 2016-08-22 |
| | |_|/ / / / | |/| | | | | | |||
| | | | | * | | Add explanations | Craig Tiller | 2016-08-22 |
* | | | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||
| | | * | | | | slight rewording of grpc_error ownership rules | David Garcia Quintas | 2016-08-19 |
| |_|/ / / / |/| | | | | |