Enable FEATURE_CONNECTION_KEEP_ALIVE unconditionally. Enable FEATURE_CONNECTION_SHARI...
[privoxy.git] / jbsockets.c
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.
2007-09-30 Fabian KeilSet the maximum listen() backlog to 128. Apparently...
2007-09-15 Fabian KeilIncrease listen() backlog to SOMAXCONN (or 128) to...
2007-06-01 Fabian KeilUse the same mutex for gethostbyname() and gethostbyadd...
2007-04-01 Fabian Keil- Add DNS retries for Solaris and other systems
2006-11-13 Fabian KeilMake pthread mutex locking more generic. Instead of
2006-09-02 Fabian KeilFollow the OpenBSD port's lead and protect the resolve
2006-08-03 David SchmidtIncorporate Fabian Keil's patch work:\rfabiankeil.de...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-26 joergsAmigaOS: Fixed wrong type for len in write_socket()
2002-04-26 joergsAmigaOS: No socklen_t, added AMIGA to the systems using...
2002-04-08 swafixed JB spelling
2002-04-03 Gabor LiptakCorrecting compile warning with older gcc
2002-03-31 jongfosterWin32 only: Enabling STRICT to fix a VC++ compile warning.
2002-03-29 David SchmidtFix Mac OSX compiler warnings
2002-03-27 David SchmidtMore compiler warning message maintenance
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-13 jongfosterKilling warnings
2002-03-11 David SchmidtOS/2 port maintenance:
2002-03-09 jongfoster- Making various functions return int rather than size_t.
2002-03-07 oes - Improved handling of failed DNS lookups
2002-03-05 jongfosterFixing bug 514988 - unable to restart JunkBuster
2002-03-04 David SchmidtEnable web editing of actions file on OS/2 (it had...
2002-01-09 oesAdded support for gethostbyname_r and gethostbyaddr_r.
2001-11-16 jongfosterEnabling duplicate-socket detection for all platforms...
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-09-21 David SchmidtCleaning up 2 compiler warnings on OS/2.
2001-09-13 jongfosterFixing 2 compiler warnings under Win32
2001-07-30 jongfosterTidying up #defines:
2001-07-29 jongfosterFixed compiler warning by adding a cast
2001-07-18 oesEliminated dirty hack for getsockbyname()
2001-07-15 jongfosterRemoving unused local variable.
2001-07-01 oesBugfix: accept_connection no longer uses the obsolete...
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Added remote (server) host IP to csp->http->host_ip_a...
2001-06-07 jongfosterThe host parameter to connect_to() is now const.
2001-06-03 oesfilled comment
2001-05-28 jongfosterFixing bug in LOG_LEVEL_LOG
2001-05-26 jongfosterFixed LOG_LEVEL_LOG
2001-05-26 jongfosterACL feature now provides more security by immediately...
2001-05-26 jongfosterCosmetic indentation correction.
2001-05-25 jongfosterNow gives a warning under Windows if you try to bind
2001-05-17 oes - Cleaned CRLF's from the sources and related files
2001-05-15 oes*** empty log message *** v_2_9_3