summaryrefslogtreecommitdiff
path: root/src/local.c
AgeCommit message (Collapse)Author
2013-01-09Updating copyright informationportix
2012-12-06Fixing use after free in dwb_get_scriptsportix
2012-12-04Indentation in local.cportix
2012-09-30Use sizeof for stack-allocated strings; fixing one possible buffer overflowportix
2012-07-21Additional length parameter in util_get_file_content; remove trailing ↵portix
newline in dwb_editor_watch, closing #130
2012-07-14Fixing possible segfault in local_show_directoryportix
2012-03-19Branch refactor: Use an anonymous, readonly object for hintsportix
--HG-- branch : refactor
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; ↵portix
fixing typos in manpage
2012-01-03Updating version infoportix
--HG-- branch : experimental
2011-12-26Fix segfault that occurs when trying to "open" a directory as if it were a ↵Peter Bex
file (or the file doesn't exist), as I naively tried to "o file:///some/dir" to get a directorylisting :)
2011-12-26Get rid of "warning: format '%ld' expects type 'long int', but argument 4 ↵Peter Bex
has type 'nlink_t'" by casting it to a 64 bit integer, so it always matches the print specifier (on NetBSD, nlink_t is always 32 bit). Both int64_t and PRId64 are C99 so this should be okay.
2011-12-12Print autocompletion connected, italicportix
2011-12-11Include only needed headers in source files, don't include in header files; ↵portix
replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested
2011-11-30Regression: don't unref dom-objectsportix
2011-11-27Unreference dom-objects in local.cportix
--HG-- branch : memory
2011-10-29Fixing that no new bookmark/history file is createdportix
2011-10-07Fix wrong permissions for other, thanks to prismateportix
2011-10-06file:// prefix for path-completionportix
2011-10-06Refactor: pass GList * to functions in local.cportix
2011-10-06Seperate date and time in file viewportix
2011-10-06Clean up local.htmlportix
2011-10-06Directory functions in local.c local.hportix