index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filesys.cpp
Commit message (
Expand
)
Author
Age
*
Socket-related cleanups
sfan5
2021-12-29
*
Fix compiling on Windows with Visual Studio
LoneWolfHT
2021-10-15
*
Move instead of copy during content install if possible
sfan5
2021-10-07
*
Make fs::extractZipFile thread-safe
sfan5
2021-10-07
*
Add Windows-specific CreateTempFile() implementation
sfan5
2021-09-14
*
Dynamic_Add_Media v2 (#11550)
sfan5
2021-09-09
*
fix: extractZipFile is not part of Client but more generic.
Loic Blot
2021-05-06
*
Use consistent temp folder path (#10892)
rubenwardy
2021-02-07
*
Remove dead code (#10845)
rubenwardy
2021-01-22
*
Fix some minor code issues all over the place
sfan5
2020-12-24
*
Clean up server-side translations, remove global variable (#10075)
rubenwardy
2020-09-16
*
Server pushing media at runtime (#9961)
sfan5
2020-06-13
*
Fix a stringop-truncation GCC warning
Loïc Blot
2018-12-04
*
Android: Fix recursive delete (#7882)
stujones11
2018-11-21
*
Really delete things in fs::RecursiveDelete (#7433)
Vitaliy
2018-08-18
*
Android: Use correct temporary path (#7463)
stujones11
2018-06-23
*
Load files from subfolders in texturepacks
number Zero
2017-11-17
*
Modernize various files
Loic Blot
2017-08-18
*
Fix RemoveRelatvePathComponents
ShadowNinja
2016-12-20
*
Fix fs::RemoveRelativePathComponents for paths with a leading dot component
ShadowNinja
2016-11-24
*
Use MoveFileEx to rename files on Windows (not rename)
gregorycu
2016-05-01
*
filesys: safeWriteToFile(): Remove the target file before rename only on Windows
Perttu Ahola
2016-01-01
*
Add seperate cache path
ShadowNinja
2015-12-07
*
Windows: Fix some warnings.
Diego Martinez
2015-07-09
*
Add mod security
ShadowNinja
2015-05-16
*
Tests: Modularize unit testing
kwolekr
2015-04-26
*
Schematics: Prepend mod path to relative schematic filepaths
kwolekr
2015-04-08
*
Fix fs::GetRecursiveSubPaths trying to get directory lists for files
ShadowNinja
2014-12-24
*
Rewrite fs:GetDirListing(file) by kahrl
SmallJoker
2014-12-10
*
Ignore .name directories and files
SmallJoker
2014-12-10
*
Remove temporary file at safeWriteToFile()
selat
2014-08-16
*
Add support for Android 2.3+
sapier
2014-06-29
*
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-08-14
*
Dont write directly to files but rather write and copy a tmp file
PilzAdam
2013-08-13
*
Fix various memory access problems detected by valgrind
Kahrl
2013-08-07
*
Replace C++ mainmenu by formspec powered one
sapier
2013-07-02
*
Update Copyright Years
Sfan5
2013-02-24
*
Change Minetest-c55 to Minetest
PilzAdam
2013-02-24
*
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-06-05
*
Add #include <unistd.h> to filesys.cpp
Perttu Ahola
2012-04-06
*
Better file/directory removal platform code and utilities
Perttu Ahola
2012-03-26
*
Small fix to fs::GetDirListing when trying to list an inexistent directory
Perttu Ahola
2012-03-25
*
Fix filesys.cpp debug output to go into debug.txt
Perttu Ahola
2012-03-23
*
Fix CreateAllDirs() (failed for relative fully non-existing path)
Perttu Ahola
2012-03-11
*
Check symlinks with stat() to know if they are directories or not
Perttu Ahola
2011-12-04
*
Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, fa...
Perttu Ahola
2011-12-04
*
Fix map delete on windows (concatenate paths correctly with / or \ depending ...
Perttu Ahola
2011-10-16
*
Fix bug in posix file/directory removal wrapper, as pointed out by kahrl
Perttu Ahola
2011-09-06
*
Windows.h -> windows.h for cross-mingw build
Perttu Ahola
2011-08-14
*
New map directory structure that avoids map size being limited by filesystem
Ciaran Gultnieks
2011-05-18
[next]