aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-08-02plugins: Remove support for MozJS engineMarcel Holtmann1-253/+0
2019-08-02plugins: Remove support for V8 engineMarcel Holtmann1-267/+0
2017-04-26build: Pull pacrunner forward to mozjs38Jeremy Linton1-51/+58
2016-08-19v8: Set plugin priority to low because of missing instance supportMarcel Holtmann1-4/+4
2016-08-19Add duktape supportDavid Woodhouse1-0/+231
2016-08-19js: add __pacrunner_js_resolve() functionDavid Woodhouse2-62/+5
2016-08-19js: add __pacrunner_js_getipaddr() functionDavid Woodhouse2-69/+2
2016-08-19mozjs: Rename 'ctx' argument to dnsresolve() to 'jsctx'David Woodhouse1-6/+6
2016-08-19plugins: New shared C file for common JavaScript routinesDavid Woodhouse2-6/+3
2016-08-19mozjs: Fix error handling for wrongly-formatted hostnameDavid Woodhouse1-2/+2
2016-06-23mozjs: Fix global variable storageDavid Woodhouse1-53/+68
2016-06-23proxy: Add pacrunner_js_clear_proxy()David Woodhouse1-0/+1
2016-06-23js: Add proxy argument to JS execute() methods.David Woodhouse2-5/+13
2014-02-05plugins: Do not try to resolve a wrongly formated hostnameTomasz Bursztyka2-1/+24
2013-08-20plugins: Do not compare expression against NULLDaniel Wagner2-10/+10
2013-08-20mozjs: Use pthread mutex instead of GLib versionsDaniel Wagner1-3/+4
2012-08-30mozjs: Move to spidermonkey js engine due to xulrunner deprecationTomasz Bursztyka1-58/+0
2012-01-05curl: Check curl_multi_add_handle() resultSamuel Ortiz1-0/+4
2012-01-05mozjs: ignoring redudant declarations into jsapi header fileTomasz Bursztyka1-0/+2
2011-12-16mozjs: managing js api changes since xulrunner >= 2.0Tomasz Bursztyka1-0/+59
2011-05-03mozjs: Use JS_NewCompartmentAndGlobalObject() with newer mozjs libraryDavid Woodhouse1-0/+4
2011-05-03mozjs: Stop using obsolete JS_GetStringBytes()David Woodhouse1-5/+9
2011-05-03mozjs: Stop using obsolete JS_NewString()David Woodhouse1-25/+5
2011-01-01core: Update copyright informationMarcel Holtmann2-2/+2
2010-12-11v8: Remove incorrect commentDavid Woodhouse1-1/+0
2010-12-11mozjs: Return an allocated string or NULLDavid Woodhouse1-2/+2
2010-12-10v8: js_driver function should be staticSamuel Ortiz2-7/+7
2010-12-10js: Give v8 the highest js driver prioritySamuel Ortiz2-1/+2
2010-12-10v8: Initial plugin implementationDavid Woodhouse1-0/+316
2010-12-10plugin: Convert the core mozjs code to a js driverSamuel Ortiz1-0/+285
2010-12-10curl: Use curl_multi_socket_action() for timeout callbackDavid Woodhouse1-2/+3
2010-12-10curl: Handle POLLHUP on cURL file descriptorsDavid Woodhouse1-6/+11
2010-12-10curl: Add timer more precisely if it's less than a secondDavid Woodhouse1-2/+6
2010-12-10curl: Handle recurring timeouts from curlDavid Woodhouse1-0/+21
2010-12-10curl: Handle CURLM_CALL_MULTI_SOCKET return value correctlyDavid Woodhouse1-2/+11
2010-12-10Fix use-after-free in curl pluginDavid Woodhouse1-3/+3
2010-10-28Add download plugin using CURL libraryMarcel Holtmann1-0/+304