• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

db/H28-Jul-2002-221209

html/H07-Aug-2003-7969

BUGSH A D05-Jan-2005445 1612

COPYINGH A D25-Jul-200217.6 KiB340281

ChangeLogH A D05-Jan-20055.9 KiB250176

INSTALLH A D31-Dec-20041.2 KiB4632

Makefile.inH A D03-May-20223.4 KiB11884

READMEH A D05-Jan-2005583 1310

TODOH A D08-Aug-200393 84

access.cH A D08-Jun-20041.5 KiB5931

access.hH A D08-Jul-200253 21

alloc.cH A D31-Dec-20041.1 KiB4217

alloc.hH A D08-Jul-200239 21

cfg.hH A D07-Jun-2004791 5037

configureH A D05-Jan-2005166.1 KiB5,7794,866

configure.acH A D05-Jan-2005968 4032

configure.h.inH A D31-Dec-20044.1 KiB162108

db.cH A D31-Dec-200411.1 KiB419363

db.hH A D08-Aug-200368 32

dbs.hH A D03-May-2022524 2220

dns.cH A D31-Dec-20042.3 KiB10667

dns.hH A D31-Dec-2004377 2016

ffproxy.8.sH A D05-Jan-200511.1 KiB362361

ffproxy.conf.5.sH A D05-Jan-20055.9 KiB224206

ffproxy.quick.7.sH A D05-Jan-20054.6 KiB146144

file.cH A D31-Dec-20041.3 KiB5323

file.hH A D25-Jul-200287 32

filter.cH A D31-Dec-20044.5 KiB205151

filter.hH A D25-Jul-200291 32

http.cH A D31-Dec-20047.9 KiB317258

http.hH A D17-Aug-2003164 43

install-shH A D19-Feb-20048.8 KiB311182

main.cH A D05-Jan-20059.5 KiB351300

mkinstalldirsH A D19-Feb-20042.9 KiB144101

msg.cH A D31-Dec-20042 KiB10070

msg.hH A D08-Aug-2003203 1511

number.cH A D31-Dec-20041.1 KiB3912

number.hH A D31-Dec-200425 21

poll.cH A D08-Jun-20041.1 KiB4620

poll.hH A D25-Jul-200264 53

print.cH A D31-Dec-20042.3 KiB11976

print.hH A D08-Aug-2003359 1311

regex.cH A D31-Dec-20041.1 KiB4014

regex.hH A D25-Jul-200277 42

req.hH A D07-Jun-2004591 3727

request.cH A D03-May-202214.8 KiB609523

request.hH A D25-Jul-200254 21

sample.config.sH A D31-Dec-20043.2 KiB141122

signals.cH A D31-Dec-20041.8 KiB8654

signals.hH A D08-Jul-200240 21

socket.cH A D03-May-20225.4 KiB204166

socket.hH A D25-Jul-200235 21

README

1Description
2===========
3
4ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by host,
5URL, and header.  Custom header entries can be filtered and added.
6It can even drop its privileges and optionally chroot() to some directory.
7Logging to syslog() is supported, as is using another auxiliary proxy server.
8An HTTP accelerator feature (acting as a front-end to an HTTP server) is
9included.  Contacting IPv6 servers as well as binding to IPv6 is supported
10and allows transparent IPv6 over IPv4 browsing (and vice versa).
11
12Website:    http://faith.eu.org/programs.html
13