aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/completion_queue_async_worker.cc
Commit message (Collapse)AuthorAge
* Merged from release_0.11 branchGravatar murgatroid992015-09-23
|\
* | Fixed hang when using Node gRPC with other async operationsGravatar murgatroid992015-09-23
| |
| * Update to nan 2.0Gravatar murgatroid992015-09-17
|/
* Merge pull request #2696 from murgatroid99/node_client_connectivityGravatar Jan Tattermusch2015-08-14
|\ | | | | Wrap connectivity API, expose it to client as waitForReady
| * Fixed typoGravatar murgatroid992015-08-13
| |
* | Working on node.Gravatar Nicolas "Pixel" Noble2015-08-07
| |
| * Wrap connectivity API, expose it to client as waitForReadyGravatar murgatroid992015-07-28
|/
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|
* C Core API cleanup.Gravatar Craig Tiller2015-05-04
| | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
* Resolved merge conflicts with masterGravatar murgatroid992015-03-18
|\
| * Fixed segfault by fixing scope issueGravatar murgatroid992015-03-09
| |
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| |
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
| |
| * Removed extraneous log messagesGravatar murgatroid992015-02-12
| |
| * Fixed end to end testsGravatar murgatroid992015-02-11
| |
| * More end to end test debuggingGravatar murgatroid992015-02-11
| |
| * Extension module now compiles and some tests passGravatar murgatroid992015-02-09
| |
| * More progress towards new API compatibilityGravatar murgatroid992015-02-09
| |
* | Use only some of the thread pool threads for gRPCGravatar murgatroid992015-02-02
|/
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26