summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2009-09-20tests:webclient: fix default version (string, not number...)Michael Adam
2009-09-20tinyproxy.conf: add a comment referring to the tinyproxy.conf(5) manpageMichael Adam
2009-09-20tinyproxy.conf: update description of User/GroupMichael Adam
2009-09-20build: Remove obsolete/unused macrosMukund Sivaraman
2009-09-20Remove unnecessary vfork.h includeMukund Sivaraman
2009-09-20build: Remove use of the obsolete AC_TYPE_SIGNAL macroMukund Sivaraman
2009-09-20Remove inline keyword from static functionsMukund Sivaraman
2009-09-20build: Remove obsolete/unused macrosMukund Sivaraman
2009-09-20build: Rename autoconf variableMukund Sivaraman
2009-09-20Better handle the debugging flagsMukund Sivaraman
2009-09-20build: Remove profiling related CFLAGSMukund Sivaraman
2009-09-20build: Update CFLAGS and also check if they are supportedMukund Sivaraman
2009-09-20Remove unnecessary CFLAGS initializationMukund Sivaraman
2009-09-20Remove unnecessary prefix testMukund Sivaraman
2009-09-20Remove the target system information when the version is displayedMukund Sivaraman
2009-09-20Remove ability to change the name of the default configuration fileMukund Sivaraman
2009-09-20Remove obsolete SOCKS related entries from configure.acMukund Sivaraman
2009-09-20Remove unused statements from configure.acMukund Sivaraman
2009-09-20build: Generate more version related variablesMukund Sivaraman
2009-09-20docs: Make formatting changes in tinyproxy.conf manpageMukund Sivaraman
2009-09-20docs: Further describe User and Group keys in tinyproxy.conf manpageMukund Sivaraman
2009-09-20Revert "docs: extend description of the User and Group parameters."Mukund Sivaraman
2009-09-20docs: document Listen, Bind, Bindsame, and Timeout in tinyproxy.conf(5)Michael Adam
2009-09-20docs: extend description of the User and Group parameters.Michael Adam
2009-09-19doc: Add initial description in tinyproxy.conf manpageMukund Sivaraman
2009-09-19docs: Add placeholder for tinyproxy.conf manpageMukund Sivaraman
2009-09-17tests:webclient: add copyright notice to the pod documentation.Michael Adam
2009-09-17tests:webserver: Add copyright notice to the pod documentation.Michael Adam
2009-09-17tests:webclient: reduce duplication.Michael Adam
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