Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
| | | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55. | ||
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
|\ | |||
* | | Make Node extension work with slice changes | murgatroid99 | 2016-12-12 |
| | | |||
| * | Merge branch 'master' into node_electron_build | murgatroid99 | 2016-12-05 |
| |\ | |/ |/| | |||
* | | Some slice and resource quota updates to UV and Node code | murgatroid99 | 2016-11-09 |
| | | |||
| * | Refactor uv/non-uv code in Node extension | murgatroid99 | 2016-11-01 |
| | | |||
* | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-10-31 |
|\| | |||
| * | Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge | murgatroid99 | 2016-10-28 |
| |\ | |||
* | | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | | | |||
* | | | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 |
|\| | | |||
* | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/v1.0.x' into node_package_updates | murgatroid99 | 2016-10-24 |
| | |\ | |||
| * | \ | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-21 |
| |\ \ \ | |/ / / |/| | | | |||
| | | * | Compiles with npm install --debug option. | Tim Ryan | 2016-10-21 |
| | | | | |||
| * | | | Fix how Node touches an internal core header | Michael Lumish | 2016-10-07 |
| | | | | |||
| * | | | UV tests pass on linux | murgatroid99 | 2016-10-07 |
| | | | | |||
* | | | | Compiles with npm install --debug option. | Tim Ryan | 2016-09-26 |
| | | | | |||
* | | | | Fix mismatched new[] and delete in Node extension code | murgatroid99 | 2016-09-20 |
| |_|/ |/| | | |||
| * | | Add a libuv endpoint to the C core, for use in the Node library | murgatroid99 | 2016-09-16 |
|/ / | |||
| * | Update Node library dependencies and change deprecated function calls | murgatroid99 | 2016-08-15 |
|/ | |||
* | Fix a memory leak in Node call credentials | murgatroid99 | 2016-07-14 |
| | |||
* | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | |||
* | Fix Node Windows build error | murgatroid99 | 2016-06-24 |
| | |||
* | Merge pull request #6747 from murgatroid99/node_logger_customization | Jan Tattermusch | 2016-06-24 |
|\ | | | | | Allow Node users to set a custom logger and log verbosity. | ||
| * | Add timestamps to custom log output | murgatroid99 | 2016-06-02 |
| | | |||
* | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | | |||
| * | Allow Node users to set a custom logger and log verbosity. Defaults to ↵ | murgatroid99 | 2016-06-01 |
| | | | | | | | | existing core logger | ||
* | | Remember to unref the slice | murgatroid99 | 2016-05-25 |
| | | |||
* | | Remove extraneous logging code | murgatroid99 | 2016-05-25 |
| | | |||
* | | Make Node not segfault when it receives a compressed message | murgatroid99 | 2016-05-25 |
|/ | |||
* | Mark port as non-listening | Craig Tiller | 2016-05-25 |
| | |||
* | Merge pull request #6325 from murgatroid99/node_default_roots | Jan Tattermusch | 2016-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_callback | murgatroid99 | 2016-04-27 |
| | | |||
* | | Fixed minor Node compilation issue | murgatroid99 | 2016-04-27 |
|/ | |||
* | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | | | | application handle the authentication. | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Unref uv_async after construction to avoid blocking at shutdown | murgatroid99 | 2016-03-17 |
| | |||
* | Fixed copyright | murgatroid99 | 2016-03-16 |
| | |||
* | Removed unnecessary include | murgatroid99 | 2016-03-16 |
| | |||
* | Node: made call credentials properly use UV async events. Also deleted some ↵ | murgatroid99 | 2016-03-16 |
| | | | | log lines | ||
* | Fix copyrights | murgatroid99 | 2016-02-19 |
| | |||
* | Node: fix metadata validation bug, improve error reporting | murgatroid99 | 2016-02-19 |
| | |||
* | Pass delete[] explicitely to Nan::NewBuffer. | Patryk Lesiewicz | 2016-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 copyrights | murgatroid99 | 2016-02-05 |
| | |||
* | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
| | |||
* | Make Node library build on Windows | Michael Lumish | 2016-01-27 |
| | |||
* | Fix copyrights | murgatroid99 | 2016-01-27 |
| | |||
* | Allocate node Buffer contents with new[] | Marek Gilbert | 2016-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 newlines | David Garcia Quintas | 2016-01-14 |
| |