Jan Tattermusch
|
451a227ac3
|
Added NMake file to ease building and running tests.
|
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 |
Jan Tattermusch
|
adeaf63113
|
add more tests into build_and_run_tests.bat
|
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
|
341976e852
|
Merge github.com:grpc/grpc into c++api
|
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 |
Craig Tiller
|
6859ad9016
|
Update projects
|
10 years ago |
Craig Tiller
|
869a8700f8
|
Merge github.com:grpc/grpc into c++api
|
10 years ago |
Craig Tiller
|
d4ebeeb7fb
|
Async server streaming
|
10 years ago |
Tim Emiola
|
9b09d19484
|
Merge pull request #505 from jtattermusch/csharp_single_dll
Make grcp_sharp_ext the only dll needed to run gRPC C#.
Great news! LGTM
|
10 years ago |
Craig Tiller
|
3d6ceb6461
|
Async server dispatch
|
10 years ago |
Yang Gao
|
5705fe3fca
|
Add a cq argument in ClientAsync ctor and give it to the Call
|
10 years ago |
Jan Tattermusch
|
a9edeef4cc
|
clang-format of grpc_csharp_ext.c
|
10 years ago |
Craig Tiller
|
6b41b61cd4
|
Merge pull request #503 from murgatroid99/core_empty_batch
Added useful behavior for empty batch
|
10 years ago |
Jan Tattermusch
|
13b9cfb8de
|
added ssl.props as a dependency for grpc_csharp_ext, regenerated project files
|
10 years ago |
Jan Tattermusch
|
61f93b2b06
|
Fixed Timespec to work on Windows, fixes in ServerSafeHandle
|
10 years ago |
Jan Tattermusch
|
c9562b6c4b
|
fixes in extension library
|
10 years ago |
Jan Tattermusch
|
86a249f6f0
|
little refactoring for Timespec
|
10 years ago |
Jan Tattermusch
|
e1e11878cb
|
bind Pinvoke c# call to the new wrappers
|
10 years ago |
Jan Tattermusch
|
35e4280db9
|
added wrappers for all grpc and gpr functions used by grpc C#
|
10 years ago |
Craig Tiller
|
984b09087f
|
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
|
10 years ago |
Craig Tiller
|
1c9a2a91ca
|
Async API progress
|
10 years ago |
Craig Tiller
|
83681967f2
|
Merge pull request #12 from yang-g/c++api
ServerAsyncResponseWriter and codegen change
|
10 years ago |
Yang Gao
|
e0b73fdabe
|
Async client calls should return async interfaces
|
10 years ago |
murgatroid99
|
a8c21e8ecf
|
Added useful behavior for empty batch
|
10 years ago |
Yang Gao
|
0b18a8bd4c
|
typo fix
|
10 years ago |
Donna Dionne
|
bf18198231
|
Merge branch 'master' of github.com:google/grpc into docker
|
10 years ago |
Yang Gao
|
5fa41a7965
|
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
|
10 years ago |
Yang Gao
|
106906924f
|
implement ServerAsyncResponseWriter for unary call
|
10 years ago |
Craig Tiller
|
7478d9184f
|
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
|
10 years ago |
Craig Tiller
|
f6f6f89d99
|
Merge github.com:grpc/grpc into c++api
|
10 years ago |
Yang Gao
|
e0da0f7c29
|
Merge pull request #502 from murgatroid99/core_call_race_fix
Fix race in call.c
|
10 years ago |
Craig Tiller
|
c71588d41d
|
Merge pull request #11 from yang-g/c++api
Async streaming API and metadata
|
10 years ago |
murgatroid99
|
04c447977e
|
Fix race in call.c
|
10 years ago |
Yang Gao
|
9a2743a897
|
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
|
10 years ago |