Translated using Weblate (Italian)
[oweals/minetest.git] / src / filesys.cpp
2020-06-13 sfan5Server pushing media at runtime (#9961)
2018-12-04 Loïc BlotFix a stringop-truncation GCC warning
2018-11-21 stujones11Android: Fix recursive delete (#7882)
2018-08-18 VitaliyReally delete things in fs::RecursiveDelete (#7433)
2018-06-23 stujones11Android: Use correct temporary path (#7463)
2017-11-17 number ZeroLoad files from subfolders in texturepacks
2017-08-18 Loic BlotModernize various files
2016-12-20 ShadowNinjaFix RemoveRelatvePathComponents
2016-11-24 ShadowNinjaFix fs::RemoveRelativePathComponents for paths with...
2016-05-01 gregorycuUse MoveFileEx to rename files on Windows (not rename)
2016-01-01 Perttu Aholafilesys: safeWriteToFile(): Remove the target file...
2015-12-07 ShadowNinjaAdd seperate cache path 3111/head
2015-07-08 Diego MartinezWindows: Fix some warnings.
2015-05-16 ShadowNinjaAdd mod security
2015-04-26 kwolekrTests: Modularize unit testing
2015-04-08 kwolekrSchematics: Prepend mod path to relative schematic...
2014-12-24 ShadowNinjaFix fs::GetRecursiveSubPaths trying to get directory...
2014-12-09 SmallJokerRewrite fs:GetDirListing(file) by kahrl
2014-12-09 SmallJokerIgnore .name directories and files
2014-08-16 selatRemove temporary file at safeWriteToFile()
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 PilzAdamDont write directly to files but rather write and copy...
2013-08-07 KahrlFix various memory access problems detected by valgrind
2013-07-02 sapierReplace C++ mainmenu by formspec powered one
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-04-06 Perttu AholaAdd #include <unistd.h> to filesys.cpp
2012-03-26 Perttu AholaBetter file/directory removal platform code and utilities
2012-03-25 Perttu AholaSmall fix to fs::GetDirListing when trying to list...
2012-03-22 Perttu AholaFix filesys.cpp debug output to go into debug.txt
2012-03-11 Perttu AholaFix CreateAllDirs() (failed for relative fully non...
2011-12-04 Perttu AholaCheck symlinks with stat() to know if they are director...
2011-12-04 Perttu AholaAdd support for unix filesystems which yield DT_UNKNOWN...
2011-10-16 Perttu AholaFix map delete on windows (concatenate paths correctly...
2011-09-06 Perttu AholaMerge remote-tracking branch 'queatz/sqlite-map'
2011-09-06 Perttu AholaFix bug in posix file/directory removal wrapper, as...
2011-08-14 Perttu AholaWindows.h -> windows.h for cross-mingw build
2011-06-01 Perttu Aholamerged an old head into main branch
2011-05-20 Perttu AholaMerge: New map directory structure and player passwords
2011-05-18 Ciaran GultnieksNew map directory structure that avoids map size being...
2011-01-25 Perttu Aholashould work now
2011-01-25 Perttu AholaLittle fixes
2011-01-25 Perttu AholaMap deletion button
2011-01-07 Perttu Aholaremoved boost support from filesys.cpp; default to...
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files