summaryrefslogtreecommitdiff
path: root/utils/container.c
Commit message (Expand)AuthorAgeFilesLines
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-2/+2
* Change LOG() macro to be varadicVincent Sanders2015-05-281-26/+26
* check fseek return value (coverity 1109837)Vincent Sanders2014-05-181-1/+5
* check mkdir results (coverity 1109838)Vincent Sanders2014-05-181-1/+8
* fix fseek error return checking (fixes coverity 1109839)Vincent Sanders2014-05-111-2/+6
* check return values of fseek (fixes coverity 1109840)Vincent Sanders2014-05-111-8/+10
* check return from fseek (fixes coverity 1109841)Vincent Sanders2014-05-111-2/+8
* safely copy header name and author (fixes coverity 1195408)Vincent Sanders2014-05-111-2/+8
* ensure filename is null terminated (fix coverity 1195409)Vincent Sanders2014-05-111-3/+4
* check ftell return value coverity 1109870Vincent Sanders2013-10-251-1/+8
* Use S_IRWXU where appropriateJohn Mark Bell2012-02-101-2/+2
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-7/+27
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-29/+154
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-011-2/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-2/+2
* Update project URL.Michael Drake2006-11-271-73/+73
* Add verbose flag to theme creation tool - silent unless used.Rob Kendrick2006-10-271-9/+22
* Make containers use mmap() where availableRob Kendrick2006-10-261-6/+15
* Import initial work on theme container handling code and simple command-line ...Rob Kendrick2006-10-261-0/+548