5
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Sep 13, 2025 — Sep 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This module handles the various stats relating to tinyproxy's funcationality. More... about 26 years ago
MAJOR RE-WRITE! Read the ChangeLog and look at the source. It's shorter than redocumenting the changes here. :) 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. More... about 26 years ago
Removed the xmalloc() and xstrdup() functions. Added the pidfile_create() function. Added the OpenBSD style strlcat() and strlcpy() functions. More... about 26 years ago
Switched to the new logging style and replaced the xmalloc() with straight malloc(). 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. :) More... about 26 years ago
Moved back to the <config.h> for autoconf defines. More... about 26 years ago
Cleaned up the logging format, and also included logging levels (which are similar to the syslogd format.) More... about 26 years ago
Not using <defines.h> for autoconf anymore, so move back to the <config.h> format. More... about 26 years ago
Just using standard malloc() since the xmalloc() didn't really add anything useful to the command. More... about 26 years ago
Removed the custom hash routines. Using the ternary module instead. More... about 26 years ago
Cleaned up the source so that the internal structure is no exposed by the buffer.h header. More... about 26 years ago
Removed the ternary tree code from these files and made it a separate module. 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.) 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. More... about 26 years ago
Updated to reflect the new reality of the tinyproxy source code. More... about 26 years ago
This was the layout for the purposed config file. This is no more. More... about 26 years ago
This was the generic INSTALL file, but the INSTALL file itself is again the generic file. :) More... about 26 years ago
These files are no longer used within tinyproxy. More... about 26 years ago
Reflect changes made in source. More... over 26 years ago
Fixed the links for finding tinyproxy. Thanks to Simon Baker for pointing this out. More... over 26 years ago
Reorganized (or added) the #include <sys/types.h> line so tinyproxy would compile cleanly on FreeBSD systems. 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. More... over 26 years ago
A whole whack of changes and bug fixes. More... over 26 years ago
Added a line for the anonymous.* files. More... over 26 years ago
Changed the socket time out to 10 secs. More... over 26 years ago
Updated the anonheader function to use the new anonymous API. Removed the hack for the POST method in clientreq. More... over 26 years ago
Completely rewrote the readline function. More... over 26 years ago
Added the working_* fields as a scratch pad for readline(). More... over 26 years ago
Removed the allowedhdr_s structure since it is now accessed through anonymous.* More... over 26 years ago