aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/byte_buffer.cc
Commit message (Collapse)AuthorAge
* 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