summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2013-04-08Adding missing quotation marks in config.mkportix
2013-04-08Reverse version schemeportix
2013-04-08Adapt Makefile and config.mk to use gitportix
2013-04-07Adding build option DISABLE_HSTSportix
2013-03-15Inline documentation of javascript api; clean up api: new namespaces net andportix
timer; this refers to connected object in GObject.connect, moving prototype declarations from util.js to dwb.js; moving some functions from global namespace to util
2013-03-04Rename lib->htmlportix
--HG-- rename : lib/error.html => html/error.html rename : lib/head.html => html/head.html rename : lib/info.html => html/info.html rename : lib/local.html => html/local.html
2013-03-03Check if json-c is installed, install bash-completion if BASHCOMPLETION is setportix
2013-03-02Fixing LDFLAGS in src/util/Makefileportix
2013-03-02Use m4 for generating keys and settings; move util to m4; move util/src to ↵portix
src/util; mv api to doc/api; adding bash-completion --HG-- rename : api/Makefile => doc/api/Makefile rename : api/jsapi.7.txt => doc/api/jsapi.7.txt rename : api/jsapi.txt => doc/api/jsapi.txt rename : util/Makefile => m4/Makefile
2013-03-02Moving c-utils to util/src; build utils/src firstportix
2013-02-24Merging default into hstsportix
2013-02-13Merging hsts into defaultportix
2013-01-29Move mktlds-header to util-directory, build util before srcElias Norberg
2013-01-09Updating copyright informationportix
2013-01-08Merging https://bitbucket.org/adament/dwb into hstsportix
--HG-- branch : hsts
2012-12-22Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-12-19Protect callback function when connection gobject functionsportix
2012-12-15Wrong default PREFIX in config.mk; closing #252portix
2012-12-14Include config.mk in the tools Makefile; call va_arg also for undefined ↵portix
objects in signal callbacks
2012-12-13Fixing format-security errorsportix
2012-12-12Significantly improve the hsts implementationAdam Ehlers Nyholm Thomsen
* Ensures strict ssl when connecting to a HSTS host * Adds support for a preloaded certificate list * Add support for certificate black- and whitelists ala chromium * Adds a tool which converts chromiums hsts and certificate black and whitelists into the format used by this implementation
2012-10-26Remove readline dependency for dwbemportix
2012-10-23Renaming hints.js -> base.js, hint_object -> js_baseportix
--HG-- rename : scripts/hints.js => scripts/base.js
2012-09-06Updating license infoportix
2012-09-04Don't show defines when printing cflagsportix
2012-09-01Adding dwbem to default installationportix
2012-08-31Exclude tools-dir as make targetportix
2012-08-29Moving grab_adblocker to tools; initial commit of extension-managerportix
--HG-- rename : examples/grab_adblocker => tools/grab_adblocker
2012-08-27More information in dwb_versionportix
2012-08-25Respect evironment LDFLAGS; prepare extensions for the installerportix
2012-08-21Implementing Array.fastIndexOf; adding dwb-js-manpageportix
2012-07-19Adding extensions formfiller, perdomainsettings, requestpolicy and userscriptsportix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-17Merging branch scripts into defaultportix
2012-05-17Implementing wv.number; outsourcing extensions to a seperate repositoryportix
--HG-- branch : scripts
2012-05-14Clear all frames when WEBKIT_LOAD_PROVISIONAL is emitted; emit loadstatus ↵portix
signals after the default action, fixes an error when userscripts are injected on reload --HG-- branch : scripts
2012-05-11Stripping name from realversionportix
2012-05-11Changing REAL_VERSIONportix
2012-05-05Install extensionsportix
--HG-- branch : scripts
2012-05-03New extension perdomainsettingsportix
--HG-- branch : scripts
2012-05-03Remove setting ssl-ca-cert for libsoup-2.4 >= 2.38, use ↵portix
ssl-use-system-ca-file instead
2012-04-21stdout/stderr callbacks for system.spawnportix
--HG-- branch : scripts
2012-04-18Adding scripts/lib, implementing signal functionsportix
--HG-- branch : scripts
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
--HG-- branch : refactor
2012-02-22Merging application into defaultportix
2012-02-22Remove rdynamic from LDFLAGSportix
2012-02-22Respect CPPFLAGS in Makefileportix
2012-02-22Print stacktrace when segfault is catchedportix
2012-02-18Use GApplication for single instance handling, session management is still ↵portix
missing --HG-- branch : application
2012-01-29Fixing presentation mode when fullscreen is enabledportix