aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* show: make --deps aware of namespacesHisham Muhammad2018-04-111-1/+4
* queries: fix tostring()Hisham Muhammad2018-04-111-1/+1
* Try to isolate uses of namespaced name stringsHisham Muhammad2018-04-1113-71/+71
* Make pack_installed_rock operate on query objectsHisham Muhammad2018-04-112-8/+7
* Read namespace on disk search as wellHisham Muhammad2018-04-111-12/+20
* Add support for namespaces.Hisham Muhammad2018-04-1132-387/+612
* Beginning support for namespaced queriesHisham Muhammad2018-04-1111-76/+132
* add --porcelain to search helpAlec Larson2018-04-101-6/+7
* write_rockspec: cleanup source.identifierHisham Muhammad2018-03-301-0/+1
* Nicer title message for `luarocks list`Hisham Muhammad2018-03-231-1/+1
* upload: new flag --temp-keyHisham Muhammad2018-03-203-1/+4
* Use posix.mkdtemp conditionallyHisham Muhammad2018-03-131-1/+5
* Fix .def generation on Windows. (#767)dwenegar2018-02-141-1/+3
* path: use versioned LUA_xPATH_5_x variablesHisham Muhammad2018-01-054-9/+25
* git.lua: avoid quoting difficulties on WindowsHisham Muhammad2018-01-021-2/+2
* Make sure command runs from current dir on WindowsHisham Muhammad2018-01-021-1/+6
* Catch error when git fails to read the hashHisham Muhammad2018-01-021-0/+3
* Obtain a unique identifier for a rock version fetched via gitHisham Muhammad2018-01-021-0/+15
* When using --tree, prepend its package paths in wrappers.Hisham Muhammad2018-01-021-1/+1
* 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
* Adds --dev flag for development-branch sub-repositories. (#736)Hisham Muhammad2017-10-084-2/+19
* 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
* Dir separator is always "/".Hisham Muhammad2017-10-087-15/+11
* Move luarocks.index to luarocks.admin.indexHisham Muhammad2017-10-084-3/+3
* 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-043-135/+179
* Patches now can create a new files from /dev/null (#692)Evgeny Shulgin2017-10-041-1/+13
* Fix: handle missing dependencies section in manifest.Hisham Muhammad2017-10-041-2/+2
* Use versioned files only. (#734)Hisham Muhammad2017-10-041-8/+3
* Fix detection of directories on WindowsSebastian Thomschke2017-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: speed up buildHisham Muhammad2017-09-292-2/+4
* Refactor download() functionHisham Muhammad2017-09-291-31/+47
* 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
* Document cache option.Hisham Muhammad2017-09-292-0/+4
* Be stricter when autodetecting `source.dir`Hisham Muhammad2017-09-291-7/+6
* Remove debugging codeHisham Muhammad2017-09-291-1/+0
* Make sure package paths only reference current Lua versionHisham Muhammad2017-09-294-12/+18
* read just one line when checking md5Michal Cichra2017-09-261-1/+1
* Speed up type checkingHisham Muhammad2017-09-132-4/+9
* Fix version cacheHisham Muhammad2017-09-131-9/+9
* Merge branch 'luarocks-3'Hisham Muhammad2017-09-1367-2267/+2403
|\
| * Add sanity check for lua.hHisham Muhammad2017-04-171-0/+9