aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* Merge pull request #5934 from murgatroid99/node_performance_test_improvementsGravatar Jan Tattermusch2016-03-25
|\
* \ Merge pull request #5941 from murgatroid99/node_error_code_compliance_2Gravatar Jan Tattermusch2016-03-24
|\ \
* \ \ Merge pull request #5837 from sreecha/grpc_fixit_nodeGravatar Jan Tattermusch2016-03-24
|\ \ \
| | * | Fix Node status code usage to match specGravatar murgatroid992016-03-23
| |/ / |/| |
| * | Fix the link again: Third time's a charm!Gravatar Sree Kuchibhotla2016-03-23
| * | Try fixing the link againGravatar Sree Kuchibhotla2016-03-23
| * | Fix broken linkGravatar Sree Kuchibhotla2016-03-23
| * | Address review feedbackGravatar Sree Kuchibhotla2016-03-23
| | * Fixed importGravatar murgatroid992016-03-23
| | * Added generic service client and server to Node perf testsGravatar murgatroid992016-03-23
| |/ |/|
| * DocFixit: Troubleshooting info for Windows and some minor tweaksGravatar Sree Kuchibhotla2016-03-18
* | Unref uv_async after construction to avoid blocking at shutdownGravatar murgatroid992016-03-17
* | Fixed copyrightGravatar murgatroid992016-03-16
* | Removed unnecessary includeGravatar murgatroid992016-03-16
* | Node: made call credentials properly use UV async events. Also deleted some l...Gravatar murgatroid992016-03-16
|/
* Merge branch 'master' into node_bad_message_handlingGravatar murgatroid992016-03-10
|\
| * Merge pull request #5540 from soltanmm/upmergeGravatar Craig Tiller2016-03-09
| |\
| * \ Merge pull request #5601 from stanley-cheung/add-protoc-to-install-docGravatar LisaFC2016-03-08
| |\ \
* | | | Node: propagate read errors back down to coreGravatar murgatroid992016-03-07
|/ / /
* | | Fix race between parsing messages and receiving status in Node clientGravatar murgatroid992016-03-04
| * | update min node versionGravatar Stanley Cheung2016-03-04
|/ /
| * Merge remote-tracking branch 'upstream/release-0_13'Gravatar Masood Malekghassemi2016-03-02
|/|
| * Make client properly report when message deserialization failsGravatar murgatroid992016-02-26
* | Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1Gravatar yang-g2016-02-24
|\|
| * Merge pull request #5331 from murgatroid99/node_message_reflection_infoGravatar Jan Tattermusch2016-02-22
| |\
| * | Fix copyrightsGravatar murgatroid992016-02-19
| | * Add more reflection information to Node client classesGravatar murgatroid992016-02-19
| * | Node: fix metadata validation bug, improve error reportingGravatar murgatroid992016-02-19
| |/
* / global replace health check proto v1alpha to v1Gravatar yang-g2016-02-19
|/
* Sanitize filesGravatar murgatroid992016-02-17
* Add tests and documentation for new optionsGravatar murgatroid992016-02-17
* Node: add options to modify ProtoBuf behaviorGravatar murgatroid992016-02-17
* Rename to reduce confusionGravatar vjpai2016-02-12
* Pass delete[] explicitely to Nan::NewBuffer.Gravatar Patryk Lesiewicz2016-02-10
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
* Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
* Merge pull request #5008 from vjpai/worker_quitGravatar Michael Lumish2016-02-04
|\
* | Implement core_count RPC for Node.JS to track new master version of services....Gravatar Vijay Pai2016-02-02
| * Add quit option to Node.js workerGravatar Vijay Pai2016-02-02
|/
* Merge pull request #4952 from murgatroid99/node_windows_compileGravatar Nicolas Noble2016-01-29
|\
* | Fix a typoGravatar Vijay Pai2016-01-29
* | Remove host option from ServerConfig proto since it is error-prone andGravatar Vijay Pai2016-01-29
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\ \
| | * Make Node library build on WindowsGravatar Michael Lumish2016-01-27
| |/
| * Fix copyrightsGravatar murgatroid992016-01-27
| * Merge pull request #4887 from wilhuff/buffer-newGravatar Michael Lumish2016-01-27
| |\
| * \ Merge branch 'master' into node_binary_precompileGravatar murgatroid992016-01-26
| |\ \ | |/ / |/| |
| | * Allocate node Buffer contents with new[]Gravatar Marek Gilbert2016-01-26
| |/ |/|
| * Fix Node test lint errorGravatar murgatroid992016-01-20
| * Completed integration of node-pre-gyp into Node libraryGravatar murgatroid992016-01-20