Craig Tiller
a33acb7021
Correct C++ build errors
10 years ago
Craig Tiller
fee0cfa0d5
Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
...
Conflicts:
src/cpp/server/server.cc
10 years ago
Craig Tiller
4d706b8dbc
Port C# to new API
10 years ago
Craig Tiller
a5e15f446e
Port Python to new API
10 years ago
Craig Tiller
997fab6874
Port Ruby to new API
10 years ago
Craig Tiller
fdb75f58e7
Port Node to new API
10 years ago
Craig Tiller
f4d4ae0dd5
Merge pull request #1521 from yang-g/race
...
do not request another call if server is shutdown
10 years ago
David G. Quintas
9ceeae35c7
Merge pull request #1523 from nicolasnoble/qps-is-in-fact-a-tool
...
Flagging the QPS binaries as tools, instead of non-runnable tests.
10 years ago
David Garcia Quintas
4251aad3eb
Merge branch 'master' of github.com:grpc/grpc into standalone_benchmarks
10 years ago
Nicolas Noble
909e098168
Flagging the QPS binaries as tools, instead of non-runnable tests.
10 years ago
Nicolas "Pixel" Noble
7f2e98c6ce
Further Windows fixes.
...
-) Properly flagging our endpoints as non-blocking.
-) Accounting for the custom events.
-) Restoring the on-error portion of read and write.
-) Better accounting of the outstanding reads and writes.
-) Various minor cleanups.
10 years ago
Jan Tattermusch
e84b6180dc
get rid of dependencies on some unneeded nuget packages
10 years ago
Jan Tattermusch
818ae164eb
get rid of unneeded dependency on Mono.Security
10 years ago
Yang Gao
b8a5f866f2
do not request another call if server is shutdown
10 years ago
Jan Tattermusch
b5897bf1a6
moved GetMethodType function to generator_helpers.h
10 years ago
Nicolas Noble
442918f225
Merge pull request #1477 from ctiller/we-should-probably-run-all-the-tests-we-have
...
Enable test that got forgotten
10 years ago
Jan Tattermusch
efa702bd17
add newline at EOF
10 years ago
Jan Tattermusch
cd7e3137da
add newline to the end of generated files
10 years ago
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
f51e8587fc
Merge pull request #1518 from stanley-cheung/php_ignore_vendor_folder
...
ignore PHP vendor/ folder
10 years ago
Tim Emiola
bae3a61087
Really removes the string monkey-patch
10 years ago
Tim Emiola
57e289c103
Merge pull request #1504 from jtattermusch/csharp_api_fixes
...
Polishing the new C# API
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
Tim Emiola
eb697aa12a
Merge pull request #1512 from stanley-cheung/bump_php_composer_lock
...
remove php composer.lock file
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
Eric Anderson
e82f8266cf
Merge pull request #1502 from ctiller/check-on-headers
...
Validate that headers contain legal bytes
10 years ago
Stanley Cheung
ab62f47be2
remove composer.lock file
10 years ago
Nathan Mittler
2ec12deded
Merge pull request #1510 from ejona86/installDist
...
Add 'installDist' task to grpc-java Docker build
10 years ago
Yang Gao
2b84e22985
Merge remote-tracking branch 'upstream/master' into mock
10 years ago
Stanley Cheung
04cba6041f
bump php composer.lock again because of auth library fix
10 years ago
Nicolas Noble
83606799a4
Merge pull request #1503 from ctiller/dont-signal-me
...
Eliminate need for SIGPIPE handling
10 years ago
Nicolas Noble
0353fadd7c
Merge pull request #1509 from ctiller/perform-callbacks
...
Cleanup unlock() a little
10 years ago
Craig Tiller
c5f3e268a1
Fix potential leak
10 years ago
Eric Anderson
aa518cc3bf
Add 'installDist' task to grpc-java Docker build
...
This will allow us to not run Gradle every time we run an integration
test.
10 years ago
murgatroid99
40a4e862f9
Merge branch 'master' into node_status_error_event
10 years ago
vjpai
0fe994401a
Merge branch 'master' into stream_ctx
10 years ago
Craig Tiller
ba6b9b3d47
Merge github.com:grpc/grpc into all-the-small-things
10 years ago
Craig Tiller
07bc6ceedf
Merge github.com:grpc/grpc into we-should-probably-run-all-the-tests-we-have
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
f666adef90
Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
10 years ago