2536 Commits (376f2c067246dbf695493dbde67bcf59e46265e0)

Author SHA1 Message Date
remi Taylor 376f2c0672 Update node server examples to consistently bind to 50051 10 years ago
Craig Tiller 3a5390e902 Reduce threadpool size 10 years ago
Craig Tiller e594779a0e Reduce threadpool size 10 years ago
Craig Tiller e6eebeb355 Reduce threadpool size 10 years ago
murgatroid99 b4f244f0da Reverted change to _write in client.js 10 years ago
murgatroid99 6d1a8449d1 Coalesced redundant code 10 years ago
murgatroid99 fe29b6dea1 Removed debug log 10 years ago
murgatroid99 2fb16aafa3 Fixed ordering assumptions in server_streaming interop test 10 years ago
Jorge Canizales 10b3193728 Fix typo in README commands to compile protos! 10 years ago
Jorge Canizales cf08bade36 Point sample app to official protobuf podspec 10 years ago
Craig Tiller d1e5fe3d71 Handle priority frames in any header 10 years ago
Craig Tiller 27e14f40aa Properly finish off ops when we see a failure 10 years ago
Jan Tattermusch 5f0c4da250 Add generated documentation to nuget packages 10 years ago
Jan Tattermusch 2ce352de3c added support for building Symbol packages 10 years ago
vjpai 121e060f3c Don't include a core file 10 years ago
Jan Tattermusch 2d2652d61b implemented disposal logic for calls 10 years ago
Jan Tattermusch 9f550a3e99 changed tests and examples to use "using" for IDisposable calls 10 years ago
Jan Tattermusch bdf2e623ef make call object implement IDisposable 10 years ago
Jan Tattermusch acfcfeffb6 remove unused example 10 years ago
Jan Tattermusch 43dc50beb2 make naming of async write methods clearer (by adding Async suffix) 10 years ago
Craig Tiller 644cad6178 Fix segfault exposed by Ruby 10 years ago
Nathaniel Manista 1c8f36c40b Fix mistaken method name: "append", not "add" 10 years ago
Craig Tiller a605d334fb Make cq tracing work again 10 years ago
Craig Tiller dc6e86bb7a Kick the tire down the road instead of blocking to free up threads 10 years ago
Craig Tiller c9d0382e3d Zombie, then delete abandoned but queued incoming calls 10 years ago
Craig Tiller d4919d018f Enforce invariant of not performing reads after stream closure 10 years ago
murgatroid99 8166675a21 Fixed writer comment 10 years ago
murgatroid99 606129b655 Fixed boolean variable 10 years ago
murgatroid99 dbfe2f437c Added cancel_after_first_response test 10 years ago
Nick Gauthier f233d968d2 Encapsulate logger within GRPC module 10 years ago
Jan Tattermusch 7ca6179c66 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async 10 years ago
Jan Tattermusch 3fffe60ef8 regenerate service stubs 10 years ago
Jan Tattermusch 41f9f33e37 use full name when referencing protobuf messages 10 years ago
Jorge Canizales c5c65aae2e Add instructions to generate code and integrate it 10 years ago
Craig Tiller d17403c6d2 Correctly handle reading the final message and then sending status 10 years ago
Jorge Canizales c5e639f43e Removes spurious change to Test.pb.m 10 years ago
Jorge Canizales b2c300c4be s/didFinishWithError/writesFinishedWithError 10 years ago
Jorge Canizales a90a9c395d s/didReceiveValue/writeValue 10 years ago
Yang Gao d014f02421 Fix a potential leak 10 years ago
murgatroid99 012d43b61a Fixed client handling of failed batches 10 years ago
Craig Tiller 7a29098b71 Send RST_STREAM when closing from the server without getting a client half-close first 10 years ago
Jayant Kolhe 6ab757bc94 Update README.md 10 years ago
Nicolas "Pixel" Noble b98188e826 Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d. 10 years ago
Craig Tiller fd7166d264 Add response streams to server crash test, fix them 10 years ago
murgatroid99 04589a7e0c Fixed server to handle invalid arguments without breaking 10 years ago
Jorge Canizales 42e47b462e Copy values before buffering them. 10 years ago
Julien Boeuf c1f3f2d556 Extension should return a const char *. 10 years ago
Jorge Canizales 63e4091dbc Add warning about the perils of buffering without bounds 10 years ago
murgatroid99 778c61b6fc Added failing tests for server bad argument handling 10 years ago
Jorge Canizales 421f6c9488 Use BufferedPipe to add PingPong test and fix Cancel test 10 years ago