1687 Commits

Author SHA1 Message Date
murgatroid99
3ed25741e2 Update Node module to 0.11.1 in anticipation of point release 2015-09-22 12:54:26 -07:00
murgatroid99
421706f822 Merged from release_0.11 2015-09-17 14:00:05 -07:00
murgatroid99
231617f5ba Update to nan 2.0 2015-09-17 13:56:25 -07:00
Tim Emiola
c864dfb6c9 Merge pull request #3341 from murgatroid99/node_memory_leak_0_11
Fixed a couple of memory leaks in Node library
2015-09-17 12:20:58 -07:00
murgatroid99
3e43d49399 Fixed a couple of incorrect "this" references in Node library 2015-09-15 09:23:55 -07:00
murgatroid99
fc892feb19 Fixed memory leak in Buffer construction 2015-09-14 16:45:31 -07:00
murgatroid99
9a7be95df9 Fixed Op destructors not being called 2015-09-14 16:45:20 -07:00
Stanley Cheung
a1ae03efe1 Update debian install instructions, jessie-backports 2015-09-04 12:04:17 -07:00
murgatroid99
00b27b27c4 Merge branch 'master' into node_interop_echo_metadata 2015-09-02 12:56:58 -07:00
murgatroid99
34c26e0df7 Fix bugs that were causing auth interop tests to fail 2015-09-01 18:24:27 -07:00
murgatroid99
215660397a Update Node verison to 0.11 and status to 'Beta' 2015-08-31 15:56:15 -07:00
Tim Emiola
ed6c55f68d Merge pull request #2704 from murgatroid99/node_method_name_conflicts
Ensure that client generated methods don't conflict with other properties
2015-08-31 14:22:32 -07:00
murgatroid99
3c498a3318 Remove redundant Node route guide examples 2015-08-31 11:48:34 -07:00
murgatroid99
5b277860a6 Merge branch 'master' into node_method_name_conflicts 2015-08-31 10:26:17 -07:00
Stanley Cheung
234d49aa15 update debian unstable to testing 2015-08-28 15:51:18 -07:00
Yang Gao
131e5567c2 Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup
Credentials naming and cleanup
2015-08-28 15:48:22 -07:00
murgatroid99
d76b6a0c4f Switched to using static functions for accessing Client properties 2015-08-28 14:57:04 -07:00
Julien Boeuf
5bc1ea9964 Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup 2015-08-28 14:33:17 -07:00
murgatroid99
f02ed6d312 Merge branch 'master' into node_method_name_conflicts 2015-08-28 12:36:48 -07:00
murgatroid99
36367d661f Merge branch 'master' into node_error_code_compliance 2015-08-28 11:42:10 -07:00
Tim Emiola
f9937362e8 Merge pull request #3012 from murgatroid99/node_metadata_class
Replace metadata objects with a Metadata class
2015-08-28 11:39:27 -07:00
murgatroid99
8d8e2a3107 Emit proper status when failing to parse server stream 2015-08-27 16:11:08 -07:00
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
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