Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #867 from ctiller/timeout2 | Nicolas Noble | 2015-02-26 |
|\ | | | | | Force-kill long running processes | ||
| * | Force-kill long running processes | Craig Tiller | 2015-02-26 |
| | | | | | | | | To get at least some information on them | ||
* | | Adding flaky attribute for tests. | Nicolas "Pixel" Noble | 2015-02-27 |
|/ | |||
* | Merge branch 'travis_python' of github.com:jtattermusch/grpc into travis-c++ | Craig Tiller | 2015-02-26 |
|\ | | | | | | | | | Conflicts: .travis.yml | ||
| * | running python tests on travis | Jan Tattermusch | 2015-02-26 |
| | | |||
* | | Fix sorting | Craig Tiller | 2015-02-26 |
|/ | |||
* | Better logging for Travis | Craig Tiller | 2015-02-26 |
| | |||
* | Add timer to run_tests.py | Craig Tiller | 2015-02-26 |
| | | | | For future profiling work to eliminate/speed-up slow tests. | ||
* | Improving travis output. | Nicolas "Pixel" Noble | 2015-02-26 |
| | |||
* | Merge pull request #784 from ctiller/timeout | Yang Gao | 2015-02-26 |
|\ | | | | | Introduce slowdown factor for unit test deadlines | ||
* \ | Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changes | Masood Malekghassemi | 2015-02-25 |
|\ \ | | | | | | | Final changes to the early_adopter API. | ||
* \ \ | Merge pull request #739 from soltanmm/py-update | Nathaniel Manista | 2015-02-25 |
|\ \ \ | | | | | | | | | Updated Python protoc plugin and Python plugin testing. | ||
| | * | | Final changes to the early_adopter API. | Nathaniel Manista | 2015-02-25 |
| |/ / |/| | | | | | | | | | | | | | | This makes grpc.early_adopter much more independent of RPC Framework and cleaner at the cost of reexporting most of the interfaces and writing several delegation classes. | ||
| | * | Drastic speed up | Craig Tiller | 2015-02-25 |
| |/ |/| | |||
* | | Merge pull request #735 from jboeuf/fix_ssl_san | Craig Tiller | 2015-02-24 |
|\ \ | | | | | | | Verifying the peer name on the X509 Certs correctly. | ||
| | * | Updated Python protoc plugin testing. | Masood Malekghassemi | 2015-02-24 |
| | | | |||
| * | | Addressing comments. | Julien Boeuf | 2015-02-24 |
| |/ | |||
* | | Support writes failing | Craig Tiller | 2015-02-24 |
| | | |||
* | | Use signals instead of sleep to wait for jobs | Craig Tiller | 2015-02-24 |
| | | |||
* | | Support taking a regex on test short name | Craig Tiller | 2015-02-24 |
|/ | | | | | Allows run_tests to focus on one particular test if necessary. Useful in combination with runs_per_test. | ||
* | Rename interop_test.c --> interop_test.cc | Craig Tiller | 2015-02-21 |
| | | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++. | ||
* | Merge pull request #692 from soltanmm/py-protoc-plugin-test-fixed | Nathaniel Manista | 2015-02-20 |
|\ | |||
| * | Added compiler plugin test for Python. | Masood Malekghassemi | 2015-02-20 |
| | | |||
* | | Merge branch 'master' of github.com:google/grpc into httpcli_test | Nicolas "Pixel" Noble | 2015-02-21 |
|\| | | | | | | | | | Conflicts: Makefile | ||
| * | The framework.assembly package. | Nathaniel Manista | 2015-02-20 |
| | | | | | | | | | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable. | ||
| * | Ensure interop tests are run as part of run_tests | Craig Tiller | 2015-02-20 |
|/ | | | | I'm honestly a little shocked this wasn't done previously. | ||
* | Make valgrind a bit more useful | Craig Tiller | 2015-02-18 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-18 |
|\ | |||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-17 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py | ||
| * | | Python source reorganization. | Nathaniel Manista | 2015-02-18 |
| | | | | | | | | | | | | | | | A top-level "grpc" package is added and RPC Framework is made public. | ||
| | * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #551 from ctiller/shutdown | Yang Gao | 2015-02-17 |
| |\ \ | | | | | | | | | Allow grpc_init to be called multiple times | ||
| * \ \ | Merge pull request #530 from nathanielmanistaatgoogle/python-interop-server | soltanmm | 2015-02-17 |
| |\ \ \ | | | | | | | | | | | Python interop server. | ||
| | | * | | Allow grpc_init to be called multiple times | Craig Tiller | 2015-02-17 |
| | |/ / | |/| | | |||
| | | * | Cleaned up | Craig Tiller | 2015-02-17 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
| | | |\ | | |_|/ | |/| | | | | | | | | | | Conflicts: Makefile | ||
* | | | | Add shell script copyrights | Craig Tiller | 2015-02-16 |
| | | | | |||
* | | | | Add copyrights to Python code | Craig Tiller | 2015-02-16 |
| | | | | |||
| | * | | Upgrade Python proto dependency to 3.0.0-alpha-1. | Nathaniel Manista | 2015-02-15 |
| | | | | |||
| | * | | Clean up setup.py and move it into src/. | Nathaniel Manista | 2015-02-15 |
| |/ / |/| | | |||
| * | | Unix domain socket support | Craig Tiller | 2015-02-13 |
|/ / | |||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-13 |
| |\ | |/ |/| | | | | | Conflicts: Makefile | ||
* | | Merge pull request #509 from chen-wang/master | Yang Gao | 2015-02-13 |
|\ \ | | | | | | | Rename examples/tips to examples/pubsub | ||
* | | | Add ubsan support | Craig Tiller | 2015-02-13 |
| | | | |||
| | * | Add end2end async unary single threaded test (compiles) | Craig Tiller | 2015-02-12 |
| | | | |||
| * | | Rename examples/tips to examples/pubsub | Chen wang | 2015-02-12 |
|/ / | |||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-12 |
| |\ | |/ |/| |