aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
* Fixed setting user-agent stringGravatar murgatroid992015-07-22
|
* Added user-agent setting code, and a test for itGravatar murgatroid992015-07-21
|
* Removed now-incorrect asserts in oauth testGravatar murgatroid992015-07-20
|
* Removed unnecessary arguments from auth messageGravatar murgatroid992015-07-20
|
* Added oauth2_auth_token and per_rpc_creds Node interop testsGravatar murgatroid992015-07-20
|
* Use more meaningful names for metadata keys in testsGravatar murgatroid992015-07-20
|
* Merge pull request #2464 from murgatroid99/node_server_construction_changeGravatar Abhishek Kumar2015-07-20
|\ | | | | Changed to newer, simpler server construction interface
* \ Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \
| * | Added tests for UNKNOWN status when the handler does not specifyGravatar murgatroid992015-07-17
| | |
| * | Add tests for translating server handler errors to status objectsGravatar murgatroid992015-07-17
| | |
| | * Added test for echoing metadataGravatar murgatroid992015-07-16
| | |
| | * Removed server-wide metadata handler, individual handlers can now send metadataGravatar murgatroid992015-07-16
| | |
| | * Changed to newer, simpler server construction interfaceGravatar murgatroid992015-07-15
| |/
| * 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
|