Download List

Descripción del Proyecto

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 Requirements

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

El bugfix más importante de esta versión es un accidente que (sólo) podría ocurrir cuando espejos respaldos estaban configurados (codificados con la Directiva de MirrorBrainFallback en el archivo de configuración de Apache). Las otras soluciones son en su mayoría ajustar para Python más reciente y construir entornos. El escáner es un poco mejor. URL firma (introducido en 2.14.0) ahora es considerado estable.

Tags: 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

Nuevas características: soporte para la generación de listas espejo Yum-estilo. Apoyo para la digitalización de los otros listados de Nginx directorio. Corrección de errores y mejoras en el escáner de espejo. Amplia instrucciones de ajuste de PostgreSQL para MirrorBrain.
Tags: 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

Esta versión mejora la facilidad de uso del escáner espejo mediante la adición de un formato de informe conciso (que hace que sea fácil detectar los problemas), y un modo totalmente tranquilo donde los errores sólo se emitirá. Mejora la facilidad de uso en algunos otros rincones, y agrega la documentación, en particular las instrucciones agregó sobre la configuración de las actualizaciones automáticas de la base de datos GeoIP.
Tags: 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

Esta versión corrige dos errores importantes en el generador de Metalink. El primer fallo fue que une imán incrustado en Metalinks podrían hacer que los clientes se bloquee. El segundo error fue que bajo ciertas condiciones (de negociación transparente de Metalinks), mod_mirrorbrain pudiera enviar un archivo "foo" cuando "foo.bar" fue solicitado, pero existen aún no ha. Además, una serie de correcciones de compatibilidad para Torrents están incluidos. Ordenamiento de las claves fue corregido. La clave md5 fue renombrado como md5sum y codificado correctamente. Un "creado por" clave se añadió.
Tags: 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

El contenido de las listas espejo (páginas de información) están envueltos en un contenedor XHTML / HTML DIV para permitir un estilo individual. Además, una arbitraria XHTML / HTML de cabecera y pie de página se puede especificar que se coloca alrededor del cuerpo de la página. Debido a la demanda popular, los valores hash manera se envían ahora se puede influir. Un cliente puede solicitar el hash puro, sin nombre de archivo, a través de un parámetro de consulta en la URL. Del mismo modo, los administradores pueden configurar este sitio-ancha con una directiva nueva configuración de Apache. integración mirmon se ha actualizado para la liberación mirmon actual.
Tags: 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