aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-28win32: declare lfs_win32_pusherror, windowsToUnixTime, lfs_win32_lstat as staticHEADmasterFractalU1-3/+3
2024-10-28CI: don't duplicate runsHisham Muhammad1-1/+5
2024-10-28CI: add Windows runHisham Muhammad1-4/+29
2024-10-28ci: use gh-actions-lua and gh-actions-luarocks from luarocksHisham Muhammad1-2/+2
2023-12-12ci: fix python version on macos (#173)Hisham Muhammad1-1/+2
2023-12-12Explicitly cast void * pointers - allows code to build cleanly as C++. (#165)Vas Crabb1-2/+2
2023-12-12Fix a few compiler warnings (#171)rpatters11-4/+4
2022-07-26keplerproject -> lunarmodulesHisham Muhammad9-47/+35
2022-07-15win32: use standard memmove functionHisham Muhammad1-1/+1
2022-07-15appveyor.yml: update pip, hererocks, add Lua 5.4Hisham Muhammad1-17/+29
2022-06-24Move doc/us/ to docs/, replacing the gh-pages branch.Hisham Muhammad9-28/+16
2022-06-24Remove old "vc6" folderHisham Muhammad3-165/+0
2022-06-24switch to Github ActionsHisham Muhammad3-35/+49
2021-11-09rockspec: use git+https:// for git repository URLAlexander Turenko1-1/+1
2020-04-22Release 1.8.0v1_8_0Hisham Muhammad3-3/+12
2020-04-22It does work on Windows now!Hisham Muhammad1-1/+0
2020-04-22update copyrightsHisham Muhammad2-2/+2
2020-04-22Lua 5.4: use __close to close dir if you break the iteratorHisham Muhammad1-0/+11
2020-04-22indent -kr -nut -i2 src/lfs.c src/lfs.hHisham Muhammad2-555/+690
2020-04-21Makefile: make it easier to switch Lua versionsHisham Muhammad2-9/+9
2020-04-21Use CREATE_ALWAYS instead of CREATE_NEW云风1-1/+1
2020-04-21tests: behavior test for hard linksHisham Muhammad1-1/+34
2020-04-21win32: strip UNC prefix if presentHisham Muhammad1-0/+6
2020-04-21win32 lstat: if it's not a link, just do statHisham Muhammad1-0/+3
2020-04-21win32: obtain symlink attributesHisham Muhammad1-26/+78
2020-04-21Add Windows compatibility for lfs.linkEroica1-41/+65
2020-04-21tests: drop LuaJIT 2.0 from test matrixHisham Muhammad2-2/+0
2020-04-20Make MACOSX_DEPLOYMENT_TARGET configurableJoshua Root2-1/+4
2020-04-20Support Lua 5.4Peter Melnichenko1-2/+2
2019-10-29Fallback to _POSIX_PATH_MAX when MAXPATHLEN isn't available (#130)James McCoy1-1/+6
2018-03-15Replace rockspecs/ with a single scm rockspec (#108)Peter Melnichenko18-478/+8
2017-12-14lfs.attributes and lfs.symlinkattributes arguments renamed s/aname/request_na...TsT1-4/+4
2017-11-29added extra include-dir to compile in ubuntu (#103)Kıvanç Çakmak1-2/+3
2017-11-27Fix memory leak in case of realloc failure. (#102)Hisham Muhammad1-5/+11
2017-10-08Update version in lfs.def (#96)Stephen E. Baker1-1/+1
2017-10-08Support DESTDIR make install option (#98)Dan Church1-2/+2