aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-04Verify that file actually exists when using the 'file' protocol. Closes #47.v2.0.6Hisham Muhammad1-1/+5
2011-09-29Appease stricter escaping rules from Lua 5.2, Metalua and the current LuaJIT2...Hisham Muhammad1-1/+3
2011-09-17Add missing bit to fix #46.Hisham Muhammad1-1/+1
2011-09-17Since 'description' field is optional, functions should not assume it is alwa...Hisham Muhammad3-6/+7
2011-09-16prepare release 2.0.62.0.6-rc1Hisham Muhammad2-2/+2
2011-09-16Replace rocks_trees and rocks_servers with the one in the home file; do not m...Hisham Muhammad2-1/+11
2011-09-16Inform the user that 'install' switched into 'build'. Closes #30.Hisham Muhammad1-0/+1
2011-09-16Rename luarocks.config to luarocks.site_config, to avoid confusion with the s...Hisham Muhammad3-65/+65
2011-09-16install luarocks.fetch.hgHisham Muhammad1-1/+1
2011-09-16Added a config flag so that unknown fields are accepted. Closes #19.Hisham Muhammad2-1/+8
2011-09-16fix inverted test, which was overwriting the value of rockspec.source.tagHisham Muhammad1-2/+2
2011-09-10Fix variable exported.Hisham Muhammad1-1/+1
2011-09-10Rename files so they're not incorrectly detected by their filename extensions.Hisham Muhammad2-0/+0
2011-09-05Add support for working on future extensions of the rockspec format; start wi...Hisham Muhammad5-4/+46
2011-09-05Fix indentation.Hisham Muhammad1-4/+7
2011-09-04Document possible optimization for the --pack-binary-rock option.Hisham Muhammad1-0/+8
2011-09-03change the hg provider to use the hg:// protocol for backwards compatibility....sylvanaar4-11/+11
2011-09-01Removed misleading error messagesIgnacio Burgueño1-3/+3
2011-08-31clarified commentIgnacio Burgueño1-2/+1
2011-08-29Clarify documentation: the --pack-binary-rock packs in the current directory,...Hisham Muhammad1-1/+2
2011-08-26Implemented a flag --pack-binary-rock to "luarocks build", that compiles into...Hisham Muhammad4-28/+58
2011-08-26update bug report addressHisham Muhammad1-2/+2
2011-08-26simplify two functions into one.Hisham Muhammad3-20/+13
2011-08-26only perform module-to-path translation magic on "lib" and "lua" entries of t...Hisham Muhammad1-13/+15
2011-08-20some additional fixessylvanaar2-5/+5
2011-08-20added an hg scc providersylvanaar3-3/+58
2011-08-14Preparing for release.2.0.5-rc12.0.5Hisham Muhammad2-2/+2
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