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 |
|
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
|
76ff8e8e28
|
Resolved merge conflicts with master
|
2015-08-14 13:17:07 -07: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 |
|