aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext
Commit message (Expand)AuthorAge
...
| * | Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmergeGravatar murgatroid992016-10-28
| |\|
* | | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
* | | Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\| |
* | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| | * Merge remote-tracking branch 'upstream/v1.0.x' into node_package_updatesGravatar murgatroid992016-10-24
| | |\
| * | \ 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
* | | | Fix mismatched new[] and delete in Node extension codeGravatar murgatroid992016-09-20
| |_|/ |/| |
| * | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
|/ /
| * Update Node library dependencies and change deprecated function callsGravatar murgatroid992016-08-15
|/
* Fix a memory leak in Node call credentialsGravatar murgatroid992016-07-14
* Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
* 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
* | Remember to unref the sliceGravatar murgatroid992016-05-25
* | Remove extraneous logging codeGravatar murgatroid992016-05-25
* | Make Node not segfault when it receives a compressed messageGravatar murgatroid992016-05-25
|/
* Mark port as non-listeningGravatar Craig Tiller2016-05-25
* Merge pull request #6325 from murgatroid99/node_default_rootsGravatar Jan Tattermusch2016-04-28
|\
| * Load default roots.pem in Node via grpc_set_ssl_roots_override_callbackGravatar murgatroid992016-04-27
* | Fixed minor Node compilation issueGravatar murgatroid992016-04-27
|/
* Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
* Update copyrightsGravatar Craig Tiller2016-03-31
* 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
* Fix copyrightsGravatar murgatroid992016-02-19
* Node: fix metadata validation bug, improve error reportingGravatar murgatroid992016-02-19
* 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
* Make Node library build on WindowsGravatar Michael Lumish2016-01-27
* Fix copyrightsGravatar murgatroid992016-01-27
* Allocate node Buffer contents with new[]Gravatar Marek Gilbert2016-01-26
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
* Update copyrightsGravatar murgatroid992016-01-13
* Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
|\
* | Make Node library use core metadata validation instead of duplicating itGravatar murgatroid992016-01-07
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
* | Fix a couple of minor issues in the Node libraryGravatar murgatroid992015-12-18
|/
* Simplified some code and added tests to increase code coverageGravatar murgatroid992015-12-09
* Fixes memory leak when receiving dataGravatar Seongjin Cho2015-12-03
* Memory leak fix?Gravatar Seongjin Cho2015-12-03