Download List

Project Description

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

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.
Tags: Stable, Minor feature enhancements

2011-06-30 07:17
4.10

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.
Tags: Stable, Minor

2011-01-19 07:34
4.9

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.
Tags: Stable, Bugfixes

2010-10-28 06:58
4.8

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.
Tags: Stable, Minor feature enhancements, Bugfixes

2010-07-26 01:04
4.7

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.
Tags: Bug fixes, Code cleanup, Feature Enhancements

Project Resources