Year 2007.
[metaproxy-moved-to-github.git] / src / filter_frontend_net.cpp
2007-01-25 Adam DickmeissYear 2007.
2006-11-17 Adam DickmeissAdded 'timeout' setting for filter frontend_net which...
2006-08-30 Adam DickmeissFixed bug #645: Filter Frontend_net must set proper...
2006-08-30 Marc Crommetarget information removed from logging and from packag...
2006-06-10 Adam DickmeissAdd LICENSE file and Refer to it from the source. Inclu...
2006-06-09 Adam DickmeissClose connection if frontend filter receives unhandled...
2006-03-29 Adam DickmeissUpgrade to yazpp
2006-03-16 Adam DickmeissRename from yp2 to metaproxy. The namespace for all...
2006-01-11 Adam DickmeissNamed routes for filter virt_db. Example in etc/config2.xml
2006-01-09 Adam DickmeissUse scoped_ptr for private data in FrontendNet. Allow...
2006-01-09 Adam DickmeissSimplify a little
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...
2005-11-07 Adam DickmeissCalls to pipe(2) replaced with usage of Pipe class...
2005-11-07 Adam DickmeissMake a few internal classes part of yp2 ns
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 DickmeissMoving ThreadPoolSocketObserver and IThreadPoolMsg...
2005-10-14 Adam DickmeissSimplified process interface. Private sub class Worker.
2005-10-13 Adam DickmeissClose session properly in FilterFrontendNet
2005-10-13 Adam DickmeissImplemented FilterFrontendNet which is a network server...