summaryrefslogtreecommitdiff
path: root/src/filesys.cpp
AgeCommit message (Collapse)Author
2011-12-04Check symlinks with stat() to know if they are directories or notPerttu Ahola
2011-12-04Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, ↵Perttu Ahola
falling back on stat().
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola
on OS)
2011-09-06Fix bug in posix file/directory removal wrapper, as pointed out by kahrlPerttu Ahola
2011-08-14Windows.h -> windows.h for cross-mingw buildPerttu Ahola
2011-05-18New map directory structure that avoids map size being limited by filesystemCiaran Gultnieks
2011-01-26should work nowPerttu Ahola
2011-01-26Little fixesPerttu Ahola
2011-01-26Map deletion buttonPerttu Ahola
2011-01-07removed boost support from filesys.cpp; default to posixPerttu Ahola
2010-11-29license stuffPerttu Ahola
--HG-- rename : src/licensecomment.txt => licensecomment.txt
2010-11-27Initial filesPerttu Ahola