195 Commits (5e308087bc2b06f047cfa1d396380b3c6a72d0ec)

Author SHA1 Message Date
murgatroid99 5eebc93b1d Make event order consistent, and make 'end' and 'error' mutually exclusive 8 years ago
murgatroid99 eaf7964001 Add test scripts for electron 8 years ago
Noah Eisen e207228e9e added new test to interop_sanity_test.js 8 years ago
murgatroid99 9030c81f20 Add a libuv endpoint to the C core, for use in the Node library 8 years ago
murgatroid99 2db3d99269 Fix error handling authentication errors with non-numeric error codes 9 years ago
murgatroid99 356758a7ee Split Node health check code into a separate package and make it use static codegen 9 years ago
murgatroid99 eac6243d67 Re-enable two Node credentials tests 9 years ago
murgatroid99 210f3c4b8e Added comments to node generation, also refactored some plugin code 9 years ago
Stanley Cheung c3eb64980f node: fix math server minor bug 9 years ago
murgatroid99 92b8decaff Make Node servers warn instead of fail when a method is missing a handler 9 years ago
murgatroid99 792b302a64 Added file that lets generated code import grpc 9 years ago
murgatroid99 18997430dd Use math test to test generated code 9 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
murgatroid99 0cdf04796f Fix Node status code usage to match spec 9 years ago
murgatroid99 ffdeda123e Fixed copyright 9 years ago
murgatroid99 9a0c74116f Follow Node's callback-last convention for client calls 9 years ago
murgatroid99 9adecb06e0 Fix race between parsing messages and receiving status in Node client 9 years ago
murgatroid99 5acbb9c1e9 Sanitize files 9 years ago
murgatroid99 654d2549b7 Add tests and documentation for new options 9 years ago
Alistair Veitch 75d5c0f024 post merge 9 years ago
murgatroid99 fc32e62dbf Fix Node test lint error 9 years ago
murgatroid99 e190f35e66 Completed integration of node-pre-gyp into Node library 9 years ago
David Garcia Quintas 3c1720c984 Updated copyrights... 9 years ago
David Garcia Quintas 45484b31bb Added sanity check for trailing newlines 9 years ago
murgatroid99 a9172d2a8a Simplified some code and added tests to increase code coverage 9 years ago
Jan Tattermusch 8ef43bd7c8 update location of .protos in node 9 years ago
Jan Tattermusch 8956122d60 consolidate math.proto and health.proto 9 years ago
murgatroid99 b469630fee Refactored server.js and added a test to increase coverage 9 years ago
Julien Boeuf 334314b888 Updating the server1 cert so that it can be used with Go. 9 years ago
murgatroid99 c90b1099cc Change error message in credentials test 9 years ago
murgatroid99 5901d90859 Fixed lint errors 9 years ago
murgatroid99 7c0dbf82b3 Updated Node credentials API to match core API change 9 years ago
murgatroid99 5fccd9019f This is a library. It should not output logs to STDOUT by default 9 years ago
murgatroid99 c52dfac999 Fixed error in Node credentials test 9 years ago
murgatroid99 7cfee089dd Added more tests, removed some unused code, fixed a bug 9 years ago
murgatroid99 71f50361bf Added some more tests to increase coverage 9 years ago
murgatroid99 6fe015e492 Add some tests to increase coverage, fix some failures 9 years ago
murgatroid99 be13d81824 Fixed some issues with the tests 9 years ago
murgatroid99 eb185de4cb Fixed some issues with the Node tests 9 years ago
murgatroid99 b8ceb7c550 Added remaining implementable node interop tests, except compression 9 years ago
murgatroid99 2c641c65e4 Fixed up Node tests after math folder move 9 years ago
murgatroid99 0f93e435a1 Moved math proto and server to test folder 9 years ago
murgatroid99 7cd632c89a Re-implemented call propagation tests to avoid race conditions 9 years ago
murgatroid99 08005eda53 Removed a pair of racy Node tests 9 years ago
murgatroid99 2af89e49cb Moved gRPC node package root to repo root, made it depend on grpc.gyp 9 years ago
murgatroid99 5f709ca2a4 Split Credentials into two types 9 years ago
murgatroid99 a5a897d44f Removed now-redundant credentials wrappings 9 years ago
murgatroid99 9c43b00217 Fixed some issues with new credential code 9 years ago
murgatroid99 153b09d039 Reworked credentials surface API, added test 9 years ago
murgatroid99 43a147959e Added test for using gRPC with other async operations 9 years ago