5
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 24, 2025 — Sep 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added profiling flags to the DEBUG version of CFLAGS. More... almost 25 years ago
Made is_anonymous_enabled() an inline function. More... almost 25 years ago
Added a clean rule to remove the gprof files. More... almost 25 years ago
Replaced all calls to buffer_size() with the macro BUFFER_SIZE(). More... almost 25 years ago
Removed the buffer_size() function and turned it into BUFFER_SIZE() macro. Moved the struct buffer_s into the header file. Added more assert() calls to better document the assumptions the functions make. Removed incorrect code in remove_from_buffer() which was never actually called anyway. More... almost 25 years ago
ACL fixes. Use a better differentiation between string and numeric addresses. More... almost 25 years ago
Tightened the string/numeric ACL checks. More... almost 25 years ago
Informing the user of the connection to the tunnel is a INFO type message, not a CONN level message. More... almost 25 years ago
Removed all the aclocal.m4, acconfig.h, etc. files since they are included automatically by the autoconf scripts. More... almost 25 years ago
No longer needs the file. When somebody helps with tinyproxy they will be thanked in the ChangeLog entry relating to the problem solved. More... almost 25 years ago
Changes reflecting the new conns.* files and the organization of the header files. More... almost 25 years ago
Header reorganization. Basically all system headers are now included in tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file. More... almost 25 years ago
Changed the included headers to be only the "tinyproxy.h" since it contains all the code for properly bringing in the system headers (in the correct order and with proper dependancies.) More... almost 25 years ago
Some code clean up due to the creation of the conns.{c,h} files which now store the creation/destruction and definition of the connection structure. More... almost 25 years ago
Moved the connection creation/destruction and definition into it's own files. More... almost 25 years ago
Updated the news file. More... almost 25 years ago
Fixed a few spelling problems and added additional information regarding the new configure arguments and information about the mailing lists. More... almost 25 years ago
Moved the code to include the TODO file into the top level Makefile.am More... almost 25 years ago
Moving the TODO list from the doc directory to the root directory so that it's more visible. More... almost 25 years ago
Bumped up the pre-version. More... almost 25 years ago
Changes to reflect the various fixes to have CONNECT upstream proxying work. More... almost 25 years ago
Fixed the problems with sending/not sending headers so that the CONNECT (SSL) method would work with upstream proxying! More... almost 25 years ago
Added the upstream flag to the conn_s structure. More... almost 25 years ago
Bit of source code clean up. More... almost 25 years ago
More changes to reqs.c and buffer.c More... almost 25 years ago
Changed the way relay_connection() works by having the both buffers emptied when either socket is closed. This should be better for the tunnel connections. Change the connect_to_upstream() function to better utilize the establish_http_connection() function. Code re-use is cool. :) More... almost 25 years ago
Lowered the size of the read buffer to 2K since Ethernet seems to work with 1400 byte segments. More... almost 25 years ago
Error message cleanup to make the information more informative. More... almost 25 years ago
Fixed a spelling problem in a log message. More... almost 25 years ago
Update to reflect the current maintainer (Robert) again. More... almost 25 years ago