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
/
call.cc
Commit message (
Expand
)
Author
Age
*
Merge pull request #2955 from murgatroid99/node_nan_deprecation_warnings
Tim Emiola
2015-08-19
|
\
*
\
Merge pull request #2960 from murgatroid99/node_compression
Tim Emiola
2015-08-19
|
\
\
*
|
|
Zero out reserved field in node
Craig Tiller
2015-08-19
|
*
|
Moved write flag constants to base module
murgatroid99
2015-08-17
|
*
|
Resolved merge conflicts with master
murgatroid99
2015-08-17
|
|
\
\
|
|
/
/
|
/
|
|
|
|
*
Added an inline C++ function to replace a deprecated nan function
murgatroid99
2015-08-17
|
|
/
|
/
|
*
|
Fixed typo in argument error message
murgatroid99
2015-08-14
*
|
Resolved merge conflicts with master
murgatroid99
2015-08-14
|
\
\
*
|
|
Add parent call propagation API to Node library
murgatroid99
2015-08-14
|
*
|
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
Nicolas "Pixel" Noble
2015-08-12
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Resolved merge conflicts with master
murgatroid99
2015-08-11
|
\
\
\
|
|
*
\
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
Nicolas "Pixel" Noble
2015-08-08
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Working on node.
Nicolas "Pixel" Noble
2015-08-07
*
|
|
|
Exposed host parameter in Call constructor, don't save it in Channel object
murgatroid99
2015-08-03
|
*
|
|
Implement cancellation propagation, define auth propagation
Craig Tiller
2015-08-03
|
*
|
|
Update wrappers, tests to new create_call()
Craig Tiller
2015-07-31
|
/
/
/
*
|
|
Merge pull request #2630 from murgatroid99/node_completion_key_names
Jan Tattermusch
2015-07-24
|
\
\
\
*
|
|
|
Exposed channel target and call peer in Node wrapper
murgatroid99
2015-07-24
|
|
/
/
|
/
|
|
|
*
|
Changed object keys to valid identifier names
murgatroid99
2015-07-23
|
/
/
|
*
Add compression disabling without breaking anything else
murgatroid99
2015-07-22
|
/
*
Added changes to node and php wrappers
David Garcia Quintas
2015-06-15
*
Changed call to only expect and return binary headers when key ends with '-bin'
murgatroid99
2015-03-17
*
The library now compiles with Node 0.11+ and all versions of io.js
murgatroid99
2015-03-04
*
Updated some c++ files for 0.11/0.12 compatibility
murgatroid99
2015-03-04
*
Removed debugging code
murgatroid99
2015-02-13
*
Improved op_vector memory management
murgatroid99
2015-02-13
*
Further improved memory management
murgatroid99
2015-02-13
*
Improved memory management
murgatroid99
2015-02-13
*
Made changes based on comments
murgatroid99
2015-02-13
*
Removed extraneous log messages
murgatroid99
2015-02-12
*
Fixed end to end tests
murgatroid99
2015-02-11
*
More end to end test debugging
murgatroid99
2015-02-11
*
Fixed end-to-end tests for new changes
murgatroid99
2015-02-10
*
Extension module now compiles and some tests pass
murgatroid99
2015-02-09
*
Fixed some compiler errors in call.cc
murgatroid99
2015-02-09
*
More progress towards new API compatibility
murgatroid99
2015-02-09
*
Part of the update to the new API
murgatroid99
2015-02-05
*
Prepare for the new batch call API.
Craig Tiller
2015-02-02
*
Changed low-level metadata API to be more reasonable
murgatroid99
2015-01-28
*
Moved extension and JS files to separate directories
murgatroid99
2015-01-26