Commit Graph

  • 25e2cc330c add a comment example in the filter file example LucasVerneyDGE 2020-05-26 11:47:12 +0200
  • 7908d4b673
    Merge branch 'master' into patch-1 rofl0r 2020-07-06 12:11:37 +0100
  • db4bd162a3 fix check_acl compilation with --enable-debug xiejianjun 2020-05-09 11:45:30 +0800
  • 8c94b3b211
    Add a comment example in the filter file example LucasVerneyDGE 2020-05-26 11:47:12 +0200
  • 8d899c9029 fix check_acl xiejianjun 2020-05-09 11:45:30 +0800
  • 709fa5ffc2
    Merge branch 'master' into log-obsolete-comment Michael Adam 2020-04-21 00:50:52 +0200
  • d98aabf47f transparent: fix invalid memory access rofl0r 2020-03-18 12:31:13 +0000
  • 3230ce0bc2 anonymous: fix segfault loading config item rofl0r 2020-03-16 13:19:39 +0000
  • 2e02dce0c3 conf: use 2 swappable conf slots, so old config can stay valid rofl0r 2020-01-15 17:02:22 +0000
  • 5dd514af93 conf: fix loading of default values rofl0r 2020-01-15 16:57:00 +0000
  • 27d96df999 remove duplicate code calling reload_config_file() rofl0r 2020-01-15 16:35:43 +0000
  • c63d5d26b4 access config via a pointer, not a hardcoded struct address rofl0r 2020-01-15 16:09:41 +0000
  • bffa705005 remove config file name item from conf struct rofl0r 2020-01-15 15:42:20 +0000
  • 180c0664aa remove godaemon member from config structure rofl0r 2020-01-15 15:26:40 +0000
  • eb2104e1ff log: remove special case code for daemonized mode without logfile rofl0r 2020-01-15 15:18:50 +0000
  • 4fb2c14039 syslog: always use LOG_USER facility rofl0r 2020-01-15 15:09:37 +0000
  • 40afaeb637 move commandline parsing to main() rofl0r 2020-01-15 14:45:23 +0000
  • 25205fd1f3 move initialize_config_defaults to conf.c rofl0r 2020-01-15 14:17:13 +0000
  • 4868ed962f Update Readme Markus Moeller 2020-01-13 19:20:56 +0000
  • d5b806f4be Correct configure option Markus Moeller 2020-01-13 19:19:04 +0000
  • 878b0e9e45 Avoid gcc warning Markus Moeller 2020-01-12 23:00:24 +0000
  • 7d7d50c287 Fix more whitespaces Markus Moeller 2020-01-12 21:19:40 +0000
  • 401a11afb7 Fix more whitespaces Markus Moeller 2020-01-12 21:14:23 +0000
  • 7f6dd18565 Fix more whitespaces Markus Moeller 2020-01-12 21:10:42 +0000
  • 917b68f28c Fix more whitespaces Markus Moeller 2020-01-12 20:59:19 +0000
  • 585882edd2 Fiz whitespaces Markus Moeller 2020-01-12 19:14:38 +0000
  • a9edc77d0c Fix proxy list and regex Markus Moeller 2020-01-12 16:24:56 +0000
  • 0f7839ce98 Fix default upstream Markus Moeller 2020-01-10 21:23:06 +0000
  • 2c6c326e2e Fix pointer issue Markus Moeller 2020-01-10 20:36:44 +0000
  • d72ad621e5 Add proxy list Markus Moeller 2020-01-10 14:34:33 +0000
  • 93e9c156e8 Add regex option for upstream proxy selection Markus Moeller 2020-01-06 20:17:23 +0000
  • 964107d8ca
    Merge a875eda618 into cd005a94ce Vladimir Belov 2019-12-22 12:43:03 +0200
  • cd005a94ce implement detection and denial of endless connection loops rofl0r 2018-12-31 22:25:04 +0000
  • f6d4da5d81 do hostname resolution only when it is absolutely necessary for ACL check rofl0r 2018-12-31 15:47:40 +0000
  • 82e10935d2 move sockaddr_union to sock.h rofl0r 2018-12-31 14:24:17 +0000
  • fa2ad0cf9a log.c: protect logging facility with a mutex rofl0r 2018-12-18 23:48:57 +0000
  • b09d8d927d conf.c: merely warn on encountering recently obsoleted config items rofl0r 2018-12-18 23:38:00 +0000
  • 1186c297b4 conf.c: pass lineno to handler funcs rofl0r 2018-12-18 23:36:04 +0000
  • b935dc85c3 simplify codebase by using one thread/conn, instead of preforked procs rofl0r 2018-12-17 00:23:09 +0000
  • 3a7aa15834 start work on 1.11.x rofl0r 2019-12-21 00:38:56 +0000
  • 69c86b987b Use gai_strerror() to report errors of getaddrinfo() and getnameinfo() tp-1.10.x Martin Kutschker 2019-11-18 21:19:06 +0100
  • 2d2febc0d1 Use gai_strerror() to report errors of getaddrinfo() and getnameinfo() Martin Kutschker 2019-11-18 21:19:06 +0100
  • 801b4c4223 Add Dockerfile. kaitoy 2019-11-08 22:51:35 +0900
  • 30fc3d3efe Add ProxiedHost and ProxiedPort options. kaitoy 2019-11-07 23:25:31 +0900
  • c2d3470a35 Fixes #256 Provides ::1 as allowed Andre Mas 2019-08-20 16:45:42 -0400
  • b27571a9dd Fixes #256 Provides ::1 as allowed Andre Mas 2019-08-20 16:45:42 -0400
  • 62c16c02bb
    improve clarity of error message in case of wrong proxy server password n3mxnet 2019-06-28 15:47:28 +0200
  • 734ba1d970 fix usage of stathost in combination with basic auth rofl0r 2019-06-14 01:18:17 +0100
  • 8da51573cc log.c: Remove obsolete comment Janosch Hoffmann 2019-05-06 22:02:48 +0200
  • bb2bad25c2 Merge branch 'master' of https://github.com/tinyproxy/tinyproxy Janosch Hoffmann 2019-05-06 21:53:57 +0200
  • e666e4a35b filter file: Don't ignore lines with leading whitespace (#239) Janosch Hoffmann 2019-05-05 20:13:38 +0200
  • ba5c7efafb filter: Fix wrong indentation Janosch Hoffmann 2019-05-05 17:24:11 +0200
  • fffe45cae1 filter: Remove redundant code Janosch Hoffmann 2019-05-05 16:46:16 +0200
  • 10d36d48a4 filter: Don't ignore lines with leading whitespace Janosch Hoffmann 2019-05-05 10:24:52 +0200
  • af9d4783a2 filter: Don't ignore lines with leading whitespace Janosch Hoffmann 2019-05-05 09:38:57 +0200
  • 1c708de2ae fix indent Dacheng Gao 2019-03-21 16:21:54 +0800
  • 91f5e7e63c fix indent Dacheng Gao 2019-03-21 13:57:35 +0800
  • 1deccc2a86 fix extra empty line in comment Dacheng Gao 2019-03-21 13:53:39 +0800
  • 74af4f4686 fix the might typo Dacheng Gao 2019-03-20 21:44:21 +0800
  • b675a6d63d Do not give error while storing invalid header [anp/hsw] 2019-01-01 11:00:43 +0700
  • 95efd9c6c1 upstream-command.c: fix typo in variable name Timo Kluck 2019-03-01 17:54:50 +0100
  • c27cf3c79c WIP: add support for upstream command "/path/to/command" Timo Kluck 2019-03-01 17:33:29 +0100
  • a875eda618
    Merge branch 'master' into x-forwarded-for Vladimir Belov 2019-01-26 11:26:07 +0300
  • b6cb68734d implement detection and denial of endless connection loops rofl0r 2018-12-31 22:25:04 +0000
  • b073f119d8 do hostname resolution only when it is absolutely necessary for ACL check rofl0r 2018-12-31 15:47:40 +0000
  • 4267aa00f7 move sockaddr_union to sock.h rofl0r 2018-12-31 14:24:17 +0000
  • 3338e122cf Do not spam the logs with EAGAIN Heiko Schlittermann (HS12-RIPE) 2018-12-19 23:00:36 +0100
  • 8ca0fbefc2 Fix reload behaviour Heiko Schlittermann (HS12-RIPE) 2018-12-19 18:28:46 +0100
  • 047c9fcefb log.c: protect logging facility with a mutex rofl0r 2018-12-18 23:48:57 +0000
  • 6bc09bc876 conf.c: merely warn on encountering recently obsoleted config items rofl0r 2018-12-18 23:38:00 +0000
  • b6ab13aa27 conf.c: pass lineno to handler funcs rofl0r 2018-12-18 23:36:04 +0000
  • 2cbaba5cfd simplify codebase by using one thread/conn, instead of preforked procs rofl0r 2018-12-17 00:23:09 +0000
  • b131f45cbb
    child.c: properly initialize fdset for each select() call (#216) rofl0r 2018-12-15 17:09:04 +0000
  • 5bb52e391b child.c: properly initialize fdset for each select() call rofl0r 2018-12-10 16:40:28 +0000
  • ab0575cbef Disable documentation. Benjamin Gaignard 2017-04-20 14:25:18 +0200
  • d20cc2823f Notes added by 'git notes add' rofl0r 2018-11-23 15:44:19 +0000
  • dc41b35333 Basic Auth: allow almost all possible characters for user/pass Vasily 2018-11-23 17:59:03 +0300
  • deeea8143f
    Fix compilation -- add missing comma. Daniel Wilcox 2018-11-20 06:36:07 +0000
  • 1b26dc1128 Added more liberty to upstream username, too Vasily 2018-11-16 14:17:04 +0300
  • 9b53647c8d Revert "Set default configuration to prevent spawning many proxy processes." Henrique Ferreiro 2018-11-13 12:49:01 +0100
  • a8f53b894b Permit special characters in upstream proxy username and passwort Justus Beyer 2018-11-13 16:24:13 +0100
  • 70da0c0e3b WIP: Allow http upgrades w/o using connect method. Daniel Wilcox 2018-11-08 15:40:40 +0000
  • efde2796a0 Adding possibility to specify empty passwords Vasily 2018-10-26 13:06:16 +0300
  • 34165fd351 Added way more liberty on password value Vasily 2018-10-25 11:08:56 +0300
  • 6b26544ce8 Revert "Add support of websocket" Abhijeet 2018-10-22 22:55:38 +0530
  • 983268e30b Fixed unauthorized connection and smack permission error. Abhijeet Kandalkar 2018-10-18 00:13:43 +0530
  • a8c2c83be0 Add support of websocket Abhijeet Kandalkar 2018-10-11 13:55:58 +0530
  • 818200bd2e update autogen.sh #205 mix 2018-10-21 12:26:01 +0330
  • bf712b3ecf check install automake and auto conf mix 2018-10-20 11:21:44 +0330
  • 1eacdc32ba
    Merge branch 'master' into x-forwarded-for Vladimir Belov 2018-09-27 17:22:58 +0300
  • feb6e92d59 Set default configuration to prevent spawning many proxy processes. Jacobo Aragunde Pérez 2018-09-18 20:05:14 +0200
  • f8e00cc181 Comment default port entry in tinyproxy.conf. Jacobo Aragunde Pérez 2018-09-18 20:04:28 +0200
  • 917ef9eec2 Add -p PORT command-line parameter. Jacobo Aragunde Pérez 2018-09-17 19:19:13 +0200
  • f44d0f387b build: Remove now unused TINYPROXY_UNSTABLE variable from configure Michael Adam 2018-09-04 01:32:09 +0200
  • 82a403b48e build: Remove now unused TINYPROXY_UNSTABLE variable from configure Michael Adam 2018-09-04 01:32:09 +0200
  • 04f68e21e7 tinyproxy.8: remove l flag from short options rofl0r 2018-09-01 03:27:45 +0100
  • 9f4ed46c0a build: add new version mechanism based on VERSION file and a version.sh script Michael Adam 2018-09-04 01:23:01 +0200
  • 6f157804cf build: add new version mechanism based on VERSION file and a version.sh script Michael Adam 2018-09-04 01:23:01 +0200
  • 5bed0a80cd tinyproxy.8: remove l flag from short options rofl0r 2018-09-01 03:27:45 +0100
  • a662c11b8d Release 1.10.0 1.10.0 Michael Adam 2018-09-01 02:40:17 +0200