Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-01 | [BB#95] remove two comments that have become wrong by the fix. | Michael Adam | 1 | -6/+0 | |
2010-12-01 | [BB#95] Fix FilterURLs with transparent proxy support. | Daniel Egger | 1 | -10/+10 | |
Pass a pointer to a char pointer to do_transparent_proxy so the reassembled URL will actually end up back in the caller where it is needed for filtering decisions. This fixes the problem that a tinyproxy configured with the transparent proxy functionality and "FilterURLs Yes" would filter on everything but the domain. Signed-off-by: daniel.egger@sphairon.com Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-12-07 | Fix the build with --enable-transaparent after conf changes. | Michael Adam | 1 | -2/+1 | |
Michael | |||||
2009-10-02 | url variable modified in do_transparent_proxy() is not the url variable in ↵ | Mukund Sivaraman | 1 | -2/+6 | |
the caller | |||||
2009-10-02 | Use safer string functions | Mukund Sivaraman | 1 | -6/+14 | |
2009-09-27 | Add explicit casts for c++ mode in transparent-proxy.c | Mukund Sivaraman | 1 | -5/+5 | |
2009-09-15 | Indent code to Tinyproxy coding style | Mukund Sivaraman | 1 | -67/+62 | |
The modified files were indented with GNU indent using the following command: indent -npro -kr -i8 -ts8 -sob -l80 -ss -cs -cp1 -bs -nlps -nprs -pcs \ -saf -sai -saw -sc -cdw -ce -nut -il0 No other changes of any sort were made. | |||||
2009-08-07 | Rename tinyproxy.[ch] to main.[ch] | Mukund Sivaraman | 1 | -1/+1 | |
2008-12-08 | Convert tabs to spaces | Mukund Sivaraman | 1 | -26/+25 | |
2008-12-08 | Break at 80 columns | Mukund Sivaraman | 1 | -1/+2 | |
2008-12-01 | Reformat code to GNU coding style | Mukund Sivaraman | 1 | -72/+72 | |
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made. | |||||
2008-06-09 | Moved transparent proxy code into its own file | Robert James Kaes | 1 | -0/+121 | |
Extracted the transparent proxy logic from reqs.c and placed it into a separate file. Signed-off-by: Robert James Kaes <rjk@wormbytes.ca> |