Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| |\ | |/ |/| | |||
* | | Added useful behavior for empty batch | murgatroid99 | 2015-02-12 |
| | | |||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-11 |
| |\ | |/ |/| | |||
* | | Merge pull request #480 from dklempner/runs_per_test | Craig Tiller | 2015-02-11 |
|\ \ | | | | | | | Disable test caching when runs_per_test > 1 | ||
| * | | Change TestCache to parameterize whether to skip running tests. | David Klempner | 2015-02-11 |
| | | | | | | | | | | | | This allows caching results with --runs_per_test. | ||
* | | | Fixing valgrind's codepath in run_tests.py. | Nicolas Noble | 2015-02-11 |
| | | | |||
| * | | Disable test caching when runs_per_test > 1 | David Klempner | 2015-02-11 |
|/ / | | | | | | | | | Otherwise the tests just stop once they succeed, or don't even run at all if they passed in a previous run. | ||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-11 |
| |\ | |/ |/| | | | | | Conflicts: test/cpp/qps/server.cc | ||
* | | Allow Python to be built without sudo | Craig Tiller | 2015-02-10 |
| | | |||
| * | Fixup callers with new api | Craig Tiller | 2015-02-09 |
|/ | |||
* | Fix duplicated line | Craig Tiller | 2015-02-09 |
| | |||
* | Merge github.com:grpc/grpc into async-api-new | Craig Tiller | 2015-02-06 |
|\ | |||
| * | Clean build.json | Craig Tiller | 2015-02-06 |
| | | |||
* | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 |
|\| | |||
* | | Convert more tests (and re-enable some disabled ones) | Craig Tiller | 2015-02-05 |
| | | |||
| * | Merge pull request #359 from jboeuf/ssl_default_creds_integration | Yang Gao | 2015-02-05 |
| |\ | | | | | | | Adding support for loading the SSL roots from an environment variable. | ||
* | | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 |
|\| | | |||
| * | | Add a tsan suppression file with OPENSSL_cleanse and use it in run_tests | David Klempner | 2015-02-04 |
| | | | |||
* | | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-03 |
|\| | | | | | | | | | | | | | | Conflicts: Makefile | ||
| * | | Remove duplicated target tips_client defintion. | Chen Wang | 2015-02-03 |
| | | | |||
* | | | missed file | Craig Tiller | 2015-02-03 |
| | | |