Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-18 |
|\ | |||
| * | do not leak reader or writer | Yang Gao | 2015-02-18 |
| | | |||
| * | Add metadata test with rpc. Adding/fixing things to make it work | Yang Gao | 2015-02-18 |
| | | |||
* | | 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 | ||
| | * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
| | |\ | | |/ | |/| | |||
* | | | Add proto copyrights | Craig Tiller | 2015-02-16 |
| | | | |||
| * | | The Python interoperability testing server. | Nathaniel Manista | 2015-02-15 |
|/ / | |||
| * | Merge pull request #18 from yang-g/c++api | Craig Tiller | 2015-02-13 |
| |\ | | | | | | | Add missing APIs and a first metadata test, and test passes | ||
| | * | Add missing APIs and a first metadata test, and test passes | Yang Gao | 2015-02-13 |
| | | | |||
| * | | Compile fixes | Craig Tiller | 2015-02-13 |
| |/ | |||
| * | add a simple server streaming e2e test, which passes | Yang Gao | 2015-02-13 |
| | | |||
| * | change ServerAsyncReader API and add a simple clientstreaming test, it passes | Yang Gao | 2015-02-13 |
| | | |||
| * | add a bidi test and simplify the test a bit, test passes | Yang Gao | 2015-02-13 |
| | | |||
| * | let the client/server use their own cq and pretty the test | Yang Gao | 2015-02-12 |
| | | |||
| * | Add end2end async unary single threaded test (compiles) | Craig Tiller | 2015-02-12 |
| | | |||
| * | Fix end2end leaks | Craig Tiller | 2015-02-12 |
| | | |||
| * | Make end2end_test use fewer threads | Craig Tiller | 2015-02-11 |
| | | | | | | | | Helps finding interesting threads in gdb much easier | ||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-11 |
| |\ | |/ |/| | | | | | Conflicts: test/cpp/qps/server.cc | ||
* | | Change pointer format | Vijay Pai | 2015-02-10 |
| | | |||
* | | Allow varying number of server threads via command line flag | Vijay Pai | 2015-02-10 |
| | | |||
| * | Fixup callers with new api | Craig Tiller | 2015-02-09 |
| | | |||
| * | Fixup callers with new api | Craig Tiller | 2015-02-09 |
| | | |||
| * | Cleanup | Craig Tiller | 2015-02-09 |
| | | |||
| * | Server progress | Craig Tiller | 2015-02-09 |
|/ | |||
* | Few minor fixes. | Nicolas "Pixel" Noble | 2015-02-06 |
| | | | | | Fixing a few issues in case you *cough* have a different local implementation of protobuf, gtest and gflags for some weird reason. | ||
* | update comments | Yang Gao | 2015-02-05 |
| | |||
* | Use environment variable to set root certs in c++ interop test. | Yang Gao | 2015-02-05 |
| | |||
* | Merge pull request #324 from ctiller/bench | Vijay Pai | 2015-02-01 |
|\ | | | | | Add pprof support to qps client, server | ||
| * | Add pprof support | Craig Tiller | 2015-01-31 |
| | | | | | | | | | | | | Starts profiling on client and server. On client, finishes after a test. On the server, finishes after sigint. | ||
* | | format | Yang Gao | 2015-01-27 |
| | | |||
* | | make the flag name shorter | Yang Gao | 2015-01-27 |
| | | |||
* | | add compute engine credentials support | Yang Gao | 2015-01-27 |
| | | |||
* | | resolve comments | Yang Gao | 2015-01-27 |
| | | |||
* | | fix comments | Yang Gao | 2015-01-26 |
| | | |||
* | | Let each test case create its own channel. | Yang Gao | 2015-01-26 |
| | | |||
* | | run clang-format | Yang Gao | 2015-01-26 |
| | | |||
* | | add service_account support into interop client | Yang Gao | 2015-01-26 |
| | | |||
* | | make CreateTestChannel support additional credentials besides ssl | Yang Gao | 2015-01-25 |
| | | |||
* | | sync messages.proto up to date. | Yang Gao | 2015-01-25 |
| | | |||
* | | Make interop server listen on 0.0.0.0. | Yang Gao | 2015-01-23 |
| | | |||
* | | kNumResponseMessages is an int, so i is doing signedness mismatch. | Nicolas "Pixel" Noble | 2015-01-22 |
| | | |||
* | | Changing the SSL (Server) Credentials API. | Julien Boeuf | 2015-01-20 |
|/ | | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby. | ||
* | Fix returned status | Craig Tiller | 2015-01-16 |
| | | | | | The client should return status deadline exceeded when the deadline is exceeded (not cancelled status) | ||
* | Merge pull request #32 from ctiller/qpsfix | Yang Gao | 2015-01-14 |
|\ | | | | | Remove unused private field | ||
| * | Remove unused private field | Craig Tiller | 2015-01-14 |
| | | |||
* | | Use C signal handling in C++ end2end | Craig Tiller | 2015-01-14 |
|/ | |||
* | Merge github.com:google/grpc into format | Craig Tiller | 2015-01-13 |
|\ | |||
| * | Fix qps test. | Craig Tiller | 2015-01-13 |
| | | | | | | | | This was failing to compile. | ||
| * | Merge github.com:google/grpc into testcpp | Craig Tiller | 2015-01-13 |
| |\ | |||
| | * | Added new results to report resource usage and QPS, along with new proto ↵ | vpai | 2015-01-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for this and also to turn the client into a server that can be controlled remotely (client part not implemented yet) Change on 2015/01/13 by vpai <vpai@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83863541 |