aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext
Commit message (Collapse)AuthorAge
* 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
|\ | | | | Allow Node users to set a custom logger and log verbosity.
| * 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 ↵Gravatar murgatroid992016-06-01
| | | | | | | | existing core logger
* | 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_callback
| * 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
| | | | application handle the authentication.
* 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 ↵Gravatar murgatroid992016-03-16
| | | | log lines
* 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
| | | | | | | | Use the Nan::NewBuffer version that accepts an explicit callback deallocating buffers. This way we'll be resilient to different nan/node versions. Fixes grpc/grpc#4867
* 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
| | | | | | | Nan::NewBuffer(char* data, uint32_t size) frees the provided buffer by calling delete[]. This matches the allocation method to the free method. Fixes grpc/grpc#4867.
* 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
|
* Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
| | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy);
* Fixing node build.Gravatar Julien Boeuf2015-11-18
|
* Fixing implementations.Gravatar Julien Boeuf2015-11-18
|
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Fixed incorrect type in a malloc in Node extensionGravatar murgatroid992015-11-09
| |
* | Updated Node credentials API to match core API changeGravatar murgatroid992015-10-20
|/
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
|
* Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
|
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
| * Merge pull request #3625 from murgatroid99/node_single_install_stepGravatar Tim Emiola2015-10-07
| |\ | | | | | | Node single install step
* | | Resolved merge conflictsGravatar murgatroid992015-10-07
|\| |
| * | Fixed issues with binary metadata type checkingGravatar murgatroid992015-10-06
| | |
* | | Resolved merge conflicts with masterGravatar murgatroid992015-10-06
|\| |
| | * Resolved merge conflicts with masterGravatar murgatroid992015-10-05
| | |\ | | |/ | |/|