| Commit message (Expand) | Author | Age | Files | Lines |
* | write_rockspec: cleanup source.identifier | Hisham Muhammad | 2018-03-30 | 1 | -0/+1 |
* | Nicer title message for `luarocks list` | Hisham Muhammad | 2018-03-23 | 1 | -1/+1 |
* | upload: new flag --temp-key | Hisham Muhammad | 2018-03-20 | 3 | -1/+4 |
* | Use posix.mkdtemp conditionally | Hisham Muhammad | 2018-03-13 | 1 | -1/+5 |
* | Fix .def generation on Windows. (#767) | dwenegar | 2018-02-14 | 1 | -1/+3 |
* | path: use versioned LUA_xPATH_5_x variables | Hisham Muhammad | 2018-01-05 | 4 | -9/+25 |
* | git.lua: avoid quoting difficulties on Windows | Hisham Muhammad | 2018-01-02 | 1 | -2/+2 |
* | Make sure command runs from current dir on Windows | Hisham Muhammad | 2018-01-02 | 1 | -1/+6 |
* | Catch error when git fails to read the hash | Hisham Muhammad | 2018-01-02 | 1 | -0/+3 |
* | Obtain a unique identifier for a rock version fetched via git | Hisham Muhammad | 2018-01-02 | 1 | -0/+15 |
* | When using --tree, prepend its package paths in wrappers. | Hisham Muhammad | 2018-01-02 | 1 | -1/+1 |
* | Differentiate "not found" and "fail" when deleting. | Hisham Muhammad | 2017-12-19 | 1 | -4/+10 |
* | Use util.warning instead of printerr with "Warning: " | Hisham Muhammad | 2017-12-19 | 8 | -9/+9 |
* | Use 'dev' instead of 'scm'. | Hisham Muhammad | 2017-12-01 | 5 | -7/+11 |
* | Adds --dev flag for development-branch sub-repositories. (#736) | Hisham Muhammad | 2017-10-08 | 4 | -2/+19 |
* | fun: make function argument the last one | Hisham Muhammad | 2017-10-08 | 1 | -5/+5 |
* | Reorganize luarocks.core requires and type checking tables | Hisham Muhammad | 2017-10-08 | 14 | -381/+426 |
* | Dir separator is always "/". | Hisham Muhammad | 2017-10-08 | 7 | -15/+11 |
* | Move luarocks.index to luarocks.admin.index | Hisham Muhammad | 2017-10-08 | 4 | -3/+3 |
* | Add `luarocks which` command. (#733) | Hisham Muhammad | 2017-10-05 | 3 | -3/+35 |
* | luarocks.fun: a basic set of functional utilities | Hisham Muhammad | 2017-10-05 | 4 | -15/+47 |
* | 3.0: Patches can create and delete files. | Hisham Muhammad | 2017-10-04 | 3 | -135/+179 |
* | Patches now can create a new files from /dev/null (#692) | Evgeny Shulgin | 2017-10-04 | 1 | -1/+13 |
* | Fix: handle missing dependencies section in manifest. | Hisham Muhammad | 2017-10-04 | 1 | -2/+2 |
* | Use versioned files only. (#734) | Hisham Muhammad | 2017-10-04 | 1 | -8/+3 |
* | Fix detection of directories on Windows | Sebastian Thomschke | 2017-10-04 | 1 | -1/+1 |
* | Use __tostring to represent versions as strings. | Hisham Muhammad | 2017-10-03 | 2 | -20/+9 |
* | Safer comparison number. | Hisham Muhammad | 2017-10-03 | 1 | -2/+2 |
* | Revert commited `make build` changes in src/bin | Peter Melnichenko | 2017-09-30 | 2 | -4/+2 |
* | Travis: speed up build | Hisham Muhammad | 2017-09-29 | 2 | -2/+4 |
* | Refactor download() function | Hisham Muhammad | 2017-09-29 | 1 | -31/+47 |
* | Fix: don't eat up one slash when fixing the path | Hisham Muhammad | 2017-09-29 | 1 | -1/+1 |
* | Nicer title message for `luarocks search` | Hisham Muhammad | 2017-09-29 | 1 | -1/+2 |
* | Document cache option. | Hisham Muhammad | 2017-09-29 | 2 | -0/+4 |
* | Be stricter when autodetecting `source.dir` | Hisham Muhammad | 2017-09-29 | 1 | -7/+6 |
* | Remove debugging code | Hisham Muhammad | 2017-09-29 | 1 | -1/+0 |
* | Make sure package paths only reference current Lua version | Hisham Muhammad | 2017-09-29 | 4 | -12/+18 |
* | read just one line when checking md5 | Michal Cichra | 2017-09-26 | 1 | -1/+1 |
* | Speed up type checking | Hisham Muhammad | 2017-09-13 | 2 | -4/+9 |
* | Fix version cache | Hisham Muhammad | 2017-09-13 | 1 | -9/+9 |
* | Merge branch 'luarocks-3' | Hisham Muhammad | 2017-09-13 | 67 | -2267/+2403 |
|\ |
|
| * | Add sanity check for lua.h | Hisham Muhammad | 2017-04-17 | 1 | -0/+9 |
| * | Get rid of an implicit number to string conversion | Peter Melnichenko | 2017-04-14 | 1 | -2/+2 |
| * | Make sure target directory exists when saving API config. | Hisham | 2017-02-08 | 1 | -0/+5 |
| * | Improve error checking in ownership check. | Hisham | 2017-01-08 | 4 | -7/+23 |
| * | Oops! Fix warning message. | Hisham | 2017-01-06 | 1 | -1/+3 |
| * | Check ownership of cache directory and emit a warning. | Hisham | 2017-01-06 | 6 | -9/+47 |
| * | Remove outdated flags | Hisham | 2016-12-18 | 1 | -1/+1 |
| * | Fix clobbered varible. | Hisham | 2016-12-02 | 1 | -7/+7 |
| * | Check for specific directories instead of the root dir. | Hisham | 2016-12-02 | 1 | -19/+20 |