murgatroid99
faaf2986ca
Merge branch 'master' into node_method_name_conflicts
9 years ago
murgatroid99
42c3fb2685
Merge branch 'master' of github.com:grpc/grpc
9 years ago
Masood Malekghassemi
8be7a0491c
Merge pull request #3149 from nathanielmanistaatgoogle/drop-invoker
...
Drop invoker during test tear-down
9 years ago
Masood Malekghassemi
696e5a309d
Merge pull request #3146 from nathanielmanistaatgoogle/grace
...
Fix grace period bug in _end.accept_ticket
9 years ago
Michael Lumish
6de001e3f4
Merge pull request #3155 from stanley-cheung/php_fix_testing_dockerfile
...
php: fix gce testing dockerfile
9 years ago
Stanley Cheung
a0581622bb
Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-server
...
Grpc ruby fix math client and server
9 years ago
Stanley Cheung
8ad4968e23
php: fix gce testing dockerfile
9 years ago
Tim Emiola
2641c045a3
Merge pull request #3142 from stanley-cheung/update_debian_source_instruction
...
Update debian source instruction
9 years ago
Craig Tiller
8c0d6b37a1
Merge pull request #2668 from a-veitch/tracing_api
...
Tracing api
9 years ago
Nathaniel Manista
dff73c7d23
Drop invoker during test tear-down
...
The invoker is an object derived from, and referring to, objects of the
Face implementation under test. If those objects are to be garbage
collected at the appropriate time the invoker that references them must
be made eligible for garbage collection in the test's tearDown method.
9 years ago
Nathaniel Manista
1d14618a0e
Fix grace period bug in _end.accept_ticket
...
Tickets should not be ignored if the end is in a grace period; rather
they should be ignored if they are for an unrecognized (likely new)
operation and the end is in a grace period.
9 years ago
Tim Emiola
68e63c7fc7
Merge pull request #3137 from grpc/jtattermusch-patch-2
...
Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem
9 years ago
Tim Emiola
81d950a5a9
Updates server shutdown handling
...
- ensures that servers cancels calls after the shutdown timeout
- uses an infinite timeout when request server calls
This two changes fix the issue where the server segfaults on shutdown.
9 years ago
Stanley Cheung
aec4ac8221
update debian unstable to testing
9 years ago
Stanley Cheung
7b773e9481
php: update readme;
9 years ago
Alistair Veitch
63b83f1cce
fix openssl
9 years ago
Yang Gao
036bf58b28
Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup
...
Credentials naming and cleanup
9 years ago
murgatroid99
c919228e0a
Updated Node examples to be compatible with master
9 years ago
Tim Emiola
79777e0484
Merge pull request #3108 from murgatroid99/node_error_code_compliance
...
Make Node errors comply with the status spec
9 years ago
Stanley Cheung
5b26950de2
Merge pull request #3140 from jtattermusch/regenerate_csharp_docs
...
Regenerate C# docs
9 years ago
murgatroid99
76ba1ff65a
Switched to using static functions for accessing Client properties
9 years ago
Nathaniel Manista
cf08a881fb
Merge pull request #3126 from nathanielmanistaatgoogle/servicelink-shut-down
...
Made ServiceLink shut-down a two step process.
9 years ago
Alistair Veitch
bff9cf52ed
Merge branch 'master' into tracing_api
9 years ago
Julien Boeuf
6c7185d350
Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup
9 years ago
Jan Tattermusch
3c99f09ef3
regenerate C# docs
9 years ago
Nathaniel Manista
4354f3e680
Make ServiceLink shut-down a two step process
9 years ago
Alistair Veitch
6afe53f236
add functions for getting trace records
9 years ago
Jan Tattermusch
487a72b726
Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem.
9 years ago
Masood Malekghassemi
808e5ae95f
Merge pull request #3130 from nathanielmanistaatgoogle/test-cleanup
...
Python test clean-up
9 years ago
Masood Malekghassemi
42188d21ec
Merge pull request #3128 from nathanielmanistaatgoogle/add_port
...
Accept addresses rather than ports in add_port
9 years ago
Masood Malekghassemi
0ed0843a1c
Merge pull request #3124 from nathanielmanistaatgoogle/_end-fixes
...
Two fixes in grpc.framework.core._end
9 years ago
Jan Tattermusch
623860f7d9
Merge pull request #3133 from yang-g/fix_build
...
Do not include internal proto header
9 years ago
murgatroid99
970842535d
Merge branch 'master' into node_method_name_conflicts
9 years ago
murgatroid99
0d1625a6b4
Merge branch 'master' into node_error_code_compliance
9 years ago
Tim Emiola
956e411e31
Merge pull request #3012 from murgatroid99/node_metadata_class
...
Replace metadata objects with a Metadata class
9 years ago
yang-g
c3ee1d5eb4
Do not include internal proto header
9 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. :-(
9 years ago
Michael Lumish
9b1f91e7ea
Merge pull request #3125 from jtattermusch/metadata_key_check
...
Check for allowed characters in metadata key.
9 years ago
Yang Gao
a620e99a32
Merge pull request #3111 from ctiller/reject-the-stuffs
...
Outlaw comma in non-binary metadata values
9 years ago
Nathaniel Manista
6e6ddbec91
Accept addresses rather than ports in add_port
9 years ago
Jan Tattermusch
727956741d
check for allowed characters in metadata key
9 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).
9 years ago
Masood Malekghassemi
400e0cdd32
Merge pull request #3117 from nathanielmanistaatgoogle/force-client-auth
...
Expand force_client_auth to old ServerCredentials
9 years ago
Stanley Cheung
89a333053c
Merge pull request #3118 from jtattermusch/csharp_errors
...
Make C# error spec compliant
9 years ago
Nathaniel Manista
607ace8bac
Merge pull request #3102 from soltanmm/ihop
...
Python OAuth2 auth-token interop test.
9 years ago
Craig Tiller
e535aacfac
Merge github.com:grpc/grpc into reject-the-stuffs
9 years ago
Craig Tiller
2d487f2950
Merge pull request #3082 from dgquintas/cl
...
Protect against dereferencing a null ptr in http2 stream
9 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
9 years ago
Craig Tiller
477538d214
Merge pull request #3101 from yang-g/string_ref_auth
...
Use millis instead of micros in seconds_timeout and reduce a large deadline.
9 years ago
Craig Tiller
89d56103eb
Merge pull request #3104 from yang-g/create_channel
...
Create channel API change
9 years ago