aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Support rsync in "luarocks-admin add"Hisham Muhammad2010-08-302-13/+20
* Support proxies when using LuaSocket (contributed by Steve Donovan)Hisham Muhammad2010-08-301-1/+49
* add 'path' command to the command-line interfaceHisham Muhammad2010-08-301-0/+1
* Add 'luarocks path' command for easy configuration of LUA_PATH and LUA_CPATHHisham Muhammad2010-08-303-19/+39
* Always set -fPIC when using gcc (Unix systems).Hisham Muhammad2010-08-201-4/+3
* fixes bug reported in github #1 - "source.tag does not do anything with Git f...Hisham Muhammad2010-05-171-4/+2
* fix interaction with md5 calculation toolsHisham Muhammad2010-05-171-3/+3
* minor spelling fixHisham Muhammad2010-04-191-1/+1
* Indentation fixesHisham Muhammad2010-04-191-30/+37
* Allow non-superuser to pack rocks which were installed system-wideHisham Muhammad2010-04-192-13/+27
* Properly handle source.url's where source.file is used to indicate theHisham Muhammad2010-04-191-1/+1
* Support svn URLs (since this is incompatible with earlier LuaRocks versions,Hisham Muhammad2010-04-191-0/+45
* Support adding multiple files at once; use scp for copying.Hisham Muhammad2010-04-191-17/+37
* Be case-insensitive in CLI commands. (Backport from svn)Hisham Muhammad2010-04-194-4/+5
* remove need for --force when installing over non-versioned filesv2.0.2Fabio Mascarenhas2010-03-241-5/+1
* fixed bug with luarocks pack on windows, was generating 7z archives instead o...Fabio Mascarenhas2010-03-241-1/+1
* synchronizing with the svn repoFabio Mascarenhas2010-03-206-21/+46
* mingw as build systemFabio Mascarenhas2010-01-222-12/+11
* mingw32 build targetFabio Mascarenhas2010-01-213-2/+185
* use 7z for all archive operations on windowsFabio Mascarenhas2010-01-161-11/+8
* support for downloading with luasocket instead of luacurlFabio Mascarenhas2010-01-161-1/+35
* bugfixes, new rclauncherFabio Mascarenhas2010-01-152-6/+9
* --force option for install/build/make to overwrite non-tracked files, paramet...Fabio Mascarenhas2010-01-158-103/+160
* changes to make LR2 work in windows: filesystem changes, install.bat changes,...Fabio Mascarenhas2010-01-155-26/+196
* Fix installation of modules installed as init.lua fileshisham2009-12-291-0/+3
* minor spellingdavidm2009-12-071-1/+1
* Search fixes by David Manurahisham2009-11-201-3/+8
* silence annoying messagehisham2009-11-171-1/+0
* aaaaaaaaaaaaaaaaaaaaahhisham2009-11-171-1/+1
* Try not to be fooled by cacheing proxieshisham2009-11-093-3/+3
* add documentationhisham2009-11-091-0/+6
* fix deploy check of binarieshisham2009-11-061-1/+1
* add check to allow use of an uninstalled instance during developmenthisham2009-10-291-1/+5
* Fix copy of rock contents. Bug reported by Fabio Mascarenhas.hisham2009-10-291-3/+5
* fixes to improve behavior of 'add'hisham2009-10-272-1/+4
* work with rockspecs with no dependencieshisham2009-10-241-2/+5
* use luarocks.loaderhisham2009-10-222-2/+2
* use new install and config schemehisham2009-10-223-28/+41
* fix packing of files, as reported by Fabio Mascarenhashisham2009-10-221-1/+1
* fix compatibility with LR1 packages. Bug reported by Graham Wakefield.hisham2009-10-211-3/+3
* fix missing require(), as reported by Graham Wakefieldhisham2009-10-211-1/+1
* fix implementation of which()hisham2009-10-151-3/+6
* add a which() function, as requested by Fabio Mascarenhas :)hisham2009-10-131-12/+33
* cleaner behaviorhisham2009-10-131-1/+6
* repository cleanupshisham2009-10-131-0/+2
* fix prefix handlinghisham2009-10-131-1/+1
* Support uploads via sftp (needed for luarocks.org repositories...)hisham2009-10-131-8/+32
* fix compilation in Mac OSXhisham2009-10-131-1/+1
* improved rollback functionhisham2009-10-113-3/+12
* more robust matchinghisham2009-10-111-4/+8