summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-10Fix a typo in the tinyproxy.conf(5) manpage.Michael Adam1-1/+1
2009-10-10tests:webserver: correctly answer http/0.9 requests by sending no headersMichael Adam1-4/+7
2009-10-10acl: Fix "comparison between signed and unsigned" warning on 32bitMichael Adam1-4/+4
2009-10-10Use size_t not ssize_t for len argument. This is always >= 0.Michael Adam1-1/+1
2009-10-10generate etc/tinyproxy.conf from a tinyproxy.conf.in templateMichael Adam2-10/+25
2009-10-09Use ssize_t for len argumentMukund Sivaraman1-1/+1
2009-10-07add muks' and my (C) to the main.c boilerplate comment.Michael Adam1-0/+3
2009-10-07main: add muks and me to the license output (tinyproxy -l)Michael Adam1-0/+2
2009-10-02Add items to TODOMukund Sivaraman1-1/+16
2009-10-02url variable modified in do_transparent_proxy() is not the url variable in th...Mukund Sivaraman1-2/+6
2009-10-02Use safer string functionsMukund Sivaraman2-8/+15
2009-10-02Clean up html_send_file ()Mukund Sivaraman1-23/+30
2009-09-28Add more bugs to NEWSMukund Sivaraman1-1/+4
2009-09-28docs: Fix typos in tinyproxy.conf manpageMukund Sivaraman1-5/+5
2009-09-28Add note about build system to NEWSMukund Sivaraman1-0/+1
2009-09-28docs: Fix caseMukund Sivaraman1-2/+2
2009-09-28docs: document the reverse proxying options in tinyproxy.conf(5)Michael Adam1-0/+33
2009-09-28docs: document ConnectPort in tinyproxy.conf(5)Michael Adam1-0/+6
2009-09-28docs: document Anonymous in tinproxy.conf(5)Michael Adam1-0/+18
2009-09-28docs: document the filtering options in tinyproxy.conf(5)Michael Adam1-0/+31
2009-09-28docs: document ViaProxyName in tinyproxy.conf(5)Michael Adam1-0/+8
2009-09-28docs: document Allow and Deny in tinyproxy.conf(5)Michael Adam1-0/+16
2009-09-28docs: document MaxRequestsPerChild in tinyproy.conf(5)Michael Adam1-0/+9
2009-09-28docs: document StartServers in tinyproxy.conf(5)Michael Adam1-0/+5
2009-09-28docs: document MinSpareServers and MaxSpareServers in tinyproxy.conf(5)Michael Adam1-0/+12
2009-09-28docs: document "MaxClients" in tinyproxy.conf(5)Michael Adam1-0/+6
2009-09-28docs:document "Upstream"/"No Upstream" in the tinyproxy.conf manpageMichael Adam1-0/+28
2009-09-28conf: beautify one formatting in the directives array.Michael Adam1-1/+2
2009-09-28handle_connection: make logic clearer when deciding whether to use connect/sslMichael Adam1-1/+1
2009-09-28Include limits.h for LONG_MAX and LONG_MINMukund Sivaraman1-0/+2
2009-09-27Fix version in NEWS fileMukund Sivaraman1-2/+2
2009-09-27Add NEWS for 0.7.1Mukund Sivaraman1-0/+22
2009-09-27Remove section on debugging from READMEMukund Sivaraman1-21/+0
2009-09-27Update README to asciidoc formatMukund Sivaraman1-63/+71
2009-09-27[BB#10] Do not filter out transfer-encoding headerMukund Sivaraman1-2/+0
2009-09-27tests: set XTinyproxy Yes in the test setupMichael Adam1-0/+1
2009-09-27conf: make xtinyproxy BOOL in the directives array, tooMichael Adam1-1/+1
2009-09-27docs:tinyproxy.conf(5): fix a typo.Michael Adam1-1/+1
2009-09-27docs: document XTinyproxy in the tinyproxy.conf manpage.Michael Adam1-0/+5
2009-09-27tinyproxy.conf: Update the description of XTinyproxy (it is a bool).Michael Adam1-3/+3
2009-09-27conf: turn XTinyproxy into a boolean optionMichael Adam3-3/+3
2009-09-27tests: fix infinite loop "waiting for 3 seconds..." in bashMichael Adam1-3/+1
2009-09-27tests:webclient: allow HTTP/1.0 requests with methods other than GETMichael Adam1-3/+0
2009-09-27make: add targets "test" and "valgrind-test"Michael Adam1-0/+6
2009-09-27Modify usage help text shown when Tinyproxy is run with -hMukund Sivaraman1-7/+26
2009-09-27build: Reverse maintainer mode testMukund Sivaraman1-1/+1
2009-09-27Use correct format string for POSIX pid_t in pidfile_create()Mukund Sivaraman1-5/+11
2009-09-27Remove obsolete commentMukund Sivaraman1-6/+0
2009-09-27build: Run configure in autogen.shMukund Sivaraman1-0/+23
2009-09-27Add explicit casts for c++ mode in transparent-proxy.cMukund Sivaraman1-5/+5