aboutsummaryrefslogtreecommitdiff
path: root/tools/build/panda-state.p6
AgeCommit message (Collapse)AuthorFilesLines
2018-01-19we don't use panda nowSteve Mynott1-56/+0
2015-11-22Fix HTTP communication in panda-state.p6Moritz Lenz1-7/+7
2015-09-19Socket.send is now .printMoritz Lenz1-1/+1
2015-06-29languages -> sharegerd1-8/+8
2015-05-19Unify get request for proxy/non-proxyWill "Coke" Coleda1-2/+1
ecosystem host confused by the http/1.0 attempt there (used to work fine against feather)
2015-05-19Update projects list, feather is no more.Will "Coke" Coleda1-2/+2
2015-02-03Avoid warning in tools/build/panda-state.p6Moritz Lenz1-1/+1
2015-01-06unbreak hash initializer betterJonathan Scott Duff1-2/+1
2015-01-06unbreak hash initializerTobias Leich1-0/+1
2015-01-05switch digest module to cosimo on githubMoritz Lenz1-1/+1
It is now updated to work on current rakudo
2014-09-26just try to mkdir (in case it exists)Tobias Leich1-5/+5
2014-09-25add script that creates panda state fileTobias Leich1-0/+57
So after installing star panda will know what modules are installed. When someone then will install a module that depends on a shipped module, the shipped (and known working) dependency will be used by default.