aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
...
| * Merge pull request #2335 from murgatroid99/node_error_codesGravatar Abhishek Kumar2015-07-14
| |\ | | | | | | Made Node server respond with UNKNOWN for unspecified application errors
* | | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| | |
* | | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|/ /
* | Merge branch 'master' into release-0_10Gravatar Craig Tiller2015-07-10
|\ \
| * \ Merge pull request #2322 from murgatroid99/node_health_check_serviceGravatar Yang Gao2015-07-10
| |\ \ | | | | | | | | Node health check service
* | | | Bumped Node.js package version to 0.10.0Gravatar murgatroid992015-07-09
|/ / /
| * | Updated health check service with new changesGravatar murgatroid992015-07-08
| | |
* | | Merge pull request #2310 from murgatroid99/node_pkg_configGravatar Nicolas Noble2015-07-08
|\ \ \ | | | | | | | | Use pkg-config when building the Node extension, if possible
| | | * Made Node server respond with UNKNOWN for unspecified application errorsGravatar murgatroid992015-07-08
| | | |
| | * | Minor changes to match recent design changesGravatar murgatroid992015-07-07
| | | |
| * | | Added other LDFLAGS to node gyp fileGravatar murgatroid992015-07-06
| | | |
| * | | Only use pkg-config if grpc is installedGravatar murgatroid992015-07-06
| | | |
| | * | Added some tests for the health check serviceGravatar murgatroid992015-07-06
| | | |
| * | | Link Node against static dependencies just in caseGravatar murgatroid992015-07-06
| | | |
| * | | Use pkg-config in node's binding.gypGravatar murgatroid992015-07-06
| | |/ | |/|
| | * Stopped binding service handler functions to serverGravatar murgatroid992015-07-01
| | |
| | * Added tests for health checkingGravatar murgatroid992015-07-01
| | |
| | * Added health check service implementationGravatar murgatroid992015-07-01
| |/
* | Updated ProtoBuf.js dependency to latest released versionGravatar murgatroid992015-06-30
| |
* | Added missing comma in binding.gyp.Gravatar murgatroid992015-06-30
|/
* Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-16
|\
| * Added changes to node and php wrappersGravatar David Garcia Quintas2015-06-15
| |
* | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
|\|
| * Merge pull request #1959 from murgatroid99/node_long_field_stringsGravatar Tim Emiola2015-06-09
| |\ | | | | | | Fixed handling of 64 bit integers in Node library
| * | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| | |
| | * Bump version of Node libraryGravatar murgatroid992015-06-05
| | |
| | * Fixed handling of long valuesGravatar murgatroid992015-06-05
| | |
| | * Added tests for serializing and deserializing 64 bit values in proto messagesGravatar murgatroid992015-06-05
| |/
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-04
|\|
| * Merge pull request #1892 from murgatroid99/node_use_lodashGravatar Tim Emiola2015-06-03
| |\ | | | | | | Replaced underscore and underscore.string modules with lodash
| * \ Merge pull request #1890 from tbetbetbe/grpc-node-update-readme-installGravatar Jayant Kolhe2015-06-03
| |\ \ | | | | | | | | Updates the INSTALL section in the Node.js README.md
| | * | Updates INSTALL on Node.js README.mdGravatar Tim Emiola2015-06-03
| | | |
| | | * Replaced underscore and underscore.string modules with lodashGravatar murgatroid992015-06-03
| | |/ | |/|
| * | Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| |/ | | | | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* / Updated server to use new shutdown semanticsGravatar murgatroid992015-05-28
|/
* Updated Node.js version to 0.9.0Gravatar murgatroid992015-05-26
|
* Update node server examples to consistently bind to 50051Gravatar remi Taylor2015-05-24
|
* Reverted change to _write in client.jsGravatar murgatroid992015-05-22
|
* Coalesced redundant codeGravatar murgatroid992015-05-22
|
* Removed debug logGravatar murgatroid992015-05-22
|
* Fixed ordering assumptions in server_streaming interop testGravatar murgatroid992015-05-22
|
* Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-21
|\
| * Merge pull request #1574 from murgatroid99/node_service_packagerGravatar Tim Emiola2015-05-21
| |\ | | | | | | Node service packager
* | | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-20
|\| |
| * | Correctly handle reading the final message and then sending statusGravatar Craig Tiller2015-05-19
| | |
* | | Fixed client handling of failed batchesGravatar murgatroid992015-05-19
| | |
| * | Fixed server to handle invalid arguments without breakingGravatar murgatroid992015-05-19
| | |
| * | Added failing tests for server bad argument handlingGravatar murgatroid992015-05-18
|/ /
* | Merge pull request #1607 from murgatroid99/node_timeout_interop_testGravatar Tim Emiola2015-05-15
|\ \ | | | | | | Added Node interop test for timeout_on_sleeping_server
| | * Added comments to service_packager scriptGravatar murgatroid992015-05-15
| | |