openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
Tinyproxy
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
1 day
ago.
Sep 13, 2025 — Sep 13, 2026
Showing page 59 of 60
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
This module handles the various stats relating to tinyproxy's funcationality.
Robert James Kaes
More...
about 26 years ago
MAJOR RE-WRITE! Read the ChangeLog and look at the source. It's shorter than redocumenting the changes here. :)
Robert James Kaes
More...
about 26 years ago
Fixed the change user/group ability. Log when tinyproxy is using default values rather than specific ones. Cleaned up the command line arguments since tinyproxy now uses a configuration file. Removed the USR1 signal and added the thread creation code.
Robert James Kaes
More...
about 26 years ago
Removed the xmalloc() and xstrdup() functions. Added the pidfile_create() function. Added the OpenBSD style strlcat() and strlcpy() functions.
Robert James Kaes
More...
about 26 years ago
Switched to the new logging style and replaced the xmalloc() with straight malloc().
Robert James Kaes
More...
about 26 years ago
Needed locking in getpeer_string(). Added mutex locking around the dnscache() call. Removed the global sockaddr and setup_fd variables. Added the socket_blocking() and socket_nonblocking() functions. Gutted the readling() function and replaced it with something similar to the 1.0 version. :)
Robert James Kaes
More...
about 26 years ago
Moved back to the <config.h> for autoconf defines.
Robert James Kaes
More...
about 26 years ago
Cleaned up the logging format, and also included logging levels (which are similar to the syslogd format.)
Robert James Kaes
More...
about 26 years ago
Not using <defines.h> for autoconf anymore, so move back to the <config.h> format.
Robert James Kaes
More...
about 26 years ago
Just using standard malloc() since the xmalloc() didn't really add anything useful to the command.
Robert James Kaes
More...
about 26 years ago
Removed the custom hash routines. Using the ternary module instead.
Robert James Kaes
More...
about 26 years ago
Cleaned up the source so that the internal structure is no exposed by the buffer.h header.
Robert James Kaes
More...
about 26 years ago
Removed the ternary tree code from these files and made it a separate module.
Robert James Kaes
More...
about 26 years ago
Modified to include all the files needed to build tinyproxy, plus the special targets for building the LEX and YACC files. (Also included the GNU license.)
Robert James Kaes
More...
about 26 years ago
Since the tinyproxy program has changed, the manual had to change as well. Documents all the command line arguments, though I think I need to document the configuration file as well.
Robert James Kaes
More...
about 26 years ago
Updated to reflect the new reality of the tinyproxy source code.
Robert James Kaes
More...
about 26 years ago
This was the layout for the purposed config file. This is no more.
Robert James Kaes
More...
about 26 years ago
This was the generic INSTALL file, but the INSTALL file itself is again the generic file. :)
Robert James Kaes
More...
about 26 years ago
These files are no longer used within tinyproxy.
Robert James Kaes
More...
about 26 years ago
Reflect changes made in source.
Robert James Kaes
More...
over 26 years ago
Fixed the links for finding tinyproxy. Thanks to Simon Baker for pointing this out.
Robert James Kaes
More...
over 26 years ago
Reorganized (or added) the #include <sys/types.h> line so tinyproxy would compile cleanly on FreeBSD systems.
Robert James Kaes
More...
over 26 years ago
Fixed a bug with the path in clientreq. If the path was empty it caused a malformed request to be sent.
Robert James Kaes
More...
over 26 years ago
A whole whack of changes and bug fixes.
Robert James Kaes
More...
over 26 years ago
Added a line for the anonymous.* files.
Robert James Kaes
More...
over 26 years ago
Changed the socket time out to 10 secs.
Robert James Kaes
More...
over 26 years ago
Updated the anonheader function to use the new anonymous API. Removed the hack for the POST method in clientreq.
Robert James Kaes
More...
over 26 years ago
Completely rewrote the readline function.
Robert James Kaes
More...
over 26 years ago
Added the working_* fields as a scratch pad for readline().
Robert James Kaes
More...
over 26 years ago
Removed the allowedhdr_s structure since it is now accessed through anonymous.*
Robert James Kaes
More...
over 26 years ago
←
1
2
…
52
53
54
55
56
57
58
59
60
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree