| Commit message (Expand) | Author | Files | Lines |
2016-08-25 | Fix lfs.attributes and lfs.symlinkattributes extra argument handling | Peter Melnichenko | 2 | -1/+13 |
2016-07-16 | Add a 'target' field for symlinkattributes. | NiteHawk | 3 | -1/+52 |
2016-06-30 | Fix anchor names in documentation | Peter Melnichenko | 1 | -2/+2 |
2016-06-09 | Add a test for #52. | Peter Melnichenko | 1 | -0/+3 |
2016-06-01 | Fix export of luaopen_lfs on Windows (#74) | Eric Cosatto | 2 | -12/+14 |
2016-05-05 | Update docs for new return values | Peter Melnichenko | 1 | -7/+7 |
2016-05-05 | Test what lfs.attributes returns on error | Peter Melnichenko | 1 | -1/+4 |
2016-05-05 | Return errno from lfs.attributes on error | Peter Melnichenko | 1 | -1/+2 |
2016-05-05 | Return errno from lfs.touch on error | Peter Melnichenko | 1 | -18/+16 |
2016-05-05 | Return errno from lfs.rmdir on error | Peter Melnichenko | 1 | -12/+2 |
2016-05-05 | Return errno from lfs.mkdir on error | Peter Melnichenko | 1 | -29/+28 |
2016-05-05 | Include strerror(errno) into error message in lfs.attributes | Peter Melnichenko | 1 | -2/+2 |
2016-05-05 | Add attribute name to error on invalid attribute in lfs.attributes | Peter Melnichenko | 1 | -1/+1 |
2016-05-04 | Document passing table as second argument to lfs.attributes | Peter Melnichenko | 2 | -4/+5 |
2016-05-04 | Refactor set_info() using lua_setfield | Peter Melnichenko | 1 | -9/+6 |
2016-05-04 | Update top level comments | Peter Melnichenko | 2 | -7/+4 |
2016-05-04 | Fix a warning when compiling as C++11 | Peter Melnichenko | 1 | -1/+1 |
2016-05-04 | Update docs [ci skip] | Peter Melnichenko | 4 | -29/+14 |
2016-05-04 | Delete $(CFLAGS). | Jin Qing | 1 | -1/+1 |
2016-05-03 | Use hererocks for Appveyor | Peter Melnichenko | 4 | -801/+12 |
2016-05-03 | Use hererocks for Travis-CI | Peter Melnichenko | 4 | -150/+8 |