Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Extend fuzzers (correctly) to deal with permissive/strict encoding | Craig Tiller | 2016-08-18 |
* | Extend fuzzers (correctly) to deal with permissive/strict encoding | Craig Tiller | 2016-08-18 |
* | Add a strict and a permissive decoder, allow different reserved alphabets | Craig Tiller | 2016-08-18 |
* | Percent encoding routines | Craig Tiller | 2016-08-18 |
* | Merge pull request #7640 from markdroth/handshaker_api | kpayson64 | 2016-08-15 |
|\ | |||
* | | Clang format | Ken Payson | 2016-08-11 |
* | | Made strings constant | Ken Payson | 2016-08-11 |
* | | Add optional resource parameters to census resource test | Ken Payson | 2016-08-11 |
| * | Updated tests. | Mark D. Roth | 2016-08-04 |
|/ | |||
* | Merge pull request #5803 from nicolasnoble/what-the-fuzz | Nicolas Noble | 2016-08-03 |
|\ | |||
* \ | Merge pull request #7370 from rjshade/move_timeout_encoding | kpayson64 | 2016-08-02 |
|\ \ | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz | Nicolas "Pixel" Noble | 2016-08-02 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #6774 from a-veitch/add_resource | kpayson64 | 2016-08-02 |
|\ \ \ | |||
* \ \ \ | Merge pull request #7024 from markdroth/filter_call_init_failure | kpayson64 | 2016-08-02 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #7601 from dgquintas/census_stuff | kpayson64 | 2016-08-02 |
|\ \ \ \ \ | |||
| | * | | | | Fix destroy_call_elem API in test. | Mark D. Roth | 2016-08-02 |
| | * | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-08-02 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
* | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
|\ \ \ \ \ \ | |||
| | * | | | | | Changed census static metadata keys for tracing and tag propagation | David Garcia Quintas | 2016-08-01 |
| |/ / / / / | |||
| * | | | | | clang-format | David Garcia Quintas | 2016-08-01 |
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | David Garcia Quintas | 2016-08-01 |
| |\ \ \ \ \ | |||
* | \ \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
* | | | | | | | Addressed the rest of the PR comments | David Garcia Quintas | 2016-07-29 |
| * | | | | | | Merge pull request #7459 from nicolasnoble/udp_test_bitrot | Vijay Pai | 2016-07-27 |
| |\ \ \ \ \ \ | |||
| | | | * | | | | Fixed asan failure and some refcounting bugs. | Mark D. Roth | 2016-07-27 |
| | | * | | | | | removed some bits from invalid LR design | David Garcia Quintas | 2016-07-26 |
| | | | | * | | | Fix memory overwrite in proto decding; fix test for windows | Alistair Veitch | 2016-07-26 |
| | | | | | * | | Merge branch 'master' into move_timeout_encoding | Robbie Shade | 2016-07-26 |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | |||
| * | | | | | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
| |\ \ \ \ \ \ \ | |||
| | | | | | * \ \ | merge to upstream/master | Alistair Veitch | 2016-07-21 |
| | | | | | |\ \ \ | |||
| | | | | * | | | | | clang-format | Mark D. Roth | 2016-07-21 |
| * | | | | | | | | | Add gpr_slice_new_with_user_data. | Sanjay Ghemawat | 2016-07-21 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
| | * | | | | | | | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | * | | | | Add test filter right before connected channel filter. | Mark D. Roth | 2016-07-19 |
| | | | | | | * | | Merge branch 'master' into move_timeout_encoding | Robbie Shade | 2016-07-19 |
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||
| | | * | | | | | | Fixing udp test bitrotting. | Nicolas "Pixel" Noble | 2016-07-19 |
| | |/ / / / / / | |/| | | | | | | |||
| | | | * | | | | s/MAX_INT/INT_MAX/ | Mark D. Roth | 2016-07-18 |
| | | | * | | | | Change priority for adding the filter in the filter_call_init_fails test. | Mark D. Roth | 2016-07-15 |
| | | | * | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-15 |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-07-14 |
|\ \ \ \ \ \ \ \ | |||
| | | | * | | | | | Simplified LR filter | David Garcia Quintas | 2016-07-13 |
| | | * | | | | | | Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg | kpayson64 | 2016-07-13 |
| | | |\ \ \ \ \ \ | |||
| | | | | | | | * | | Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport | Robbie Shade | 2016-07-13 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||
| | * | | | | | | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-13 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #7248 from yang-g/server_test | kpayson64 | 2016-07-12 |
| |\ \ \ \ \ \ \ \ | |||
| | | | * | | | | | | Use test roots.pem in test | yang-g | 2016-07-13 |
| | | | | | | * | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-12 |
| | | | | | | |\ \ \ | | | | | |_|_|/ / / | | | | |/| | | | | | |||
| | | * | | | | | | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-12 |
| | | |\| | | | | | | |||
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into server_test | yang-g | 2016-07-12 |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | |||
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into sequential_con | yang-g | 2016-07-12 |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | |