Stanley Cheung
5b26950de2
Merge pull request #3140 from jtattermusch/regenerate_csharp_docs
...
Regenerate C# docs
10 years ago
murgatroid99
76ba1ff65a
Switched to using static functions for accessing Client properties
10 years ago
David Garcia Quintas
2ea2e31158
Merge branch 'master' of github.com:grpc/grpc into cpp_docs
10 years ago
Nathaniel Manista
cf08a881fb
Merge pull request #3126 from nathanielmanistaatgoogle/servicelink-shut-down
...
Made ServiceLink shut-down a two step process.
10 years ago
Alistair Veitch
bff9cf52ed
Merge branch 'master' into tracing_api
10 years ago
Julien Boeuf
6c7185d350
Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup
10 years ago
Jan Tattermusch
3c99f09ef3
regenerate C# docs
10 years ago
yang-g
bcebb5d230
fix link
10 years ago
David Garcia Quintas
deef1970bb
async greeter server docs
10 years ago
yang-g
92806a51ba
remove ChannelArguments ref and update doc
10 years ago
Julien Boeuf
68ff03a952
Fixing AuthContext tests.
10 years ago
yang-g
b00a3f689f
fix links in docs
10 years ago
yang-g
75d04da2e4
sync up with CreateChannel API change
10 years ago
Julien Boeuf
a883ccfb46
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
10 years ago
Julien Boeuf
0c711ad88b
Adding C++ metadata processor.
...
- Had to chnage the core API to add a destroy function pointer in
grpc_auth_metadata_processor.
- Tested end to end.
- Fixed some issues in the server_auth_filter (we were not checking the
length which put us at risk of an overflow).
10 years ago
Nathaniel Manista
4354f3e680
Make ServiceLink shut-down a two step process
10 years ago
Alistair Veitch
6afe53f236
add functions for getting trace records
10 years ago
Jan Tattermusch
487a72b726
Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem.
10 years ago
Masood Malekghassemi
808e5ae95f
Merge pull request #3130 from nathanielmanistaatgoogle/test-cleanup
...
Python test clean-up
10 years ago
Masood Malekghassemi
42188d21ec
Merge pull request #3128 from nathanielmanistaatgoogle/add_port
...
Accept addresses rather than ports in add_port
10 years ago
Masood Malekghassemi
0ed0843a1c
Merge pull request #3124 from nathanielmanistaatgoogle/_end-fixes
...
Two fixes in grpc.framework.core._end
10 years ago
Robbie Shade
780b07e644
Fix cb argument name
10 years ago
Robbie Shade
c8cb4ed45d
Removed on_connect callback from udp_server_test
10 years ago
Jan Tattermusch
623860f7d9
Merge pull request #3133 from yang-g/fix_build
...
Do not include internal proto header
10 years ago
Robbie Shade
7810e028a7
Remove unnecessary new_transport callback from the UDP server
10 years ago
murgatroid99
970842535d
Merge branch 'master' into node_method_name_conflicts
10 years ago
murgatroid99
0d1625a6b4
Merge branch 'master' into node_error_code_compliance
10 years ago
Tim Emiola
956e411e31
Merge pull request #3012 from murgatroid99/node_metadata_class
...
Replace metadata objects with a Metadata class
10 years ago
yang-g
c3ee1d5eb4
Do not include internal proto header
10 years ago
Robbie Shade
3cd2d18e0f
Rename the TCP server callback arguments to be more descriptive.
10 years ago
Alistair Veitch
ae7bbfcb92
merge to head
10 years ago
Alistair Veitch
b855202417
rewrite to reviewer comments
10 years ago
Nathaniel Manista
4a6bbdddd3
Python test clean-up
...
(1) Move metadata and details constants for gRPC-on-the-wire tests into
grpc.test_common.
(2) Drop definitions of setUpModule and tearDownModule from a unit test
module that, because it uses the load_tests protocol, never had those
methods called anyway. :-(
10 years ago
David Garcia Quintas
fd2d36bfa1
Comments for async client greeter
10 years ago
David Garcia Quintas
f9c32d62a7
Merge branch 'master' of github.com:grpc/grpc into cpp_docs
10 years ago
David Garcia Quintas
c5318a2aa7
MOAR COMMENTS
10 years ago
Michael Lumish
9b1f91e7ea
Merge pull request #3125 from jtattermusch/metadata_key_check
...
Check for allowed characters in metadata key.
10 years ago
Yang Gao
a620e99a32
Merge pull request #3111 from ctiller/reject-the-stuffs
...
Outlaw comma in non-binary metadata values
10 years ago
Nathaniel Manista
6e6ddbec91
Accept addresses rather than ports in add_port
10 years ago
Jan Tattermusch
727956741d
check for allowed characters in metadata key
10 years ago
Nathaniel Manista
4b41ba249d
Two fixes in grpc.framework.core._end
...
(1) Call "cancel" on each future, not on the list of futures.
(2) If and when futures mature their actions should simply abort all
outstanding operations and cancel any other futures. They should not
shut down the _End's internal thread pool; only the termination action
of the last operation to terminate should shut down the pool (in the
case of their having been active operations at the time at which the
_End's stop(grace) method was called).
10 years ago
Craig Tiller
9f80fcf8e7
Cleaning up Windows endpoint code
...
- removed the need to track some state
- fixed chttp2 transport endpoint shutdown management
- made a bunch of tests pass
10 years ago
Robbie Shade
8ff671feb6
Add SOCK_NONBLOCK option to UDP sockets.
10 years ago
Masood Malekghassemi
400e0cdd32
Merge pull request #3117 from nathanielmanistaatgoogle/force-client-auth
...
Expand force_client_auth to old ServerCredentials
10 years ago
Stanley Cheung
89a333053c
Merge pull request #3118 from jtattermusch/csharp_errors
...
Make C# error spec compliant
10 years ago
Nathaniel Manista
607ace8bac
Merge pull request #3102 from soltanmm/ihop
...
Python OAuth2 auth-token interop test.
10 years ago
David Garcia Quintas
3306bcd1a1
Docs for streams + exposed auth properties
10 years ago
Craig Tiller
e535aacfac
Merge github.com:grpc/grpc into reject-the-stuffs
10 years ago
Craig Tiller
2d487f2950
Merge pull request #3082 from dgquintas/cl
...
Protect against dereferencing a null ptr in http2 stream
10 years ago
Craig Tiller
a8c01beaea
Merge pull request #3100 from murgatroid99/core_fix_improper_include
...
Fixed incorrect include line in core/census/grpc_filter.c
10 years ago