aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/call.cc
Commit message (Expand)AuthorAge
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
* Update copyrightsGravatar murgatroid992016-01-13
* Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
|\
* | Make Node library use core metadata validation instead of duplicating itGravatar murgatroid992016-01-07
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* Memory leak fix?Gravatar Seongjin Cho2015-12-03
* Updated Node credentials API to match core API changeGravatar murgatroid992015-10-20
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
* Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
| * Fixed issues with binary metadata type checkingGravatar murgatroid992015-10-06
* | Split Credentials into two typesGravatar murgatroid992015-09-30
* | Fixed some issues with new credential codeGravatar murgatroid992015-09-28
* | Reworked credentials surface API, added testGravatar murgatroid992015-09-25
|/
* Merged from release_0.11Gravatar murgatroid992015-09-17
|\
* | Update to nan 2.0Gravatar murgatroid992015-09-17
| * Fixed Op destructors not being calledGravatar murgatroid992015-09-14
|/
* Emit proper status when failing to parse server streamGravatar murgatroid992015-08-27
* Fixed handling of binary metadata valuesGravatar murgatroid992015-08-27
* Merge pull request #2955 from murgatroid99/node_nan_deprecation_warningsGravatar Tim Emiola2015-08-19
|\
* \ Merge pull request #2960 from murgatroid99/node_compressionGravatar Tim Emiola2015-08-19
|\ \
* | | Zero out reserved field in nodeGravatar Craig Tiller2015-08-19
| * | Moved write flag constants to base moduleGravatar murgatroid992015-08-17
| * | Resolved merge conflicts with masterGravatar murgatroid992015-08-17
| |\ \ | |/ / |/| |
| | * Added an inline C++ function to replace a deprecated nan functionGravatar murgatroid992015-08-17
| |/ |/|
* | Fixed typo in argument error messageGravatar murgatroid992015-08-14
* | Resolved merge conflicts with masterGravatar murgatroid992015-08-14
|\ \
* | | Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14
| * | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
| |\ \ | |/ / |/| |
* | | Resolved merge conflicts with masterGravatar murgatroid992015-08-11
|\ \ \
| | * \ Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-08
| | |\ \ | | |/ / | |/| |
| | * | Working on node.Gravatar Nicolas "Pixel" Noble2015-08-07
* | | | Exposed host parameter in Call constructor, don't save it in Channel objectGravatar murgatroid992015-08-03
| * | | Implement cancellation propagation, define auth propagationGravatar Craig Tiller2015-08-03
| * | | Update wrappers, tests to new create_call()Gravatar Craig Tiller2015-07-31
|/ / /
* | | Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
|\ \ \
* | | | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
| |/ / |/| |
| * | Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
|/ /
| * Add compression disabling without breaking anything elseGravatar murgatroid992015-07-22
|/
* Added changes to node and php wrappersGravatar David Garcia Quintas2015-06-15
* Changed call to only expect and return binary headers when key ends with '-bin'Gravatar murgatroid992015-03-17
* The library now compiles with Node 0.11+ and all versions of io.jsGravatar murgatroid992015-03-04
* Updated some c++ files for 0.11/0.12 compatibilityGravatar murgatroid992015-03-04
* Removed debugging codeGravatar murgatroid992015-02-13
* Improved op_vector memory managementGravatar murgatroid992015-02-13
* Further improved memory managementGravatar murgatroid992015-02-13
* Improved memory managementGravatar murgatroid992015-02-13
* Made changes based on commentsGravatar murgatroid992015-02-13
* Removed extraneous log messagesGravatar murgatroid992015-02-12
* Fixed end to end testsGravatar murgatroid992015-02-11