aboutsummaryrefslogtreecommitdiff
path: root/contrib/directory-archive
AgeCommit message (Collapse)Author
2009-08-26update fetch-all with dir authAndrew Lewman
2009-08-10directory-archive scripts now fetch from urras tooRoger Dingledine
2009-02-06Create Archive directory if it does not exist. Make sure mv knows we want ↵Peter Palfrader
to move stuff into a dir svn:r18411
2009-01-18make it work with base64Peter Palfrader
base64 from coreutils is really picky about the number of equation marks (=) that end a base64 encoded string. Unfortunately Tor doesn't believe they are important at all so it cuts them all off all the time. For perl purposes we just added a good measure of = and were happy about it. For base64 we now need to add the proper number of equation marks. It turns out that number is 1 for the length of strings we process. svn:r18170
2009-01-18Aliases do not work so well in scriptsPeter Palfrader
svn:r18169
2009-01-18Add base64-decode as an alias or shell function. it was a proper binary in ↵Peter Palfrader
sarge svn:r18168
2009-01-18Update lists of directory authorities.Karsten Loesing
svn:r18167
2008-09-02Add my scripts to dump directories to contribPeter Palfrader
svn:r16736