aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)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
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
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
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
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
2011-05-03Update libproxy sonameDavid Woodhouse1-1/+1
2011-01-11core: Always require thread supportDavid Woodhouse1-4/+4
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