Branch of Another Project
These projects are branches of other people software.
To facilitate navigating in this list, projects are categorized by their purpose, authorship, and current state. Each project entry lists the categories it pertains to. Clicking on a category name will bring a listing of all projects in that category.
Additionally, a list of related projects is provided where applicable. Each element in that list is a link to the corresponding project entry.
Clicking on a project's name will bring this project's entry as a separate page (a permalink).
Hovering your mouse over the version information of a project shows the list of changes introduced by that version.
Sort controls below allow you to order the list either lexicographically or by the most recent release date, in both directions.
Using the Search control, you can select projects by name. Shell-style globbing patterns (wildcards) are accepted.
(Return to the project listing)
apout
It is a modification of the PDP-11 emulator originally written by Warren Toomey, that allows to run binaries from the earliest UNIX distributions.
extrans
This is a modified versions of Romuald Texier’s eXtrans. It was used as the underlying mechanism for Ellinika and Runasimi at early stages of their development, before switching to xmltools.
pound
* New configuration statement: IgnoreSRVWeight Instructs pound to ignore weight value of an SRV record when generating new backend from it. Priority of the generated backend is copied from its matrix backend. * New configuration statement: OverrideTTL When used with dynamic backends, instructs pound to use the supplied value as TTL, instead of the one returned in DNS response. * Load balancing code revisited Removed arbitrary limit on backend priority value. The allowed range is now 1..65535. Remove priority mapping for SRV-generated backends. SRV weights are assigned to backend priorities verbatim. * Fix access to freed memory in session handling code. * Improve testsuite Check for missing perl modules and skip tests if needed. DNS-based tests are disabled by default, due to their experimental nature. Use --enable-dns-tests to enable them. The poundharness.pl script runs a self-test when invoked with the --fakedns option, to avoid spurious test failures.
Pound is a reverse proxy, load balancer and HTTPS front-end for Web servers. It was developed to enable distributing load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively.
Pound was originally developed by Robert Segall at Apsis GmbH. I took over its development when Robert announced that he abandons it.