aboutsummaryrefslogtreecommitdiff
path: root/win32/bin/7z.dll (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-14Abstract all external commands so they can be overriden via config.luaHisham Muhammad9-84/+121
2011-08-14tweak for local testingHisham Muhammad1-2/+1
2011-08-14Fix refresh_cache and remove code redundancyHisham Muhammad4-47/+39
2011-08-14oops, use stderr with printerr!Hisham Muhammad1-1/+1
2011-08-14Abstract away configuration issue over to cfg.Hisham Muhammad2-8/+8
2011-08-14Be a bit more verbose in type='command',Hisham Muhammad1-0/+2
2011-08-13Replace all print()'s by appropriate calls to send messages to stdout and std...Hisham Muhammad28-187/+210
2011-08-09current_dir() should not assume that the PWD environment variable is valid (c...Hisham Muhammad2-12/+6
2011-07-28Use provided subdirectories to look for files if specified (#32)Mikhail Gusarov1-8/+22
2011-07-20appease LDoc warningHisham Muhammad1-1/+1
2011-07-20minor documentation fixesHisham Muhammad2-2/+5
2011-06-29zip handle should be opened with 'wb' flagsIgnacio Burgueño1-1/+1
2011-06-29Read the whole file at onceIgnacio Burgueño1-4/+2
2011-05-11Be more explicit in the "missing external dependency" error message.Hisham Muhammad1-1/+3
2011-05-08Don't clone .git when using 'luarocks-admin add'Hisham Muhammad1-1/+1
2011-04-21Support redirects from https to http, fixes issue with bitbucket.org URLs.Hisham Muhammad1-16/+6
2011-04-11avoid prepending extra entries multiple times when 'make' is run repeatedlyHisham Muhammad1-2/+4
2011-04-11report build errorHisham Muhammad1-1/+1
2011-03-23remove code found duplicated (by an incorrect merge?)Hisham Muhammad1-30/+0
2011-03-22Handle case when fs.download returns no error messageHisham Muhammad1-1/+1
2011-03-22Add support for curl on Windows (untested)Hisham Muhammad1-5/+12
2011-02-07allow http_request to follow redirects hopping from http (LuaSocket) to https...Hisham Muhammad1-1/+22
2011-02-07Fix bug of missing local declarations which resulted in downloads being "prop...Hisham Muhammad1-0/+1
2011-01-17Have wget be nicer to https URLs.Hisham Muhammad1-1/+1
2011-01-17Add the -L flag to curl so it follows redirects.Hisham Muhammad1-1/+1
2011-01-14Prepare for 2.0.4.1v2.0.4.1Hisham Muhammad2-2/+2
2011-01-14Fix fs.exists, as pointed out by Doug Currie.Hisham Muhammad1-1/+1
2010-12-21Fix bug with paths causing LuaRocks to break on Windows when using LuaFileSys...Hisham Muhammad1-41/+60
2010-12-21fix error messageHisham Muhammad1-4/+4
2010-12-21indentation fixesHisham Muhammad1-52/+52
2010-12-21Add HTTPS support to native fs.download function, using LuaSec.Hisham Muhammad2-57/+31
2010-12-21Fix error message on unsupported protocolsHisham Muhammad1-13/+15
2010-12-14Fix sorting and saving of persisted manifest table.Hisham Muhammad4-12/+22
2010-12-05Make sorting for manifest table stable.Hisham Muhammad1-2/+8
2010-12-04remove unused variableHisham Muhammad1-1/+0
2010-11-23Use unified matcher for md5 commands, as suggested by Doug Currie.Hisham Muhammad2-52/+28
2010-11-23Getting ready for LuaRocks 2.0.4Hisham Muhammad3-3/+4
2010-11-22Add OpenBSD supportJames Turner2-1/+21
2010-11-18Remove newline from string when reading from md5 or openssl. Closes #4.Hisham Muhammad1-2/+2
2010-11-18Fix usage of cfg.root_dir, which can now be either a string or a table.Hisham Muhammad5-15/+25
2010-11-08Match "*" wildcard so that numbered libraries can be found,Hisham Muhammad2-5/+14
2010-11-08Fixes for native zip packing module.Hisham Muhammad1-87/+100
2010-11-02fix for 'show' version selection by Steve DonovanHisham Muhammad1-1/+1
2010-11-02display external dependencies in index.html pageHisham Muhammad1-10/+34
2010-11-02use absolute paths with fs.deleteHisham Muhammad1-2/+2
2010-10-22Improve support for win32-msys. Closes issue #3.Hisham Muhammad1-1/+2
2010-10-19Specify pattern for valid rock namesHisham Muhammad1-1/+1
2010-10-15Display the name of file created by 'pack'.Hisham Muhammad1-2/+9
2010-10-15Add sanity check to is_actual_binary.Hisham Muhammad1-0/+5
2010-09-23New option for ~/.luarocks/config.lua: "local_by_default", whichHisham Muhammad1-0/+4