Version 1.3.10
[yazproxy-moved-to-github.git] / src / yaz-proxy.cpp
2013-10-03 Adam DickmeissFix SEGV when reaching max-clients YPRX-20
2013-09-11 Adam DickmeissAdd cast (fix YAZ4 compile in previous commit)
2013-09-11 Adam DickmeissUpdates for YAZ 5
2012-11-29 Adam DickmeissRemove some useless code
2012-11-29 Adam DickmeissEmpty backendelementset results in no elementset
2012-11-28 Adam DickmeissFix memory leak: scan ODR was not released
2012-11-28 Adam DickmeissNew syntax config attr: backendelementset
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2012-09-05 Adam DickmeissInit message size from 1 MB to 64 MB
2012-08-30 Adam DickmeissSupport SRU/SRW scan
2011-12-06 Adam DickmeissFix init of max_sockets
2011-02-10 Adam DickmeissVersion 1.3.6
2009-12-01 Adam DickmeissUpdate to use Odr_int
2009-03-17 Adam DickmeissPass-through x-username and omitted password to Z39...
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-13 Adam DickmeissHappy new year
2008-05-28 Adam DickmeissUsing yaz_mk_sru_surrogate when available
2008-05-27 Adam DickmeissTreat target name as possible SRU database and allow...
2008-05-21 Adam DickmeissBump version to 1.3.3.1 v1.3.3.1
2008-05-21 Adam DickmeissReformat (cosmetic changes).
2008-05-21 Adam DickmeissZ39.50 authentication user is no longer set to client...
2008-04-19 Adam DickmeissUpdated copyright headers. Omit CVS IDs.
2008-03-20 Adam DickmeissUsing USEMARCON 3 API.
2008-03-19 Adam DickmeissThe pre-init stage honors max-sockets as well.
2008-03-19 Adam DickmeissAllow max-sockets in use to a particular target to...
2008-02-21 Adam DickmeissUsing yaz_daemon rather than own code. Fixed bug #2060.
2007-05-08 Adam DickmeissUse Odr_oid for OIDs. Require yazpp 1.0.3 (YAZ 3.0.2)
2007-05-02 Adam DickmeissAllow NULL otherinfo ptr in get_cookie and get_proxy.
2007-04-30 Adam DickmeissAdded patch by David Chalmers which relays x-username...
2007-04-16 Adam DickmeissAnother and hopefully, last, YAZ OID DB update
2007-04-12 Adam DickmeissUpdate for YAZ 3s new OID system
2007-03-20 Adam DickmeissWRBUF updates
2006-10-30 Adam DickmeissIncrease number of characters of logged query from...
2006-07-06 Adam DickmeissUse YAZ_HAVE_XSLT because yaz-config 2.1.23 or later...
2006-06-28 Adam DickmeissApplied Ere's global client-authentication patch.
2006-06-09 Adam DickmeissAdd support for thread config element which specifies...
2006-06-09 Adam DickmeissSet client-IP (AKA peername) to "nullpeer" if ->getpeer...
2006-05-01 Adam DickmeissDisable extra logging for particular client IP
2006-05-01 Adam DickmeissFix session number when HTTP Forwarded is in effect
2006-04-30 Adam DickmeissHandle preprocessor define VERSION not being present
2006-04-27 Adam DickmeissFixed timeout bug for SRW/SRU operation : Could occur...
2006-04-26 Adam DickmeissYaz_Proxy::dec_ref has no arguments.
2006-04-22 Adam DickmeissReturn diagnostic if negative present request ranges...
2006-04-17 Adam DickmeissBug fix: Handle the case where an APDU can be decoded... YAZPROXY.1.1.0.3
2006-04-16 Adam DickmeissFixed a bug in Yaz_Proxy::recv_GDU_more . The reference...
2006-04-15 Adam DickmeissIncrement session number again (was deleted by mistake...
2006-04-13 Adam DickmeissRemove log message YAZPROXY.1.1.0.2
2006-04-13 Adam DickmeissAnother fix for operation sequence number (m_request_no)
2006-04-13 Adam DickmeissUse HTTP header X-Forwarded-For as IP for blocking...
2006-04-12 Adam DickmeissTemporarily enable full log for access from IP with...
2006-04-12 Adam DickmeissFixed bug in Yaz_Proxy::get_client . When MAXCLIENTS...
2006-04-06 Adam DickmeissSupply YAZ Proxy version in Z39.50 init responses
2006-04-06 Adam Dickmeissperiod-connect which specifies the period we do connect...
2006-04-06 Adam DickmeissAllow client-ip to be logged for each log entry. Speciy
2006-04-06 Adam DickmeissImplement search limit (<limit><search>n</search><...
2006-03-30 Adam DickmeissEnable USE_AUTH_MSG again
2006-03-30 Adam DickmeissWindows version of yazproxy
2006-03-30 Adam DickmeissIf connect-max is reached, connection is refused.
2006-03-30 Adam DickmeissImplement max-connect facility which makes the server...
2006-03-25 Adam DickmeissNew directive default-client-charset which serves as...
2006-03-09 Adam DickmeissReuse sessions with same idAuthentication information.
2006-03-09 Adam DickmeissUse proper recordcharset for opacxml
2005-11-30 Adam DickmeissIf a backend target connection fails to operatate or...
2005-11-29 Adam DickmeissFix null pointer reference - occurred ir query charset...
2005-11-25 Adam DickmeissFixed a problem with HTTP 1.1 hanging connections that...
2005-10-13 Adam DickmeissUse move_way_gdu method from GDU clas. Minor update...
2005-09-26 Adam DickmeissMake room for limit-search and limit-connect
2005-09-12 Adam DickmeissMsg_Thread constructor now has no_threads which is...
2005-08-15 Adam DickmeissFix handling of Proxy class and authentication thread...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-06-21 Adam DickmeissHandle multiple input PDU packages using GDU class...
2005-06-10 Adam DickmeissAdded proper memory scheme for authentication handler...
2005-06-10 Adam DickmeissFixed NULL ptr refernece that could occur if a client...
2005-06-08 Adam DickmeissUpdated for yaz++ API where Yaz_ was removed from many...
2005-06-02 Adam DickmeissUpdate for the yazpp_1 namespace.
2005-05-30 Adam DickmeissAdded support for threaded authentication modules. See
2005-05-27 Adam DickmeissFixed bug #355: YAZ proxy does not seem to load balance...
2005-05-18 Adam DickmeissAdded support for Z39.50 character set negotiation...
2005-05-04 Adam DickmeissAdded support for character set conversion of query...
2005-02-22 Adam DickmeissAdded Support OPAC to XML conversion. Triggered by...
2005-02-21 Adam DickmeissOption -X now makes it possible to stop YAZ proxy by...
2005-02-11 Adam DickmeissImplemented plugin facility. First use is authenticatio...
2005-02-10 Adam DickmeissRemove unused and fix unterminated string (syntax error)
2005-02-10 olegAdded patch, which involve yazproxy to Character Set...
2005-02-07 Adam DickmeissWIN32 compile fixes
2005-01-18 Adam DickmeissMore verbose log if HTTP file access fails
2005-01-11 Adam DickmeissPrevent warning about unused var
2005-01-11 Adam DickmeissAdded check for various POSIX headers. Abort configure if
2004-12-15 Adam DickmeissFix NULL pointer reference (occurred when close PDU...
2004-12-13 Adam DickmeissUsing yaz/log.h again. Added config file HTTP access.
2004-12-03 Adam DickmeissAdded support for MARC record conversion with Usemarcon
2004-11-30 Adam DickmeissUpdates for yaz/ylog.h
2004-10-28 Adam DickmeissFix bug #195: YAZ proxy removes otherInfo.
2004-10-23 Adam DickmeissFixed bug #189: Bad authenticated session transfer.
2004-10-20 Adam DickmeissFix bug #186: charset / marc problem with char A4.
2004-10-19 Adam DickmeissBug fix: SRW/SRU explain did not work if no default...
2004-10-18 Adam DickmeissImplement bug #143: Add support for multiple SRW/SRU...
2004-08-29 Adam DickmeissNew attribute "backendcharset" for syntax section which...
2004-08-10 Adam DickmeissNew attribute "backendtype" for syntax section which...
2004-04-22 Adam DickmeissRemove HAVE_.. from public headers (no Public header...
next