aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/node_grpc.cc
Commit message (Expand)AuthorAge
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-21
|\
* | Fix how Node touches an internal core headerGravatar Michael Lumish2016-10-07
* | UV tests pass on linuxGravatar murgatroid992016-10-07
| * Compiles with npm install --debug option.Gravatar Tim Ryan2016-09-26
* | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
|/
* Fix Node Windows build errorGravatar murgatroid992016-06-24
* Merge pull request #6747 from murgatroid99/node_logger_customizationGravatar Jan Tattermusch2016-06-24
|\
| * Add timestamps to custom log outputGravatar murgatroid992016-06-02
* | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| * Allow Node users to set a custom logger and log verbosity. Defaults to existi...Gravatar murgatroid992016-06-01
|/
* Load default roots.pem in Node via grpc_set_ssl_roots_override_callbackGravatar murgatroid992016-04-27
* Update copyrightsGravatar Craig Tiller2016-03-31
* Node: fix metadata validation bug, improve error reportingGravatar murgatroid992016-02-19
* Make Node library build on WindowsGravatar Michael Lumish2016-01-27
* Make Node library use core metadata validation instead of duplicating itGravatar murgatroid992016-01-07
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
| * Fixed node extension module nameGravatar murgatroid992015-10-02
* | Split Credentials into two typesGravatar murgatroid992015-09-30
|/
* Update to nan 2.0Gravatar murgatroid992015-09-17
* Moved write flag constants to base moduleGravatar murgatroid992015-08-17
* Resolved merge conflicts with masterGravatar murgatroid992015-08-14
|\
* | Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14
| * Wrap connectivity API, expose it to client as waitForReadyGravatar murgatroid992015-07-28
|/
* The library now compiles with Node 0.11+ and all versions of io.jsGravatar murgatroid992015-03-04
* Removed reference to non-existent headerGravatar murgatroid992015-02-19
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Extension module now compiles and some tests passGravatar murgatroid992015-02-09
* Part of the update to the new APIGravatar murgatroid992015-02-05
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26