summaryrefslogtreecommitdiffhomepage
path: root/src/reverse-proxy.c
AgeCommit message (Expand)Author
2021-04-16reverse: redirect if path without trailing slash is detectedrofl0r
2021-03-28reverse: ensure paths always end with a slashrofl0r
2020-09-15save headers in an ordered dictionaryrofl0r
2020-01-15access config via a pointer, not a hardcoded struct addressrofl0r
2016-09-10Continue with forward proxy if ReverseOnly is not true and no mapping availab...Stephan Leemburg
2009-12-07fix build with "--enable-reverse" after conf changesMichael Adam
2009-12-07Add free_reversepath_list().Michael Adam
2009-12-07Add a reversepath argument to reversepath_get().Michael Adam
2009-12-07Add reversepath_list parameter to reversepath_add.Michael Adam
2009-09-27Fix use of uninitialized variableMukund Sivaraman
2009-09-27Add explicit casts for c++ mode in reverse-proxy.cMukund Sivaraman
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman
2008-12-08Convert tabs to spacesMukund Sivaraman
2008-12-08Break at 80 columnsMukund Sivaraman
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
2008-05-24Renamed htmlerror.[ch] to html-error.[ch]Mukund Sivaraman
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman
2008-03-13Renamed file to replace underscores in it with dashesMukund Sivaraman