Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update the Status API | Yang Gao | 2015-06-16 |
| | |||
* | Expose gpr_asprintf and gpr_strdup | Masood Malekghassemi | 2015-06-03 |
| | |||
* | Correct the test request/response size, to be consistent with the test ↵ | Xudong Ma | 2015-05-26 |
| | | | | spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md | ||
* | support per call credentials in c++ | Yang Gao | 2015-05-14 |
| | |||
* | Merge pull request #1367 from yang-g/interop | Craig Tiller | 2015-04-28 |
|\ | | | | | Add two scenarios in interop test | ||
| * | Add two scenarios in interop test | Yang Gao | 2015-04-24 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\ \ | | | | | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 |
| |/ | | | | | | | the tests to init/shutdown free. | ||
* | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| * | Move .proto files up for reuse | Abhishek Kumar | 2015-04-16 |
| | | |||
| * | Moving test.proto to an outer directory so others can depend on it. | Abhishek Kumar | 2015-04-16 |
| | | |||
| * | Merge pull request #1291 from yang-g/headers | Nicolas Noble | 2015-04-16 |
| |\ | | | | | | | Wrap ParseCommandLineFlags in InitTest | ||
| | * | Wrap ParseCommandLineFlags in InitTest | Yang Gao | 2015-04-15 |
| | | | |||
| * | | Return 1 when test_case is not supported in interop test | Yang Gao | 2015-04-15 |
| |/ | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-11 |
|\| | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc | ||
| * | Split interop client and server into components | Yang Gao | 2015-04-09 |
| | | |||
| * | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | | |||
* | | Removing a few more references to #include <chrono> | Nicolas "Pixel" Noble | 2015-04-08 |
| | | |||
* | | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
|/ | |||
* | Work around a compiler limitation caused by inability to properly handle | vjpai | 2015-03-26 |
| | | | | vectors created from initializer list | ||
* | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 |
|\ | | | | | Various Windows fixes. | ||
* \ | sync to head and run clang-format again | Yang Gao | 2015-03-19 |
|\ \ | |||
| | * | Various Windows fixes. | Nicolas Noble | 2015-03-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations. | ||
| * | | Print out status when it is not ok in interop tests | Yang Gao | 2015-03-17 |
| |/ | |||
* / | clang-format c++ code | Yang Gao | 2015-03-17 |
|/ | |||
* | add a jwt test case for interop test | Yang Gao | 2015-03-11 |
| | |||
* | Merge branch 'master' into jwt | Yang Gao | 2015-03-11 |
|\ | |||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
| |\ | |||
* | | | add jwt token creds test_case | Yang Gao | 2015-02-27 |
| |/ |/| | |||
* | | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | | |||
| * | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-26 |
| |\ | |/ |/| | |||
* | | Verifying the peer name on the X509 Certs correctly. | Julien Boeuf | 2015-02-23 |
| | | | | | | | | | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time... | ||
| * | Update C++ server with new core API | Craig Tiller | 2015-02-23 |
| | | | | | | | | And reflects the C++ API in ServerBuilder. | ||
| * | Credentials prototyping | Craig Tiller | 2015-02-23 |
|/ | | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated. | ||
* | 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 #669 from yang-g/comments | Michael Lumish | 2015-02-20 |
|\ | | | | | clean up some internal path and names | ||
* | | Make interop server respond to sigint | Craig Tiller | 2015-02-20 |
| | | | | | | | | This will allow the test to shut down cleanly, and avoid failing. | ||
| * | clean up some internal path and names | Yang Gao | 2015-02-20 |
|/ | |||
* | 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. | ||
* | Making the usage of gflags uniform across distributions. | Nicolas "Pixel" Noble | 2015-02-20 |
| | |||
* | Fixing gflags' include path. | Nicolas "Pixel" Noble | 2015-02-20 |
| | |||
* | Add missing new-lines at end of file | 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 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 |
|/ / | |||
| * | Compile fixes | Craig Tiller | 2015-02-13 |
| | |