Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #605 from vjpai/mac | Nicolas Noble | 2015-02-19 |
|\ | | | | | Mac build is now ready | ||
| * | More typecasts to avoid sign-comparison problems on EXPECT_EQ | vjpai | 2015-02-18 |
| | | |||
| * | Include typecasts so that int and size_t are not compared (since their | vjpai | 2015-02-18 |
| | | | | | | | | signs don't match) | ||
* | | Fixing sprintf and a few other things. | Julien Boeuf | 2015-02-18 |
| | | |||
* | | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
|\| | |||
| * | Merge pull request #588 from yang-g/c++api | Craig Tiller | 2015-02-18 |
| |\ | | | | | | | Async client api change. Add a ClientAsyncResponseReader. | ||
| | * | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵ | Yang Gao | 2015-02-18 |
| | | | | | | | | | | | | similar to streaming and symmetric to server side. | ||
| * | | Fix use-after-free. | Craig Tiller | 2015-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 speedup | Craig Tiller | 2015-02-18 |
| | | | |||
* | | | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
|\| | | |||
* | | | Server side cancellation receive support | Craig Tiller | 2015-02-18 |
| |/ |/| | |||
| * | 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 pull request #573 from yang-g/c++api | Craig Tiller | 2015-02-18 |
|\ \ | | | | | | | Changes to support server metadata. | ||
| * | | 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 c++api | Craig Tiller | 2015-02-17 |
|\ \ \ | |/ / |/| | | | | | | | | Conflicts: src/core/surface/server.c | ||
| | * | 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 | ||
| * | | | Fix shutdown semantics. | Craig Tiller | 2015-02-17 |
| | |/ | |/| | | | | | | | Document what they should be, ensure they're triggered, and fix what was broken. | ||
* | | | 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 | ||
| | * | | Add mixed shutdown/init test | Craig Tiller | 2015-02-17 |
| | | | | |||
| * | | | 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 |
| | |/ / | |/| | | |||
* | | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\| | | | |||
| * | | | Fix fling test leaks | Craig Tiller | 2015-02-17 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-17 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
| | | * | Add proto copyrights | Craig Tiller | 2015-02-16 |
| | | | | |||
| | | * | Add copyrights to Python code | Craig Tiller | 2015-02-16 |
| | | | | |||
| | | * | Copyright checker | Craig Tiller | 2015-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++api | Craig Tiller | 2015-02-16 |
|\ \ \ \ | | |_|/ | |/| | | |||
| | * | | Merge github.com:grpc/grpc into uds | Craig Tiller | 2015-02-16 |
| | |\ \ | | |/ / | |/| | | |||
| | | * | The Python interoperability testing server. | Nathaniel Manista | 2015-02-15 |
| | |/ | |/| | |||
| | * | Accidental change fixed | Craig Tiller | 2015-02-13 |
| | | | |||
| | * | clang-format | Craig Tiller | 2015-02-13 |
| | | | |||
| | * | Unix domain socket support | Craig Tiller | 2015-02-13 |
| | | | |||
* | | | 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 |
| | | | |||
| * | | Merge pull request #515 from a11r/new_fling | Craig Tiller | 2015-02-13 |
| |\ \ | | |/ | |/| | Switching the fling benchmarks to the new API. | ||
| | * | Addressed review comments | Abhishek Kumar | 2015-02-13 |
| | | | |||
* | | | change ServerAsyncReader API and add a simple clientstreaming test, it passes | Yang Gao | 2015-02-13 |
| | | | |||
| | * | clang formatting | Abhishek Kumar | 2015-02-13 |
| | | | |||
| | * | Btach handling of unary | Abhishek Kumar | 2015-02-13 |
| | | | |||
| | * | Initial draft of server using new async API | Abhishek Kumar | 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 |
| | | |