Alexander Polcyn
|
21bc61e4a6
|
Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing
changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
|
2017-04-26 14:18:39 -07:00 |
Craig Tiller
|
e5a36589a6
|
Extend clang-format to C#, Node, Ruby
|
2017-04-19 09:52:18 -07:00 |
murgatroid99
|
8b7472fbec
|
Only delete core-level server if shutdown was successful
|
2017-04-11 16:15:32 -07:00 |
murgatroid99
|
da129b2b4a
|
Add native tag completion callbacks, dispose of server after tryShutdown succeeds
|
2017-04-10 15:43:09 -07:00 |
murgatroid99
|
25d8d5b609
|
Refactor tag completion handling into one function
|
2017-04-10 14:39:02 -07:00 |
Michael Lumish
|
836687cd26
|
Merge pull request #10468 from murgatroid99/node_call_destruction_bug
Fix call destruction bug
|
2017-04-06 17:29:15 -07:00 |
murgatroid99
|
60a0ed4903
|
Node: consolidate call destruction logic
|
2017-04-06 13:54:37 -07:00 |
murgatroid99
|
90bb8a9e2d
|
Node: fix leak of sent metadata
|
2017-04-06 10:37:44 -07:00 |
murgatroid99
|
3b58459472
|
Fix call destruction bug
|
2017-04-04 13:55:00 -07:00 |
Craig Tiller
|
a6009e33a8
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
|
2017-01-23 07:48:42 -08:00 |
Craig Tiller
|
2423da9e77
|
Revert "Metadata handling rewrite"
|
2017-01-20 18:11:52 -08:00 |
murgatroid99
|
12583421c7
|
Make Node extension work with slice changes
|
2016-12-12 17:40:22 -08:00 |
murgatroid99
|
4159622a60
|
Add a libuv endpoint to the C core, for use in the Node library
|
2016-09-16 13:25:08 -07:00 |
murgatroid99
|
d84ad122f9
|
Refactored some C++ code to improve code reuse
|
2015-10-12 16:12:04 -07:00 |
murgatroid99
|
ee19e93884
|
Reworked credentials surface API, added test
|
2015-09-25 16:04:03 -07:00 |
murgatroid99
|
cf3fc84d6d
|
Implemented credentials plugin interface
|
2015-09-24 16:11:19 -07:00 |
murgatroid99
|
421706f822
|
Merged from release_0.11
|
2015-09-17 14:00:05 -07:00 |
murgatroid99
|
231617f5ba
|
Update to nan 2.0
|
2015-09-17 13:56:25 -07:00 |
murgatroid99
|
9a7be95df9
|
Fixed Op destructors not being called
|
2015-09-14 16:45:20 -07:00 |
murgatroid99
|
8d8e2a3107
|
Emit proper status when failing to parse server stream
|
2015-08-27 16:11:08 -07:00 |
murgatroid99
|
0f7084ff7a
|
Added an inline C++ function to replace a deprecated nan function
|
2015-08-17 11:36:03 -07:00 |
murgatroid99
|
7693e6676b
|
Exposed channel target and call peer in Node wrapper
|
2015-07-24 10:43:27 -07:00 |
murgatroid99
|
1008c5a730
|
The library now compiles with Node 0.11+ and all versions of io.js
|
2015-03-04 14:42:31 -08:00 |
murgatroid99
|
820ff875c7
|
Updated some c++ files for 0.11/0.12 compatibility
|
2015-03-04 11:28:37 -08:00 |
Craig Tiller
|
da0983d56a
|
Add missing new-lines at end of file
|
2015-02-18 09:23:38 -08:00 |
Craig Tiller
|
42af13c956
|
Update copyright to 2015
|
2015-02-18 08:34:56 -08:00 |
murgatroid99
|
d64985bc75
|
Improved op_vector memory management
|
2015-02-13 11:14:03 -08:00 |
murgatroid99
|
8e10540169
|
Made changes based on comments
|
2015-02-13 10:19:10 -08:00 |
murgatroid99
|
d35c92d473
|
Fixed end to end tests
|
2015-02-11 16:19:55 -08:00 |
murgatroid99
|
5bbb836abb
|
More end to end test debugging
|
2015-02-11 09:26:25 -08:00 |
murgatroid99
|
6f8dde55cc
|
Extension module now compiles and some tests pass
|
2015-02-09 15:55:10 -08:00 |
murgatroid99
|
3d35d387a1
|
Fixed another compiler error
|
2015-02-09 11:43:34 -08:00 |
murgatroid99
|
e8c66830d7
|
Fixed some compiler errors in call.cc
|
2015-02-09 11:41:23 -08:00 |
murgatroid99
|
616e875f23
|
More progress towards new API compatibility
|
2015-02-09 10:43:21 -08:00 |
murgatroid99
|
0bd4b5a17c
|
Moved extension and JS files to separate directories
|
2015-01-26 17:16:57 -08:00 |