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
murgatroid99
44dd2f3367
Removed extraneous log messages
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
c55ee616b5
Last test now passes
10 years ago
murgatroid99
a8c21e8ecf
Added useful behavior for empty batch
10 years ago
Yang Gao
0b18a8bd4c
typo fix
10 years ago
murgatroid99
d0e37cb958
Merge branch 'master' into node_new_core_api
10 years ago
Donna Dionne
bf18198231
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
murgatroid99
d17d57aa39
Removed extra log lines
10 years ago
murgatroid99
10ac96cb8f
All tests but one now pass against new API
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
murgatroid99
e7879557c6
Fixed most of surface tests
10 years ago
murgatroid99
1bc8df4cf5
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