aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/src
Commit message (Expand)AuthorAge
* Fixed a couple of incorrect "this" references in Node libraryGravatar murgatroid992015-09-15
* Fix bugs that were causing auth interop tests to failGravatar murgatroid992015-09-01
* Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-31
|\
* | Switched to using static functions for accessing Client propertiesGravatar murgatroid992015-08-28
* | Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-28
|\ \
| | * Emit proper status when failing to parse server streamGravatar murgatroid992015-08-27
| | * Make single-response calls emit INTERNAL status for unparseable responsesGravatar murgatroid992015-08-27
| |/
| * Fixed handling of binary metadata valuesGravatar murgatroid992015-08-27
* | Changed prefixed Client properties to distinguish private and public propertiesGravatar murgatroid992015-08-21
* | Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-21
|\ \
| | * Allowed underscore in metadata keysGravatar murgatroid992015-08-21
| | * Reversed toLowerCase removalGravatar murgatroid992015-08-21
| | * Replaced toLowerCase with local-insensitive downcasing functionGravatar murgatroid992015-08-20
| | * Moved key character check to before key transformationGravatar murgatroid992015-08-20
| | * Normalize keys when getting and removing metadata itemsGravatar murgatroid992015-08-20
| | * Added string value validation, modified key normalization and validationGravatar murgatroid992015-08-20
| | * Fixed test and lint errorsGravatar murgatroid992015-08-20
| | * Merge branch 'node_server_graceful_shutdown' into node_metadata_classGravatar murgatroid992015-08-20
| | |\
| | * \ Merged node_test_fixesGravatar murgatroid992015-08-20
| | |\ \ | | |/ / | |/| |
| | * | Added new Metadata class to abstract over internal representation and normali...Gravatar murgatroid992015-08-20
| * | | Stop dereferencing an optional parameter without checking itGravatar murgatroid992015-08-19
| |/ /
| | * Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| * | Only use encoding for write flags if it is numericGravatar murgatroid992015-08-17
| * | Resolved merge conflicts with masterGravatar murgatroid992015-08-17
| |\|
* | | Resolved merge conflicts with masterGravatar murgatroid992015-08-14
|\ \ \
| | | * Resolved merge conflicts with masterGravatar murgatroid992015-08-14
| | | |\ | | |_|/ | |/| |
| | | * Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14
| * | | Further fixed connectivity testsGravatar murgatroid992015-08-13
| * | | Modified watchState functions to match C APIGravatar murgatroid992015-08-13
| * | | Resolved merge conflicts with masterGravatar murgatroid992015-08-13
| |\ \ \ | | | |/ | | |/|
* | | | Resolved merge conflicts with masterGravatar murgatroid992015-08-12
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #2901 from murgatroid99/node_fix_auth_interopGravatar Jan Tattermusch2015-08-12
| |\ \ \
| | * | | Clarified address regexGravatar murgatroid992015-08-12
| | * | | Fix scheme matching in auth URIGravatar murgatroid992015-08-12
| | * | | Fixed failing cloud-to-prod auth interop testsGravatar murgatroid992015-08-12
| * | | | Added host override option for RPCs. Added optional params objectGravatar murgatroid992015-08-03
| |/ / /
| | * | Resolved merge conflictsGravatar murgatroid992015-07-30
| | |\ \
| * | \ \ Resolved merge conflictsGravatar murgatroid992015-07-30
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #2679 from murgatroid99/node_explicit_insecure_channelGravatar Abhishek Kumar2015-07-30
| | |\ \ \
* | | | | | Ensure that client generated methods don't conflict with other propertiesGravatar murgatroid992015-07-29
| |/ / / / |/| | | |
| | | * | Wrap connectivity API, expose it to client as waitForReadyGravatar murgatroid992015-07-28
| |_|/ / |/| | |
* | | | Merge pull request #2676 from murgatroid99/node_jsdocGravatar Nicolas Noble2015-07-28
|\ \ \ \
| | * | | Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| |/ / / |/| | |
| | * | Made credentials an explicit required argument to channelsGravatar murgatroid992015-07-27
| |/ / |/| |
| * | Rearranged some code for jsdoc, added some documentationGravatar murgatroid992015-07-27
* | | Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
|\ \ \
* | | | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
| |/ / |/| |
| * | Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
|/ /
| * Add compression disabling without breaking anything elseGravatar murgatroid992015-07-22
* | Fixed setting user-agent stringGravatar murgatroid992015-07-22