aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/channel.cc
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Fixed incorrect type in a malloc in Node extensionGravatar murgatroid992015-11-09
* | Updated Node credentials API to match core API changeGravatar murgatroid992015-10-20
|/
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
* Split Credentials into two typesGravatar murgatroid992015-09-30
* Update to nan 2.0Gravatar murgatroid992015-09-17
* Adding void* at then end of security related method in order to have a stable...Gravatar Julien Boeuf2015-08-25
* Merge pull request #2696 from murgatroid99/node_client_connectivityGravatar Jan Tattermusch2015-08-14
|\
| * Modified watchState functions to match C APIGravatar murgatroid992015-08-13
| * Resolved merge conflicts with masterGravatar murgatroid992015-08-13
| |\
* | | Fixing merge failures.Gravatar Nicolas "Pixel" Noble2015-08-12
* | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
|\ \ \ | | |/ | |/|
* | | 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
| |/ /
| | * Resolved merge conflictsGravatar murgatroid992015-07-30
| | |\ | | |/ | |/|
| | * Wrap connectivity API, expose it to client as waitForReadyGravatar murgatroid992015-07-28
| * | Made credentials an explicit required argument to channelsGravatar murgatroid992015-07-27
| |/
| * Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-26
| |\
| | * Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
| |/ |/|
| * C++ is also a language that can be insecureGravatar Craig Tiller2015-07-21
|/
* Remove unused references to malloc.h (which is non-standard, Linux-specific a...Gravatar Alexander Staubo2015-04-05
* The library now compiles with Node 0.11+ and all versions of io.jsGravatar murgatroid992015-03-04
* Fixed TLS host resolution problemsGravatar murgatroid992015-02-25
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26