summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2009-09-16tests:webclient: add a --dry-run mode that prints the request to stdoutMichael Adam
2009-09-16tests:webclient: extend webclient to support HTTP/0.9, 1.0 and 1.1 requests.Michael Adam
2009-09-16tests: add Makefile.am to tests/ and tests/scripts dir (for packaging)Michael Adam
2009-09-15tests: prepare tinyproxy for filter file usage in tests.Michael Adam
2009-09-15filter: un-linebreak after un-indent...Michael Adam
2009-09-15child: move log messagte in child_main_loop() to a less irritating place.Michael Adam
2009-09-15filter: reduce indentation in filter_init by 16 characters by using return.Michael Adam
2009-09-15Revert "Fix constness of stathost"Mukund Sivaraman
2009-09-15Remove unused parameter from process_request()Mukund Sivaraman
2009-09-15Make takesig() into a static functionMukund Sivaraman
2009-09-15Fix constness of stathostMukund Sivaraman
2009-09-15Minor indenting changesMukund Sivaraman
2009-09-15Return instead of exit() at end of main()Mukund Sivaraman
2009-09-15Minor indenting changesMukund Sivaraman
2009-09-15Exit with proper status in case of bad commandline argumentsMukund Sivaraman
2009-09-15Add doc for change_user()Mukund Sivaraman
2009-09-15Return correct error status when setuid() or setgid() failsMukund Sivaraman
2009-09-15Extract setuid/setgid code into a functionMukund Sivaraman
2009-09-15Extract cmdline parsing code into a functionMukund Sivaraman
2009-09-14filter: untangle assignment and check in filter_init().Michael Adam
2009-09-14conffile: reformat the directives array for readability.Michael Adam
2009-09-14tests:webserver: record the value of the server header field in a variable.Michael Adam
2009-09-15Remove unused variableMukund Sivaraman
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-09-15Remove C++ wrapper from headersMukund Sivaraman
2009-09-15Add Tinyproxy indent scriptMukund Sivaraman
2009-09-14docs: Fix .gitignoreMukund Sivaraman
2009-09-14tests:webclient: add User-Agent header to request.Michael Adam
2009-09-14tests:webserver: add handing of bad request error.Michael Adam
2009-09-14tests:webserver: add parsing of requestMichael Adam
2009-09-14Rename doc directory to docsMukund Sivaraman
2009-09-14doc: Remove pre-generated manpage from repoMukund Sivaraman
2009-09-14doc: Don't EXTRA_DIST configure generated tinyproxy.txtMukund Sivaraman
2009-09-14doc: Add .gitignore to doc/man8/Mukund Sivaraman
2009-09-14doc: Another manpage text updateMukund Sivaraman
2009-09-14doc: Case changes and minor text updates to manpageMukund Sivaraman
2009-09-14doc: Update manpage to set missing fieldsMukund Sivaraman
2009-09-14docs: update asciidoc-generated manpage tinyproxy.8 after changes.Michael Adam
2009-09-14doc: use asciidoc-auto-enumeration in list.Michael Adam
2009-09-14doc: add my c to the manpageMichael Adam
2009-09-14docs: update tinyproxy manpage: elaborate template files and explain stat host.Michael Adam
2009-09-14tests:webserver: move parsing of request to its own function.Michael Adam
2009-09-13packaging: Update summary and description in spec fileMukund Sivaraman
2009-09-13Remove acinclude.m4 and configure macro dirMukund Sivaraman
2009-09-13tests: test retreival of stathost page.Michael Adam
2009-09-13tests: set stathost to 127.0.0.127 in the testsuiteMichael Adam
2009-09-13tests: print IP and port after firing up tinyproxy and webserverMichael Adam
2009-09-13tests:webserver: be more rfc 1945 compliant in the server-header.Michael Adam
2009-09-13tests: fix run_tests.sh after templates have moved.Michael Adam
2009-09-13doc: Remove missing tinyproxy.conf from EXTRA_DISTMukund Sivaraman