aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/server.cc
Commit message (Collapse)AuthorAge
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* Added missing payloads to streaming compressed testGravatar David Garcia Quintas2015-08-25
|
* headers reorgGravatar yang-g2015-08-21
|
* proto3 required changesGravatar David Garcia Quintas2015-08-13
|
* Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
|\
| * update the interop test protos and code to proto3Gravatar yang-g2015-08-13
| |
* | Reverted unnecessary changes to serverGravatar David Garcia Quintas2015-08-10
| |
* | Added new tests for compressionGravatar David Garcia Quintas2015-08-09
| |
* | Merge branch 'compression-accept-encoding' into compression-interopGravatar David Garcia Quintas2015-08-09
|\|
| * Added interop test for status_code_with_messageGravatar Abhishek Kumar2015-08-05
| |
* | wip for accept-encoding into testsGravatar David Garcia Quintas2015-07-23
| |
* | Updated interop tests with support for compression.Gravatar David Garcia Quintas2015-07-22
| | | | | | | | The support for uncompressable payloads relies on a 512KB file with data from /dev/urandom
* | wipGravatar David Garcia Quintas2015-07-21
| |
* | Merge branch 'master' into compression-interopGravatar David Garcia Quintas2015-07-20
|\|
* | wipGravatar David Garcia Quintas2015-07-20
| |
| * Add timeout interop test caseGravatar yang-g2015-07-10
|/
* Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | the tests to init/shutdown free.
* Move .proto files up for reuseGravatar Abhishek Kumar2015-04-16
|
* Moving test.proto to an outer directory so others can depend on it.Gravatar Abhishek Kumar2015-04-16
|
* Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
|
* Split interop client and server into componentsGravatar Yang Gao2015-04-09
|
* Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
|
* Work around a compiler limitation caused by inability to properly handleGravatar vjpai2015-03-26
| | | | vectors created from initializer list
* Various Windows fixes.Gravatar Nicolas Noble2015-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.
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
* | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
| | | | | | | | And reflects the C++ API in ServerBuilder.
* | Credentials prototypingGravatar Craig Tiller2015-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.
* Make interop server respond to sigintGravatar Craig Tiller2015-02-20
| | | | This will allow the test to shut down cleanly, and avoid failing.
* Making the usage of gflags uniform across distributions.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Fixing gflags' include path.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Fixup callers with new apiGravatar Craig Tiller2015-02-09
|
* Make interop server listen on 0.0.0.0.Gravatar Yang Gao2015-01-23
|
* Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-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.
* Make interop server buildable on opensource build.Gravatar yangg2015-01-12
Change on 2015/01/12 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83783816