All filters declare a yp2_filter_struct - used for both static and
[metaproxy-moved-to-github.git] / src / Makefile.am
2006-01-04 Adam DickmeissAll filters declare a yp2_filter_struct - used for...
2005-12-10 Adam DickmeissLoadable filter support for FilterFactory using dlopen...
2005-12-02 Adam DickmeissIn tests use BOOST_AUTO_UNIT_TEST instead of BOOST_AUTO...
2005-11-14 Adam DickmeissStarted work on shared session filter.
2005-11-11 Adam DickmeissFactor implementation of Package to .cpp.
2005-11-10 Adam DickmeissSeparate imp+rep from public interfaces for some clases...
2005-11-07 Adam DickmeissFirst work on Pipe class
2005-10-31 Adam DickmeissAdded Jamfile for project which makes example programs...
2005-10-29 Marc Crommefilter factory in working shape, see example in test_fi...
2005-10-28 Marc Crommehacking filter factory, need to go to meeting and stop...
2005-10-26 Adam DickmeissExperiments with session map template.
2005-10-26 Marc Crommestarted on RouterFleXML class, still shaky and rudimentary
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 DickmeissExperimented with template for session management in...
2005-10-25 Adam DickmeissMore functional virt_db filter. Removed p2_* source
2005-10-24 Adam DickmeissBegan work on virtual database filter
2005-10-24 Marc Crommerudimentary config calls added in experimental binary
2005-10-19 Marc Crommeadded test case for yp2::filter::Log, added time stampi...
2005-10-16 Adam DickmeissAdded Z3950 Client Filter, AKA Z39.50 backend.
2005-10-15 Adam DickmeissImplemented FilterLog filter
2005-10-14 Adam DickmeissAdded ex_filter_frontend_net noinst program
2005-10-13 Adam DickmeissImplemented FilterFrontendNet which is a network server...
2005-10-13 Adam DickmeissAdded test_package1
2005-10-12 Adam DickmeissMake test_thread_pool_observer a Boost test. Use Boost...
2005-10-12 Marc Crommeadded target 'showdox' which launches firefox with...
2005-10-08 Marc Crommetest for boost time added. missing configure test...
2005-10-08 Marc Crommeadded multithreaded session test using 10 threads and...
2005-10-07 Marc Crommeadded doxygen make target
2005-10-07 Marc Crommeadded check for automake version, which must be version...
2005-10-07 Adam DickmeissAdd code to test join of single threads or groups
2005-10-07 Adam DickmeissUse boost unit test for test filter 1 case.
2005-10-07 Marc Crommechanges includes in test programs to use splitted header
2005-10-07 Marc Crommechanged build system to use C++ compiler, temp config...
2005-10-06 Marc Crommethread safe session class added using boost::mutex
2005-10-06 Adam DickmeissRename Msg_Thread to ThreadPoolSocketObserver. Rename...
2005-10-06 Adam DickmeissRouter stores filters in a sequence. For now packages...
2005-10-06 Marc Crommebuild system added
2005-10-06 Marc CrommeInitial revision