Update reference to the 'show-version' page
[privoxy.git] / jbsockets.c
2017-06-08 Fabian Keilrfc2553_connect_to(): Properly detect and log when...
2017-06-08 Fabian KeilFix indentation
2017-06-04 Fabian KeilFix comments that still called Privoxy Junkbuster
2017-06-04 Fabian Keilsocket_is_still_alive(): Remove superfluous empty line
2017-05-25 Fabian KeilBump copyright
2017-05-25 Fabian KeilNever use select() when poll() is available
2016-12-24 Fabian KeilAdd a --fuzz option
2016-09-27 Leeupdate windows build system to use supported software
2016-08-22 Fabian Keilaccept_connection(): Fix crashes with "listen-addr...
2016-05-25 Fabian KeilLet dynamic filters and taggers support a $listen-addre...
2016-01-16 Fabian KeilBump copyright year
2015-11-06 Fabian Keilaccept_connection(): Enable socket lingering for the...
2015-11-06 Fabian Keilaccept_connection(): Set NO_DELAY flag for the acceptin...
2015-11-06 Fabian KeilFactor out set_no_delay_flag() to reduce code duplication
2014-11-14 Fabian KeilFix memory leak in rfc2553_connect_to()
2014-10-18 Fabian Keilbind_port(): Fix file descriptor leak in error path
2014-10-18 Fabian KeilIn bind_port(), check if the socket is valid before...
2014-10-18 Fabian Keilaccept_connection(): Adjust loop condition to silence...
2014-06-03 Fabian KeilReplace malloc() with malloc_or_die() when the size...
2014-06-02 Fabian KeilBump copyright
2014-06-02 Fabian KeilAdd support for external filters
2013-03-20 Fabian KeilFix a comment typo
2013-03-06 Ian SilvesterRemoved __APPLE_CC__ from two conditional defines in...
2013-03-01 Fabian KeilFix a comment
2013-03-01 Fabian KeilReject network sockets with file descriptor values...
2013-01-01 Fabian KeilDo not try to drain a socket when there is no data...
2012-10-23 Fabian KeilMake socket_is_still_alive() visible when compiling...
2012-10-21 Fabian KeilSet the socket option SO_LINGER for the client socket...
2012-10-17 Fabian KeilDowngrade two error messages in drain_and_close_socket...
2012-10-12 Fabian KeilFix a comment typo.
2012-10-12 Fabian KeilAdd drain_and_close_socket()
2012-03-09 Fabian KeilUnwrap a memcpy() call in resolve_hostname_to_ip()
2012-03-09 Fabian KeilFix white-space around parentheses
2011-12-31 Fabian KeilIf NI_MAXSERV isn't defined, define it to 32
2011-12-10 Fabian KeilFix an off-by-one in an error message about connect...
2011-11-18 Fabian KeilRemove an incorrect string termination attempt
2011-09-04 Fabian KeilDitch trailing whitespace
2011-07-30 Fabian KeilSet socket_error to errno if connecting fails in rfc255...
2011-07-17 Fabian KeilAdd a comment about possibly questionable behaviour...
2011-07-17 Fabian KeilStyle and comment fixes for accept_connection()
2011-07-17 Fabian KeilAllow to bind to multiple separate addresses.
2011-07-04 Fabian KeilIn bind_port(), stop hinting AI_ADDRCONFIG to getaddrinfo()
2011-06-23 Fabian KeilRemove a useless check in write_socket()
2011-05-03 Fabian KeilIn rfc2553_connect_to(), prevent a duplicated log messa...
2011-05-03 Fabian KeilPrevent a NULL-pointer dereference in connect_to()
2011-04-27 Fabian KeilIn connect_to(), do not pretent to retry if forwarded...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-03-27 Fabian KeilIf forwarded-connect-retries is set, only retry if...
2011-03-27 Fabian KeilFix a theoretical memory leak in a cannot-realistically...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), initialize socket_error to 0
2011-03-27 Fabian KeilMark the errno overloading in connect_to() as questiona...
2011-03-27 Fabian KeilZero out the timeval struct in rfc2553_connect_to(...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), explain getnameinfo() errors...
2011-03-27 Fabian KeilBump copyright year
2011-03-27 Fabian KeilIn rfc2553_connect_to() and no_rfc2553_connect_to(...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), simplify the OS/2 code path...
2011-03-27 Fabian KeilDon't leak csp->http->host_ip_addr_str when calling...
2011-03-27 Fabian KeilDon't leak csp->http->host_ip_addr_str when calling...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), start setting cgi->error_messa...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), rename socket_in_error to...
2011-03-27 Fabian KeilIn the IPv6-aware connect_to(), allocate http->host_ip_...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), remove a useless check for...
2011-03-27 Fabian KeilRemove a useless comment in rfc2553_connect_to().
2011-03-27 Fabian KeilWhen retrying to connect, also log the maximum number...
2011-03-27 Fabian KeilMove the forwarded-connect-retries handling into a...
2011-03-27 Fabian KeilRemove an incorrect comment about csp not being modifie...
2010-07-26 Fabian KeilRename LOG_LEVEL_LOG to the more descriptive LOG_LEVEL_...
2010-07-26 Fabian KeilAdd LOG_LEVEL_RECEIVED to log the not-yet-parsed data...
2010-07-26 Fabian KeilIn write_socket(), also log the socket we're writing to.
2010-06-13 Fabian KeilIn write_socket(), remove the write-only variable write...
2010-06-13 Fabian KeilIn resolve_hostname_to_ip(), limit the scope of the...
2010-06-13 Fabian KeilIn connect_to(), don't declare the variable 'flags...
2010-04-23 Fabian KeilRename socket_is_still_usable() to socket_is_still_alive().
2010-02-15 Fabian KeilAlso use the no-such-domain template if resolving addre...
2009-12-16 Fabian KeilAdd optional support for FreeBSD's accf_http(9).
2009-12-15 Fabian KeilFinish the last commit and remove the miscutil.h inclus...
2009-12-15 Fabian KeilIn bind_port(), let getaddrinfo() resolve localhost...
2009-10-04 Fabian KeilDon't use AI_ADDRCONFIG on platforms that don't support it.
2009-09-10 Fabian KeilAlso peek in data_is_available().
2009-09-06 Fabian KeilFix gcc45 on amd64 warning.
2009-07-22 Fabian KeilLet socket_is_still_usable() properly report the socket...
2009-06-13 Fabian Keilconnect_to() doesn't return void, so the recently added...
2009-06-13 Fabian KeilA bunch of malloc() return code checks for the HAVE_RFC...
2009-06-10 David SchmidtOSX doesn't define AI_NUMERICSERV
2009-05-28 Fabian KeilUnbreak compilation for compilers that don't recognize...
2009-05-28 Fabian KeilCheck the right macro to decide if we can use privoxy_m...
2009-05-25 Fabian KeilDowngrade another log message in connect_to() to LOG_LE...
2009-05-19 Fabian KeilStyle fixes for the last commit. Also downgrade some log
2009-05-19 Fabian KeilIn connect_to(), try multiple addresses if possible...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-05-10 Fabian KeilInitial keep-alive support for the client socket.
2009-04-17 Fabian KeilReplace HAVE_GETADDRINFO and HAVE_GETNAMEINFO macros
2009-04-17 Fabian KeilIf the hostname is 'localhost' or not specified, reques...
2009-04-17 Fabian KeilStyle cosmetics for the IPv6 code.
2009-04-17 Fabian KeilPetr Pisar's privoxy-3.0.12-ipv6-3.diff.
2008-12-20 Fabian KeilAdd config option socket-timeout to control the time
2008-11-10 Fabian KeilFix a gcc44 warning and remove a now-obsolete cast.
2008-09-04 Fabian KeilPrepare for critical sections on Windows by adding a
2008-03-26 Fabian KeilAdd hostname directive. Closes PR#1918189.
2008-03-21 Fabian KeilOnly gather host information if it's actually needed.
next