899 Commits (d745705fff04062fda44da1ad7eac9f6f4498495)

Author SHA1 Message Date
Yang Gao d745705fff formatting 10 years ago
Yang Gao bb017c5568 should use c_str 10 years ago
Yang Gao f2c0ca4c62 Add setter to override authority header on ClientContext 10 years ago
Craig Tiller f95487fd7c Fix ASSERT condition 10 years ago
Craig Tiller 573523f127 clang-format 10 years ago
Craig Tiller d209ed0e55 clang-format 10 years ago
Craig Tiller ae7fe92389 Unix domain socket support 10 years ago
Craig Tiller e3018e6f7d Avoid four allocations per stream 10 years ago
Yang Gao 406b32f663 Add missing APIs and a first metadata test, and test passes 10 years ago
Nicolas "Pixel" Noble fbdd7abdca Cleaning up our posix definition / usage. 10 years ago
Nathaniel Manista 83edf3e8d3 Change the interface of RPC Framework's Future interface. 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
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
vjpai c234087312 Fix header file for Mac 10 years ago
Jan Tattermusch 23821ceb69 Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. 10 years ago
Yang Gao 005f18a6a1 change ServerAsyncReader API and add a simple clientstreaming test, it passes 10 years ago
Jan Tattermusch 07fadea2ff Got rid of the PortPicker utility 10 years ago
Yang Gao 0c7aafaa0c change AddRecvMessage signature 10 years ago
Craig Tiller 5d6bd44381 Fix tsan reported race 10 years ago
Craig Tiller db73e90e3b Fix nullptr crash 10 years ago
Yang Gao cbc427a955 allow null got_message 10 years ago
Craig Tiller 0220cf14b0 Add end2end async unary single threaded test (compiles) 10 years ago
Craig Tiller c645306b64 Fixes 10 years ago
Yang Gao 31150f01db implement async unary call 10 years ago
Yang Gao cbcc977857 fix sync unary call with metadata pieces 10 years ago
Craig Tiller ec3257c120 Fix end2end leaks 10 years ago
Yang Gao 068c85b21c make codegen generate async client calls 10 years ago
Craig Tiller 3d6ceb6461 Async server dispatch 10 years ago
Jan Tattermusch a9edeef4cc clang-format of grpc_csharp_ext.c 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 1c9a2a91ca Async API progress 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
murgatroid99 04c447977e Fix race in call.c 10 years ago
Craig Tiller 8c8d0aa1d8 Async API progress 10 years ago
Craig Tiller bc8e3db73e Re-add mysteriously disappearing lines 10 years ago
Craig Tiller 20bc56d890 Multi-completion-queue-server 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 fd7199f64e Add client side WaitForInitialMetadata for streaming. 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
Craig Tiller 504bd331ab Make sure we get a close before stopping the server 10 years ago