summaryrefslogtreecommitdiff
path: root/src/soup.c
AgeCommit message (Expand)Author
2012-08-23Renaming variablesportix
2012-06-27New command toggle_tabportix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-05-17Merging branch scripts into defaultportix
2012-05-15New command sanitizeportix
2012-05-10Evaluate user scripts after the first tab is created; check if request == NUL...portix
2012-05-03New properties webview.mainFrame, frame.domain, frame.hostportix
2012-05-03Remove setting ssl-ca-cert for libsoup-2.4 >= 2.38, use ssl-use-system-ca-fil...portix
2012-04-22Implementing loadCommitted, loadFinished, webview.host, webview.domain; addin...portix
2012-03-28Only sync cookies once if dwb is closedportix
2012-03-28Sync cookies only if a sync-interval is specified or when dwb is closedportix
2012-03-22Branch experimental: reduce disk access with new 'sync-files' propertyportix
2012-03-20Return DwbStatus from dwb_soup_init_session_featuresportix
2012-03-08New setting 'use-ntlm', closing #119portix
2012-02-19Fixing segfault when startpage is not set; fixing glib errors if documentview...portix
2012-01-28Adding DWB_REFERER to userscript environmentportix
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; fix...portix
2012-01-10Adding missing arguments for dwb_reload in soup.cportix
2012-01-04Use dwb_soup_cookie_allow_simple for temporary session cookiesportix
2012-01-04Also ask for cookie domains if no cookies are presentportix
2012-01-03Updating version infoportix
2011-12-31Removed setting top-statusbar, tabbar-position; introducing new setting widge...portix
2011-12-29New command 'allow_session_cookie_tmp'portix
2011-12-29Introducing a whitelist for session cookies; new command allow_session_cookieportix
2011-12-29Clean free memory in soup.c when dwb_clean_up is calledportix
2011-12-28Removing setting 'cookies', introducing setting 'cookies-store-policy'portix
2011-12-28Rename dwb.fc.commands -> dwb.fc.navigationsportix
2011-12-23Get host from a request in dwb_soup_get_host_from_request; change tablabel fo...portix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-11-24Merging develop into defaultportix
2011-11-18New setting: adblocker-filterlistportix
2011-10-25Fix: SoupCookieJarAcceptPolicy may not be smaller than 0portix
2011-10-25New setting: cookies-accept-policyportix
2011-10-02feature-adblock: Find wildcards at the beginning, content-snifferportix
2011-09-13Show blocked plugins in statusbarportix
2011-08-30GTK3: replace deprecated gtk_widget_render_icon. Debugging with SoupLoggerportix
2011-08-30SSL settingsportix
2011-07-25Remove dwb_util_test_connect, webkit now handles proxyuris correct, fixes #44portix
2011-01-19show number of blocked cookies, only allow non-adblocked cookiesportix
2011-01-19new cookie implementationportix
2011-01-15in dwb_soup_save_cookies: save cookies individually instead of GSListportix
2011-01-15new cookie-support implementationportix