Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-22 |
|\ | |||
| * | Merge pull request #2136 from dgquintas/unconst-reporter | Vijay Pai | 2015-06-22 |
| |\ | | | | | | | Removed const-ness from Reporter interface methods | ||
| * | | Ensure tests are built during run_tests runs | Craig Tiller | 2015-06-19 |
| | | | | | | | | | | | | | | | The issue remains that we don't test our tools, but at least we test that they compile. | ||
* | | | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-19 |
|\| | | |||
| * | | Merge pull request #1577 from ctiller/we-dont-need-no-backup | Nicolas Noble | 2015-06-19 |
| |\ \ | | | | | | | | | Remove backup poller from GRPC core | ||
| * \ \ | Merge pull request #2072 from jtattermusch/fix_json_rewrite_test | Nicolas Noble | 2015-06-19 |
| |\ \ \ | | | | | | | | | | | fix json_rewrite_test CRLF handling | ||
| | | | * | Removed const-ness from Reporter interface methods | David Garcia Quintas | 2015-06-18 |
| | |_|/ | |/| | | |||
| | | * | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-17 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #2078 from yang-g/grpc_cli_headers | Nicolas Noble | 2015-06-17 |
| |\ \ \ | | | | | | | | | | | Support sending and showing received metadata in grpc_cli | ||
| | | | * | clang-format affected files | Craig Tiller | 2015-06-17 |
| | | | | | |||
| | | | * | Fix flag settings on this test | Craig Tiller | 2015-06-17 |
| | | | | | |||
| * | | | | Migrate new test to new api | Craig Tiller | 2015-06-17 |
| | | | | | |||
| | * | | | One more thing... | Yang Gao | 2015-06-16 |
| | | | | | |||
* | | | | | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-16 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc | ||
| | * | | | Merge github.com:grpc/grpc into you-complete-me | Craig Tiller | 2015-06-16 |
| | |\ \ \ | |||
| * | | | | | Compile fix | Craig Tiller | 2015-06-16 |
| | | | | | | |||
| * | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-16 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||
| | | | * | | merge with upstream | Yang Gao | 2015-06-16 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
| | | | | * | fix indentation | Jan Tattermusch | 2015-06-16 |
| | | | | | | |||
| | * | | | | Merge pull request #2079 from yang-g/statusChange | Nicolas Noble | 2015-06-16 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Update the Status API | ||
| | | * | | | | Update the Status API | Yang Gao | 2015-06-16 |
| | | | | | | | |||
| | | | | * | | Support sending and showing received metadata in grpc_cli | Yang Gao | 2015-06-16 |
| | | | |/ / | | | |/| | | |||
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into flags-abi | David Garcia Quintas | 2015-06-15 |
| | |\| | | | |||
| | | | | * | fix json_rewrite_test CRLF handling | Jan Tattermusch | 2015-06-15 |
| | | | |/ | | | |/| | |||
| | | * | | make buildtests on windows pass | Jan Tattermusch | 2015-06-15 |
| | | | | | |||
| | * | | | Added missing changes to fix bad_hostname C test | David Garcia Quintas | 2015-06-15 |
| | | | | | |||
| | | | * | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me | Masood Malekghassemi | 2015-06-15 |
| | | | |\ | | | | |/ | | | |/| | |||
| | * / | | Added flags support to grpc_op. | David Garcia Quintas | 2015-06-14 |
| | |/ / | | | | | | | | | | | | | | | | | Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in). Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages. | ||
| * | | | Merge remote-tracking branch 'upstream/master' into ↵ | Jan Tattermusch | 2015-06-11 |
| |\| | | | | | | | | | | | | | | we-dont-need-no-backup-fix-merge-master | ||
| * | | | Flush pending incoming messages when writing status | Craig Tiller | 2015-06-11 |
| | | | | | | | | | | | | | | | | As a bonus, correctly report was_cancelled when the server writes error | ||
| * | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-11 |
| |\ \ \ | |||
| | | * | | Stability fixes for python_plugin_test | Nathaniel Manista | 2015-06-11 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "normal" timeout is eliminated. The "short" timeout is changed to be the length used in tests that will time out as part of their execution and the "long" timeout is changed to be a ridiculously high value that will have no bearing on passing tests. The "pause" behavior of _ServicerMethods is changed to use a threading.Condition's wait/notify methods rather than busy-sleeping. Tests that used servicer delay to verify that asynchronous calls are not affected by server delay are changed to use servicer pause to verify that asynchronous calls return while the servicer is paused. Busy-sleeping in testHalfDuplexCallWedged is replaced with use of a threading.Condition's wait/notify methods. Fixes https://github.com/grpc/grpc/issues/1900. | ||
| | * | | Merge pull request #2024 from ↵ | Nathaniel Manista | 2015-06-10 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/python_plugin_test-cosmetics Cosmetic tweaks to python_plugin_test.py. | ||
| * | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-06-10 |
| |\| | | | |||
| | * | | | Make async server use one CQ per server thread | Craig Tiller | 2015-06-09 |
| | | | | | |||
| * | | | | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-09 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||
| | | * | | add missed explicit | Yang Gao | 2015-06-09 |
| | | | | | |||
| | | | * | Cosmetic tweaks to python_plugin_test.py | Nathaniel Manista | 2015-06-10 |
| | | |/ | | | | | | | | | | | | | | | | | No behavioral changes. Changes to comments are error correction, not changes of specification. | ||
| | * | | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp | Jan Tattermusch | 2015-06-09 |
| | |\| | |||
| | | * | Merge pull request #1958 from vjpai/qps-proto3 | David G. Quintas | 2015-06-09 |
| | | |\ | | | | | | | | | | | Update QPS test to proto3 | ||
| | | | * | Renumber message fields | vjpai | 2015-06-09 |
| | | | | | |||
| | | * | | Added missing compression.h file. | David Garcia Quintas | 2015-06-08 |
| | | |\ \ | |||
| | | * | | | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 |
| | | | | | | |||
| | | | * | | Merge pull request #1984 from grpc/revert-1980-revert-1948-poisson | Craig Tiller | 2015-06-08 |
| | | | |\ \ | | | | | | | | | | | | | | | Revert "Revert "Open loop sync/async multithreaded testing"" | ||
| | | | | | * | Handle all cases properly | vjpai | 2015-06-08 |
| | | | | | | | |||
| | | | | | * | Merge remote-tracking branch 'upstream/revert-1980-revert-1948-poisson' into ↵ | vjpai | 2015-06-08 |
| | | | | | |\ | | | | | | |/ | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qps-proto3 Conflicts: test/cpp/qps/qps_test_openloop.cc | ||
| | | | * | | | Merge pull request #1979 from ctiller/cereal-is-bad-for-your-health | Vijay Pai | 2015-06-08 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | Dont serialize new call requests under the server test lock | ||
| | | | | | * | | Stop worrying about 1 second deadline as a fatal problem | Vijay Pai | 2015-06-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix reporter | ||
| | | | | | * | | Revert "Revert "Open loop sync/async multithreaded testing"" | Vijay Pai | 2015-06-08 |
| | | | | |/ / | | | | |/| | | |||
| | | | * | | | Missing required changes from pull req. #1964 | David Garcia Quintas | 2015-06-08 |
| | | | | | | |