Commit Graph

  • 21c8d7a7ed Add more bugs to NEWS 1.7.1 Mukund Sivaraman 2009-09-28 19:08:54 +0530
  • d304dda2f5 Further update Tinyproxy website URLs Mukund Sivaraman 2009-09-28 19:06:16 +0530
  • 0655252925 Add NEWS for version 1.6.5 Mukund Sivaraman 2009-09-28 19:04:55 +0530
  • 92378a9085 docs: Fix typos in tinyproxy.conf manpage Mukund Sivaraman 2009-09-28 18:51:42 +0530
  • 03c8a415e3 Add note about build system to NEWS Mukund Sivaraman 2009-09-28 18:37:40 +0530
  • afcd38536b docs: Fix case Mukund Sivaraman 2009-09-28 16:26:19 +0530
  • 5a77c9744a docs: document the reverse proxying options in tinyproxy.conf(5) Michael Adam 2009-09-28 12:18:52 +0200
  • f0cbc35ca9 docs: document ConnectPort in tinyproxy.conf(5) Michael Adam 2009-09-28 11:37:30 +0200
  • 9ff9bd18fe docs: document Anonymous in tinproxy.conf(5) Michael Adam 2009-09-28 11:34:41 +0200
  • f1e5360ef1 docs: document the filtering options in tinyproxy.conf(5) Michael Adam 2009-09-28 11:07:37 +0200
  • 33872928d5 docs: document ViaProxyName in tinyproxy.conf(5) Michael Adam 2009-09-28 09:59:53 +0200
  • 8c31287805 docs: document Allow and Deny in tinyproxy.conf(5) Michael Adam 2009-09-28 09:50:31 +0200
  • 42b072b863 docs: document MaxRequestsPerChild in tinyproy.conf(5) Michael Adam 2009-09-28 09:36:20 +0200
  • 553b95b3ed docs: document StartServers in tinyproxy.conf(5) Michael Adam 2009-09-28 09:28:14 +0200
  • 9574bf0855 docs: document MinSpareServers and MaxSpareServers in tinyproxy.conf(5) Michael Adam 2009-09-28 09:26:16 +0200
  • bc1b7def01 docs: document "MaxClients" in tinyproxy.conf(5) Michael Adam 2009-09-28 08:40:35 +0200
  • 078040731c docs:document "Upstream"/"No Upstream" in the tinyproxy.conf manpage Michael Adam 2009-09-28 08:36:59 +0200
  • 5198ae644b conf: beautify one formatting in the directives array. Michael Adam 2009-09-28 08:21:50 +0200
  • 2beaac96d3 handle_connection: make logic clearer when deciding whether to use connect/ssl Michael Adam 2009-09-28 08:07:35 +0200
  • f08f0218af Include limits.h for LONG_MAX and LONG_MIN Mukund Sivaraman 2009-09-28 13:41:36 +0530
  • f0263c5823 Fix version in NEWS file Mukund Sivaraman 2009-09-27 19:25:51 +0530
  • e58f392e57 Add NEWS for 0.7.1 Mukund Sivaraman 2009-09-27 19:24:11 +0530
  • 44e32f15d7 Remove section on debugging from README Mukund Sivaraman 2009-09-27 19:09:51 +0530
  • bf38e2e68b Update README to asciidoc format Mukund Sivaraman 2009-09-27 19:08:46 +0530
  • a2ee837223 [BB#10] Do not filter out transfer-encoding header Mukund Sivaraman 2009-09-27 16:30:54 +0530
  • 630d44e67b [BB#10] Do not filter out transfer-encoding header Mukund Sivaraman 2009-09-27 16:23:20 +0530
  • 4668ae9e06 tests: set XTinyproxy Yes in the test setup Michael Adam 2009-09-27 12:52:39 +0200
  • 7710dc4a8c conf: make xtinyproxy BOOL in the directives array, too Michael Adam 2009-09-27 12:48:48 +0200
  • c8a0a1efdc docs:tinyproxy.conf(5): fix a typo. Michael Adam 2009-09-27 12:41:30 +0200
  • 95f2584883 docs: document XTinyproxy in the tinyproxy.conf manpage. Michael Adam 2009-09-27 12:40:44 +0200
  • 577e95880e tinyproxy.conf: Update the description of XTinyproxy (it is a bool). Michael Adam 2009-09-27 12:34:16 +0200
  • eecf145dbb conf: turn XTinyproxy into a boolean option Michael Adam 2009-09-27 11:54:38 +0200
  • 0539be08b4 tests: fix infinite loop "waiting for 3 seconds..." in bash Michael Adam 2009-09-27 12:00:40 +0200
  • 79e994dd97 tests:webclient: allow HTTP/1.0 requests with methods other than GET Michael Adam 2009-09-27 11:18:01 +0200
  • 039537cbe7 make: add targets "test" and "valgrind-test" Michael Adam 2009-09-27 11:16:39 +0200
  • 2fd7417f56 Modify usage help text shown when Tinyproxy is run with -h Mukund Sivaraman 2009-09-26 12:30:54 +0530
  • 1cdec54029 build: Reverse maintainer mode test Mukund Sivaraman 2009-09-25 04:50:10 +0530
  • 54f4e8a91f Use correct format string for POSIX pid_t in pidfile_create() Mukund Sivaraman 2009-09-24 14:11:47 +0530
  • 43d0af85af Remove obsolete comment Mukund Sivaraman 2009-09-24 08:16:50 +0530
  • 1c72d8f063 build: Run configure in autogen.sh Mukund Sivaraman 2009-09-24 08:16:26 +0530
  • 38c20cd867 Add explicit casts for c++ mode in transparent-proxy.c Mukund Sivaraman 2009-09-23 07:49:06 +0530
  • c8be0250cd Fix use of uninitialized variable Mukund Sivaraman 2009-09-23 07:47:20 +0530
  • 0dda30295e Add explicit casts for c++ mode in reverse-proxy.c Mukund Sivaraman 2009-09-23 07:47:11 +0530
  • 00931dfc68 build: Add -Werror to CFLAGS during maintainer mode builds Mukund Sivaraman 2009-09-23 07:36:34 +0530
  • 3f0ccdef3c strdup() the default stathost in config struct as it can be freed Mukund Sivaraman 2009-09-23 07:29:58 +0530
  • 0ecb688269 Don't ignore retval of ftruncate() in utils.c Mukund Sivaraman 2009-09-23 07:28:20 +0530
  • 1586b39138 Don't ignore retval of read() in reqs.c Mukund Sivaraman 2009-09-23 07:22:17 +0530
  • 003df7454a Don't ignore retval of write() in log.c Mukund Sivaraman 2009-09-23 07:18:23 +0530
  • 616c03a9fb Don't ignore retval of ftruncate() in log.c Mukund Sivaraman 2009-09-23 07:18:14 +0530
  • fc7415a5b0 Include debugging functions only when debug mode is used Mukund Sivaraman 2009-09-23 07:12:30 +0530
  • d102ed4ed3 Don't ignore retval of chdir() Mukund Sivaraman 2009-09-23 07:08:45 +0530
  • 50c781d0c9 build: import the AM_SILENT_RULES if available, but default to verbose. Michael Adam 2009-09-22 13:09:25 +0200
  • e8cbd7088c docs:tinyproxy.conf: document "PidFile". Michael Adam 2009-09-22 00:22:19 +0200
  • 7b07477ebd docs:tinyproxy.conf: document LogFile, Syslog, and LogLevel Michael Adam 2009-09-22 00:19:12 +0200
  • 93219ea0db docs:tinyproxy.conf: describe ErrorFile and DefaultErrorFile and StatFile Michael Adam 2009-09-21 23:47:45 +0200
  • 92c64cabc1 tests: use the debug.html file as DefaultErrorFile in the tests. Michael Adam 2009-09-20 23:06:36 +0200
  • df6e8ae046 Fix warning about format string not being a string literal Mukund Sivaraman 2009-09-21 10:04:09 +0530
  • f0cc213c5a Remove trailing comma from acl_type enum Mukund Sivaraman 2009-09-21 09:59:11 +0530
  • e9f8212560 Suppress gcc warnings about variadic macros Mukund Sivaraman 2009-09-21 09:57:29 +0530
  • 0cc707b3ff Rename conffile.[ch] to conf.[ch] Mukund Sivaraman 2009-09-21 09:41:59 +0530
  • ef09a6bcc1 [BB#18] Fix pointer aliasing issues Mukund Sivaraman 2009-09-21 09:36:31 +0530
  • 9d5a15ed2d [BB#18] Fix pointer aliasing issues Mukund Sivaraman 2009-09-21 09:16:58 +0530
  • d7ae6e4653 build: Add -ansi and --std=c89 to CFLAGS Mukund Sivaraman 2009-09-21 09:14:51 +0530
  • eccc765057 Remove trailing comma from filter_policy_t Mukund Sivaraman 2009-09-21 07:32:38 +0530
  • b424ec2865 configure: fix a typo in the tinyproxy version definition. Michael Adam 2009-09-20 22:26:41 +0200
  • b95f7b9ffb Print a http error when the client headers could not be retrieved. Michael Adam 2009-09-20 22:24:18 +0200
  • fcb053a77c Revert "Remove unused parameter from process_request()" Michael Adam 2009-09-20 21:58:52 +0200
  • 87f7a79e89 tests:webclient: fix default version (string, not number...) Michael Adam 2009-09-20 13:24:06 +0200
  • 2208bebeac tinyproxy.conf: add a comment referring to the tinyproxy.conf(5) manpage Michael Adam 2009-09-20 11:00:55 +0200
  • 30cb3f89ab tinyproxy.conf: update description of User/Group Michael Adam 2009-09-20 10:57:47 +0200
  • ad8f0feb4f build: Remove obsolete/unused macros Mukund Sivaraman 2009-09-20 14:14:27 +0530
  • 23464e88ad Remove unnecessary vfork.h include Mukund Sivaraman 2009-09-20 14:08:14 +0530
  • 73409c9fe1 build: Remove use of the obsolete AC_TYPE_SIGNAL macro Mukund Sivaraman 2009-09-20 14:03:56 +0530
  • 919eedc7f9 Remove inline keyword from static functions Mukund Sivaraman 2009-09-20 13:58:50 +0530
  • 403fd7cc25 build: Remove obsolete/unused macros Mukund Sivaraman 2009-09-20 13:54:57 +0530
  • 0978decbac build: Rename autoconf variable Mukund Sivaraman 2009-09-20 13:45:47 +0530
  • a1725f6297 Better handle the debugging flags Mukund Sivaraman 2009-09-20 13:38:53 +0530
  • 1a5d1b4833 build: Remove profiling related CFLAGS Mukund Sivaraman 2009-09-20 13:37:09 +0530
  • 753010f571 build: Update CFLAGS and also check if they are supported Mukund Sivaraman 2009-09-20 13:32:46 +0530
  • 07ad8ad1b2 Remove unnecessary CFLAGS initialization Mukund Sivaraman 2009-09-20 13:19:22 +0530
  • 1196cc11b9 Remove unnecessary prefix test Mukund Sivaraman 2009-09-20 13:12:57 +0530
  • abafcf08ab Remove the target system information when the version is displayed Mukund Sivaraman 2009-09-20 12:40:52 +0530
  • 90e7d07f44 Remove ability to change the name of the default configuration file Mukund Sivaraman 2009-09-20 12:33:47 +0530
  • 6f9fa5287f Remove obsolete SOCKS related entries from configure.ac Mukund Sivaraman 2009-09-20 12:21:59 +0530
  • fbc0549540 Remove unused statements from configure.ac Mukund Sivaraman 2009-09-20 12:14:02 +0530
  • 851ef02fbe build: Generate more version related variables Mukund Sivaraman 2009-09-20 12:13:26 +0530
  • e33fb9f77b docs: Make formatting changes in tinyproxy.conf manpage Mukund Sivaraman 2009-09-20 11:55:47 +0530
  • 9dfe1f1a56 docs: Further describe User and Group keys in tinyproxy.conf manpage Mukund Sivaraman 2009-09-20 11:53:44 +0530
  • 9f0bf550af Revert "docs: extend description of the User and Group parameters." Mukund Sivaraman 2009-09-20 11:50:47 +0530
  • 371e13e44f docs: document Listen, Bind, Bindsame, and Timeout in tinyproxy.conf(5) Michael Adam 2009-09-20 01:53:04 +0200
  • b6433522eb docs: extend description of the User and Group parameters. Michael Adam 2009-09-20 00:10:07 +0200
  • f7d494d9f7 doc: Add initial description in tinyproxy.conf manpage Mukund Sivaraman 2009-09-19 23:04:04 +0530
  • 0def858576 docs: Add placeholder for tinyproxy.conf manpage Mukund Sivaraman 2009-09-19 09:57:24 +0530
  • 4d4f7d2a09 tests:webclient: add copyright notice to the pod documentation. Michael Adam 2009-09-17 00:25:28 +0200
  • d1c8a68375 tests:webserver: Add copyright notice to the pod documentation. Michael Adam 2009-09-17 00:25:01 +0200
  • aae8ae5d8d tests:webclient: reduce duplication. Michael Adam 2009-09-17 00:24:21 +0200
  • b7d9256a7a tests:webclient: add a --dry-run mode that prints the request to stdout Michael Adam 2009-09-16 22:34:35 +0200
  • 4ef7901115 tests:webclient: extend webclient to support HTTP/0.9, 1.0 and 1.1 requests. Michael Adam 2009-09-16 22:27:57 +0200
  • b5a69151fa tests: add Makefile.am to tests/ and tests/scripts dir (for packaging) Michael Adam 2009-09-16 16:35:39 +0200
  • f648d82edc tests: prepare tinyproxy for filter file usage in tests. Michael Adam 2009-09-15 02:24:00 +0200