murgatroid99
|
34c26e0df7
|
Fix bugs that were causing auth interop tests to fail
|
2015-09-01 18:24:27 -07:00 |
|
murgatroid99
|
5b277860a6
|
Merge branch 'master' into node_method_name_conflicts
|
2015-08-31 10:26:17 -07:00 |
|
murgatroid99
|
d76b6a0c4f
|
Switched to using static functions for accessing Client properties
|
2015-08-28 14:57:04 -07:00 |
|
murgatroid99
|
f02ed6d312
|
Merge branch 'master' into node_method_name_conflicts
|
2015-08-28 12:36:48 -07:00 |
|
murgatroid99
|
8d8e2a3107
|
Emit proper status when failing to parse server stream
|
2015-08-27 16:11:08 -07:00 |
|
murgatroid99
|
7117642d6c
|
Make single-response calls emit INTERNAL status for unparseable responses
|
2015-08-27 13:48:25 -07:00 |
|
murgatroid99
|
f3d44ad567
|
Fixed handling of binary metadata values
|
2015-08-27 10:04:43 -07:00 |
|
murgatroid99
|
3954abe977
|
Changed prefixed Client properties to distinguish private and public properties
|
2015-08-21 14:01:47 -07:00 |
|
murgatroid99
|
aca7862c9c
|
Merge branch 'master' into node_method_name_conflicts
|
2015-08-21 12:02:15 -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 |
|
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
|
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 |
|
murgatroid99
|
3bd3e4094f
|
Stop dereferencing an optional parameter without checking it
|
2015-08-19 14:59:11 -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
|
fb34cbe5dc
|
Resolved merge conflicts with master
|
2015-08-17 13:52:09 -07:00 |
|
murgatroid99
|
76ff8e8e28
|
Resolved merge conflicts with master
|
2015-08-14 13:17:07 -07:00 |
|
murgatroid99
|
6a710c00b7
|
Resolved merge conflicts with master
|
2015-08-14 11:02:32 -07:00 |
|
murgatroid99
|
64035f9b3b
|
Add parent call propagation API to Node library
|
2015-08-14 10:35:43 -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
|
843510793d
|
Resolved merge conflicts with master
|
2015-08-13 10:58:53 -07:00 |
|
murgatroid99
|
225cb6e27d
|
Resolved merge conflicts with master
|
2015-08-12 15:28:07 -07: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 |
|
murgatroid99
|
1e65e15085
|
Fixed failing cloud-to-prod auth interop tests
|
2015-08-12 10:48:39 -07:00 |
|
murgatroid99
|
dff79ef1d8
|
Added host override option for RPCs. Added optional params object
|
2015-08-03 15:18:23 -07:00 |
|
murgatroid99
|
ae7c9cc2bb
|
Resolved merge conflicts
|
2015-07-30 16:24:06 -07:00 |
|
murgatroid99
|
1fa48701fc
|
Resolved merge conflicts
|
2015-07-30 10:41:59 -07:00 |
|
Abhishek Kumar
|
2ffb148f44
|
Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel
Make insecure channel/stub construction explicit
|
2015-07-30 10:10:52 -07:00 |
|
murgatroid99
|
a33965a0c0
|
Ensure that client generated methods don't conflict with other properties
|
2015-07-29 10:10:45 -07:00 |
|
murgatroid99
|
c6d3cb0dfe
|
Wrap connectivity API, expose it to client as waitForReady
|
2015-07-28 15:18:57 -07:00 |
|
Nicolas Noble
|
dd5ef7a1d7
|
Merge pull request #2676 from murgatroid99/node_jsdoc
Add Node documentation generation
|
2015-07-28 08:37:34 -07:00 |
|
murgatroid99
|
d03da0cd75
|
Made binding a server to a port insecurely explicit
|
2015-07-27 16:13:28 -07:00 |
|
murgatroid99
|
954538063c
|
Made credentials an explicit required argument to channels
|
2015-07-27 14:56:40 -07:00 |
|
murgatroid99
|
8ea6be054a
|
Rearranged some code for jsdoc, added some documentation
|
2015-07-27 11:23:13 -07:00 |
|
Jan Tattermusch
|
f658e8f16c
|
Merge pull request #2630 from murgatroid99/node_completion_key_names
Changed object keys to valid identifier names
|
2015-07-24 13:49:24 -07:00 |
|
murgatroid99
|
7693e6676b
|
Exposed channel target and call peer in Node wrapper
|
2015-07-24 10:43:27 -07:00 |
|
murgatroid99
|
7e26efc345
|
Changed object keys to valid identifier names
|
2015-07-23 10:40:19 -07:00 |
|
murgatroid99
|
146c61aeec
|
Add compression disabling without breaking anything else
|
2015-07-22 15:02:51 -07:00 |
|
murgatroid99
|
169fa73f66
|
Fixed setting user-agent string
|
2015-07-22 09:58:38 -07:00 |
|
murgatroid99
|
e363fe5aa8
|
Added user-agent setting code, and a test for it
|
2015-07-21 14:27:56 -07:00 |
|