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.

2006-04-07 08:14
3.1

THe upstream proxy should work again. The ad
filter has a better default. ImageHandler respects
its configuration instead of ignoring it.
Tags: Minor bugfixes

2006-03-28 22:41
3.0

This release uses java.nio for non blocking I/O, which means that many concurrent connections are handled by only a few threads. Filters for URL blocking and advertising filtering are now regexp-based. The code has been heavily refactored, and it should be easier to take parts of rabbit and use them in other projects.
Tags: Major feature enhancements

2006-02-14 00:49
3.0-pre-release

This is a rewrite that uses the java.nio packages to handle many connections with a small set of threads.
Tags: Major feature enhancements

2005-08-03 20:29
2.0.41

Major code cleanups, including removing static from a lot of methods so that it is easier to use parts of RabbIt in other projects.
Tags: Code cleanup

2005-07-21 20:13
2.0.40

This release fixes a file descriptor leak (caused by a bug in Sun's JVM). There are a few other minor fixes and code cleanups.
Tags: Major bugfixes

Project Resources