aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/call.cc
Commit message (Expand)AuthorAge
* 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
* More end to end test debuggingGravatar murgatroid992015-02-11
* Fixed end-to-end tests for new changesGravatar murgatroid992015-02-10
* Extension module now compiles and some tests passGravatar murgatroid992015-02-09
* Fixed some compiler errors in call.ccGravatar murgatroid992015-02-09
* More progress towards new API compatibilityGravatar murgatroid992015-02-09
* Part of the update to the new APIGravatar murgatroid992015-02-05
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
* Changed low-level metadata API to be more reasonableGravatar murgatroid992015-01-28
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26