aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/call.h
Commit message (Expand)AuthorAge
* Only delete core-level server if shutdown was successfulGravatar murgatroid992017-04-11
* Add native tag completion callbacks, dispose of server after tryShutdown succ...Gravatar murgatroid992017-04-10
* Refactor tag completion handling into one functionGravatar murgatroid992017-04-10
* Merge pull request #10468 from murgatroid99/node_call_destruction_bugGravatar Michael Lumish2017-04-06
|\
| * Node: consolidate call destruction logicGravatar murgatroid992017-04-06
* | Node: fix leak of sent metadataGravatar murgatroid992017-04-06
| * Fix call destruction bugGravatar murgatroid992017-04-04
|/
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Make Node extension work with slice changesGravatar murgatroid992016-12-12
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
* Reworked credentials surface API, added testGravatar murgatroid992015-09-25
* Implemented credentials plugin interfaceGravatar murgatroid992015-09-24
* 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
* Added an inline C++ function to replace a deprecated nan functionGravatar murgatroid992015-08-17
* Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
* 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
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Improved op_vector memory managementGravatar murgatroid992015-02-13
* Made changes based on commentsGravatar murgatroid992015-02-13
* 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
* Fixed another compiler errorGravatar murgatroid992015-02-09
* Fixed some compiler errors in call.ccGravatar murgatroid992015-02-09
* More progress towards new API compatibilityGravatar murgatroid992015-02-09
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26