Commit Graph

  • e467744134 reqs: Fix CID 1130972 - remove logically dead code. Michael Adam 2013-11-22 18:58:19 +0100
  • 4ebb3c1bb6 network: Fix CID 113095 - unchecked return value from library Michael Adam 2013-11-22 18:54:22 +0100
  • d05e801eef reqs: rename a variable. Michael Adam 2013-11-22 18:36:18 +0100
  • e1af5ffa58 reqs: Fix CID 1130968 - unchecked return value from library Michael Adam 2013-11-22 18:27:24 +0100
  • 6c8d9de3cc reqs: Fix CID 1130967 - unchecked return value from library. Michael Adam 2013-11-22 18:30:30 +0100
  • 9eec142886 child: Fix CID 1130966 - unchecked return value from library Michael Adam 2013-11-22 18:37:43 +0100
  • f413620c5f child: check return code of socket_blocking for accept in child_main Michael Adam 2013-11-22 18:48:43 +0100
  • 903c9eeb1c reqs: fix CID 1130969 - unchecked return code from library Michael Adam 2013-11-22 17:34:20 +0100
  • 5a5ae8bfe1 reqs: fix CID 1130970 - unchecked return code from library Michael Adam 2013-11-22 17:28:33 +0100
  • 51d4f11448 conf: Fix CID 1130973 - resource leak. Michael Adam 2013-11-22 16:08:47 +0100
  • 78ff8e0f07 Remove suggester (see Banu RT #138) Mukund Sivaraman 2014-05-01 13:58:40 +0530
  • 24087f743a Remove suggester (see Banu RT #138) Mukund Sivaraman 2014-05-01 13:58:40 +0530
  • b59ecd0c66 buffer: fix log message in read_buffer(). Michael Adam 2013-11-23 12:21:59 +0100
  • ffa3a56ab8 buffer: reduce indentation in read_buffer() Michael Adam 2013-11-23 12:04:02 +0100
  • 76bd008cf9 reqs: fix typo in a debug message in get_request_entity() Michael Adam 2013-11-23 11:59:47 +0100
  • b3ac7d2c7b transparent: make transparent support compile after introduction of multi Listen Michael Adam 2013-11-23 00:15:48 +0100
  • b92d70be07 child: remove use of config.listen_addrs in child_listening_sockets() Michael Adam 2013-11-23 00:05:51 +0100
  • 3710accf72 reqs: Fix CID 1130969 (part 3) - unchecked return value from library. Michael Adam 2013-11-22 21:56:39 +0100
  • e07c363df2 reqs: Fix CID 1130969 (part 2) - unchecked return value from library. Michael Adam 2013-11-22 21:44:12 +0100
  • c82840bfcb reqs: Fix CID 1130972 - remove logically dead code. Michael Adam 2013-11-22 18:58:19 +0100
  • 49c55ed26c network: Fix CID 113095 - unchecked return value from library Michael Adam 2013-11-22 18:54:22 +0100
  • 198600ce42 child: check return code of socket_blocking for accept in child_main Michael Adam 2013-11-22 18:48:43 +0100
  • 38ef36d998 child: Fix CID 1130966 - unchecked return value from library Michael Adam 2013-11-22 18:37:43 +0100
  • 0a99803425 reqs: Fix CID 1130967 - unchecked return value from library. Michael Adam 2013-11-22 18:30:30 +0100
  • 9efa5799f0 reqs: Fix CID 1130968 - unchecked return value from library Michael Adam 2013-11-22 18:27:24 +0100
  • c27b6d15e2 reqs: rename a variable. Michael Adam 2013-11-22 18:36:18 +0100
  • 68bd0b61b5 reqs: fix CID 1130969 - unchecked return code from library Michael Adam 2013-11-22 17:34:20 +0100
  • 2004abc1e3 reqs: fix CID 1130970 - unchecked return code from library Michael Adam 2013-11-22 17:28:33 +0100
  • a244c1d4aa conf: Fix CID 1130973 - resource leak. Michael Adam 2013-11-22 16:08:47 +0100
  • 6505867f7a NEWS: fix typo Michael Adam 2013-11-20 14:25:31 +0100
  • 0654ed6403 Start updating NEWS for 1.8.4 Michael Adam 2013-11-16 15:34:43 +0100
  • 9ed48eb03b BB#106: remove now unused extract_ssl_url. Michael Adam 2013-11-16 15:23:27 +0100
  • 578f409a03 BB#106: fix CONNECT requsts with IPv6 literal addresses as host. Michael Adam 2013-11-16 15:14:58 +0100
  • 08c44a36ba BB#106: add default_port argument to extract_http_url and rename it to extract_url Michael Adam 2013-11-16 15:09:48 +0100
  • 0f18e4fc3a BB#106: remove now unused extract_ssl_url. Michael Adam 2013-11-16 15:23:27 +0100
  • 9f43cfd488 BB#106: fix CONNECT requsts with IPv6 literal addresses as host. Michael Adam 2013-11-16 15:14:58 +0100
  • 98f77ef8c7 BB#106: add default_port argument to extract_http_url and rename it to extract_url Michael Adam 2013-11-16 15:09:48 +0100
  • e0ad093b0f BB#116: fix invalid free when connecting to ipv6 literal address Michael Adam 2013-11-16 13:07:19 +0100
  • 4ef81ff95d build: check for memmove Michael Adam 2013-11-16 13:07:09 +0100
  • 69c348ce6d req: move a variable into the scope where it is used in extract_http_url() Michael Adam 2013-11-16 13:10:03 +0100
  • bb2e894e0d BB#116: fix invalid free when connecting to ipv6 literal address Michael Adam 2013-11-16 13:07:19 +0100
  • 7e1d8154de build: check for memmove Michael Adam 2013-11-16 13:07:09 +0100
  • 3cdb1bf7aa [BB#63] conf: Allow multiple Listen statements in the config. Michael Adam 2013-11-07 11:00:19 +0100
  • d11d23c14c [BB#81] allow listening on multiple families when no Listen is provided in config Michael Adam 2013-11-08 11:50:57 +0100
  • fdfa365bae sock: add a starting debug message to listen_sock() Michael Adam 2013-11-08 08:53:51 +0100
  • 954d427565 sock: update introductory comment for listen_sock() Michael Adam 2013-11-08 13:53:00 +0100
  • bb5d6af78f sock: set IPV6_V6ONLY on the socket before binding an IPv6 address Michael Adam 2013-11-08 15:31:11 +0100
  • 79f34cd113 sock: factor listening on one socket out of the gai-result-loop in listen_sock() Michael Adam 2013-11-08 14:09:46 +0100
  • 4f600654d2 sock: in listen_sock(), move variable for setsockopt() into scope Michael Adam 2013-11-08 13:38:41 +0100
  • 37ffa6986d sock: log each result of getaddrinfo() in listen_sock() Michael Adam 2013-11-08 11:56:33 +0100
  • 5608382be9 sock: in listen_sock(), add a log message for when bind() has failed Michael Adam 2013-11-08 11:50:12 +0100
  • 04cc18d0f8 sock: in listen_sock(), detect and log failure to call setsockopt() Michael Adam 2013-11-08 11:41:35 +0100
  • 7b1801d8e7 sock: in listen_sock(), add debug message when socket() call failed. Michael Adam 2013-11-08 11:39:23 +0100
  • 844403afbe sock: move listen() into the getaddrinfo result loop in listen_sock() Michael Adam 2013-11-08 13:19:32 +0100
  • 866f1c3e56 child: use a list of listen_fds instead of one single listenfd. Michael Adam 2013-11-08 08:07:08 +0100
  • 425ce3beb6 child: add addr argument to child_listening_sock(). Michael Adam 2013-11-07 14:30:35 +0100
  • a8a2342527 sock: add addr argument to listen_sock() Michael Adam 2013-11-07 12:15:20 +0100
  • ccb987e8e0 sock/child: remove global variable addrlen. Michael Adam 2013-11-07 10:54:56 +0100
  • 836d4534d6 sock: add debug messages to opensock() Michael Adam 2013-11-16 03:03:43 +0100
  • 0adf359245 [BB#109] Fix crash (infinite loop) when writing to log file fails. Michael Adam 2013-11-09 13:25:03 +0100
  • 54eaac8e76 log: remove extra newline characters in log messages. Michael Adam 2013-11-09 13:26:43 +0100
  • e82080a5f6 [BB#63] conf: Allow multiple Listen statements in the config. Michael Adam 2013-11-07 11:00:19 +0100
  • d0732f9ade [BB#81] allow listening on multiple families when no Listen is provided in config Michael Adam 2013-11-08 11:50:57 +0100
  • e40b91974a sock: add a starting debug message to listen_sock() Michael Adam 2013-11-08 08:53:51 +0100
  • 22587d3d41 sock: update introductory comment for listen_sock() Michael Adam 2013-11-08 13:53:00 +0100
  • 0698e4d180 sock: set IPV6_V6ONLY on the socket before binding an IPv6 address Michael Adam 2013-11-08 15:31:11 +0100
  • d7f67768eb sock: factor listening on one socket out of the gai-result-loop in listen_sock() Michael Adam 2013-11-08 14:09:46 +0100
  • 157879d4f6 sock: in listen_sock(), move variable for setsockopt() into scope Michael Adam 2013-11-08 13:38:41 +0100
  • a7898a2c98 sock: log each result of getaddrinfo() in listen_sock() Michael Adam 2013-11-08 11:56:33 +0100
  • 947e255d19 sock: in listen_sock(), add a log message for when bind() has failed Michael Adam 2013-11-08 11:50:12 +0100
  • b41d140984 sock: in listen_sock(), detect and log failure to call setsockopt() Michael Adam 2013-11-08 11:41:35 +0100
  • 5392e9829c sock: in listen_sock(), add debug message when socket() call failed. Michael Adam 2013-11-08 11:39:23 +0100
  • fa26ad4d56 sock: move listen() into the getaddrinfo result loop in listen_sock() Michael Adam 2013-11-08 13:19:32 +0100
  • 2ebfd456ef child: use a list of listen_fds instead of one single listenfd. Michael Adam 2013-11-08 08:07:08 +0100
  • 070d621534 child: add addr argument to child_listening_sock(). Michael Adam 2013-11-07 14:30:35 +0100
  • 2bd919f01e sock: add addr argument to listen_sock() Michael Adam 2013-11-07 12:15:20 +0100
  • 7eea1638bc sock/child: remove global variable addrlen. Michael Adam 2013-11-07 10:54:56 +0100
  • 4bbd6e8626 [BB#109] Fix crash (infinite loop) when writing to log file fails. Michael Adam 2013-11-09 13:25:03 +0100
  • d652681e8a log: remove extra newline characters in log messages. Michael Adam 2013-11-09 13:26:43 +0100
  • 8963739e4b [BB#115] Drop supplementary groups Gaudenz Steinlin 2013-09-09 08:33:48 +0200
  • c8b8247f70 [BB#115] Drop supplementary groups Gaudenz Steinlin 2013-09-09 08:33:48 +0200
  • a747617c05 [BB#112] build: fix build with autoconf >= 2.69 Michael Adam 2013-04-09 16:55:13 +0200
  • 3cc59ec3be [BB#112] build: fix build with autoconf >= 2.69 Michael Adam 2013-04-09 16:55:13 +0200
  • 983d241db6 Update authors Mukund Sivaraman 2012-01-23 16:31:24 +0530
  • 9d7a95bd56 build: Prepend to LDFLAGS instead of replacing its contents Mukund Sivaraman 2012-01-23 16:25:24 +0530
  • 2e4ea496b3 build: Prepend to LDFLAGS instead of replacing its contents Mukund Sivaraman 2012-01-23 16:25:24 +0530
  • 3933daf793 Make .xz compressed dist targets too Mukund Sivaraman 2011-09-11 11:53:46 +0530
  • e5fd1fd556 Make .xz compressed dist targets too Mukund Sivaraman 2011-09-11 11:52:21 +0530
  • 32563a4ed6 Bug #103: Move files installed in /etc/ to /etc/tinyproxy/ Mukund Sivaraman 2011-08-23 14:46:04 +0530
  • 18db1675a0 Update NEWS 1.8.3 Mukund Sivaraman 2011-08-16 17:56:04 +0530
  • 4d979df636 Bump version to 1.8.3 Mukund Sivaraman 2011-08-16 17:45:06 +0530
  • ec86c15d5a Minor whitespace fix Mukund Sivaraman 2011-08-16 17:43:59 +0530
  • fc354343f9 Minor whitespace fix Mukund Sivaraman 2011-08-16 17:43:59 +0530
  • 1db982793d [BB#90]: Fix bug in ACL netmask generation Mukund Sivaraman 2011-03-04 14:47:05 +0530
  • e8426f6662 [BB#90]: Fix bug in ACL netmask generation Mukund Sivaraman 2011-03-04 14:47:05 +0530
  • 95a6f8259c Validate port number specified in Port directive Mukund Sivaraman 2011-03-04 14:07:07 +0530
  • 97b9984484 Validate port number specified in Port directive Mukund Sivaraman 2011-03-04 14:07:07 +0530
  • 8b76f1a939 Update URLs of Tinyproxy Mukund Sivaraman 2011-02-28 12:46:46 +0530
  • 5ad24ba99d Update URLs of Tinyproxy Mukund Sivaraman 2011-02-28 12:36:05 +0530
  • 121a11d8e5 Surround IPv6 literals with [] in Host: headers Mukund Sivaraman 2011-02-07 18:00:39 +0530