aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* Added support for ResponseParameters.interval_us to the Node interop serverGravatar murgatroid992015-12-11
* Simplified some code and added tests to increase code coverageGravatar murgatroid992015-12-09
* Merge pull request #4304 from jtattermusch/proto_cleanupGravatar Michael Lumish2015-12-08
|\
* \ Merge pull request #4321 from murgatroid99/node_benchmark_serviceGravatar Jan Tattermusch2015-12-08
|\ \
* \ \ Merge pull request #4306 from jcanizales/merge-releaseGravatar Jan Tattermusch2015-12-07
|\ \ \
| | | * update location of .protos in nodeGravatar Jan Tattermusch2015-12-07
| | | * consolidate math.proto and health.protoGravatar Jan Tattermusch2015-12-07
| |_|/ |/| |
| | * Fixed up the Node benchmark implementationGravatar murgatroid992015-12-07
* | | Refactored server.js and added a test to increase coverageGravatar murgatroid992015-12-07
| * | Generalize metadata plugin arguments to future-proof itGravatar murgatroid992015-12-04
| * | Fixes memory leak when receiving dataGravatar Seongjin Cho2015-12-03
| * | Memory leak fix?Gravatar Seongjin Cho2015-12-03
* | | merge with head and resolve conflictGravatar yang-g2015-12-02
|\ \ \
| | | * Fixed some bugs in node benchmark serviceGravatar murgatroid992015-12-01
| * | | Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
| |\| |
| * | | Fixes memory leak when receiving dataGravatar Seongjin Cho2015-12-01
| * | | Memory leak fix?Gravatar Seongjin Cho2015-11-30
|/ / /
| | * Added most of what's needed for QPS benchmark measurementGravatar murgatroid992015-11-24
| | * Remove old performance measurement scriptsGravatar murgatroid992015-11-20
| |/ |/|
| * Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
| * Fixing node build.Gravatar Julien Boeuf2015-11-18
| * Fixing implementations.Gravatar Julien Boeuf2015-11-18
|/
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_certGravatar 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
| * | Fixed incorrect type in a malloc in Node extensionGravatar murgatroid992015-11-09
| |/
| * Ensure application and Node library user agent strings are together at the be...Gravatar murgatroid992015-11-06
| * Merge pull request #4009 from jtattermusch/add_badgesGravatar Michael Lumish2015-10-30
| |\
| | * Add npm badgeGravatar Jan Tattermusch2015-10-30
| * | Merge pull request #3886 from murgatroid99/node_file_commentsGravatar Tim Emiola2015-10-30
| |\ \
* | | | Change error message in credentials testGravatar murgatroid992015-10-27
| * | | Make Node interop client use default roots file pathGravatar murgatroid992015-10-22
* | | | Fixed lint errorsGravatar murgatroid992015-10-21
* | | | Updated Node credentials API to match core API changeGravatar murgatroid992015-10-20
| |_|/ |/| |
| * | Merge pull request #3878 from murgatroid99/node_remove_log_linesGravatar Nicolas Noble2015-10-20
|/| |
| | * Added some file-level comments to Node source filesGravatar murgatroid992015-10-19
| |/ |/|
| * This is a library. It should not output logs to STDOUT by defaultGravatar murgatroid992015-10-19
* | Merge pull request #3846 from murgatroid99/node_distribute_ssl_rootsGravatar jboeuf2015-10-15
|\ \ | |/ |/|
| * Distribute roots.pem with the Node packageGravatar murgatroid992015-10-15
* | 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
* | Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
* | Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
|/
* Merge pull request #3760 from murgatroid99/node_unified_installation_failureGravatar Jan Tattermusch2015-10-09
|\
* | Revert "Added interval_us delay in Node interop server"Gravatar murgatroid992015-10-09
* | Fixed some issues with the testsGravatar murgatroid992015-10-09
| * Fixed some issues with the Node testsGravatar murgatroid992015-10-09
* | Fix a couple of issues with the node interop clientGravatar murgatroid992015-10-09