aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tests: fix write_rockspec tests wrt scm -> devHisham Muhammad2017-12-191-11/+11
* Tests: add regression test for #750Hisham Muhammad2017-12-191-2/+12
* Tests: expose `exist` function to specsHisham Muhammad2017-12-191-7/+7
* Differentiate "not found" and "fail" when deleting.Hisham Muhammad2017-12-191-4/+10
* Use util.warning instead of printerr with "Warning: "Hisham Muhammad2017-12-198-9/+9
* Use 'dev' instead of 'scm'.Hisham Muhammad2017-12-015-7/+11
* Tests: mark new_version test using mock-serverHisham Muhammad2017-11-091-18/+21
* Tests: build using INCDIR for an external dependencyHisham Muhammad2017-11-065-4/+58
* Travis: configure before makedistHisham Muhammad2017-10-081-0/+1
* Test list of installed files on Travis.Hisham Muhammad2017-10-082-1/+7
* Makefile: remove entry that is still in branch only.Hisham Muhammad2017-10-081-1/+1
* Makefile: Update list of deployed filesHisham Muhammad2017-10-081-3/+4
* Adds --dev flag for development-branch sub-repositories. (#736)Hisham Muhammad2017-10-085-2/+23
* Tests: move mock-server utils into test_environment.luaHisham Muhammad2017-10-084-51/+43
* fun: make function argument the last oneHisham Muhammad2017-10-081-5/+5
* Reorganize luarocks.core requires and type checking tablesHisham Muhammad2017-10-0814-381/+426
* Tests: use local fixture for new_version test.Hisham Muhammad2017-10-083-30/+55
* Tests: use local fixture for upload test.Hisham Muhammad2017-10-084-2/+37
* Dir separator is always "/".Hisham Muhammad2017-10-087-15/+11
* Move luarocks.index to luarocks.admin.indexHisham Muhammad2017-10-084-3/+3
* ChangeLog: Mark module relocations as internal changesHisham Muhammad2017-10-051-5/+8
* Add `luarocks which` command. (#733)Hisham Muhammad2017-10-053-3/+35
* luarocks.fun: a basic set of functional utilitiesHisham Muhammad2017-10-054-15/+47
* 3.0: Patches can create and delete files.Hisham Muhammad2017-10-044-135/+181
* Add test fixture for creating/deleting files in a patch.Hisham Muhammad2017-10-042-0/+35
* Patches now can create a new files from /dev/null (#692)Evgeny Shulgin2017-10-041-1/+13
* Make Makefiles install site_config.lua in new location.Hisham Muhammad2017-10-042-3/+4
* Fix: handle missing dependencies section in manifest.Hisham Muhammad2017-10-041-2/+2
* Use versioned files only. (#734)Hisham Muhammad2017-10-0416-227/+161
* Fix detection of directories on WindowsSebastian Thomschke2017-10-041-1/+1
* Makefile.setup.inc: do not include trailing slash in LUADIRDaniel Hahler2017-10-041-1/+1
* Use __tostring to represent versions as strings.Hisham Muhammad2017-10-032-20/+9
* Safer comparison number.Hisham Muhammad2017-10-031-2/+2
* Revert commited `make build` changes in src/binPeter Melnichenko2017-09-302-4/+2
* Travis: cache Busted and LuaCov as wellHisham Muhammad2017-09-291-3/+2
* Travis: fix use of cacheHisham Muhammad2017-09-291-2/+2
* Travis: speed up buildHisham Muhammad2017-09-293-5/+7
* Merge branch 'refactor/download'Hisham Muhammad2017-09-291-31/+47
|\
| * Refactor download() functionHisham Muhammad2017-09-291-31/+47
* | Travis: add cacheHisham Muhammad2017-09-291-0/+13
|/
* Fix: don't eat up one slash when fixing the pathHisham Muhammad2017-09-291-1/+1
* Nicer title message for `luarocks search`Hisham Muhammad2017-09-291-1/+2
* Revise README.md for test/Hisham Muhammad2017-09-291-19/+24
* Changes to the output of the test suiteHisham Muhammad2017-09-292-4/+3
* Document cache option.Hisham Muhammad2017-09-292-0/+4
* Be stricter when autodetecting `source.dir`Hisham Muhammad2017-09-291-7/+6
* Add a changelog with ongoing LuaRocks 3 changes.Hisham Muhammad2017-09-291-0/+33
* Remove debugging codeHisham Muhammad2017-09-291-1/+0
* Make sure package paths only reference current Lua versionHisham Muhammad2017-09-294-12/+18
* Merge pull request #732 from mikz/patch-1Hisham Muhammad2017-09-291-1/+1
|\