Download List

Descripción del Proyecto

RabbIt is a mutating, caching Web proxy used to
speed up surfing over slow links like modems. It
does this by removing advertising and background
images and scaling down images to low quality
JPEGs. RabbIT is written in Java and should be
able to run on any platform. It does depend upon
an image converter if image scaling is on. The
recommended image converter is "convert" from the
ImageMagick package.

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-17 07:55
4.11

Esta versión se asegura de que el registro se hace fuera de las roscas de selector. Agrega los registradores de uso de tráfico configurable para que sea fácil iniciar el uso del tráfico de red de usuario. La interfaz de CacheEntry fue limpiada por lo que es más fácil de implementar. Más soluciones para los encabezados HTTP leyendo, cuando la cabecera se ha dividido en muchos de los diferentes bloques de la red.
Tags: Stable, Minor feature enhancements
This release makes sure that logging is done off the selector threads. It adds configurable traffic usage loggers so that it is easy to log user network traffic usage. The CacheEntry interface was cleaned up so that it is easier to implement. More fixes for HTTP headers reading, when the header has been split into many different blocks on the network.

2011-06-30 07:17
4.10

Esta versión corrige un problema con StackOverflow de recursos fragmentada con muchas pequeñas partes. Se corrige un problema que causaba que algunos bytes a perderse cuando un buffer de datos se amplió. Se reduce el uso de la memoria un poco.
Tags: Stable, Minor
This release fixes a problem with StackOverflow for chunked resources with many small chunks. It fixes a problem that caused some bytes to get lost when a data buffer was enlarged. It reduces memory usage a little.

2011-01-19 07:34
4.9

Ahora es más fácil de utilizar los recursos de base de datos en diferentes partes de la representación. Es más fácil de usar archivos externos frasco. Un problema con el lector encabezado HTTP que podría resultar en una RequestLineTooLongException se ha solucionado.
Tags: Stable, Bugfixes
It is now easier to use database resources in different parts of the proxy. It is easier to use external jar files. A problem with the HTTP header reader that could result in a RequestLineTooLongException has been fixed.

2010-10-28 06:58
4.8

Esta versión añade soporte para HTTP de filtrado de las solicitudes de conexión. Se corrige un problema en volver a embalar las páginas ya están comprimidos. Maneja imágenes semi-transparentes mejor cuando se utiliza el convertidor de imágenes basadas en Java. Añade más información a los registros de SSL.
Tags: Stable, Minor feature enhancements, Bugfixes
This release adds support for HTTP filtering of connect requests. It fixes a problem in repacking already compressed pages. It handles semi-transparent images better when using the Java-based image converter. It adds more information to the SSL logs.

2010-07-26 01:04
4.7

Un error que corrompió algunas solicitudes pipeline fue corregido. Un error se fija con el control de errores plantilla de página para la autenticación necesaria. Un selector de la cadena de proxy se añadió de manera que es posible dirigir las solicitudes internas y externas para diferentes caminos. Una gran cantidad de javadoc se ha añadido y actualizado. A algunos errores fueron corregidos en el fichero de construcción de las hormigas.
Tags: Bug fixes, Code cleanup, Feature Enhancements
A bug that corrupted some pipelined requests was fixed. A bug was fixed with the error page template handling for authentication required. A proxy chain selector was added so that it is possible to direct internal and external requests to different paths. A lot of javadoc was added and updated. A few bugs were fixed in the build file for ant.

Project Resources