Download List

项目描述

MirrorBrain is a framework to run a content delivery network using mirror servers. It solves a challenge that many popular open source projects face: a flood of download requests, often magnitudes more than a single site could practically handle. A central (and probably the most obvious) part is a "download redirector" that automatically redirects requests from Web browsers or download programs to a mirror server near them. Choosing a suitable mirror for a user's request is the key, and MirrorBrain uses geolocation and global routing data to make a sensible choice and achieve load-balancing for the mirrors at the same time. The algorithm is both sophisticated and easy to control and tune. In addition, MirrorBrain monitors mirrors, scans them for files, generates mirror lists, and more.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-22 12:06
2.16.0

在此版本中修复的最大错误是为可能出现崩溃的 (仅) 回退镜像配置 (与 MirrorBrainFallback 指令在 Apache 配置文件中硬编码) 的时候。其他修复程序大多是调整为较新的 Python 和构建环境。扫描仪是好一点。URL 签署 (在 2.14.0 中介绍了) 现在认为稳定。
标签: Stable, Bugfixes, Feature Enhancements
The most significant bugfix in this release is for a crash which could (only) occur when fallback mirrors were configured (hardcoded with the MirrorBrainFallback directive in the Apache configuration file). The other fixes are mostly to adjust for newer Python and build environments. The scanner is a little better. URL signing (introduced in 2.14.0) is now considered stable.

2010-11-15 04:34
2.15.0

新功能:产生荫式镜列表的支持。支持扫描Nginx的目录清单。错误修正和镜中的扫描仪的改进。有关调整为MirrorBrain PostgreSQL的广泛方向。
标签: Stable, Bugfixes, Feature Enhancements
New features: support for generating Yum-style mirror lists. Support for scanning Nginx directory listings. Bugfixes and improvements in the mirror scanner. Extensive directions on tuning PostgreSQL for MirrorBrain.

2010-10-21 06:43
2.13.4

此版本改进,增加了简短的报告格式(这使得它很容易发现问题),和一个完全安静的模式,其中的唯一错误将被输出的镜面扫描仪的实用性。它改善了在其他一些角落可用性,并添加文件,特别是在设置自动geoip的数据库更新补充说明。
标签: Stable, Bugfixes, Feature Enhancements
This release improves the usability of the mirror scanner by adding a terse report format (which makes it easy to spot problems), and a totally quiet mode where only errors will be output. It improves usability in some other corners, and adds documentation, notably the added instructions on setting up automatic GeoIP database updates.

2010-09-26 21:24
2.13.3

此版本修正两个重要的Metalink上产生错误。第一个问题是,在Metalinks嵌入磁铁链接可能导致客户端挂起。第二个错误是,在某些条件(metalinks透明的谈判),mod_mirrorbrain可以提供一个文件“foo”当“foo.bar”的要求但didn't存在。此外,山洪的兼容性修复了一些包括在内。钥匙订购是固定的。关键的md5改名为md5sum和正确的编码。一个“创建”的关键是补充。
标签: Stable Bugfixes Feature Enhancements
This release fixes two important bugs in the Metalink generator. The first bug was that magnet links embedded in Metalinks could cause clients to hang. The second bug was that under certain conditions (transparent negotiation of metalinks), mod_mirrorbrain could deliver a file "foo" when "foo.bar" was requested but didnt exist. In addition, a number of compatibility fixes for Torrents are included. Ordering of keys was fixed. The md5 key was renamed to md5sum and correctly encoded. A "created by" key was added.

2010-09-20 10:14
2.13.2

镜子的名单(详页)的内容现在包装成一个XHTML / HTML的DIV容器,允许个人风格。此外,任意的XHTML / HTML标题和页脚,可以指定要放置在页面的身体。由于大众需求的方式发送哈希现在可以受到影响。一个客户端可以请求纯哈希,没有文件名,通过在URL查询参数。同样,管理员可以配置一个新的Apache配置指令本网站范围。 mirmon一体化是当前mirmon更新版本。
标签: Stable, Bugfixes, Feature Enhancements
The contents of the mirror lists (details pages) are now wrapped into an XHTML/HTML DIV container to allow for individual styling. In addition, an arbitrary XHTML/HTML header and footer can be specified to be placed around the page body. Due to popular demand, the way hashes are sent can now be influenced. A client can request the pure hash, without filename, via a query parameter in the URL. Likewise, admins can configure this site-wide with a new Apache configuration directive. mirmon integration was updated for the current mirmon release.

Project Resources