Jan Tattermusch
eb5a312a9b
added script to regenerate gRPC C# stubs
10 years ago
Jan Tattermusch
085533e1dc
Replace handwritten math stub by the generated one
10 years ago
Jan Tattermusch
7eb3a76279
Replace handwritten testService stub by the generated one
10 years ago
Jan Tattermusch
2d92495776
added csharp generator plugin
10 years ago
Tim Emiola
bae3a61087
Really removes the string monkey-patch
10 years ago
Stanley Cheung
ff73231610
ignore PHP vendor/ folder
10 years ago
Tim Emiola
13363e31a7
make underscore a class method of GenericService
10 years ago
Craig Tiller
c354c51cf4
If we have closed the transport, dont try reading
10 years ago
murgatroid99
00943fcd32
Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata
10 years ago
Stanley Cheung
ab62f47be2
remove composer.lock file
10 years ago
Stanley Cheung
04cba6041f
bump php composer.lock again because of auth library fix
10 years ago
Craig Tiller
c5f3e268a1
Fix potential leak
10 years ago
Nicolas "Pixel" Noble
e34a45abef
A few win32 fixes.
...
-) Better handling of orphaned sockets by tracking the pending operations in it, instead of the layer above.
-) Ignoring after-shutdown operations.
10 years ago
Jan Tattermusch
03e82e2cdf
Split address passed to AddListeningPort into host and port
10 years ago
Jan Tattermusch
8ab1f7ed3d
added concept of ServerCallContext, that is passed to all server-side handlers
10 years ago
Jan Tattermusch
bdb1b4863b
add a generic constraint for TRequest and TResponse to require a class
10 years ago
Jan Tattermusch
9b9a877eae
change todo comment
10 years ago
Julien Boeuf
9f218ddd9d
Adding support for per call credentials in core.
10 years ago
Craig Tiller
1d74de996c
Cleanup unlock() a little
10 years ago
murgatroid99
f742c52d9d
Version bump because of new exposed errors
10 years ago
murgatroid99
65b784e230
Added error events on client streams when the server is streaming
10 years ago
Craig Tiller
2da0296478
Eliminate need for SIGPIPE handling
10 years ago
Craig Tiller
b96d001584
Validate that headers contain legal bytes
10 years ago
Craig Tiller
d1abc814a7
Throw away queued messages on error
10 years ago
Jan Tattermusch
594856fe64
Fix: Server side call with both streams closed doesnt get properly finalized
10 years ago
Stanley Cheung
62d0b28a76
update php composer.lock
10 years ago
Craig Tiller
3676b38183
Lose redundant tag on unary calls
10 years ago
Craig Tiller
f508145012
Fix some wrapped languages
10 years ago
Craig Tiller
f9e6adf998
Completion queue binding for new requests API change
...
Move completion queue binding for new requests to the new request
request time, not server instantiation time.
10 years ago
Tim Emiola
f2fb07dafc
Pin the version of rubocop used in grpc.gemspec
10 years ago
David Garcia Quintas
73423ae76d
Added important (!) profiling mark.
...
It's meant to have a special status in the analysis, whereby latencies
from important marks to all their enclosing BEGIN ({) and END (})
markings will be measured.
10 years ago
Yang Gao
c6924c8e99
Add full codegen for clientside stub interface
10 years ago
Craig Tiller
9eb47ada08
Further fixes
10 years ago
Stanley Cheung
e19497a9d5
add php compute_engine_creds auth interop test
10 years ago
Jan Tattermusch
1215c33c43
C# fixes for #1472 core API cleanup
10 years ago
Jan Tattermusch
a8447711be
stylecop fixes
10 years ago
Jan Tattermusch
32d95b9744
remove duplicate initialize
10 years ago
Yang Gao
172791a80c
resolve comments
10 years ago
Craig Tiller
745d63a844
Fix memory leak
10 years ago
Jan Tattermusch
8c2dd9d864
Fixes for C# cancellation support
10 years ago
Craig Tiller
64be9f7a30
C Core API cleanup.
...
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.
10 years ago
David Garcia Quintas
f667f1b3e8
Added missing profiling tags.
10 years ago
Craig Tiller
7098c03273
Synthesize goaway when max sequence number generated
10 years ago
Craig Tiller
4b40559eae
Remove dead file
10 years ago
Craig Tiller
8fc673eefd
Fix typo resulting in masking out high byte of http2 sequence numbers
10 years ago
Craig Tiller
8802558895
Add a hook to allow initial HTTP2 sequence number to be specified
10 years ago
Jan Tattermusch
1b54fcf31b
added stats with number of active native calls, useful for debugging
10 years ago
Jan Tattermusch
618647dc74
fixed some stylecop warnings
10 years ago
Jan Tattermusch
e5c446004f
Added basic support for cancellation
10 years ago
Jan Tattermusch
a5272b6adc
A new version C# API based on async/await
10 years ago