Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / ex_filter_frontend_net.cpp
2011-07-21 Adam DickmeissAdd path to configure method of filter.
2011-01-07 Adam DickmeissHappy new year
2010-01-11 Adam DickmeissPublic MP headers in include/metaproxy
2010-01-04 Adam DickmeissVersion 1.0.23. Bump copyright year. v1.0.23
2009-06-11 Adam DickmeissFix GCC warnings. Set imp name/version for init response
2009-05-11 Adam DickmeissBump year in copyright msg in source
2009-01-15 Adam DickmeissUpdated footer comment
2008-04-19 Adam DickmeissUpdated copyright headers. Omit CVS ID.
2008-02-20 Adam DickmeissThe configure method takes test_only flag so we can...
2008-02-20 Adam DickmeissUse YAZ' options
2007-05-09 Adam DickmeissGPL v2.
2007-01-25 Adam DickmeissYear 2007.
2006-09-29 Marc Crommecode cleanup, replaced class name Virt_db with VirtualDB
2006-06-10 Adam DickmeissAdd LICENSE file and Refer to it from the source. Inclu...
2006-03-16 Adam DickmeissRename from yp2 to metaproxy. The namespace for all...
2006-01-16 Adam DickmeissFilter virt_db allows multiple databases.. Each of...
2006-01-13 Adam DickmeissPut proper reference IDs in response PDUs properly.
2006-01-12 Adam DickmeissPrepare for use-use in virt_db filter
2006-01-11 Adam DickmeissNamed routes for filter virt_db. Example in etc/config2.xml
2006-01-09 Adam DickmeissRouterFleXML now reads XML simple config and make prope...
2006-01-04 Adam DickmeissAll filters declare a yp2_filter_struct - used for...
2005-12-09 Adam DickmeissEnable virt db for ex_filter_frontend_net
2005-11-14 Adam DickmeissStarted work on shared session filter.
2005-10-31 Marc Crommestd::string type() function taken out of all filter...
2005-10-30 Adam DickmeissImplemented yp2::odr which is a noncopyable wrapper...
2005-10-29 Marc Crommefilter factory in working shape, see example in test_fi...
2005-10-26 Adam DickmeissExperiments with session map template.
2005-10-26 Marc Crommechanged call to RouterChain.append instead of RouterCha...
2005-10-26 Marc Crommemoved RouterChain class out of router.hpp file into...
2005-10-25 Adam DickmeissFor filter_virt_db return proper diagnostics if backend...
2005-10-25 Adam DickmeissLog filter has alternative constructor with custom msg
2005-10-25 Adam DickmeissUse virt_db filter in ex_filter_frontend_net program
2005-10-16 Adam DickmeissAdded Z3950 Client Filter, AKA Z39.50 backend.
2005-10-15 Adam DickmeissSame header and footer for all files. Header includes...
2005-10-15 Adam DickmeissUse namespace yp2::filter for filters .. Rename filters...
2005-10-15 Adam DickmeissImplemented FilterLog filter
2005-10-14 Adam DickmeissFilterFrontendNet allows listening on multiple ports.
2005-10-14 Adam DickmeissUse boost::program_options in ex_filter_frontend_net...
2005-10-14 Adam DickmeissExtended filter in ex_filter_frontend_net program to...
2005-10-14 Adam DickmeissAdded ex_filter_frontend_net noinst program