summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2009-09-27Don't ignore retval of write() in log.cMukund Sivaraman
2009-09-27Don't ignore retval of ftruncate() in log.cMukund Sivaraman
2009-09-27Include debugging functions only when debug mode is usedMukund Sivaraman
2009-09-27Don't ignore retval of chdir()Mukund Sivaraman
2009-09-22build: import the AM_SILENT_RULES if available, but default to verbose.Michael Adam
2009-09-22docs:tinyproxy.conf: document "PidFile".Michael Adam
2009-09-22docs:tinyproxy.conf: document LogFile, Syslog, and LogLevelMichael Adam
2009-09-22docs:tinyproxy.conf: describe ErrorFile and DefaultErrorFile and StatFileMichael Adam
2009-09-21tests: use the debug.html file as DefaultErrorFile in the tests.Michael Adam
2009-09-21Fix warning about format string not being a string literalMukund Sivaraman
2009-09-21Remove trailing comma from acl_type enumMukund Sivaraman
2009-09-21Suppress gcc warnings about variadic macrosMukund Sivaraman
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman
2009-09-21[BB#18] Fix pointer aliasing issuesMukund Sivaraman
2009-09-21build: Add -ansi and --std=c89 to CFLAGSMukund Sivaraman
2009-09-21Remove trailing comma from filter_policy_tMukund Sivaraman
2009-09-20configure: fix a typo in the tinyproxy version definition.Michael Adam
2009-09-20Print a http error when the client headers could not be retrieved.Michael Adam
2009-09-20Revert "Remove unused parameter from process_request()"Michael Adam
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