aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/byte_buffer.cc
Commit message (Expand)AuthorAge
* Remove src/node and references to itGravatar murgatroid992017-10-25
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
* 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
* 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
* Fix copyrightsGravatar murgatroid992016-01-27
* Allocate node Buffer contents with new[]Gravatar Marek Gilbert2016-01-26
* 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
* Remove unused references to malloc.h (which is non-standard, Linux-specific a...Gravatar Alexander Staubo2015-04-05
* 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