aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-08-02plugins: Remove support for MozJS engineMarcel Holtmann1-23/+0
2019-08-02plugins: Remove support for V8 engineMarcel Holtmann1-18/+0
2017-11-06build: Remove unneeded -Wno-format-truncation and -Wimplicit-fallthrough=2Marcel Holtmann1-4/+0
2017-08-30build: Handle missing support for -Wimplicit-fallthrough=2Marcel Holtmann1-2/+4
2017-08-30build: The -Wno-unused-function is no longer needed with Duktape 2.1.1Marcel Holtmann1-2/+1
2017-07-22build: Use no-format-truncation and implicit-fallthrough=2 for duktapeMarcel Holtmann1-1/+3
2017-07-21dbus: Rename D-Bus autostart service file nameJulien Massot1-1/+1
The autostart file needs to match the service name according the D-Bus specification [1]: """ The service filename of "org.me.test.service" is then searched for in /usr/share/dbus-1/system-services or other specified directories. """ This fixes "Bus name not found in system service directory". [1] https://dbus.freedesktop.org/doc/system-activation.txt
2017-04-27build: Add --enable-duktape to distcheck optionsMarcel Holtmann1-1/+1
2017-04-26build: Remove --enable-mozjs from distcheck optionsMarcel Holtmann1-1/+1
2017-04-26build: Pull pacrunner forward to mozjs38Jeremy Linton1-7/+8
Mozjs185 is getting really old and unsupported. Newer versions of the mozjs JSAPI are C++ based. So we convert the plugin to C++ and then apply necessarily API changes so that it can be built with the more recent mozjs38. For example we now need to "root" values being passed into the API in order to satisfy the JSAPI garbage collection rules. Further, a number of the APIs have been tweaked and moved into the JS namespace, so we namespace them appropriately and adjust their parameters.
2016-08-19build: Only link -lcunit for unit tests itselfMarcel Holtmann1-2/+2
2016-08-19build: Remove libstdc++ from non-V8 buildsDavid Woodhouse1-9/+16
Autohell will automatically use g++ for the final link if it sees any C++ sources, even if it isn't actually building them today. So... link plugins/v8.cc into its own intermediate library, so there *aren't* any C++ sources for src/pacrunner and it doesn't do that. Add -fno-exceptions to AM_CXXFLAGS, so that it doesn't actually *need* to link against libstdc++, even when V8 support is being built. Add -lm to the relevant LDADD variables when duktape is being built, because it needs trunc() from libm and was magically getting it before.
2016-08-19build: Use -Wno-unused-function for libduktapeMarcel Holtmann1-5/+14
2016-08-19Add duktape supportDavid Woodhouse1-1/+12
2016-08-19plugins: New shared C file for common JavaScript routinesDavid Woodhouse1-4/+6
2013-04-18Fix linking of unit testsJoshua Lock1-1/+1
2013-01-31build: Replace GTHread library with pthreadTomasz Bursztyka1-7/+9
2013-01-30build: Use AM_CPPFLAGS instead of INCLUDESLucas De Marchi1-1/+1
Makefile.am:141: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2012-12-19build: Compile support for new D-Bus client helpersMarcel Holtmann1-1/+1
2012-10-26build: Handle all documentations as extra distributed filesTomasz Bursztyka1-1/+2
2012-05-29build: Remove dependency on libcap-ngMarcel Holtmann1-2/+2
2012-01-27tools: Added a tool to test the manual proxy configuration logicTomasz Bursztyka1-1/+4
2012-01-27unit: Integrating pacrunner into test-pacrunnerTomasz Bursztyka1-1/+23
2012-01-27unit: Adding unit test as configurable entryTomasz Bursztyka1-1/+11
A stub for pacrunner unit test is also added. Note: the unit test for mozjs will be built only if enabling unit and mozjs is done.
2011-05-03Update libproxy sonameDavid Woodhouse1-1/+1
Current libproxy provides libproxy.so.1. There wasn't actually a change in the public ABI, so all we need to do is bump our soname to match
2011-01-11core: Always require thread supportDavid Woodhouse1-4/+4
We use threads unconditionally. Even if we don't have a JS plugin.
2010-12-10v8: Initial plugin implementationDavid Woodhouse1-0/+8
2010-12-10configure: Add curl to the distcheck flagsSamuel Ortiz1-1/+1
2010-12-10plugin: Convert the core mozjs code to a js driverSamuel Ortiz1-5/+16
2010-12-10js: Initial javascript engine driver framework implementationSamuel Ortiz1-1/+1
2010-11-13Move manual proxy configuration into separate fileMarcel Holtmann1-3/+3
2010-10-28Make CURL plugin a compile time optionMarcel Holtmann1-0/+2
2010-10-28Fix issue with plugin loadingMarcel Holtmann1-0/+2
2010-10-28Add download plugin using CURL libraryMarcel Holtmann1-4/+9
2010-10-28Add download driver registrationMarcel Holtmann1-1/+2
2010-10-18Add support for plugin infrastructureMarcel Holtmann1-8/+28
2010-10-11Fix unit test with new central proxy configurationMarcel Holtmann1-3/+3
2010-10-11Add skeleton for central proxy configurationMarcel Holtmann1-3/+2
2010-10-10Add support for downloading PAC scriptsMarcel Holtmann1-2/+4
2010-10-10Add skeleton for PAC download supportMarcel Holtmann1-3/+3
2010-10-10Add simple documentation for libproxyMarcel Holtmann1-1/+2
2010-10-10Don't use global error and debugging frameworkMarcel Holtmann1-1/+1
2010-10-10Add unit test for Mozilla Javascript usageMarcel Holtmann1-0/+7
2010-10-09Add simple libproxy test utilityMarcel Holtmann1-0/+6
2010-10-09Add simple libproxy implementationMarcel Holtmann1-2/+21
2010-10-06Update detection of Mozilla Javascript libraryMarcel Holtmann1-2/+2
2010-09-22Fix include directoriesMarcel Holtmann1-1/+1
2010-09-21Add D-Bus autostart configurationMarcel Holtmann1-2/+6
2010-09-20Add support for loading local PAC filesMarcel Holtmann1-3/+4
2010-09-20Add document describing the architectureMarcel Holtmann1-1/+1
2010-09-19Add initial support for configuration interfaceMarcel Holtmann1-3/+4
2010-09-19Add initial support for FindProxyForURL interfaceMarcel Holtmann1-2/+10
2010-09-19Add simple test for using Mozilla Javascript engineMarcel Holtmann1-3/+3
2010-09-19Add support for setting up system bus connectionMarcel Holtmann1-1/+1
2010-09-19Add D-Bus helper library supportMarcel Holtmann1-3/+15
2010-09-19Initial revisionMarcel Holtmann1-0/+17