Craig Tiller
|
88c5f3de78
|
Merge pull request #17 from yang-g/c++api
add a simple server streaming e2e test, which passes
|
10 years ago |
Yang Gao
|
0e0d8e11e6
|
add a simple server streaming e2e test, which passes
|
10 years ago |
Craig Tiller
|
421e87a1b0
|
Merge github.com:grpc/grpc into c++api
Conflicts:
Makefile
|
10 years ago |
Craig Tiller
|
a9aa2f5513
|
Merge pull request #16 from yang-g/c++api
change stub API for server streaming, pass in const Request& instead of ...
|
10 years ago |
Yang Gao
|
07d8304f30
|
change stub API for server streaming, pass in const Request& instead of const Request* for the first request
|
10 years ago |
Tim Emiola
|
d1049b7039
|
Merge pull request #520 from donnadionne/docker
Setting default ssh directory in the case of test runs running as root.
|
10 years ago |
Tim Emiola
|
d853baacd8
|
Merge pull request #516 from jtattermusch/csharp_shutdown
C# refactoring of GrpcEnvironment and PortPicker
|
10 years ago |
Donna Dionne
|
6fd5a35ecc
|
Setting default ssh directory in the case of test runs running as root.
|
10 years ago |
Michael Lumish
|
f47491954d
|
Merge pull request #518 from jtattermusch/csharp_licenseheaders
added license headers to all grpc C# files
|
10 years ago |
Jan Tattermusch
|
07002d75dc
|
changed 2014 -> 2015
|
10 years ago |
Jan Tattermusch
|
af77b3d0b7
|
changed 2014 -> 2015
|
10 years ago |
Jan Tattermusch
|
a7fff86b61
|
added license headers to all grpc C# files
|
10 years ago |
Jan Tattermusch
|
23821ceb69
|
Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once.
|
10 years ago |
Craig Tiller
|
bd98ed5420
|
Merge pull request #15 from yang-g/c++api
Now the test passes :)
|
10 years ago |
Yang Gao
|
005f18a6a1
|
change ServerAsyncReader API and add a simple clientstreaming test, it passes
|
10 years ago |
Tim Emiola
|
bb62706f84
|
Merge pull request #514 from donnadionne/docker
Docker
|
10 years ago |
Donna Dionne
|
6fcd2aad5f
|
useless commit to test email address.
|
10 years ago |
Jan Tattermusch
|
07fadea2ff
|
Got rid of the PortPicker utility
|
10 years ago |
Yang Gao
|
c061a2fcef
|
Merge pull request #509 from chen-wang/master
Rename examples/tips to examples/pubsub
|
10 years ago |
Nicolas Noble
|
510a69383b
|
Merge pull request #512 from ctiller/ubsan
Add ubsan support
|
10 years ago |
Donna Dionne
|
4635dc96b1
|
Merge branch 'master' of github.com:google/grpc into docker
|
10 years ago |
Craig Tiller
|
96bd5f6b76
|
Add ubsan support
|
10 years ago |
Craig Tiller
|
bf275ece90
|
Merge pull request #511 from nicolasnoble/msan-cxx
Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler.
|
10 years ago |
Nicolas "Pixel" Noble
|
a339c16999
|
Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler.
|
10 years ago |
Yang Gao
|
c05b6cb89d
|
add a bidi test and simplify the test a bit, test passes
|
10 years ago |
Yang Gao
|
bb84a30f07
|
let the client/server use their own cq and pretty the test
|
10 years ago |
Yang Gao
|
58517a6831
|
resolve conflict
|
10 years ago |
Yang Gao
|
0c7aafaa0c
|
change AddRecvMessage signature
|
10 years ago |
Craig Tiller
|
5d6bd44381
|
Fix tsan reported race
|
10 years ago |
Yang Gao
|
c17e861aa0
|
more nullptr for got_message
|
10 years ago |
Craig Tiller
|
db73e90e3b
|
Fix nullptr crash
|
10 years ago |
Yang Gao
|
cbc427a955
|
allow null got_message
|
10 years ago |
Donna Dionne
|
0963425a94
|
Merge branch 'master' of github.com:google/grpc into docker
|
10 years ago |
Donna Dionne
|
1829e4cf42
|
Fixing go docker file to use the correct golang path
Fixing java_base to edit permission on a key file
|
10 years ago |
Craig Tiller
|
0220cf14b0
|
Add end2end async unary single threaded test (compiles)
|
10 years ago |
Craig Tiller
|
c645306b64
|
Fixes
|
10 years ago |
Chen wang
|
842325110d
|
Rename examples/tips to examples/pubsub
|
10 years ago |
Craig Tiller
|
0d1f67f4e5
|
Merge github.com:google/grpc into c++api
Conflicts:
Makefile
|
10 years ago |
Craig Tiller
|
bc91e25c3d
|
Merge pull request #508 from nicolasnoble/make-protobuf
Compiling protobuf from the Makefile if we don't have it on the system.
|
10 years ago |
Nicolas Noble
|
d2cfde74b9
|
Forgot to add the test file.
|
10 years ago |
Nicolas Noble
|
c70752af76
|
Updating build instructions in regard to protobuf.
|
10 years ago |
Nicolas Noble
|
5383062df6
|
Compiling protobuf from the Makefile if we don't have it on the system.
|
10 years ago |
Craig Tiller
|
3e75a2b1db
|
Merge pull request #14 from yang-g/c++api
progress
|
10 years ago |
Yang Gao
|
31150f01db
|
implement async unary call
|
10 years ago |
Yang Gao
|
555a0e9e77
|
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
|
10 years ago |
Yang Gao
|
cbcc977857
|
fix sync unary call with metadata pieces
|
10 years ago |
Craig Tiller
|
6b6c3dd2c9
|
Merge pull request #500 from nicolasnoble/secure_getenv
Not all Linuxes are equal, and secure_getenv isn't always there.
|
10 years ago |
Craig Tiller
|
ec3257c120
|
Fix end2end leaks
|
10 years ago |
Craig Tiller
|
3d20c5e8c6
|
Merge pull request #13 from yang-g/c++api
Make codegen generate async client calls
|
10 years ago |
Yang Gao
|
068c85b21c
|
make codegen generate async client calls
|
10 years ago |