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.
...
So they aren’t mutated before being written later.
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
Jorge Canizales
142acc965e
Adds GRXBufferedPipe
10 years ago
Julien Boeuf
cf4124e06a
Putting tsi util in header so that it can be used elsewhere.
10 years ago
Jorge Canizales
e454f4afe3
Fix false positive in server streaming test
10 years ago
Craig Tiller
8e50fe9764
clang-format
10 years ago
Craig Tiller
2f24d956df
Clarify booleanness of kick
10 years ago
Craig Tiller
236d098395
Add another little comment
10 years ago
Craig Tiller
354bf6d77b
Document variable usage in fd_posix
...
Update some code based on that documentation
10 years ago
Craig Tiller
818b8769fc
Delete antiquated code
10 years ago
Jorge Canizales
05456f81c5
Move sample app to proto3 and clarify usage example
10 years ago
Jorge Canizales
c54a0caa0d
Adds local sample test using generated service
10 years ago
Jorge Canizales
184e02bed0
Moves the RouteGuide local tests to proto3
10 years ago
Jorge Canizales
2410f99161
Regenerates RouteGuide library as proto3
10 years ago
Jorge Canizales
44fb295d9f
Move our runtime to proto3 and make the dependency explicit
10 years ago
Jorge Canizales
206e75b66c
Adjust remote tests to use proto3
10 years ago
Jorge Canizales
fd88e465c0
Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile
...
Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory.
Generates separate files until GeneratorContext::OpenForInsert/Append works.
A temporary podspec for the proto3 runtime is being used, pending the official.
10 years ago
Craig Tiller
dd093f33f6
Remove some bad asserts
10 years ago
Jan Tattermusch
73d7fab85f
some nuget packaging adjustments
10 years ago
murgatroid99
25750d9b1e
Some modifications based on comments
10 years ago
Jan Tattermusch
302b29f9b3
generate MathServer.exe instead of Grpc.Examples.MathServer
10 years ago
murgatroid99
343bea6b54
Fixed cancellation tests
10 years ago
murgatroid99
1602c5ffd4
Added more interop tests
10 years ago
Craig Tiller
f95f048c3e
Make cq tracing work again
10 years ago
Jan Tattermusch
c6d43ec02d
update readme for c#
10 years ago
Craig Tiller
134e92fafb
Move state update to ack, to prevent races
...
Conflicts:
src/core/surface/call.c
10 years ago
Craig Tiller
fbac5f17b7
Crash handling test
10 years ago
Jorge Canizales
1900dfc70b
Generate imports for .proto dependencies, and read prefix from file.
...
The prefix has still to be applied per-message, and we could
do forward-declarations in the generated header.
10 years ago
Craig Tiller
4f1fa98dd0
...
10 years ago
Craig Tiller
ee210abe65
GPR_ASSERT is not an expression
10 years ago
murgatroid99
ea43b903a3
Added server_streaming interop test
10 years ago
Yang Gao
280ca17d79
resolve comments
10 years ago
Craig Tiller
c21a80957a
Add subprocess GPR API
...
Port fling_test to it.
This will be used to:
- port remaining tests to Windows
- enable testing what happens when servers or clients mysteriously disappear
10 years ago
Jorge Canizales
1a7918bc6e
Generate separate files until either of GeneratorContext::OpenForAppend/Insert work.
10 years ago
Jorge Canizales
472f0b0a6b
Fixes generated implementation file and adjusts plugin to proto3
...
Still missing: retrieving prefix from file option.
10 years ago
Jorge Canizales
9a065d2e2f
Adjusts generated header to new runtime and surface.
10 years ago
murgatroid99
08b0e667ec
Added comments to service_packager script
10 years ago
Jan Tattermusch
031c7ee5df
add newline at eof
10 years ago
Jan Tattermusch
dd95e9d335
added build script and script for building nuget packages
10 years ago