Andrey Volk
ba32e0e23d
FS-10435 [mod_v8] Update mod_v8 to support future v8 engine version change
2017-06-29 01:05:19 +03:00
Mike Jerris
f63a3541a1
FS-9785: fix build deps for mod_java
2017-06-27 14:35:40 -05:00
Mike Jerris
62ac7de80e
FS-10427: move mod_python to use swig3.0 so we can reswig on debian9
2017-06-27 12:33:38 -05:00
Mike Jerris
40ae744b33
FS-10427: move mod_perl to use swig3.0 so we can reswig on debian9
2017-06-27 12:32:17 -05:00
Mike Jerris
fb4ea595b3
FS-10427: move mod_lua to use swig3.0 so we can reswig on debian9
2017-06-27 12:18:21 -05:00
Mike Jerris
f9d1332002
FS-10427: move mod_java to use swig3.0 so we can reswig on debian9
2017-06-27 12:16:45 -05:00
Sebastian Kemper
56f766f357
FS-10384 [mod_lua] Fix Makefile target
...
When running "make swigclean" in mod_lua directory and trying to compile
mod_lua afterward, the build fails because the target mod_lua_wrap.cpp
doesn't exist. The target is wrongly called lua_wrap instead.
making all mod_lua
make[7]: Entering directory '/path/to/freeswitch-1.6.17/src/mod/languages/mod_lua'
CXX mod_lua_la-mod_lua.lo
CXX mod_lua_la-freeswitch_lua.lo
make[7]: *** No rule to make target 'mod_lua_wrap.cpp', needed by 'mod_lua_la-mod_lua_wrap.lo'. Stop.
Fix this by renaming lua_wrap to mod_lua_wrap.cpp.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-06-10 12:48:28 +02:00
Mike Jerris
2de96120e4
FS-10373: remove last bits of old in tree lua references from build system
2017-06-07 10:15:07 -05:00
Mike Jerris
95c7fb0155
Merge pull request #1221 in FS/freeswitch from ~NBLASGEN/freeswitch:feature/FS-10084-mod_v8-block-for-event to master
...
* commit 'd9c6ebc8031ef665f0332b3832030d8cb95b61b7':
FS-10084 [mod_v8] Fixed incorrect variable name
FS-10084 [mod_v8] If the value passed is negative, block until event is received
2017-06-06 18:40:58 +00:00
Andrey Volk
cbe8c8b521
FS-10362 [mod_lua] Update lua to 5.2.4 for windows build.
2017-06-03 02:08:21 +03:00
Anthony Minessale
ea05cb22bb
reswig
2017-05-23 12:42:43 -05:00
Mike Jerris
7a8495a43b
Merge pull request #1240 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:bugfix/FS-10071-mod_perl-crashes-on-ubuntu-but-not to master
...
* commit 'ba544dc746a4a265624f23d2c75c2e7d4c0dfd3f':
FS-10071 mod_perl safety fix for clone call Adding NULL at the end of our fake ARGV string for completeness
2017-05-02 19:07:05 +00:00
Mitch Capper
ba544dc746
FS-10071 mod_perl safety fix for clone call
...
Adding NULL at the end of our fake ARGV string for completeness
2017-04-28 18:07:30 -07:00
Ken Rice
b57dcf982f
swigall
2017-04-27 23:05:19 -05:00
Nicholas Blasgen
d9c6ebc803
FS-10084 [mod_v8] Fixed incorrect variable name
2017-04-01 05:29:21 +00:00
Mike Jerris
130dba8915
Merge pull request #1227 in FS/freeswitch from ~NBLASGEN/freeswitch:bugfix/FS-10128-v8-socket-implementation-uses-strlen to master
...
* commit 'fabe27abde36044e917e9ac396ee0ca2f05b8535':
FS-10128 [mod_v8] This commit removes strlen() in favor of binary safe .length() function
2017-03-24 18:59:42 +00:00
Mike Jerris
e4b7b2038f
Merge pull request #1233 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:mod_perl_init_fix_FS_10071 to master
...
* commit '862c969ba5924fb04ed32e483c5bef13712d4463':
Resolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from crashing, -e means evaluate the following string and it does not like emptystr.
2017-03-22 21:03:29 +00:00
Mitch Capper
862c969ba5
Resolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from crashing, -e means evaluate the following string and it does not like emptystr.
2017-03-22 12:24:59 -07:00
Nicholas Blasgen
fabe27abde
FS-10128 [mod_v8] This commit removes strlen() in favor of binary safe .length() function
2017-03-16 01:15:10 +00:00
Anthony Minessale
f4ad4ed6c4
FS-10126: [freeswitch-core] General Video Improvements #resolve
2017-03-15 15:24:01 -05:00
Ken Rice
f7fa8415ab
swig all
2017-03-13 08:31:03 -05:00
Nicholas Blasgen
2fe107aca9
FS-10084 [mod_v8] If the value passed is negative, block until event is received
2017-03-12 18:20:11 +00:00
Marc Olivier Chouinard
eca17b7c1c
FS-10110: mod_python Hack to allow to have a script in a different folder
2017-03-08 16:28:19 -05:00
Mike Jerris
be245edf5e
FS-10060: fix scope of declarations
2017-02-24 11:11:30 -06:00
Andrey Volk
658b1f85f5
FS-10060 [mod_v8] Add startup scripts support.
2017-02-22 18:18:08 +03:00
Sergey Safarov
df1ab07ca4
FS-9924: Removed extra space in source files
2017-02-09 23:59:49 -05:00
Mike Jerris
a3ee7595bb
FS-10025: fix global symbol scope issue causing modules to use another modules global pointer
2017-02-09 17:23:30 -06:00
Mike Jerris
1aadfc0fa4
Merge pull request #1145 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-9928-implement-event-hooks-in-javascript to master
...
* commit '7e6ba429e7064101752a0e0fc0d7d9fc18f300fe':
FS-9928 [mod_v8] Implement Event Hooks in JavaScript
2017-02-02 18:47:05 -06:00
Anthony Minessale
6fe1deda45
swigall
2017-01-09 16:57:52 -06:00
Mike Jerris
f2792c9ea5
swigall
2017-01-06 17:13:39 -06:00
Andrey Volk
7e6ba429e7
FS-9928 [mod_v8] Implement Event Hooks in JavaScript
2017-01-06 21:57:20 +03:00
Andrey Volk
a3a8d7e6b3
FS-9896 [mod_v8] Implement Serving Configuration with JavaScript
2016-12-29 03:58:22 +03:00
Andrey Volk
3f3cd7343b
FS-7933 [mod_v8] Implement timeout property for Socket() class in javascript.
2016-12-27 04:18:14 +03:00
Brian West
e634e538ac
swigall
2016-12-14 14:09:11 -06:00
Brian West
48fab6f6db
FS-9851: [freeswitch-core] Add abstimeout to CoreSession:getDigits in switch_cpp #resolve
2016-12-14 14:06:20 -06:00
Mike Jerris
a38b246a6e
Merge pull request #1101 in FS/freeswitch from ~MOTEUS/freeswitch:mod_lua_leak to master
...
* commit '672b5d8309b57f4f6996bded4fa365b90a8516ac':
FS-9821 [mod_lua] Fix. memory/resource leak in mod_lua
2016-12-07 13:31:57 -06:00
Alexey Melnichuk
672b5d8309
FS-9821 [mod_lua] Fix. memory/resource leak in mod_lua
2016-12-07 21:56:22 +03:00
Brian West
2af53f5a30
Merge pull request #1080 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9788 to master
...
* commit '347c93f1c1360d7f03d337d4b428cd24ad6d7b16':
FS-9788: Add close() option to FileIO implementation
2016-12-04 06:53:51 -06:00
Andrey Volk
fff5b939b5
FS-9798 [mod_v8] Implement native PostgreSQL in JavaScript by adding a Database Handler (DBH) class
2016-12-01 15:45:18 +03:00
Marc Olivier Chouinard
347c93f1c1
FS-9788: Add close() option to FileIO implementation
2016-11-30 14:28:39 -05:00
Aron Podrigal
d3201c6335
FS-9741: lua expose db err str in freeeswitch.dbh
...
Added 2 methods to lua freeswitch.Dbh
`last_error()` Returns the error string from the last query or nil.
`clear_error()` clears the error string.
2016-11-21 21:11:03 +00:00
Brian West
092a9e8979
swigall
2016-11-11 17:31:44 -06:00
Anthony Minessale
c6137874d5
swigall
2016-11-10 19:05:19 -06:00
Anthony Minessale
9b8a5edd3d
FS-9638
2016-11-10 12:09:00 -06:00
Brian West
4e76630e08
swigall
2016-10-25 11:39:35 -05:00
Brian West
f432761072
swigall
2016-10-21 11:28:54 -05:00
Brian West
c8c0cd3857
swigall
2016-10-07 11:01:16 -05:00
Anthony Minessale
11d5fe23ce
swig
2016-09-27 18:03:16 -05:00
Andrey Volk
36ffb29298
FS-9256: mod_v8: Add DB.Finalize() in order to close statements.
2016-06-13 12:25:22 +03:00
Michael Jerris
9d7fe2430e
swigall
2016-06-06 10:09:02 -05:00