summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
2023-01-03global: Convert use of `SoupURI` to use `GUri`Patrick Steinhardt
2023-01-03util.c: Convert deprecated use of JSValueRefPatrick Steinhardt
2021-09-25Project branch offrafa_99
2021-01-07Fix none registered webextension in ephemeral mode.Daniel Carl
2020-10-13Move some file to $XDG_DATA_HOME #582.Daniel Carl
2020-01-04Remove expansion of '%' #584.Daniel Carl
2019-10-09Added :clearcache by :cleardata command.Daniel Carl
2019-06-04Added ephemeral mode #562.Daniel Carl
2019-05-20Avoid double free in on_webview_notify_uri #561.Daniel Carl
2019-05-20Fix NULL ret of util_sanitize_uritharvik
2019-04-24Fix segfault on open in new tabe from context menu #556.Daniel Carl
2019-03-25Use webkit_uri_for_display().Daniel Carl
2018-10-25Fix some code indentation.Daniel Carl
2018-10-25Avoid possible strlen() on NULL contentLeonardo Taccari
2018-10-15Fixed wrong return type for util_file_set_content().Daniel Carl
2018-10-15Document a subtlety of util_parse_expansion() behaviour.Leonardo Taccari
2018-10-12Always use curly braces for if and else.Daniel Carl
2018-10-12Use stat(2) to retrieve the file permissions modeLeonardo Taccari
2018-10-11Replace g_file_set_contents().Daniel Carl
2018-10-10Add a mode (in chmod(2) context) argument to util_get_filepath()Leonardo Taccari
2018-06-14Do not damage utf8 string on escape.Daniel Carl
2018-04-14Do not give client to util functions.Daniel Carl
2018-03-28Update license year.Daniel Carl
2017-11-17Do not sanitize uri if this is no needed.Daniel Carl
2017-11-15Move sanitize_uri to utils.Daniel Carl
2017-10-01Reintroduce autocmd and augroups. Fix #356Yoann Blein
2017-06-24Use Uppercase bool value from glib.Daniel Carl
2017-06-06Fixed unused function parameter.Daniel Carl
2017-05-26Update license year.Daniel Carl
2017-05-12Fixed wrong client to webpage relation #349.Daniel Carl
2017-05-12implements external editor (closes #347)Robert Timm
2017-05-04fixes typosRobert Timm
2017-04-27Moved closed file writing to util #379.Daniel Carl
2017-04-26Fixed wrongs check of g_mkdir_with_parents #381.Daniel Carl
2017-04-22Add profile option #343.Daniel Carl
2017-04-21Don't fail on missing files.Daniel Carl
2017-04-20Show if directory can't be created.Daniel Carl
2017-04-20Added :save command.Daniel Carl
2017-04-12Use script message handler to track elements focus changes.Daniel Carl
2017-02-28Allow to manage bookmarks and queue.Daniel Carl
2016-06-01Update license year.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-11-27Added closed-max-items optionYutao Yuan
2015-10-21Use flock instead of fcntl for file locking (#235).Daniel Carl
2015-09-21Add :source commandYutao Yuan
2015-07-29Support for multiple configuration profiles (#129)Jiri Marsicek
2015-02-07Changed wrong comment.Daniel Carl
2015-02-07Allocate new memory for history items.Daniel Carl
2015-02-07Fixed memory leak in history generation (#163).Daniel Carl
2015-02-07Use hash table for duplicate check of history (#163).Daniel Carl