Make public yp2_filter_struct non-const. If not, the linker symbol
[metaproxy-moved-to-github.git] / src / filter_frontend_net.hpp
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...
2005-11-07 Adam DickmeissMake a few internal classes part of yp2 ns
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 DickmeissFilterFrontendNet allows listening on multiple ports.
2005-10-14 Adam DickmeissSimplified process interface. Private sub class Worker.
2005-10-13 Adam DickmeissImplemented FilterFrontendNet which is a network server...