murgatroid99
c9f43e5cc3
Fix bugs that were causing auth interop tests to fail
9 years ago
murgatroid99
b6c6efdd00
Update Node verison to 0.11 and status to 'Beta'
9 years ago
murgatroid99
c7b488d0d2
Remove redundant Node route guide examples
9 years ago
Stanley Cheung
aec4ac8221
update debian unstable to testing
9 years ago
murgatroid99
76ba1ff65a
Switched to using static functions for accessing Client properties
9 years ago
murgatroid99
7d58abae60
Emit proper status when failing to parse server stream
9 years ago
murgatroid99
047f20d302
Make single-response calls emit INTERNAL status for unparseable responses
9 years ago
murgatroid99
4ad400341e
Fixed handling of binary metadata values
9 years ago
murgatroid99
dd7e017e30
Fixed handling of binary metadata values
9 years ago
murgatroid99
e634f9afdf
Fixed the tests
9 years ago
murgatroid99
1eb113c61e
Add metadata echo functionality to interop server, and corresponding interop test
9 years ago
Julien Boeuf
510a920c75
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.
9 years ago
Julien Boeuf
c5b570f97e
Adding void* at then end of security related method in order to have a stable ABI.
9 years ago
murgatroid99
4e53265f64
Changed prefixed Client properties to distinguish private and public properties
9 years ago
yang-g
3cb49e054b
Update node health check service
9 years ago
murgatroid99
dde19d835e
Allowed underscore in metadata keys
9 years ago
murgatroid99
61bb21ab2c
Reversed toLowerCase removal
9 years ago
murgatroid99
5df6ebd0c5
Replaced toLowerCase with local-insensitive downcasing function
9 years ago
murgatroid99
01a7720280
Moved key character check to before key transformation
9 years ago
murgatroid99
6b8a3a74f2
Normalize keys when getting and removing metadata items
9 years ago
murgatroid99
cc248a27f2
Added string value validation, modified key normalization and validation
9 years ago
murgatroid99
f441b3fdf2
Fixed test and lint errors
9 years ago
murgatroid99
e796e1fd7c
Re-enabled tests
9 years ago
murgatroid99
84e3cdeb97
Added new Metadata class to abstract over internal representation and normalize keys
9 years ago
Stanley Cheung
1894f188bf
update installation instructions, review feedback
9 years ago
Stanley Cheung
5329e4bd3f
update installation instructions, review feedback
9 years ago
murgatroid99
6b3737d4a7
Fixed tests
9 years ago
murgatroid99
fa266cadeb
Stop dereferencing an optional parameter without checking it
9 years ago
murgatroid99
c2fdfcf0cd
Modified server SSL certs to allow multiple pairs and force_client_auth flag
9 years ago
Stanley Cheung
a79a896d4c
update installation instructions, review feedback
9 years ago
Stanley Cheung
dbeb1cd90c
update debian install instructions
9 years ago
murgatroid99
c5dac97bd3
Added a test, enabled other tests
9 years ago
murgatroid99
8a2ab3b249
Removed errant NULL setting
9 years ago
Craig Tiller
b815fb234f
Zero out reserved field in node
9 years ago
murgatroid99
cb951f6c57
Split server shutdown into tryShutdown and forceShutdown
9 years ago
murgatroid99
14733bde54
Only use encoding for write flags if it is numeric
9 years ago
murgatroid99
4a1474f12f
Moved write flag constants to base module
9 years ago
murgatroid99
aac8f141cb
Made deadline tests accept INTERNAL status
9 years ago
murgatroid99
28c37b8856
Added an inline C++ function to replace a deprecated nan function
9 years ago
murgatroid99
2cc1ed94ab
Fixed typo in argument error message
9 years ago
murgatroid99
bc15a78a53
Replaced remaining references to 'listen' with 'start'
9 years ago
murgatroid99
0b09457350
Made deadline tests work
9 years ago
murgatroid99
99e2104758
Add parent call propagation API to Node library
9 years ago
murgatroid99
296a369915
Further fixed connectivity tests
9 years ago
murgatroid99
371354673f
Modified watchState functions to match C API
9 years ago
murgatroid99
937ac9b023
Fixed typo
9 years ago
murgatroid99
e804777708
Clarified address regex
9 years ago
murgatroid99
4fdb2d5c80
Fix scheme matching in auth URI
9 years ago
Nicolas "Pixel" Noble
720903ae6d
Fixing merge failures.
9 years ago
murgatroid99
e87997faa2
Fixed failing cloud-to-prod auth interop tests
9 years ago