summaryrefslogtreecommitdiff
path: root/utils/filename.c
Commit message (Expand)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-14/+11
* doxygen cleanups in utilsVincent Sanders2014-11-121-1/+1
* Remove excessive logging.Michael Drake2014-04-181-1/+0
* Handle some directories already existing.Michael Drake2014-04-181-1/+1
* Add more logging for filename init.Michael Drake2014-04-181-0/+2
* Add logging to filename_initialise().Michael Drake2014-04-181-1/+2
* check mkdir call for errors (coverity 1109834)Vincent Sanders2013-11-281-1/+7
* check return from mkdir (coverity 1109834)Vincent Sanders2013-11-271-1/+5
* Remove unused include.James Bursa2011-01-091-1/+0
* Add Windows frontendVincent Sanders2010-01-311-4/+6
* Much tidying, additional commentary, and fix for insane bit mask calculation.John Mark Bell2009-05-291-54/+121
* Fix compilation with GCC 2.95.John Mark Bell2009-04-161-1/+1
* Fix warnings and formattingRob Kendrick2009-01-021-1/+1
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-1/+1
* Fix array overrun.John Mark Bell2008-09-231-1/+1
* C89François Revel2008-07-291-1/+2
* Remove unused function filename_as_url().James Bursa2008-06-141-23/+0
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* FreeBSD portability fixes.Rob Kendrick2007-06-151-1/+1
* Check return value of stat() in filename.c and report oddness using LOGRob Kendrick2007-06-101-2/+10
* Stop filename.c using d_type member in dirent struct, as this is completely a...Rob Kendrick2007-06-101-6/+15
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-4/+4
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-2/+2
* Update project URL.Michael Drake2006-11-271-1/+1
* Fix bad pointer incrementJohn Mark Bell2006-10-121-2/+2
* Experimental new frames code.Richard Wilson2006-09-021-0/+24
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-201-15/+23
* Lose spurious RISC OS-specific include (fixes GTK build)John Mark Bell2006-04-221-1/+0
* Apparently I need to specify add/deletions too...Richard Wilson2006-04-211-0/+417