Julien Boeuf
27f432b267
Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup
2015-08-27 15:49:27 -07:00
Craig Tiller
aa4fd51e55
Merge pull request #2947 from jboeuf/grpc_security_abi
...
First draft at addressing #1799 for grpc_security.
2015-08-27 12:43:25 -07:00
Tim Emiola
1ca2e73af3
Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown
...
Prevent the Node server from locking up when shutting down
2015-08-26 14:23:14 -07:00
Julien Boeuf
8117ff81d1
Credentials cleanup:
...
- Removing service_accounts credentials. These credentials just have
drawbacks compared to service_account_jwt_access credentials, notably
in terms for security.
- Renaming Google specific credentials with a Google prefix for C and
C++. This should be done as well for wrapped languages.
2015-08-25 21:51:07 -07:00
Julien Boeuf
6fefd91642
Adding void* at then end of security related method in order to have a stable ABI.
2015-08-25 17:47:55 -07:00
murgatroid99
02360ea4f7
Merge branch 'master' into node_server_graceful_shutdown
2015-08-21 14:26:13 -07:00
Tim Emiola
a331657da7
Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs
...
Allow Node server credentials to have multiple key/cert pairs
2015-08-21 13:57:25 -07:00
yang-g
d1d2ec50a6
Update node health check service
2015-08-21 10:43:02 -07:00
Tim Emiola
13095965b4
Merge pull request #2999 from murgatroid99/node_test_fixes
...
Stop dereferencing an optional parameter without checking it
2015-08-20 12:04:21 -07:00
Stanley Cheung
925b2bdfb0
update installation instructions, review feedback
2015-08-19 16:32:39 -07:00
Stanley Cheung
d259f1600a
update installation instructions, review feedback
2015-08-19 15:59:59 -07:00
murgatroid99
9a57cad9ff
Fixed tests
2015-08-19 15:02:15 -07:00
murgatroid99
18a3936291
Merge branch 'node_test_fixes' into node_server_creds_multiple_pairs
2015-08-19 15:00:24 -07:00
murgatroid99
3bd3e4094f
Stop dereferencing an optional parameter without checking it
2015-08-19 14:59:11 -07:00
murgatroid99
5bb18030d2
Modified server SSL certs to allow multiple pairs and force_client_auth flag
2015-08-19 14:57:19 -07:00
Stanley Cheung
2ba89bc020
update installation instructions, review feedback
2015-08-19 14:39:05 -07:00
Stanley Cheung
6730adb9b0
update debian install instructions
2015-08-19 14:39:05 -07:00
murgatroid99
1cb948a0a7
Added a test, enabled other tests
2015-08-19 11:49:53 -07:00
murgatroid99
47f39044f1
Merge branch 'core_shutdown_idempotency' into node_server_graceful_shutdown
2015-08-19 11:42:51 -07:00
Tim Emiola
886b8f1f8b
Merge pull request #2955 from murgatroid99/node_nan_deprecation_warnings
...
Added an inline C++ function to replace a deprecated nan function
2015-08-19 10:43:33 -07:00
Tim Emiola
20350bd89e
Merge pull request #2960 from murgatroid99/node_compression
...
Add per-message compression disabling in Node
2015-08-19 10:42:25 -07:00
murgatroid99
5fd4ed5826
Removed errant NULL setting
2015-08-19 10:34:59 -07:00
Yang Gao
066438eca1
Merge pull request #2972 from ctiller/get-reserved-things-right
...
Add some reserved checks that need to be present
2015-08-19 09:59:48 -07:00
Craig Tiller
c95b454a49
Zero out reserved field in node
2015-08-19 08:02:38 -07:00
murgatroid99
b4b3852667
Merge branch 'master' into node_server_graceful_shutdown
2015-08-18 18:23:38 -07:00
murgatroid99
465d03e171
Split server shutdown into tryShutdown and forceShutdown
2015-08-18 17:38:11 -07:00
murgatroid99
ccb6cbe501
Only use encoding for write flags if it is numeric
2015-08-17 14:06:32 -07:00
murgatroid99
ff25af0163
Moved write flag constants to base module
2015-08-17 14:00:31 -07:00
murgatroid99
fb34cbe5dc
Resolved merge conflicts with master
2015-08-17 13:52:09 -07:00
murgatroid99
bb36430c4f
Made deadline tests accept INTERNAL status
2015-08-17 13:35:54 -07:00
murgatroid99
0f7084ff7a
Added an inline C++ function to replace a deprecated nan function
2015-08-17 11:36:03 -07:00
Michael Lumish
2cbaf1e9ac
Merge pull request #2942 from murgatroid99/node_parent_call
...
Add parent call propagation API to Node library
2015-08-17 12:52:16 -04:00
murgatroid99
dcd29a3c7a
Fixed typo in argument error message
2015-08-14 12:57:00 -07:00
murgatroid99
833652967c
Replaced remaining references to 'listen' with 'start'
2015-08-14 11:09:04 -07:00
murgatroid99
6a710c00b7
Resolved merge conflicts with master
2015-08-14 11:02:32 -07:00
murgatroid99
4e0886684a
Made deadline tests work
2015-08-14 10:48:45 -07:00
murgatroid99
64035f9b3b
Add parent call propagation API to Node library
2015-08-14 10:35:43 -07:00
Jan Tattermusch
f5fa08c907
Merge pull request #2696 from murgatroid99/node_client_connectivity
...
Wrap connectivity API, expose it to client as waitForReady
2015-08-14 09:19:38 -07:00
murgatroid99
cb408b39bc
Further fixed connectivity tests
2015-08-13 11:26:57 -07:00
murgatroid99
46a8476501
Modified watchState functions to match C API
2015-08-13 11:24:34 -07:00
murgatroid99
d71afbc48b
Fixed typo
2015-08-13 11:00:13 -07:00
murgatroid99
843510793d
Resolved merge conflicts with master
2015-08-13 10:58:53 -07:00
Nicolas "Pixel" Noble
68dce04303
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
...
Conflicts:
src/ruby/ext/grpc/rb_channel.c
2015-08-13 02:07:12 +02:00
Jan Tattermusch
4add842a31
Merge pull request #2901 from murgatroid99/node_fix_auth_interop
...
Node fix auth interop
2015-08-12 15:13:36 -07:00
murgatroid99
02b7005b49
Clarified address regex
2015-08-12 11:54:41 -07:00
murgatroid99
7970af5e1b
Fix scheme matching in auth URI
2015-08-12 11:32:54 -07:00
Tim Emiola
3a03d61958
Merge pull request #2768 from murgatroid99/node_disable_deprecation_warning
...
Disabled deprecation warnings in Node build
2015-08-12 11:14:01 -07:00
Nicolas "Pixel" Noble
5cb7853f37
Fixing merge failures.
2015-08-12 20:07:54 +02:00
Nicolas "Pixel" Noble
eecc28c9b3
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
...
Conflicts:
src/node/ext/call.cc
src/node/ext/channel.cc
2015-08-12 19:53:03 +02:00
murgatroid99
1e65e15085
Fixed failing cloud-to-prod auth interop tests
2015-08-12 10:48:39 -07:00