aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/node_grpc.cc
Commit message (Expand)AuthorAge
* Remove src/node and references to itGravatar murgatroid992017-10-25
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Move gRPC constants to js file to include them in generated documentationGravatar murgatroid992017-05-10
* Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uvGravatar murgatroid992017-04-25
|\
* | Remove another from Node extensionGravatar murgatroid992017-04-25
* | Remove non-libuv code from Node extensionGravatar murgatroid992017-04-24
| * Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
|/
* Properly unref some slices in Node glue codeGravatar murgatroid992017-04-03
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-24
|\
| * Merge pull request #9428 from grpc/revert-8842-metadata_filterGravatar David G. Quintas2017-01-23
| |\
| * \ v1.0.x → master upmergeGravatar Nathaniel Manista2017-01-23
| |\ \
* | | | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| |_|/ |/| |
* | | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|/ /
* | Make Node extension work with slice changesGravatar murgatroid992016-12-12
| * Replace usages of std::list with std::queue in Node extensionGravatar murgatroid992016-12-06
* | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-21
|\ \
| | * Compiles with npm install --debug option.Gravatar Tim Ryan2016-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