summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-15child: move log messagte in child_main_loop() to a less irritating place.Michael Adam1-1/+2
2009-09-15filter: reduce indentation in filter_init by 16 characters by using return.Michael Adam1-72/+76
2009-09-15Revert "Fix constness of stathost"Mukund Sivaraman1-1/+1
2009-09-15Remove unused parameter from process_request()Mukund Sivaraman1-3/+3
2009-09-15Make takesig() into a static functionMukund Sivaraman1-3/+1
2009-09-15Fix constness of stathostMukund Sivaraman1-1/+1
2009-09-15Minor indenting changesMukund Sivaraman1-46/+38
2009-09-15Return instead of exit() at end of main()Mukund Sivaraman1-1/+1
2009-09-15Minor indenting changesMukund Sivaraman1-5/+10
2009-09-15Exit with proper status in case of bad commandline argumentsMukund Sivaraman1-1/+4
2009-09-15Add doc for change_user()Mukund Sivaraman1-0/+8
2009-09-15Return correct error status when setuid() or setgid() failsMukund Sivaraman1-2/+2
2009-09-15Extract setuid/setgid code into a functionMukund Sivaraman1-53/+62
2009-09-15Extract cmdline parsing code into a functionMukund Sivaraman2-22/+38
2009-09-14filter: untangle assignment and check in filter_init().Michael Adam1-2/+2
2009-09-14conffile: reformat the directives array for readability.Michael Adam1-52/+56
2009-09-14tests:webserver: record the value of the server header field in a variable.Michael Adam1-2/+4
2009-09-15Remove unused variableMukund Sivaraman1-1/+0
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman34-5224/+4733
2009-09-15Remove C++ wrapper from headersMukund Sivaraman2-18/+0
2009-09-15Add Tinyproxy indent scriptMukund Sivaraman2-0/+10
2009-09-14docs: Fix .gitignoreMukund Sivaraman1-1/+1
2009-09-14tests:webclient: add User-Agent header to request.Michael Adam1-2/+9
2009-09-14tests:webserver: add handing of bad request error.Michael Adam1-0/+13
2009-09-14tests:webserver: add parsing of requestMichael Adam1-5/+88
2009-09-14Rename doc directory to docsMukund Sivaraman10-4/+4
2009-09-14doc: Remove pre-generated manpage from repoMukund Sivaraman1-155/+0
2009-09-14doc: Don't EXTRA_DIST configure generated tinyproxy.txtMukund Sivaraman1-1/+0
2009-09-14doc: Add .gitignore to doc/man8/Mukund Sivaraman1-0/+3
2009-09-14doc: Another manpage text updateMukund Sivaraman2-2/+2
2009-09-14doc: Case changes and minor text updates to manpageMukund Sivaraman2-14/+14
2009-09-14doc: Update manpage to set missing fieldsMukund Sivaraman4-22/+51
2009-09-14docs: update asciidoc-generated manpage tinyproxy.8 after changes.Michael Adam1-25/+33
2009-09-14doc: use asciidoc-auto-enumeration in list.Michael Adam1-3/+4
2009-09-14doc: add my c to the manpageMichael Adam1-1/+2
2009-09-14docs: update tinyproxy manpage: elaborate template files and explain stat host.Michael Adam1-0/+33
2009-09-14tests:webserver: move parsing of request to its own function.Michael Adam1-10/+18
2009-09-13packaging: Update summary and description in spec fileMukund Sivaraman1-5/+8
2009-09-13Remove acinclude.m4 and configure macro dirMukund Sivaraman4-3/+5
2009-09-13tests: test retreival of stathost page.Michael Adam1-0/+3
2009-09-13tests: set stathost to 127.0.0.127 in the testsuiteMichael Adam1-0/+2
2009-09-13tests: print IP and port after firing up tinyproxy and webserverMichael Adam1-2/+2
2009-09-13tests:webserver: be more rfc 1945 compliant in the server-header.Michael Adam1-1/+3
2009-09-13tests: fix run_tests.sh after templates have moved.Michael Adam1-3/+3
2009-09-13doc: Remove missing tinyproxy.conf from EXTRA_DISTMukund Sivaraman1-1/+0
2009-09-13Cleanup top-level Makefile.amMukund Sivaraman1-3/+10
2009-09-13m4macros: EXTRA_DIST m4 macros from its own directoryMukund Sivaraman3-6/+6
2009-09-13Remove files that are distributed anyway from EXTRA_DISTMukund Sivaraman1-2/+0
2009-09-13data: Cleanup installation of templatesMukund Sivaraman2-12/+5
2009-09-13Fix Makefile.amMukund Sivaraman1-1/+1