aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #605 from vjpai/macGravatar Nicolas Noble2015-02-19
|\ | | | | Mac build is now ready
| * More typecasts to avoid sign-comparison problems on EXPECT_EQGravatar vjpai2015-02-18
| |
| * Include typecasts so that int and size_t are not compared (since theirGravatar vjpai2015-02-18
| | | | | | | | signs don't match)
* | Fixing sprintf and a few other things.Gravatar Julien Boeuf2015-02-18
| |
* | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\|
| * Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
| |\ | | | | | | Async client api change. Add a ClientAsyncResponseReader.
| | * Async client api change. Add a ClientAsyncResponseReader. Make the api ↵Gravatar Yang Gao2015-02-18
| | | | | | | | | | | | similar to streaming and symmetric to server side.
| * | Fix use-after-free.Gravatar Craig Tiller2015-02-18
| | | | | | | | | | | | | | | | | | | | | Transport and channel have different lifetimes, but share a metadata context. Make the metadata context ref counted, and have transport take a ref.
| * | Spam cleanup, test speedupGravatar Craig Tiller2015-02-18
| | |
* | | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\| |
* | | Server side cancellation receive supportGravatar Craig Tiller2015-02-18
| |/ |/|
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| |
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| |
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
| |
| * Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-18
| |\ | |/ |/|
* | Merge pull request #573 from yang-g/c++apiGravatar Craig Tiller2015-02-18
|\ \ | | | | | | Changes to support server metadata.
| * | do not leak reader or writerGravatar Yang Gao2015-02-18
| | |
| * | Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-02-18
| | |
* | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\ \ \ | |/ / |/| | | | | | | | Conflicts: src/core/surface/server.c
| | * Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-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
| * | | Fix shutdown semantics.Gravatar Craig Tiller2015-02-17
| | |/ | |/| | | | | | | Document what they should be, ensure they're triggered, and fix what was broken.
* | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\| |
| * | Merge pull request #551 from ctiller/shutdownGravatar Yang Gao2015-02-17
| |\ \ | | | | | | | | Allow grpc_init to be called multiple times
| | * | Add mixed shutdown/init testGravatar Craig Tiller2015-02-17
| | | |
| * | | Merge pull request #530 from nathanielmanistaatgoogle/python-interop-serverGravatar soltanmm2015-02-17
| |\ \ \ | | | | | | | | | | Python interop server.
| | | * | Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\| | |
| * | | Fix fling test leaksGravatar Craig Tiller2015-02-17
| | | |
* | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\| | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| | | * Add proto copyrightsGravatar Craig Tiller2015-02-16
| | | |
| | | * Add copyrights to Python codeGravatar Craig Tiller2015-02-16
| | | |
| | | * Copyright checkerGravatar Craig Tiller2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it.
* | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-16
|\ \ \ \ | | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into udsGravatar Craig Tiller2015-02-16
| | |\ \ | | |/ / | |/| |
| | | * The Python interoperability testing server.Gravatar Nathaniel Manista2015-02-15
| | |/ | |/|
| | * Accidental change fixedGravatar Craig Tiller2015-02-13
| | |
| | * clang-formatGravatar Craig Tiller2015-02-13
| | |
| | * Unix domain socket supportGravatar Craig Tiller2015-02-13
| | |
* | | Merge pull request #18 from yang-g/c++apiGravatar Craig Tiller2015-02-13
|\ \ \ | | | | | | | | Add missing APIs and a first metadata test, and test passes
| * | | Add missing APIs and a first metadata test, and test passesGravatar Yang Gao2015-02-13
| | | |
* | | | Compile fixesGravatar Craig Tiller2015-02-13
|/ / /
* | | add a simple server streaming e2e test, which passesGravatar Yang Gao2015-02-13
| | |
| * | Merge pull request #515 from a11r/new_flingGravatar Craig Tiller2015-02-13
| |\ \ | | |/ | |/| Switching the fling benchmarks to the new API.
| | * Addressed review commentsGravatar Abhishek Kumar2015-02-13
| | |
* | | change ServerAsyncReader API and add a simple clientstreaming test, it passesGravatar Yang Gao2015-02-13
| | |
| | * clang formattingGravatar Abhishek Kumar2015-02-13
| | |
| | * Btach handling of unaryGravatar Abhishek Kumar2015-02-13
| | |
| | * Initial draft of server using new async APIGravatar Abhishek Kumar2015-02-13
| | |
* | | add a bidi test and simplify the test a bit, test passesGravatar Yang Gao2015-02-13
| | |
* | | let the client/server use their own cq and pretty the testGravatar Yang Gao2015-02-12
| | |