projects
/
privoxy.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Initial keep-alive support for the client socket.
[privoxy.git]
/
jbsockets.c
2009-05-10
Fabian Keil
Initial keep-alive support for the client socket.
blob
|
commitdiff
|
raw
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:
\r
fabiankeil.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