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
Yang Gao
a38feb9be7
Implement async streaming APIs
10 years ago
Craig Tiller
8c8d0aa1d8
Async API progress
10 years ago
Yang Gao
424bc92e37
implement ClientAsyncX api
10 years ago
Donna Dionne
573a09688a
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Craig Tiller
bc8e3db73e
Re-add mysteriously disappearing lines
10 years ago
Craig Tiller
2e70dc18c6
Merge pull request #10 from yang-g/c++api
...
Put in SendInitialMetadata and WaitForInitialMetadata in some places.
10 years ago
Yang Gao
02a6e3a76a
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
10 years ago
Yang Gao
ea222b2001
resolve comments, the context_ member needs protection for thread safety
10 years ago
Craig Tiller
20bc56d890
Multi-completion-queue-server
...
Allow binding a different completion queue to each registered method.
This will allow multiplexing for the C++ server between sync & async
methods more easily.
10 years ago
Yang Gao
ca3cb3e19a
Prefix Request to async server method names
10 years ago
Yang Gao
3ccdbe9bcc
Make SendInitialMetadata work.
10 years ago
Yang Gao
b492f06c9d
Add SendInitialMetadata() to server streaming interfaces
10 years ago
Yang Gao
fd7199f64e
Add client side WaitForInitialMetadata for streaming.
10 years ago
Craig Tiller
fada7d43b1
Add some documentation
10 years ago
Craig Tiller
94f87588fa
Fix up C tests
10 years ago
Craig Tiller
1fe817fffd
Run build cleaner
10 years ago
Craig Tiller
24c06eada3
Run build cleaner
10 years ago
Craig Tiller
90690957fd
Merge github.com:google/grpc into c++api
10 years ago
Craig Tiller
a847a8f8bc
Finish streaming, lame client
10 years ago
Craig Tiller
0d6b9b35ee
Remove debug
10 years ago
Craig Tiller
0156752a66
Some streaming progress
10 years ago