summaryrefslogtreecommitdiff
path: root/src/transparent-proxy.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-12-07Fix the build with --enable-transaparent after conf changes.Michael Adam1-2/+1
Michael
2009-10-02url variable modified in do_transparent_proxy() is not the url variable in ↵Mukund Sivaraman1-2/+6
the caller
2009-10-02Use safer string functionsMukund Sivaraman1-6/+14
2009-09-27Add explicit casts for c++ mode in transparent-proxy.cMukund Sivaraman1-5/+5
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-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-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-1/+1
2008-12-08Convert tabs to spacesMukund Sivaraman1-26/+25
2008-12-08Break at 80 columnsMukund Sivaraman1-1/+2
2008-12-01Reformat code to GNU coding styleMukund Sivaraman1-72/+72
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made.
2008-06-09Moved transparent proxy code into its own fileRobert James Kaes1-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>