Updated copyright headers. Omit CVS IDs.
[yazproxy-moved-to-github.git] / src /
2008-04-19 Adam DickmeissUpdated copyright headers. Omit CVS IDs.
2008-03-20 Adam DickmeissIgnore .o files. v1.3.3
2008-03-20 Adam DickmeissUse .gitignore.
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-12-27 Adam DickmeissFixed bug #1989: For PQF SRU one char is stipped off...
2007-10-29 Adam DickmeissFixed bug #1821: Wrong order of include directories...
2007-10-08 Adam Dickmeissllow EXSLT to be used if it's available.
2007-10-08 Adam DickmeissHandle IPV6 peer addresses (bug #1398).
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 DickmeissUsing oid_oid_to_dotstring
2007-04-12 Adam DickmeissUpdate for YAZ 3s new OID system
2007-03-20 Adam DickmeissDebian packages libyazproxy2, libyazproxy2-dev. These...
2007-03-20 Adam DickmeissWRBUF updates
2007-02-25 Adam DickmeissOmit no longer used XSLT_CFLAGS
2006-10-30 Adam DickmeissIncrease number of characters of logged query from...
2006-07-07 Adam DickmeissDont use XSLT_LIBS. It is already part of YAZ' libs...
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-16 Adam DickmeissFor config, dont wan for module element
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 DickmeissAdd css/pdf to mime types
2006-04-06 Adam DickmeissImplement search limit (<limit><search>n</search><...
2006-03-30 Adam DickmeissEnable USE_AUTH_MSG again
2006-03-30 Adam DickmeissUse only sleep if unistd.h is defined
2006-03-30 Adam DickmeissWindows version of yazproxy
2006-03-30 Adam DickmeissAllos Msg_Thread to operate in non-threaded mode
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-30 Adam DickmeissUpdate header. Copyright + yazproxy name
2006-03-29 Adam DickmeissUse yazpp rather than yaz++.
2006-03-25 Adam DickmeissNew directive default-client-charset which serves as...
2006-03-25 Adam DickmeissNew Helsinki University Module. By Ere Maijala
2006-03-09 Adam DickmeissReuse sessions with same idAuthentication information.
2006-03-09 Adam DickmeissIssue warnings for modules where loading fails
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-27 Adam DickmeissGet rid of dead code
2005-10-13 Adam DickmeissUse move_way_gdu method from GDU clas. Minor update...
2005-10-05 Adam DickmeissInitial checkin of proxy 2 code
2005-10-05 Adam DickmeissStart 3 servers in test of Msg_Thread
2005-10-05 Adam DickmeissUse pthread_cond_broadcast to signal 'stop server'
2005-09-26 Adam DickmeissMake room for limit-search and limit-connect
2005-09-26 Adam DickmeissAdd more proper options for t-server
2005-09-26 Adam DickmeissAdd destructor for class (interface) IMsg_Thread.
2005-09-12 Adam DickmeissMsg_Thread constructor now has no_threads which is...
2005-09-11 Adam DickmeissUnused code removed in test server
2005-09-07 Adam DickmeissDocument more yazproxy command line options. Bug #412.
2005-08-15 Adam DickmeissFix handling of Proxy class and authentication thread...
2005-08-15 Adam DickmeissAvoid one condition variable in msg-thread impl
2005-08-10 Adam DickmeissFix a race-condition in Msg_Thread::run, Msg_Thread...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-06-21 Adam DickmeissAdded small server to test MSG threads.
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 DickmeissYaz_ProxyModules keeps track of number of open modules.
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-30 Adam DickmeissImplemented new class Msg_Thread which allows for threa...
2005-05-27 Adam DickmeissFixed bug #355: YAZ proxy does not seem to load balance...
2005-05-20 Adam DickmeissAdded include stdlib.h
2005-05-19 Adam DickmeissNew test for thread+socket manager communication YAZPROXY.ERE
2005-05-18 Adam DickmeissAdded support for Z39.50 character set negotiation...
2005-05-16 Mike TaylorIgnore generated file cdetails
2005-05-06 Adam DickmeissIf character set conversion fails - pass thru.. Unfortu...
2005-05-04 Adam DickmeissNew file needed for character set conversions
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-20 Adam DickmeissOnly use dlclose if DL is present/supported.
2005-02-11 Adam DickmeissRephrase comment about missing XML support
2005-02-11 Adam DickmeissImplemented plugin facility. First use is authenticatio...
2005-02-10 Adam DickmeissRemove unused and fix unterminated string (syntax error)
next