Download List

Projeto Descrição

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 versão torna-se de que o log é feito fora os threads de seletor. Ele adiciona registradores de uso de tráfego configurável para que seja fácil de registrar o uso de tráfego de rede do usuário. A interface de CacheEntry foi limpo para que seja mais fácil de implementar. Mais correções para os cabeçalhos HTTP de leitura, quando o cabeçalho foi dividido em vários blocos diferentes na rede.
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 versão corrige um problema com StackOverflow de recursos em partes com muitos pequenos pedaços. Ela corrige um problema que causou alguns bytes para se perdem quando um buffer de dados foi ampliado. Ele reduz o uso de memória um pouco.
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

É agora mais fácil de usar recursos do banco de dados em diferentes partes do proxy. É mais fácil de usar arquivos jar externo. Um problema com o leitor cabeçalho HTTP que poderia resultar em um RequestLineTooLongException foi corrigido.
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 versão adiciona suporte para a filtragem HTTP pedidos de conexão. Ela corrige um problema no reembalagem páginas já comprimido. Ele lida com imagens semi-transparente melhor quando usando o conversor de imagem baseado em Java. Ele acrescenta mais informações ao SSL logs.
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

Um bug que corrompia alguns pedidos pipeline foi corrigido. Um bug foi corrigido com a manipulação de modelo de página de erro para autenticação exigida. Um seletor de procuração cadeia foi adicionado de modo que é possível direcionar as solicitações internas e externas para caminhos diferentes. Um monte de javadoc foi adicionado e atualizado. Alguns bugs foram corrigidos na compilação de arquivos para formiga.
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