summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-23transparent: make transparent support compile after introduction of multi ListenMichael Adam1-10/+23
2013-11-23child: remove use of config.listen_addrs in child_listening_sockets()Michael Adam1-3/+3
2013-11-22reqs: Fix CID 1130969 (part 3) - unchecked return value from library.Michael Adam1-1/+8
2013-11-22reqs: Fix CID 1130969 (part 2) - unchecked return value from library.Michael Adam1-1/+8
2013-11-22reqs: Fix CID 1130972 - remove logically dead code.Michael Adam1-9/+0
2013-11-22network: Fix CID 113095 - unchecked return value from libraryMichael Adam1-1/+5
2013-11-22child: check return code of socket_blocking for accept in child_mainMichael Adam1-1/+7
2013-11-22child: Fix CID 1130966 - unchecked return value from libraryMichael Adam1-1/+8
2013-11-22reqs: Fix CID 1130967 - unchecked return value from library.Michael Adam1-1/+7
2013-11-22reqs: Fix CID 1130968 - unchecked return value from libraryMichael Adam1-1/+8
2013-11-22reqs: rename a variable.Michael Adam1-3/+3
2013-11-22reqs: fix CID 1130969 - unchecked return code from libraryMichael Adam1-1/+6
2013-11-22reqs: fix CID 1130970 - unchecked return code from libraryMichael Adam1-1/+7
2013-11-22conf: Fix CID 1130973 - resource leak.Michael Adam1-0/+1
2013-11-16BB#106: remove now unused extract_ssl_url.Michael Adam1-25/+0
2013-11-16BB#106: fix CONNECT requsts with IPv6 literal addresses as host.Michael Adam1-1/+1
2013-11-16BB#106: add default_port argument to extract_http_url and rename it to extrac...Michael Adam1-5/+9
2013-11-16req: move a variable into the scope where it is used in extract_http_url()Michael Adam1-1/+1
2013-11-16BB#116: fix invalid free when connecting to ipv6 literal addressMichael Adam1-1/+4
2013-11-16build: check for memmoveMichael Adam1-1/+1
2013-11-16sock: add debug messages to opensock()Michael Adam1-0/+6
2013-11-09[BB#63] conf: Allow multiple Listen statements in the config.Michael Adam5-14/+75
2013-11-09[BB#81] allow listening on multiple families when no Listen is provided in co...Michael Adam1-2/+9
2013-11-09sock: add a starting debug message to listen_sock()Michael Adam1-0/+3
2013-11-09sock: update introductory comment for listen_sock()Michael Adam1-1/+7
2013-11-09sock: set IPV6_V6ONLY on the socket before binding an IPv6 addressMichael Adam1-0/+12
2013-11-09sock: factor listening on one socket out of the gai-result-loop in listen_sock()Michael Adam1-48/+62
2013-11-09sock: in listen_sock(), move variable for setsockopt() into scopeMichael Adam1-1/+1
2013-11-09sock: log each result of getaddrinfo() in listen_sock()Michael Adam1-0/+14
2013-11-09sock: in listen_sock(), add a log message for when bind() has failedMichael Adam1-0/+2
2013-11-09sock: in listen_sock(), detect and log failure to call setsockopt()Michael Adam1-2/+10
2013-11-09sock: in listen_sock(), add debug message when socket() call failed.Michael Adam1-1/+5
2013-11-09sock: move listen() into the getaddrinfo result loop in listen_sock()Michael Adam1-22/+22
2013-11-09child: use a list of listen_fds instead of one single listenfd.Michael Adam3-7/+90
2013-11-09child: add addr argument to child_listening_sock().Michael Adam3-4/+4
2013-11-09sock: add addr argument to listen_sock()Michael Adam3-4/+4
2013-11-09sock/child: remove global variable addrlen.Michael Adam3-13/+8
2013-11-09[BB#109] Fix crash (infinite loop) when writing to log file fails.Michael Adam1-2/+7
2013-11-09log: remove extra newline characters in log messages.Michael Adam1-2/+2
2013-11-01[BB#115] Drop supplementary groupsGaudenz Steinlin2-1/+11
2013-04-09[BB#112] build: fix build with autoconf >= 2.69Michael Adam1-1/+1
2012-01-23Update authorsMukund Sivaraman3-0/+6
2012-01-23build: Prepend to LDFLAGS instead of replacing its contentsMukund Sivaraman1-1/+1
2011-09-11Make .xz compressed dist targets tooMukund Sivaraman1-1/+1
2011-08-23Bug #103: Move files installed in /etc/ to /etc/tinyproxy/Mukund Sivaraman3-4/+8
2011-08-16Minor whitespace fixMukund Sivaraman1-1/+1
2011-03-04[BB#90]: Fix bug in ACL netmask generationMukund Sivaraman1-4/+21
2011-03-04Validate port number specified in Port directiveMukund Sivaraman1-1/+9
2011-02-28Update URLs of TinyproxyMukund Sivaraman4-10/+8
2011-02-07Surround IPv6 literals with [] in Host: headersMukund Sivaraman1-6/+18