Add LICENSE file and Refer to it from the source. Include license material
[metaproxy-moved-to-github.git] / src / filter_z3950_client.cpp
2006-06-10 Adam DickmeissAdd LICENSE file and Refer to it from the source. Inclu...
2006-03-29 Adam DickmeissUpgrade to yazpp
2006-03-16 Adam DickmeissRename from yp2 to metaproxy. The namespace for all...
2006-01-17 Adam DickmeissRemove std::out msg
2006-01-17 Adam DickmeissReturn other diagnostic if multiple vhosts is given
2006-01-17 Adam DickmeissAdded yp2::util split_zurl and get_vhost_otherinfo.
2006-01-13 Adam DickmeissPut proper reference IDs in response PDUs properly.
2006-01-11 Adam DickmeissNamed routes for filter virt_db. Example in etc/config2.xml
2006-01-09 Adam DickmeissDo not include router.hpp in filters
2006-01-09 Adam DickmeissAllow timeout to be specified for filter z3950_client
2006-01-09 Adam DickmeissRouterFleXML now reads XML simple config and make prope...
2006-01-04 Adam DickmeissMake public yp2_filter_struct non-const. If not, the...
2006-01-04 Adam DickmeissAll filters declare a yp2_filter_struct - used for...
2006-01-03 Adam DickmeissExtend close handling so that multiple requests in...
2006-01-02 Adam DickmeissHandle close of session in Z39.50 client.
2005-11-10 Adam DickmeissSeparate imp+rep from public interfaces for some clases...
2005-11-03 Adam DickmeissAdded makefile for MS VS. Compiles OK for Visual Studio...
2005-10-30 Adam DickmeissAdded methods create_{close,initResponse} for odr class.
2005-10-30 Adam DickmeissImplemented yp2::odr which is a noncopyable wrapper...
2005-10-30 Adam DickmeissProperly lock Z39.50 sessions
2005-10-29 Adam DickmeissUsing boost::scoped_ptr for pimpl/rep for some filters
2005-10-25 Adam DickmeissExperimented with template for session management in...
2005-10-25 Adam DickmeissMore diagnostics for close
2005-10-20 Adam DickmeissComment out two std::cout stmts
2005-10-16 Adam DickmeissRelease Z39.50 sessions properly.
2005-10-16 Adam DickmeissAdded Z3950 Client Filter, AKA Z39.50 backend.