aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/byte_buffer.cc
Commit message (Collapse)AuthorAge
* Large message latency improvements: remove a memcpy and a Buffer construtor callGravatar murgatroid992017-03-31
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Make Node extension work with slice changesGravatar murgatroid992016-12-12
|
* Some slice and resource quota updates to UV and Node codeGravatar murgatroid992016-11-09
|
* Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-10-31
|\
* | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
| |
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| |
| * Update Node library dependencies and change deprecated function callsGravatar murgatroid992016-08-15
|/
* Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
|
* 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
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* 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
* 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.
* Fixes memory leak when receiving dataGravatar Seongjin Cho2015-12-01
|
* Update to nan 2.0Gravatar murgatroid992015-09-17
|
* Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
|
* Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* Remove unused references to malloc.h (which is non-standard, Linux-specific ↵Gravatar Alexander Staubo2015-04-05
| | | | and generally deprecated; use <cstdlib> instead).
* Fixed segfault by fixing scope issueGravatar murgatroid992015-03-09
|
* Updated some c++ files for 0.11/0.12 compatibilityGravatar murgatroid992015-03-04
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Switched extension to return faster sliceable BuffersGravatar murgatroid992015-01-29
|
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26