index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
node
/
ext
/
byte_buffer.cc
Commit message (
Expand
)
Author
Age
*
Revert "Metadata handling rewrite"
Craig Tiller
2017-01-20
*
Make Node extension work with slice changes
murgatroid99
2016-12-12
*
Some slice and resource quota updates to UV and Node code
murgatroid99
2016-11-09
*
Merge github.com:grpc/grpc into grpc_slice
Craig Tiller
2016-10-31
|
\
*
|
s/GPR_SLICE/GRPC_SLICE/g
Craig Tiller
2016-10-26
*
|
s/gpr_slice/grpc_slice, and move around tests, impls
Craig Tiller
2016-10-26
|
*
Update Node library dependencies and change deprecated function calls
murgatroid99
2016-08-15
|
/
*
Return success status of grpc_byte_buffer_reader
David Garcia Quintas
2016-06-30
*
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
*
Update copyrights
Craig Tiller
2016-03-31
*
Pass delete[] explicitely to Nan::NewBuffer.
Patryk Lesiewicz
2016-02-10
*
Fix copyrights
murgatroid99
2016-01-27
*
Allocate node Buffer contents with new[]
Marek Gilbert
2016-01-26
*
Fixes memory leak when receiving data
Seongjin Cho
2015-12-01
*
Update to nan 2.0
murgatroid99
2015-09-17
*
Changes to byte_buffer based on comments.
David Garcia Quintas
2015-06-08
*
Removed grpc_byte_buffer_reader_{create,destroy}.
David Garcia Quintas
2015-06-01
*
Remove unused references to malloc.h (which is non-standard, Linux-specific a...
Alexander Staubo
2015-04-05
*
Fixed segfault by fixing scope issue
murgatroid99
2015-03-09
*
Updated some c++ files for 0.11/0.12 compatibility
murgatroid99
2015-03-04
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Switched extension to return faster sliceable Buffers
murgatroid99
2015-01-29
*
Moved extension and JS files to separate directories
murgatroid99
2015-01-26