Craig Tiller
804ff719e3
Progress converting to new error system
9 years ago
Craig Tiller
4ba6a646cd
Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into error
9 years ago
Craig Tiller
c45f44b665
compile error
9 years ago
Craig Tiller
81be250ee7
Merge github.com:grpc/grpc into error
9 years ago
Craig Tiller
94e1576073
Error handling progress in chttp2 transport
9 years ago
Nicolas Noble
66e9d8e8a7
Merge pull request #6410 from murgatroid99/ruby_stress_fixes
...
Ruby: improve server error handling, fix a reference error
9 years ago
Craig Tiller
781bab5399
Error handling progress in chttp2 transport
9 years ago
Jan Tattermusch
5a5dafa776
Merge pull request #6409 from jtattermusch/master
...
Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER
9 years ago
Jan Tattermusch
feb8e74f88
Merge pull request #6418 from yang-g/no_rpc_service
...
add a dummy service with no rpc to test codegen coverage
9 years ago
Jan Tattermusch
0090402db5
Merge pull request #6415 from yang-g/python_proto_comments
...
Add proto comments to generated _pb2.py files
9 years ago
Jan Tattermusch
bf14c2fe80
Merge pull request #6383 from dgquintas/remove-outdated-census-charg
...
Removed leftover function declaration from channel args
9 years ago
Jan Tattermusch
36918fc892
Merge pull request #6374 from grpc/dgquintas-patch-1
...
Fixed name of test config for h2_census
9 years ago
Jan Tattermusch
ac50cf99fe
Merge pull request #6412 from ctiller/large_async_secure_and_fixed
...
Fix coverage for large message and secure async end2end
9 years ago
Jan Tattermusch
b5658e406e
Merge pull request #6333 from dgquintas/check_includes_moar_fixes
...
Don't try to read files that have been moved/renamed.
9 years ago
Jan Tattermusch
bc2afb065a
Merge pull request #6323 from dgquintas/codegen_remove_proto
...
Moved protos out of core_codegen interface
9 years ago
Craig Tiller
2b782d877c
Progress converting to new error system
9 years ago
Julien Boeuf
8ca294e417
Refactoring the core security code.
...
As opposed to a flat directory, we now have the following structure:
- security
-context
- credentials
- composite
- fake
- google_default
- iam
- jwt
- oauth2
- plugin
- ssl
- transport
- util
We have not refactored the test code yet but this PR is already large
enough...
9 years ago
Craig Tiller
76e4e16e78
Merge branch 'error' of github.com:ctiller/grpc into error
9 years ago
Craig Tiller
5b15afd75c
Progress converting to new error system
9 years ago
Jan Tattermusch
099b756269
Merge pull request #6420 from jtattermusch/csharp_more_api_fixes
...
C# finishing serverside request stream should not be required to dispose.
9 years ago
Jan Tattermusch
05146ace34
Merge pull request #6416 from jtattermusch/csharp_api_polishing
...
Add C# wrapping tests and fix some issues with the API.
9 years ago
Craig Tiller
0b5857f600
Progress
9 years ago
Craig Tiller
ffb8401985
Merge github.com:grpc/grpc into error
9 years ago
Jan Tattermusch
b75f5571e8
Merge pull request #6375 from jtattermusch/cleanup_jenkins_directory
...
Cleanup tools/jenkins directory
9 years ago
Jan Tattermusch
6504c02568
remove useless code and todos
9 years ago
Jan Tattermusch
739e86c394
finishing serverside request stream should not be required for disposal
9 years ago
Craig Tiller
f51457b34d
Progress
9 years ago
Craig Tiller
1231c2a6b2
Merge github.com:grpc/grpc into error
9 years ago
Craig Tiller
c027e77d64
Progress
9 years ago
yang-g
1717bff3f4
add a dummy service with no rpc to test codegen coverage
9 years ago
Jan Tattermusch
442bead4a3
Merge pull request #5701 from bluecmd/unix-socket
...
Allow directly specifiying connection path
9 years ago
Jan Tattermusch
ed4d89e1f5
Remove trailing space.
9 years ago
Jan Tattermusch
9c83512575
update remaining stresstest configs
9 years ago
Jan Tattermusch
080ddf09ab
add a readme file
9 years ago
Jan Tattermusch
9835d4b1f7
update locations of dockerization scripts
9 years ago
Jan Tattermusch
26ca776e3e
update working directories
9 years ago
Jan Tattermusch
99341e30cf
move helper script for dockerization
9 years ago
yang-g
b0de7163ad
Add proto comments to generated _pb2.py files
9 years ago
Jan Tattermusch
f21f465bce
make AsyncCallServerTest finish correctly
9 years ago
Jan Tattermusch
5a779537f1
Merge pull request #6376 from murgatroid99/node_test_multiple_versions
...
Made Node tests support multiple versions and set the Node default version to 4 everywhere possible
9 years ago
Jan Tattermusch
d00ed3088b
Merge pull request #6406 from sreecha/ruby_stress_test_docker
...
Ruby docker files and config
9 years ago
Jan Tattermusch
2624cfb511
fixup
9 years ago
Jan Tattermusch
9a9813bc4b
add more tests
9 years ago
Jan Tattermusch
b32e29f0a2
make SendStatusFromServer independent on WriteAsync
9 years ago
Jan Tattermusch
ce60d8e7a4
add AsyncCalServer tests to sanity tests
9 years ago
Jan Tattermusch
b6a9016fc2
add tests for AsyncCallServer
9 years ago
Craig Tiller
7c6ba9bae4
Merge github.com:grpc/grpc into error
9 years ago
Craig Tiller
e4d2748f2f
Fix async_end2end_test flow control
...
Completion queues + flow control + single threading is hard.
We need a read outstanding on a call to grant flow control tokens to the
remote end.
To do that we need to request a read *before* we wait for the write to
be finished, otherwise, in the case of a large write we'll block waiting
for flow control tokens.
Built on #6402
9 years ago
murgatroid99
59dfee8800
Fixed rubocop issues with newest changes
9 years ago
murgatroid99
38281cfa59
Ruby: improve server error handling, fix a reference error
9 years ago