Commit Graph

864 Commits

Author SHA1 Message Date
murgatroid99 7117642d6c Make single-response calls emit INTERNAL status for unparseable responses 2015-08-27 13:48:25 -07:00
murgatroid99 8086ec157d Merge branch 'node_metadata_class' into node_error_code_compliance 2015-08-27 13:18:50 -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
murgatroid99 f3d44ad567 Fixed handling of binary metadata values 2015-08-27 10:04:43 -07:00
murgatroid99 6fa3d2614d Fixed handling of binary metadata values 2015-08-27 10:02:24 -07:00
murgatroid99 85423a907d Fixed the tests 2015-08-27 10:02:00 -07:00
murgatroid99 d5b74a1044 Add metadata echo functionality to interop server, and corresponding interop test 2015-08-27 09:26:33 -07:00
murgatroid99 cf2b8c0faf Merge branch 'node_metadata_class' into node_interop_echo_metadata 2015-08-26 14:32:44 -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
murgatroid99 3954abe977 Changed prefixed Client properties to distinguish private and public properties 2015-08-21 14:01:47 -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
murgatroid99 aca7862c9c Merge branch 'master' into node_method_name_conflicts 2015-08-21 12:02:15 -07:00
yang-g d1d2ec50a6 Update node health check service 2015-08-21 10:43:02 -07:00
murgatroid99 4f477990d0 Allowed underscore in metadata keys 2015-08-21 09:24:33 -07:00
murgatroid99 e9cc9bf2dc Reversed toLowerCase removal 2015-08-21 09:15:19 -07:00
murgatroid99 79fa8dbad1 Replaced toLowerCase with local-insensitive downcasing function 2015-08-20 15:52:57 -07:00
murgatroid99 d731161616 Moved key character check to before key transformation 2015-08-20 15:40:03 -07:00
murgatroid99 c0735e0b7b Normalize keys when getting and removing metadata items 2015-08-20 14:51:59 -07:00
murgatroid99 d676cc9620 Added string value validation, modified key normalization and validation 2015-08-20 14:47:15 -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
murgatroid99 2996935ce3 Fixed test and lint errors 2015-08-20 11:44:52 -07:00
murgatroid99 a9668fa8c5 Merge branch 'node_server_graceful_shutdown' into node_metadata_class 2015-08-20 11:32:08 -07:00
murgatroid99 0ec8db46b0 Re-enabled tests 2015-08-20 11:31:56 -07:00
murgatroid99 0695ded28e Merged node_test_fixes 2015-08-20 11:28:20 -07:00
murgatroid99 402ebf88d9 Added new Metadata class to abstract over internal representation and normalize keys 2015-08-20 11:27:05 -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