fmII
Sun, Jul 27th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 01:31 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 tinyproxy - Stable branch
Sections: Handhelds, Mac OS X, Unix

 

Added: Sun, Jun 21st 1998 00:11 UTC (10 years, 1 month ago) Updated: Sun, Jun 15th 2008 12:25 UTC (1 month, 12 days ago)


About:
tinyproxy is a fast light-weight HTTP proxy for POSIX operating systems. Designed from the ground up to be fast and yet small, it is an ideal solution for sites where a full-featured HTTP proxy is required, but the system resources for a larger proxy are unavailable. tinyproxy is fully compatible with all existing Web browsers and has a number of useful features.

Author:
Mukund Sivaraman [contact developer]

Rating:
8.30/10.00 (3 votes)

Homepage:
http://tinyproxy.banu.com/
Tar/GZ:
http://tinyproxy.banu.com/download/
CVS tree (cvsweb):
http://git.banu.com/?p=tinyproxy;a=summary
Bug tracker:
https://bugzilla.banu.com/enter_bug.cgi?product=tinyproxy
Mailing list archive:
https://lists.banu.com/mailman/listinfo/tinyproxy

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  No Input/Output (Daemon)
[Intended Audience]  End Users/Desktop, System Administrators
[License]  OSI Approved :: GNU General Public License (GPL)
[Operating System]  POSIX
[Programming Language]  C
[Topic]  Internet :: Proxy Servers, Internet :: WWW/HTTP, System :: Networking

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» Mukund Sivaraman (Maintainer)
» Mukund Sivaraman (Owner)

» Rating: 8.30/10.00 (Rank N/A)
» Vitality: 0.02% (Rank 3976)
» Popularity: 2.21% (Rank 2261)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 32,224
   URL hits: 19,584
   Subscribers: 35

Other projects from the same categories:
dsh
Destiney Scripts Topsites
nSite
Quinti.net Secure Contact Form Antispam CAPTCHA
Source Speak

Users who subscribed to this project also subscribed to:
knetfilter
Stream Transcoder
Ettercap
collectd
GNU RottLog


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Stable 1.6.3 10-Aug-2004 GNU General Public License (GPL) Homepage Tar/GZ
Development 1.7.0 27-Jan-2004 GNU General Public License (GPL) Homepage Tar/GZ Hosted on SourceForge.net

 Articles referencing this project

 Comments

[»] delays
by svart - Nov 29th 2006 09:38:32

when I use tinyproxy with opera, I have some delays which are not present in mozilla but I coulnd trace why

[reply] [top]


[»] !.5.0 Wont compile
by rudedog - May 9th 2002 15:55:02

Seems to be some problems with inet.h as to including arpa or inet flavors.

make[2]: Entering directory `/usr/local/src/tinyproxy-1.5.0/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -DNDEBUG -D_REENTRANT -c acl.c
acl.c: In function `check_acl':
acl.c:182: storage size of `test_addr' isn't known
acl.c:182: storage size of `match_addr' isn't known

I have been using 1.4.x for quite a while and been relatively happy. It's a little flakey, but better than the others I have found.

[reply] [top]


    [»] Re: !.5.0 Wont compile
    by Robert James Kaes - May 9th 2002 16:09:08


    > Seems to be some problems with inet.h as
    > to including arpa or inet flavors.
    >
    > make[2]: Entering directory
    > `/usr/local/src/tinyproxy-1.5.0/src'
    > gcc -DHAVE_CONFIG_H -I. -I. -I..
    > -O2 -DNDEBUG -D_REENTRANT -c acl.c
    > acl.c: In function `check_acl':
    > acl.c:182: storage size of `test_addr'
    > isn't known
    > acl.c:182: storage size of
    > `match_addr' isn't known
    >
    > I have been using 1.4.x for quite a
    > while and been relatively happy. It's a
    > little flakey, but better than the
    > others I have found.

    Hmm... what compiler were you using to compile tinyproxy and on what OS. It sounds like the compiler could not determine the storage size of "size_t", but I would have though it would have failed earlier in the compile since size_t is used earlier in the source. Maybe your compiler doesn't like having a variable defined within an "if" block.

    [reply] [top]


      [»] Re: !.5.0 Wont compile
      by Robert James Kaes - May 9th 2002 16:19:31


      > Hmm... what compiler were you using to
      > compile tinyproxy and on what OS. It
      > sounds like the compiler could not
      > determine the storage size of
      > "size_t", but I would have
      > though it would have failed earlier in
      > the compile since size_t is used earlier
      > in the source. Maybe your compiler
      > doesn't like having a variable defined
      > within an "if" block.

      D'oh. I just realized I looked at the wrong location in the source! I'll have to look into this closer.

      [reply] [top]


      [»] Re: !.5.0 Wont compile
      by rudedog - May 10th 2002 07:50:21

      My bad...

      You have hit on the problem. I was compiling on a machine with egcs-2.91.66 and a very patchy distribution. I compiled it on a clean RH 7.2 with 2.96 and things went swimmingly. I did have a problem on the subsequent 'make install' on the target machine (I re-compiled --with-tunnel) failing because of the prior copy of tiny.conf and/or tiny.conf-dist being in the way. Once I blew them away everything was cool, so you may want to look at that.

      This version seems faster so far. I was having some problems with 1.4.3 after running for awhile so took to restarting it with a cron job once every few hours just to clean things out. Seemed to help.

      This one looks good so far. Thanks for your efforts and for putting this out OS.




      >
      > % Seems to be some problems with
      > inet.h as
      > % to including arpa or inet flavors.
      > %
      > % make[2]: Entering directory
      > %
      > `/usr/local/src/tinyproxy-1.5.0/src'
      > % gcc -DHAVE_CONFIG_H -I. -I. -I..
      >
      > % -O2 -DNDEBUG -D_REENTRANT -c acl.c
      > % acl.c: In function `check_acl':
      > % acl.c:182: storage size of
      > `test_addr'
      > % isn't known
      > % acl.c:182: storage size of
      > % `match_addr' isn't known
      > %
      > % I have been using 1.4.x for quite
      > a
      > % while and been relatively happy.
      > It's a
      > % little flakey, but better than the
      > % others I have found.
      >
      >
      > Hmm... what compiler were you using to
      > compile tinyproxy and on what OS. It
      > sounds like the compiler could not
      > determine the storage size of
      > "size_t", but I would have
      > though it would have failed earlier in
      > the compile since size_t is used earlier
      > in the source. Maybe your compiler
      > doesn't like having a variable defined
      > within an "if" block.
      >

      [reply] [top]


[»] tinyproxy 1.4.2.2 Fixes
by Robert James Kaes - Sep 5th 2001 00:14:20

tinyproxy 1.4.2.2 fixes a problem with the Anonymous header functions. The new code does case insensitive searching instead of case sensitive. There is also a security fix with the syslog system. There will be a new release on Freshmeat in the next few days.

[reply] [top]


[»] Version 1.4.2 is Broken
by Robert James Kaes - Aug 30th 2001 13:06:37

I found out last night that 1.4.2 is broken. There is a segmentation fault problem in the DNS caching system. I have made a new release (1.4.2.1) which fixes this problem. You can download it from SourceForge.

[reply] [top]


[»] v1.3.3
by Morbid_Angel - Jun 15th 2000 20:46:51

Odd thing is that there are arguments listed in the man pages that you can't execute. Umm, like a big one tinyproxy -f that allows a filter against sites in that list ... don't work! DUH!!!! It lalso doesn't like hotmail and denies access ...

[reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs