aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* change stub API for server streaming, pass in const Request& instead of const...Gravatar Yang Gao2015-02-13
* Merge pull request #15 from yang-g/c++apiGravatar Craig Tiller2015-02-13
|\
| * change ServerAsyncReader API and add a simple clientstreaming test, it passesGravatar Yang Gao2015-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
| * resolve conflictGravatar Yang Gao2015-02-12
| |\ | |/ |/|
| * change AddRecvMessage signatureGravatar Yang Gao2015-02-12
* | Fix tsan reported raceGravatar Craig Tiller2015-02-12
| * more nullptr for got_messageGravatar Yang Gao2015-02-12
* | Fix nullptr crashGravatar Craig Tiller2015-02-12
| * allow null got_messageGravatar Yang Gao2015-02-12
|/
* Add end2end async unary single threaded test (compiles)Gravatar Craig Tiller2015-02-12
* FixesGravatar Craig Tiller2015-02-12
* Merge github.com:google/grpc into c++apiGravatar Craig Tiller2015-02-12
|\
| * Merge pull request #508 from nicolasnoble/make-protobufGravatar Craig Tiller2015-02-12
| |\
| | * Forgot to add the test file.Gravatar Nicolas Noble2015-02-12
| | * Updating build instructions in regard to protobuf.Gravatar Nicolas Noble2015-02-12
| | * Compiling protobuf from the Makefile if we don't have it on the system.Gravatar Nicolas Noble2015-02-12
* | | Merge pull request #14 from yang-g/c++apiGravatar Craig Tiller2015-02-12
|\ \ \
| * | | implement async unary callGravatar Yang Gao2015-02-12
| * | | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-12
| |\ \ \ | |/ / / |/| | |
| * | | fix sync unary call with metadata piecesGravatar Yang Gao2015-02-12
| | * | Merge pull request #500 from nicolasnoble/secure_getenvGravatar Craig Tiller2015-02-12
| | |\ \
* | | | | Fix end2end leaksGravatar Craig Tiller2015-02-12
|/ / / /
* | | | Merge pull request #13 from yang-g/c++apiGravatar Craig Tiller2015-02-12
|\ \ \ \
| * | | | make codegen generate async client callsGravatar Yang Gao2015-02-12
* | | | | Update projectsGravatar Craig Tiller2015-02-12
* | | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-12
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Async server streamingGravatar Craig Tiller2015-02-12
| * | | | Merge pull request #505 from jtattermusch/csharp_single_dllGravatar Tim Emiola2015-02-12
| |\ \ \ \
* | | | | | Async server dispatchGravatar Craig Tiller2015-02-12
| | | * | | Add a cq argument in ClientAsync ctor and give it to the CallGravatar Yang Gao2015-02-12
| |_|/ / / |/| | | |
| | * | | clang-format of grpc_csharp_ext.cGravatar Jan Tattermusch2015-02-12
| * | | | Merge pull request #503 from murgatroid99/core_empty_batchGravatar Craig Tiller2015-02-12
| |\ \ \ \
| | | * | | added ssl.props as a dependency for grpc_csharp_ext, regenerated project filesGravatar Jan Tattermusch2015-02-12
| | | * | | Fixed Timespec to work on Windows, fixes in ServerSafeHandleGravatar Jan Tattermusch2015-02-12
| | | * | | fixes in extension libraryGravatar Jan Tattermusch2015-02-12
| | | * | | little refactoring for TimespecGravatar Jan Tattermusch2015-02-12
| | | * | | bind Pinvoke c# call to the new wrappersGravatar Jan Tattermusch2015-02-12
| | | * | | added wrappers for all grpc and gpr functions used by grpc C#Gravatar Jan Tattermusch2015-02-12
| | |/ / / | |/| | |
* | | | | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-12
|\ \ \ \ \
* | | | | | Async API progressGravatar Craig Tiller2015-02-12
| * | | | | Merge pull request #12 from yang-g/c++apiGravatar Craig Tiller2015-02-12
|/| | | | |
| * | | | | Async client calls should return async interfacesGravatar Yang Gao2015-02-12
| | | * | | Added useful behavior for empty batchGravatar murgatroid992015-02-12
| | |/ / /
| * | | | typo fixGravatar Yang Gao2015-02-12
| * | | | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-12
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | implement ServerAsyncResponseWriter for unary callGravatar Yang Gao2015-02-12
* | | | | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-12
|\ \ \ \ \
* \ \ \ \ \ Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-12
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |