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
1 day
ago. based on code collected
2 days
ago.
Sep 24, 2025 — Sep 24, 2026
Showing page 50 of 60
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added profiling flags to the DEBUG version of CFLAGS.
Robert James Kaes
More...
almost 25 years ago
Made is_anonymous_enabled() an inline function.
Robert James Kaes
More...
almost 25 years ago
Added a clean rule to remove the gprof files.
Robert James Kaes
More...
almost 25 years ago
Replaced all calls to buffer_size() with the macro BUFFER_SIZE().
Robert James Kaes
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.
Robert James Kaes
More...
almost 25 years ago
ACL fixes. Use a better differentiation between string and numeric addresses.
Robert James Kaes
More...
almost 25 years ago
Tightened the string/numeric ACL checks.
Robert James Kaes
More...
almost 25 years ago
Informing the user of the connection to the tunnel is a INFO type message, not a CONN level message.
Robert James Kaes
More...
almost 25 years ago
Removed all the aclocal.m4, acconfig.h, etc. files since they are included automatically by the autoconf scripts.
Robert James Kaes
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.
Robert James Kaes
More...
almost 25 years ago
Changes reflecting the new conns.* files and the organization of the header files.
Robert James Kaes
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.
Robert James Kaes
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.)
Robert James Kaes
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.
Robert James Kaes
More...
almost 25 years ago
Moved the connection creation/destruction and definition into it's own files.
Robert James Kaes
More...
almost 25 years ago
Updated the news file.
Robert James Kaes
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.
Robert James Kaes
More...
almost 25 years ago
Moved the code to include the TODO file into the top level Makefile.am
Robert James Kaes
More...
almost 25 years ago
Moving the TODO list from the doc directory to the root directory so that it's more visible.
Robert James Kaes
More...
almost 25 years ago
Bumped up the pre-version.
Robert James Kaes
More...
almost 25 years ago
Changes to reflect the various fixes to have CONNECT upstream proxying work.
Robert James Kaes
More...
almost 25 years ago
Fixed the problems with sending/not sending headers so that the CONNECT (SSL) method would work with upstream proxying!
Robert James Kaes
More...
almost 25 years ago
Added the upstream flag to the conn_s structure.
Robert James Kaes
More...
almost 25 years ago
Bit of source code clean up.
Robert James Kaes
More...
almost 25 years ago
More changes to reqs.c and buffer.c
Robert James Kaes
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. :)
Robert James Kaes
More...
almost 25 years ago
Lowered the size of the read buffer to 2K since Ethernet seems to work with 1400 byte segments.
Robert James Kaes
More...
almost 25 years ago
Error message cleanup to make the information more informative.
Robert James Kaes
More...
almost 25 years ago
Fixed a spelling problem in a log message.
Robert James Kaes
More...
almost 25 years ago
Update to reflect the current maintainer (Robert) again.
Robert James Kaes
More...
almost 25 years ago
←
1
2
…
46
47
48
49
50
51
52
53
54
…
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