summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
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
2015-01-15Added some docs.Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-09-22Removed unused util_wildmatch function.Daniel Carl
2014-09-07Use for loops instead of while.Daniel Carl
2014-09-07Allow to match multiple patterns (#100).Daniel Carl
2014-09-06Added curly brace pattern matching for auto commands (#100).Daniel Carl
2014-09-05Faster return for wildmatch with trailing '*'.Daniel Carl
2014-09-04Allow multiple autocmd patterns (#100).Daniel Carl
2014-09-01Added utility function for wildcard matching.Daniel Carl
2014-08-05Added soup caching support.Daniel Carl
2014-08-03Fixed some typos.Daniel Carl
2014-07-31Removed unused param for util_str_replace.Daniel Carl