aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test
Commit message (Expand)AuthorAge
* Fix error handling authentication errors with non-numeric error codesGravatar murgatroid992016-08-02
* Split Node health check code into a separate package and make it use static c...Gravatar murgatroid992016-07-01
* Re-enable two Node credentials testsGravatar murgatroid992016-06-28
* Added comments to node generation, also refactored some plugin codeGravatar murgatroid992016-05-20
* node: fix math server minor bugGravatar Stanley Cheung2016-05-06
* Make Node servers warn instead of fail when a method is missing a handlerGravatar murgatroid992016-04-27
* Added file that lets generated code import grpcGravatar murgatroid992016-04-20
* Use math test to test generated codeGravatar murgatroid992016-04-20
* Update copyrightsGravatar Craig Tiller2016-03-31
* Merge pull request #5900 from murgatroid99/node_callback_conventionGravatar Nicolas Noble2016-03-28
|\
* | Fix Node status code usage to match specGravatar murgatroid992016-03-23
| * Fixed copyrightGravatar murgatroid992016-03-21
| * Follow Node's callback-last convention for client callsGravatar murgatroid992016-03-21
|/
* Fix race between parsing messages and receiving status in Node clientGravatar murgatroid992016-03-04
* Sanitize filesGravatar murgatroid992016-02-17
* Add tests and documentation for new optionsGravatar murgatroid992016-02-17
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
| * Merge branch 'master' into node_binary_precompileGravatar murgatroid992016-01-26
| |\ | |/ |/|
| * Fix Node test lint errorGravatar murgatroid992016-01-20
| * Completed integration of node-pre-gyp into Node libraryGravatar murgatroid992016-01-20
* | Updated copyrights...Gravatar David Garcia Quintas2016-01-15
* | Added sanity check for trailing newlinesGravatar David Garcia Quintas2016-01-14
|/
* Simplified some code and added tests to increase code coverageGravatar murgatroid992015-12-09
* update location of .protos in nodeGravatar Jan Tattermusch2015-12-07
* consolidate math.proto and health.protoGravatar Jan Tattermusch2015-12-07
* Refactored server.js and added a test to increase coverageGravatar murgatroid992015-12-07
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
* \ Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \
| | * Updating the server1 cert so that it can be used with Go.Gravatar Julien Boeuf2015-11-09
| |/
* | Change error message in credentials testGravatar murgatroid992015-10-27
* | Fixed lint errorsGravatar murgatroid992015-10-21
* | Updated Node credentials API to match core API changeGravatar murgatroid992015-10-20
| * This is a library. It should not output logs to STDOUT by defaultGravatar murgatroid992015-10-19
|/
* Fixed error in Node credentials testGravatar murgatroid992015-10-13
* Added more tests, removed some unused code, fixed a bugGravatar murgatroid992015-10-13
* Added some more tests to increase coverageGravatar murgatroid992015-10-12
* Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
* Fixed some issues with the testsGravatar murgatroid992015-10-09
* Added remaining implementable node interop tests, except compressionGravatar murgatroid992015-10-08
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
| * Resolved merge conflictsGravatar murgatroid992015-10-07
| |\
* | \ Resolved merge conflictsGravatar murgatroid992015-10-07
|\ \ \ | | |/ | |/|
| * | Merge pull request #3625 from murgatroid99/node_single_install_stepGravatar Tim Emiola2015-10-07
| |\ \
* | | | Resolved merge conflictsGravatar murgatroid992015-10-07
|\| | |
| * | | Merge branch 'master' into node_interop_echo_metadataGravatar murgatroid992015-10-06
| |\ \ \
* | \ \ \ Resolved merge conflicts with masterGravatar murgatroid992015-10-06
|\ \ \ \ \ | | |/ / / | |/| | |
| | | | * Fixed up Node tests after math folder moveGravatar murgatroid992015-10-06
| | | | * Moved math proto and server to test folderGravatar murgatroid992015-10-06
| | |_|/ | |/| |
| * | | Re-implemented call propagation tests to avoid race conditionsGravatar murgatroid992015-10-05
| * | | Removed a pair of racy Node testsGravatar murgatroid992015-10-05