Re-enable threaded host resolving
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Nov 2011 15:29:31 +0000 (16:29 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Nov 2011 15:30:48 +0000 (16:30 +0100)
commit7b13bb9165493bdef71e929ebcdc02b6a6605aca
tree6f6041141c61e847ba5674685b481273adaa214a
parent5713967abc5e196bf652b60b75e125fe33e66222
Re-enable threaded host resolving

And do it properly for HTTP connections as well; Pazpar2 1.6.3 and
earlier versions only performed threaded resolving for Z39.50
connections. Requires YAZ 4.2.20 that offers the "tproxy" setting
for ZOOM connections.
13 files changed:
configure.ac
debian/control
src/Makefile.am
src/connection.c
src/connection.h
src/database.c
src/database.h
src/getaddrinfo.c [new file with mode: 0644]
src/host.c [new file with mode: 0644]
src/host.h
src/pazpar2_config.h
src/session.h
win/makefile