2011-04-19 |
Fabian Keil | Fix various spelling errors in the comments. |
blob | commitdiff | raw |
2011-03-27 |
Fabian Keil | If forwarded-connect-retries is set, only retry if... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Fix a theoretical memory leak in a cannot-realistically... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In rfc2553_connect_to(), initialize socket_error to 0 |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Mark the errno overloading in connect_to() as questiona... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Zero out the timeval struct in rfc2553_connect_to(... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In rfc2553_connect_to(), explain getnameinfo() errors... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Bump copyright year |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In rfc2553_connect_to() and no_rfc2553_connect_to(... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In rfc2553_connect_to(), simplify the OS/2 code path... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Don't leak csp->http->host_ip_addr_str when calling... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Don't leak csp->http->host_ip_addr_str when calling... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In rfc2553_connect_to(), start setting cgi->error_messa... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In rfc2553_connect_to(), rename socket_in_error to... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In the IPv6-aware connect_to(), allocate http->host_ip_... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | In rfc2553_connect_to(), remove a useless check for... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Remove a useless comment in rfc2553_connect_to(). |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | When retrying to connect, also log the maximum number... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Move the forwarded-connect-retries handling into a... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Remove an incorrect comment about csp not being modifie... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Fabian Keil | Rename LOG_LEVEL_LOG to the more descriptive LOG_LEVEL_... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Fabian Keil | Add LOG_LEVEL_RECEIVED to log the not-yet-parsed data... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Fabian Keil | In write_socket(), also log the socket we're writing to. |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Fabian Keil | In write_socket(), remove the write-only variable write... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Fabian Keil | In resolve_hostname_to_ip(), limit the scope of the... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Fabian Keil | In connect_to(), don't declare the variable 'flags... |
blob | commitdiff | raw | diff to current |
2010-04-23 |
Fabian Keil | Rename socket_is_still_usable() to socket_is_still_alive(). |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Fabian Keil | Also use the no-such-domain template if resolving addre... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Fabian Keil | Add optional support for FreeBSD's accf_http(9). |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Fabian Keil | Finish the last commit and remove the miscutil.h inclus... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Fabian Keil | In bind_port(), let getaddrinfo() resolve localhost... |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Fabian Keil | Don't use AI_ADDRCONFIG on platforms that don't support it. |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Fabian Keil | Also peek in data_is_available(). |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | Fix gcc45 on amd64 warning. |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Fabian Keil | Let socket_is_still_usable() properly report the socket... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Fabian Keil | connect_to() doesn't return void, so the recently added... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Fabian Keil | A bunch of malloc() return code checks for the HAVE_RFC... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
David Schmidt | OSX doesn't define AI_NUMERICSERV |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Fabian Keil | Unbreak compilation for compilers that don't recognize... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Fabian Keil | Check the right macro to decide if we can use privoxy_m... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Fabian Keil | Downgrade another log message in connect_to() to LOG_LE... |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Fabian Keil | Style fixes for the last commit. Also downgrade some log |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Fabian Keil | In connect_to(), try multiple addresses if possible... |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Fabian Keil | Remove CVS revision logs. TODO item #33. |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Fabian Keil | Initial keep-alive support for the client socket. |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Replace HAVE_GETADDRINFO and HAVE_GETNAMEINFO macros |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | If the hostname is 'localhost' or not specified, reques... |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Style cosmetics for the IPv6 code. |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Petr Pisar's privoxy-3.0.12-ipv6-3.diff. |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Fabian Keil | Add config option socket-timeout to control the time |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Fabian Keil | Fix a gcc44 warning and remove a now-obsolete cast. |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Fabian Keil | Prepare for critical sections on Windows by adding a |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Fabian Keil | Add hostname directive. Closes PR#1918189. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Fabian Keil | Only gather host information if it's actually needed. |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Fabian Keil | Set the maximum listen() backlog to 128. Apparently... |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Fabian Keil | Increase listen() backlog to SOMAXCONN (or 128) to... |
blob | commitdiff | raw | diff to current |
2007-06-01 |
Fabian Keil | Use the same mutex for gethostbyname() and gethostbyadd... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Fabian Keil | - Add DNS retries for Solaris and other systems |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Fabian Keil | Make pthread mutex locking more generic. Instead of |
blob | commitdiff | raw | diff to current |
2006-09-02 |
Fabian Keil | Follow the OpenBSD port's lead and protect the resolve |
blob | commitdiff | raw | diff to current |
2006-08-03 |
David Schmidt | Incorporate Fabian Keil's patch work:\rfabiankeil.de... |
blob | commitdiff | raw | diff to current |
2006-07-18 |
David Schmidt | Reorganizing the repository: swapping out what was... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
jongfoster | Moving sources to /src |
blob | commitdiff | raw |
2002-05-26 |
joergs | AmigaOS: Fixed wrong type for len in write_socket() |
blob | commitdiff | raw | diff to current |
2002-04-26 |
joergs | AmigaOS: No socklen_t, added AMIGA to the systems using... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
swa | fixed JB spelling |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Gabor Liptak | Correcting compile warning with older gcc |
blob | commitdiff | raw | diff to current |
2002-03-31 |
jongfoster | Win32 only: Enabling STRICT to fix a VC++ compile warning. |
blob | commitdiff | raw | diff to current |
2002-03-29 |
David Schmidt | Fix Mac OSX compiler warnings |
blob | commitdiff | raw | diff to current |
2002-03-27 |
David Schmidt | More compiler warning message maintenance |
blob | commitdiff | raw | diff to current |
2002-03-26 |
swa | we have a new homepage! |
blob | commitdiff | raw | diff to current |
2002-03-24 |
swa | name change related issues |
blob | commitdiff | raw | diff to current |
2002-03-13 |
jongfoster | Killing warnings |
blob | commitdiff | raw | diff to current |
2002-03-11 |
David Schmidt | OS/2 port maintenance: |
blob | commitdiff | raw | diff to current |
2002-03-09 |
jongfoster | - Making various functions return int rather than size_t. |
blob | commitdiff | raw | diff to current |
2002-03-07 |
oes | - Improved handling of failed DNS lookups |
blob | commitdiff | raw | diff to current |
2002-03-05 |
jongfoster | Fixing bug 514988 - unable to restart JunkBuster |
blob | commitdiff | raw | diff to current |
2002-03-04 |
David Schmidt | Enable web editing of actions file on OS/2 (it had... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
oes | Added support for gethostbyname_r and gethostbyaddr_r. |
blob | commitdiff | raw | diff to current |
2001-11-16 |
jongfoster | Enabling duplicate-socket detection for all platforms... |
blob | commitdiff | raw | diff to current |
2001-10-25 |
David Schmidt | Change in porting tactics: OS/2's EMX porting layer... |
blob | commitdiff | raw | diff to current |
2001-09-21 |
David Schmidt | Cleaning up 2 compiler warnings on OS/2. |
blob | commitdiff | raw | diff to current |
2001-09-13 |
jongfoster | Fixing 2 compiler warnings under Win32 |
blob | commitdiff | raw | diff to current |
2001-07-30 |
jongfoster | Tidying up #defines: |
blob | commitdiff | raw | diff to current |
2001-07-29 |
jongfoster | Fixed compiler warning by adding a cast |
blob | commitdiff | raw | diff to current |
2001-07-18 |
oes | Eliminated dirty hack for getsockbyname() |
blob | commitdiff | raw | diff to current |
2001-07-15 |
jongfoster | Removing unused local variable. |
blob | commitdiff | raw | diff to current |
2001-07-01 |
oes | Bugfix: accept_connection no longer uses the obsolete... |
blob | commitdiff | raw | diff to current |
2001-06-29 |
oes | Indentation, CRLF->LF, Tab-> Space |
blob | commitdiff | raw | diff to current |
2001-06-29 |
oes | - Added remote (server) host IP to csp->http->host_ip_a... |
blob | commitdiff | raw | diff to current |
2001-06-07 |
jongfoster | The host parameter to connect_to() is now const. |
blob | commitdiff | raw | diff to current |
2001-06-03 |
oes | filled comment |
blob | commitdiff | raw | diff to current |
2001-05-28 |
jongfoster | Fixing bug in LOG_LEVEL_LOG |
blob | commitdiff | raw | diff to current |
2001-05-26 |
jongfoster | Fixed LOG_LEVEL_LOG |
blob | commitdiff | raw | diff to current |
2001-05-26 |
jongfoster | ACL feature now provides more security by immediately... |
blob | commitdiff | raw | diff to current |
2001-05-26 |
jongfoster | Cosmetic indentation correction. |
blob | commitdiff | raw | diff to current |
2001-05-25 |
jongfoster | Now gives a warning under Windows if you try to bind |
blob | commitdiff | raw | diff to current |
2001-05-17 |
oes | - Cleaned CRLF's from the sources and related files |
blob | commitdiff | raw | diff to current |
2001-05-15 |
oes | *** empty log message *** v_2_9_3 |
blob | commitdiff | raw | diff to current |
|