freeswitch/src/mod/languages/mod_v8
Travis Cross 0cc7bc8db6 Add missing CURLOPT_NOSIGNAL options
To work correctly in a multi-threaded environment, curl needs to be
used with CURLOPT_NOSIGNAL set to 1.  If it's left at zero, the
default, then curl will use signals to deal with timeouts which will
often result in a crash.

ref: http://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Multi-threading
ref: http://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html
ref: http://stackoverflow.com/questions/9191668/error-longjmp-causes-uninitialized-stack-frame
ref: https://bugzilla.redhat.com/show_bug.cgi?id=539809
ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570436
2014-09-23 00:04:21 +00:00
..
conf/autoload_configs Initial commit of mod_v8 2014-01-14 15:38:41 +01:00
include mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon. 2014-02-01 18:20:04 +01:00
scripts mod_v8: Added shell script used to fetch a specific version of V8 from git, and package it into tarballs 2014-01-14 15:41:44 +01:00
src Add missing CURLOPT_NOSIGNAL options 2014-09-23 00:04:21 +00:00
Makefile.am mod_v8: Use parallel build by default. Use configure flag "--disable-parallel-build-v8" to disable it. It's disabled by default for Debian build scripts, since parallel build has some issues with cowbuilder. 2014-03-23 09:25:41 +01:00
gyp FS-6245 2014-02-19 17:34:06 -06:00
mod_v8.2010.vcxproj FS-6346 2014-03-20 18:32:19 -05:00
mod_v8.2010.vcxproj.filters mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon. 2014-02-01 18:20:04 +01:00
mod_v8.2012.vcxproj FS-6346 2014-03-20 18:32:19 -05:00
mod_v8.2012.vcxproj.filters mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon. 2014-02-01 18:20:04 +01:00
mod_v8.cpp add switch_hashtable_insert_destructor so you can insert a pointer into a hash with a custom destructor and use it in spandsp to fix a leak on reloadxml with the tone_descriptor tables and fix a bunch of random tiny leaks etc 2014-04-09 23:26:47 +05:00
mod_v8.h mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon. 2014-02-01 18:20:04 +01:00
mod_v8_skel.2010.vcxproj mod_v8: Add support for build in VS2010. Files manually patched, but they should work as expected 2014-01-18 11:24:57 +01:00
mod_v8_skel.2012.vcxproj mod_v8: Tweak to Windows build 2014-01-14 18:30:32 +01:00
mod_v8_skel.cpp Initial commit of mod_v8 2014-01-14 15:38:41 +01:00
v8-build.patch FS-6365 --resolve 2014-03-20 19:48:37 +01:00