Andrey Volk
24ef5b2762
FS-11065: [Build-System, mod_v8] Update libv8 to 6.1.298 on windows, speedup windows build by moving libv8 to pre-compiled binaries.
2018-07-24 07:21:42 +00:00
Mike Jerris
634c92de7d
swigall
2018-07-24 07:21:42 +00:00
Ethan Atkins
4876cb76a7
FS-11037: [mod_lua] reduce logging levels
2018-07-24 07:21:40 +00:00
Mike Jerris
177823f9c3
swigall
2018-07-24 07:21:35 +00:00
Marc Olivier Chouinard
3d9365edbb
FS-10496: [mod_v8] Fixing regression from FS-10496 when no settings exist in v8.conf.
2018-01-28 10:18:58 -05:00
Andrey Volk
c1280938bf
FS-10496: [mod_v8] Speedup JavaScript. Enabling Code Caching.
2017-12-05 14:25:13 +03:00
Andrey Volk
db3e6ec32f
FS-10789: [mod_v8] v8 segs on invalid instruction
2017-12-05 13:56:40 +03:00
Andrey Volk
bf101a5f0b
FS-10525: [Build-System] Update curl to 7.54.1 for windows, move to props.
2017-07-21 01:21:34 +03:00
Andrey Volk
28913d2764
FS-10488: [mod_v8] Fix memory leak.
2017-07-11 21:34:45 +03:00
Andrey Volk
105afc3f29
FS-10465: [mod_v8] Fix javascript failures when a session callback is called from another thread/leg.
2017-07-03 23:01:59 +03:00
Andrey Volk
cd79ae19ad
FS-10464 [mod_v8] Fix broken classes after switching to new libv8 #resolve
2017-07-03 18:16:54 +03:00
Mike Jerris
c7de29c16d
FS-10455: [build, mod_v8] new build system for libv8 and upgrade libv8
2017-06-30 16:34:21 -04:00
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