index
:
luarocks
Git-Hub-actions-use-teal
check-already-quoted
docs-folder
feat-better-perm-message
fix-1041
fix-1261
fix-lua-link-windows
fix-unused-variables
gh-pages
honor-umask
improve-dep-message
lua-to-teal-migration
lua-to-teal-migration-loader
lua-to-teal-migration-repo-writer
lua-to-teal-migration-test
luarocks4
main
master
pre-quick-tests
teal-convert-dependencies
teal-convert-dependencies-2
teal-write-rockspec
test-windows-rock-manifest-slash
test-windows-spaces
tests-more-quick
A mirror of https://github.com/luarocks/luarocks.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-02
Honor --tree in list command.
Hisham Muhammad
1
-1
/
+5
2012-11-02
Add documentation
Hisham Muhammad
1
-2
/
+4
2012-10-31
Clean up and make use of deps-mode / deps_mode consistent. --nodeps is now an...
Hisham Muhammad
11
-65
/
+64
2012-10-17
Cleanup display of titles, simplify porcelain a bit.
Hisham Muhammad
6
-46
/
+21
2012-10-17
introduce --porcelain cmdline flag to force machine-readable output
Vladimir Dronnikov
2
-30
/
+48
2012-10-16
Report LuaRocks user-agent when using LuaSocket as well.
Hisham Muhammad
4
-6
/
+15
2012-10-16
Remove dead code: search_repos always returns a table.
Hisham Muhammad
2
-10
/
+3
2012-10-16
Remove dead code: queries in this function never happen with exact_name == fa...
Hisham Muhammad
1
-7
/
+0
2012-10-16
Remove dead code
Hisham Muhammad
1
-16
/
+0
2012-10-16
On Windows, we can't "os.rename" over an existing file. Closes #104.
Hisham Muhammad
3
-1
/
+32
2012-10-08
Add check based on @avnik's pull request. Closes #95.
Hisham Muhammad
1
-1
/
+6
2012-10-08
Check root parent only if root does not exist (useful for ~/.luarocks, avoids...
Hisham Muhammad
1
-1
/
+6
2012-10-03
Remove dead code.
Hisham Muhammad
1
-12
/
+0
2012-10-03
Remove unused third argument.
Hisham Muhammad
1
-3
/
+1
2012-10-03
Comment format consistency.
Hisham Muhammad
1
-27
/
+17
2012-10-02
Add logiceditor.com mirror. Thanks to Alexander Gladysh!
Hisham Muhammad
1
-0
/
+1
2012-10-02
Remove reference to unused module.
Hisham Muhammad
1
-1
/
+0
2012-09-25
Fix map_trees when fn does not return values.
Hisham Muhammad
1
-2
/
+2
2012-09-25
Improve support for parallel rocks trees with different Lua versions.
Reuben Thomas
2
-5
/
+7
2012-09-25
factor out tree map operation and use it in "luarocks path" command, providin...
Hisham Muhammad
6
-47
/
+60
2012-09-25
Remove duplicate add.lua from LUAROCKS_FILES in Makefile
Reuben Thomas
1
-1
/
+1
2012-09-25
Add missing purge.lua to LUAROCKS_FILES in Makefile
Reuben Thomas
1
-1
/
+1
2012-09-25
unfinished work on multi-tree support
Hisham Muhammad
14
-69
/
+139
2012-09-25
Add liblua.so mirror, thanks to Rob Kendrick
Hisham Muhammad
1
-1
/
+2
2012-09-25
Fix missing declaration to be used on Mac OSX systems, related to #94.
Hisham Muhammad
1
-2
/
+2
2012-09-24
Fix for when version is not explicitly given.
Hisham Muhammad
1
-1
/
+1
2012-09-24
Show module filenames in 'luarocks show'.
Hisham Muhammad
3
-21
/
+62
2012-09-24
Add 'purge' command. Closes #25.
Hisham Muhammad
3
-6
/
+61
2012-09-21
preparing 2.0.11
v2.0.11
Hisham Muhammad
1
-1
/
+1
2012-09-21
preparing 2.0.11
Hisham Muhammad
2
-3
/
+3
2012-09-21
Test for missing argument.
Hisham Muhammad
1
-1
/
+5
2012-09-21
Add luafr.org to the mirrors list. Thanks to Pierre Chaupis!
Hisham Muhammad
1
-1
/
+2
2012-09-19
Add --bin flag for `luarocks path`, and provide cleaner variable output. Clos...
Hisham Muhammad
3
-2
/
+26
2012-09-19
Cleanup mingw32 code
Hisham Muhammad
1
-26
/
+4
2012-09-19
Rename luarocks.rep to luarocks.repos. Closes #45.
Hisham Muhammad
8
-28
/
+28
2012-09-19
Do not use Lua modules tools while on Windows. Should help with #42. Any feed...
Hisham Muhammad
2
-7
/
+15
2012-09-19
Test for cmake in path before failing randomly. Closes #92.
Hisham Muhammad
1
-3
/
+7
2012-09-18
Deconstruct full library filenames and rebuild them as every possible pattern...
Hisham Muhammad
1
-2
/
+31
2012-09-18
Add 'lint' command, to check for rockspec validity.
Hisham Muhammad
2
-0
/
+38
2012-09-18
Be stricter in type check to catch errors such as #90. Closes #90.
Hisham Muhammad
2
-2
/
+4
2012-09-18
package is probably more accurate
Hisham Muhammad
1
-2
/
+2
2012-09-18
Makes use of -rpath conditional on MacOSX version. Should fix #88, feedback w...
Hisham Muhammad
2
-3
/
+13
2012-09-18
Add mirroring support. String-array entries in the array of
Hisham Muhammad
3
-10
/
+17
2012-09-11
Return error message for require loader
Rob Hoelz
1
-2
/
+2
2012-09-10
enforce proper order in the loader... apparently this has been working "by ac...
Hisham Muhammad
1
-4
/
+4
2012-09-07
LuaSocket's http.request crashes when given URLs missing the scheme part.
Hisham Muhammad
1
-1
/
+9
2012-09-07
Add back correct function that went missing in the latest reorganization.
Hisham Muhammad
1
-3
/
+3
2012-09-03
fs.quiet doesn't require external tools
Hisham Muhammad
4
-14
/
+14
2012-09-03
Cleanup and reduce diff between unix.tools and win32.tools
Hisham Muhammad
2
-109
/
+114
2012-09-03
Add missing pipe:close()
Hisham Muhammad
1
-0
/
+1
[next]