Year 2007.
[metaproxy-moved-to-github.git] / src / test_filter1.cpp
2007-01-25 Adam DickmeissYear 2007.
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...
2005-12-02 Adam DickmeissIn tests use BOOST_AUTO_UNIT_TEST instead of BOOST_AUTO...
2005-10-31 Marc Crommestd::string type() function taken out of all filter...
2005-10-29 Marc Crommefilter factory in working shape, see example in test_fi...
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-14 Adam DickmeissRemove dead code
2005-10-14 Adam DickmeissSimplified process interface. Private sub class Worker.
2005-10-08 Adam DickmeissInclude config.hpp in all .cpp files
2005-10-07 Marc Crommeadded doxygen make target
2005-10-07 Adam DickmeissPlaying with boost threads and unit test
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-06 Marc Crommethread safe session class added using boost::mutex
2005-10-06 Adam DickmeissRouter stores filters in a sequence. For now packages...