Commit Graph

44 Commits

Author SHA1 Message Date
murgatroid99 0fbb313c3b Node: add options to modify ProtoBuf behavior 2016-02-17 12:59:26 -08:00
Alistair Veitch 0285389dad post merge 2016-02-02 09:43:02 -08:00
murgatroid99 12aafc237f Refactored server.js and added a test to increase coverage 2015-12-07 10:52:25 -08:00
Tim Emiola 799aec2d80 Merge pull request #3886 from murgatroid99/node_file_comments
Added some file-level comments to Node source files
2015-10-30 11:24:45 +09:00
murgatroid99 0217e535d8 Added some file-level comments to Node source files 2015-10-19 16:35:34 -07:00
murgatroid99 c03d669fea This is a library. It should not output logs to STDOUT by default 2015-10-19 11:00:14 -07:00
murgatroid99 23bc5f80a1 Added remaining implementable node interop tests, except compression 2015-10-08 11:07:16 -07:00
murgatroid99 2254fd5aa7 Moved gRPC node package root to repo root, made it depend on grpc.gyp 2015-10-01 11:54:00 -07:00
murgatroid99 3e43d49399 Fixed a couple of incorrect "this" references in Node library 2015-09-15 09:23:55 -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 402ebf88d9 Added new Metadata class to abstract over internal representation and normalize keys 2015-08-20 11:27:05 -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 64035f9b3b Add parent call propagation API to Node library 2015-08-14 10:35:43 -07:00
murgatroid99 1fa48701fc Resolved merge conflicts 2015-07-30 10:41:59 -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 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 024295e6a5 Removed server-wide metadata handler, individual handlers can now send metadata 2015-07-16 13:16:14 -07:00
murgatroid99 afad0c0fca Changed to newer, simpler server construction interface 2015-07-15 17:01:49 -07:00
Abhishek Kumar 41f5a98080 Merge pull request #2335 from murgatroid99/node_error_codes
Made Node server respond with UNKNOWN for unspecified application errors
2015-07-14 12:57:17 -07:00
murgatroid99 9845887968 Made Node server respond with UNKNOWN for unspecified application errors 2015-07-08 09:17:39 -07:00
murgatroid99 0f1df2c8b7 Stopped binding service handler functions to server 2015-07-01 12:56:10 -07:00
murgatroid99 d7d9dd3c83 Replaced underscore and underscore.string modules with lodash 2015-06-03 10:59:02 -07:00
murgatroid99 18b727d54a Fixed server to handle invalid arguments without breaking 2015-05-19 09:51:26 -07:00
murgatroid99 ea3589ee0b Fixed bugs in trailing metadata handling and math server example 2015-04-13 12:59:17 -07:00
murgatroid99 9b4b90b3df Started adding support for trailing metadata 2015-03-26 10:07:15 -07:00
murgatroid99 38d30d285d Added a comment to server.js 2015-03-23 10:46:05 -07:00
murgatroid99 36bbd0b706 Added functions to create generic servers and clients 2015-03-18 17:17:33 -07:00
murgatroid99 0777e281e5 Updated Node library to new secure server API 2015-03-02 17:31:25 -08:00
murgatroid99 1b56bf8523 Fixed lint errors 2015-02-19 14:37:18 -08:00
murgatroid99 61abcf3f15 Added missing documentation 2015-02-17 16:23:06 -08:00
murgatroid99 7f654db5b8 Removed extra log lines 2015-02-12 13:32:18 -08:00
murgatroid99 312bab200a All tests but one now pass against new API 2015-02-12 13:28:25 -08:00
murgatroid99 4dd6c09968 Fixed most of surface tests 2015-02-12 12:21:15 -08:00
murgatroid99 745eb32e04 Added handling for unimplemeneted methods on the server 2015-01-30 14:13:11 -08:00
murgatroid99 0549a0d16e Added API for servers to provide metadata 2015-01-29 11:44:46 -08:00
murgatroid99 0bd4b5a17c Moved extension and JS files to separate directories 2015-01-26 17:16:57 -08:00