Change the Windows taskbar icon when privoxy is toggled off.
[privoxy.git] / gateway.c
2008-12-24 Fabian KeilKeep a thread around to timeout alive connections
2008-12-13 Fabian KeilRemove duplicated debugging checks
2008-12-04 Fabian KeilFix some cparser warnings.
2008-11-22 Fabian KeilMove log message around to include the socket number.
2008-11-13 Fabian KeilMake keep_alive_timeout static.
2008-11-13 Fabian KeilAdd new config option: keep-alive-timeout.
2008-11-08 Fabian KeilUnify two debug messages.
2008-11-08 Fabian KeilFix duplicated debugging check.
2008-10-25 Fabian KeilRemove already out-commented line left over from debugging.
2008-10-24 Fabian Keil- Tone the "keep-alive support is experimental" warning
2008-10-23 Fabian KeilFix forget_connection() and mark_connection_unused(),
2008-10-18 Fabian Keil- Factor close_unusable_connections() out of
2008-10-17 Fabian KeilIn socket_is_still_usable(), use select()
2008-10-17 Fabian KeilAdd preliminary timeout support.
2008-10-16 Fabian KeilFix two gcc44 warnings.
2008-10-16 Fabian KeilFix compiler warning.
2008-10-16 Fabian Keil- Factor socket_is_still_usable() out of get_reusable_c...
2008-10-13 Fabian KeilIf a remembered connection is no longer usable and
2008-10-11 Fabian KeilAdd missing dots for two log messages.
2008-10-09 Fabian KeilFlush work-in-progress changes to keep outgoing connections
2008-09-27 Fabian KeilReturn only once in forwarded_connect().
2008-08-18 Fabian KeilFix typo in macro name.
2008-02-07 Fabian KeilIn socks5_connect:
2008-02-04 Fabian Keil- Fix a compiler warning.
2008-02-04 Fabian KeilRemember the cause of the SOCKS5 error for the CGI...
2008-02-03 Fabian KeilAdd SOCKS5 support. Patch #1862863 by Eric M. Hopper...
2007-07-28 Fabian KeilModified patch from Song Weijia (#1762559) to
2007-05-14 Fabian Keil- Use strlcpy() instead of strcpy().
2007-01-25 Fabian Keil- Save errors in socks4_connect() to csp->error_message.
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-12 jongfosterCorrecting function comments
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-13 jongfosterKilling warnings
2002-03-09 jongfoster- Making various functions return int rather than size_t.
2002-03-08 jongfosterFixing int/size_t warnings
2002-03-07 oes - Improved handling of failed DNS lookups
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-09-13 jongfosterFixing missing #include under Windows
2001-09-12 steudtenadd #include <string.h>
2001-09-10 oesAdded #include in.h
2001-07-29 jongfosterAdding missing #include project.h
2001-07-24 oesApplied BeOS support update by Eugenia
2001-06-09 jongfosterChanging BUFSIZ ==> BUFFER_SIZE
2001-06-07 jongfosterRemoving gateways[] list - no longer used.
2001-05-15 oes*** empty log message *** v_2_9_3