Commit Graph

  • 5bba62bcde Fix the build with --enable-transaparent after conf changes. Michael Adam 2009-12-07 23:42:30 +0100
  • 0ba5cbea4f fix build with "--enable-reverse" after conf changes Michael Adam 2009-12-07 23:39:25 +0100
  • 7290691142 Move definition of "struct config_s" from main.h to conf.h Michael Adam 2009-12-07 22:23:31 +0100
  • 34e4be193e main.h: fix tabs ---> spaces Michael Adam 2009-12-07 07:56:27 +0100
  • 4b54fc203f conf: remove direct use of config from reload_config() Michael Adam 2009-12-07 07:55:03 +0100
  • ad2f478c46 conf: remove direct reference to config from load_config_file() Michael Adam 2009-12-07 07:54:19 +0100
  • 947d85cefc Use reload_config() in main. Michael Adam 2009-12-07 01:11:17 +0100
  • 0d0de2fcc5 Add reload_config() - (re-)load the config file, keeping defaults. Michael Adam 2009-12-07 01:08:22 +0100
  • 2ccebf7a95 main: Move setup_logging to after the config post-processing checks. Michael Adam 2009-12-07 00:36:58 +0100
  • dcbf99d334 Add free_config() - free all config data. Michael Adam 2009-12-07 00:22:53 +0100
  • 1360f530f1 Don't make config_file const in the config struct. Michael Adam 2009-12-07 00:30:41 +0100
  • d0a91c2f9b Add the anonymous_map hasmap to the config struct. Michael Adam 2009-12-07 00:06:50 +0100
  • fa073543c4 Add free_connect_ports_list(). Michael Adam 2009-12-06 23:59:46 +0100
  • 4c0a4d985f Add connect_ports list to config struct instead of keeping extra global var. Michael Adam 2009-12-06 23:56:41 +0100
  • c981b246ce Move handling of connect_ports list to its own source module. Michael Adam 2009-12-06 23:50:15 +0100
  • 8cb182e1b8 Add access_list to the config struct instead of a global variable in acl.c. Michael Adam 2009-12-06 23:30:23 +0100
  • 6266197e92 acl: add function flush_access_list(). Michael Adam 2009-11-16 01:15:39 +0100
  • 2e6999df4a Add free_reversepath_list(). Michael Adam 2009-12-06 23:04:05 +0100
  • 3f1201c8b3 Add a reversepath argument to reversepath_get(). Michael Adam 2009-12-06 22:59:08 +0100
  • 624d146cd6 Add reversepath_list parameter to reversepath_add. Michael Adam 2009-12-06 22:53:17 +0100
  • 21aa3ecf60 upstream: add free_upstream_list () Michael Adam 2009-12-06 13:26:50 +0100
  • 4a8ea0d23b upstream: Add upstream list parameter to upstream_get() Michael Adam 2009-12-06 13:30:08 +0100
  • 22fba83df2 upstream: add upstream list parameter to upstream_add() Michael Adam 2009-12-06 13:03:05 +0100
  • fd987e97f0 move handling of upstream list to new module upstream.{c,h} Michael Adam 2009-12-06 12:40:31 +0100
  • 56ba3d45bd upstream: refactor assembly of upstream out of upstream_add Michael Adam 2009-12-06 12:09:54 +0100
  • 34dbeb3626 main/conf: add maxidletimeout to initialize_config_defaults Michael Adam 2009-12-06 01:39:33 +0100
  • c853cec164 main: fix tab -> spaces Michael Adam 2009-12-06 01:36:41 +0100
  • 073233b9f1 conf: move setting of default stathost to initialize_config_defaults() Michael Adam 2009-12-06 01:35:49 +0100
  • 055c11f63c conf: fix tab->spaces Michael Adam 2009-12-06 01:34:42 +0100
  • f60aa47715 conf: allow set_string_arg to overwrite previous values (i.e. don't leak) Michael Adam 2009-12-06 01:31:14 +0100
  • 5e399a7e17 main: use safestrdup instead of strdup in process_cmdline Michael Adam 2009-12-06 01:27:13 +0100
  • 0480185d07 Use capitalized name in error messages Mukund Sivaraman 2009-12-04 05:41:36 +0530
  • 607e8ec0e7 acl: split initialization of the access_list out into a function Michael Adam 2009-11-16 01:13:34 +0100
  • ec4b4d979f Use NULL for pointers Mukund Sivaraman 2009-11-17 02:40:03 +0530
  • a664dee4f6 set_string_arg: Remove unneccesary check for determining the return code. Michael Adam 2009-11-16 21:51:51 +0100
  • 45a56e468d Remove excessive copying Mukund Sivaraman 2009-11-17 02:20:27 +0530
  • d7fada25e5 Make position into an enum Mukund Sivaraman 2009-11-17 01:52:23 +0530
  • 4b6a25ac06 Use snprintf() with size of the portstr buf Mukund Sivaraman 2009-11-17 01:44:21 +0530
  • 238e3ffb34 Fix format string warnings Mathew Mrosko 2009-11-16 21:49:19 +0530
  • 2f05d8dd32 Fix typo in log string Mukund Sivaraman 2009-11-14 18:57:31 +0530
  • fba81e4174 conf: refactor loading of config file out into load_config_file() Michael Adam 2009-11-08 23:41:21 +0100
  • a09dd9cd00 main: add a config struct argument to process_cmdline. Michael Adam 2009-11-08 23:40:13 +0100
  • 8945d9f0ae main: put initialization of config defaults into a function of its own Michael Adam 2009-11-08 23:39:24 +0100
  • ea2eaef173 extract setup of the logging subsystem into a function of its own. Michael Adam 2009-11-04 00:42:05 +0100
  • d8da7f55f7 main: move initialization of default config values closer together Michael Adam 2009-11-04 00:29:35 +0100
  • 9274b5556e Remove packaging related items Mukund Sivaraman 2009-11-14 16:40:46 +0530
  • c42fbaaf80 Make asciidoc a requirement for building Tinyproxy Mukund Sivaraman 2009-11-14 16:34:06 +0530
  • 2061a18313 Revert "Don't cleanup generated and dist'ed manpages" Mukund Sivaraman 2009-11-14 16:16:49 +0530
  • 66abbbe72d Use located a2x binary instead of hard-coded name Mukund Sivaraman 2009-11-14 15:47:51 +0530
  • e71b3e08a6 Mark all generated stuff with silent rules Mukund Sivaraman 2009-11-14 15:47:21 +0530
  • d8062ed35f Enable silent rules by default Mukund Sivaraman 2009-11-14 15:43:18 +0530
  • 276ca8369d Don't cleanup generated and dist'ed manpages Mukund Sivaraman 2009-11-14 15:40:57 +0530
  • feea6db815 daemon.c: fix #if NDEBUG --> #ifdef NDEBUG Michael Adam 2009-11-10 17:39:20 +0100
  • c3f29ce4ac gitignore etc/tinyproxy.conf - it is generated Michael Adam 2009-11-10 17:11:42 +0100
  • 444ad35250 intentation: convert a tab to spaces Michael Adam 2009-11-06 17:35:26 +0100
  • c0c6db0a5e Update etc/Makefile.am to substitute TINYPROXY_STATHOST Michael Adam 2009-11-10 13:49:35 +0100
  • 6f56738ab0 tinyproxy.conf: add a comment documenting StatHost Michael Adam 2009-11-10 13:49:14 +0100
  • 41dd25d8e6 docs: update description of STATHOST in tinyproxy(8) Michael Adam 2009-11-10 13:37:22 +0100
  • cbb179ef0b docs: document StatHost in tinyproxy.conf(5) Michael Adam 2009-11-10 13:36:41 +0100
  • e54a3827df configure: AC_SUBST TINYPROXY_STATHOST, not only define it for config.h Michael Adam 2009-11-10 13:36:03 +0100
  • fd879e45c8 conf: fix reverspath parsing: the string in the 2nd arg is actually the inner match Michael Adam 2009-11-10 01:15:46 +0100
  • f63c29c886 conf: make the WS optional too, before the optional 2nd argument to reversepath Michael Adam 2009-11-10 01:14:57 +0100
  • 60d738626b conf: fix ipv6 regex patterns, take three Michael Adam 2009-11-10 00:52:53 +0100
  • 4292fe7795 Fix a segfault in insert_acl and checks against string-type acls Michael Adam 2009-11-10 00:32:17 +0100
  • 2b73e2183f conf: fix the IPV6 regex patterns, take two Michael Adam 2009-11-09 23:25:13 +0100
  • f4f14419c4 conf: fix the IPV6 regex patterns Michael Adam 2009-11-09 13:52:29 +0100
  • cd834de190 Close listenfd upon errors Mukund Sivaraman 2009-11-09 11:16:38 +0530
  • c8c9abc669 Fix validation of IPv6 addresses Mukund Sivaraman 2009-11-09 02:44:14 +0530
  • 6f93737d8e Bump micro version Mukund Sivaraman 2009-11-09 01:14:03 +0530
  • c978015af1 Add IPV6 support to listen_sock() Mukund Sivaraman 2009-11-09 01:13:41 +0530
  • 25057baf54 propagate reload of filter file to child procs by sending HUP signals Michael Adam 2009-10-25 23:32:32 +0100
  • 3474de599f Change child_kill_children() to take the signal as an argument. Michael Adam 2009-10-25 20:25:06 +0100
  • 1b4d130cf5 child: handle SIGHUP in the child by reloading the filter file Michael Adam 2009-10-25 19:24:36 +0100
  • b837e65b21 use new filter_reload() in child_main_loop() Michael Adam 2009-10-25 13:55:44 +0100
  • 83987babd3 filter: add function filter_reload() Michael Adam 2009-10-25 13:54:46 +0100
  • 79527fb6f7 gitignore add file tags (from ctags) Michael Adam 2009-10-25 13:54:20 +0100
  • f43dd6ae18 TODO: add a reference to a bugzilla entry Michael Adam 2009-10-13 23:51:21 +0200
  • cbaa4b9fd2 tests:webclient: add option to send a request entity (body) Michael Adam 2009-10-12 02:01:25 +0200
  • e793a729f6 Clean tinyproxy.conf in make clean. Michael Adam 2009-10-11 13:21:13 +0200
  • 582a8dc624 Fix make distcheck with tinyproxy.conf.in Michael Adam 2009-10-11 13:19:36 +0200
  • 7b8171fe01 tests: add commented out DisableViaHeader to tinyproxy conf in the tests. Michael Adam 2009-10-11 01:59:35 +0200
  • db7f340b3a Document DisableViaHeader in the tinyproxy.conf(5) manpage. Michael Adam 2009-10-11 01:48:41 +0200
  • 1c0bda0e7c Document DisableViaHeader in the tinyproxy.conf template. Michael Adam 2009-10-11 01:47:48 +0200
  • 7671ac1ae2 Don't add "Via:" header when DisableViaHeader == Yes. Michael Adam 2009-10-11 01:27:24 +0200
  • f208b1222b Add a boolean config option "DisableViaHeader". Michael Adam 2009-10-11 01:13:15 +0200
  • f46aeca9a5 Fix a typo in the tinyproxy.conf template. Michael Adam 2009-10-10 22:25:03 +0200
  • 03b8e8bc19 Fix another typo in the tinyproxy.conf(5) manpage. Michael Adam 2009-10-10 22:24:02 +0200
  • add2685a55 Fix a typo in the tinyproxy.conf(5) manpage. Michael Adam 2009-10-10 22:23:28 +0200
  • cbe52ca43c tests:webserver: correctly answer http/0.9 requests by sending no headers Michael Adam 2009-10-10 20:57:07 +0200
  • 07d993cbc1 acl: Fix "comparison between signed and unsigned" warning on 32bit Michael Adam 2009-10-10 00:34:32 +0200
  • a89d987e8a Use size_t not ssize_t for len argument. This is always >= 0. Michael Adam 2009-10-10 01:11:10 +0200
  • 1fda61b5a0 generate etc/tinyproxy.conf from a tinyproxy.conf.in template Michael Adam 2009-10-10 00:51:15 +0200
  • 641e5823c0 Use ssize_t for len argument Mukund Sivaraman 2009-10-09 13:50:12 +0530
  • eb4d01cc46 add muks' and my (C) to the main.c boilerplate comment. Michael Adam 2009-10-07 01:08:03 +0200
  • 297274ca15 main: add muks and me to the license output (tinyproxy -l) Michael Adam 2009-10-07 01:06:05 +0200
  • 8ff437236f Add items to TODO Mukund Sivaraman 2009-10-02 15:55:42 +0530
  • eab4ae000b url variable modified in do_transparent_proxy() is not the url variable in the caller Mukund Sivaraman 2009-10-02 15:27:43 +0530
  • 931b038b27 Use safer string functions Mukund Sivaraman 2009-10-02 15:21:42 +0530
  • 323a4d0147 Clean up html_send_file () Mukund Sivaraman 2009-10-02 13:01:32 +0530
  • e16128d7e8 Bump version 1.6.5 1.6 Mukund Sivaraman 2009-09-28 19:18:03 +0530