Windows: use Boost 1.59, msvc 14.0
[metaproxy-moved-to-github.git] / src / filter_frontend_net.cpp
2015-11-17 Adam Dickmeisslimit=0 means unlimited MP-632
2015-11-17 Adam Dickmeissconnect-max per IP MP-632
2015-11-17 Adam Dickmeisshttp-req-max per IP MP-632
2015-11-02 Adam Dickmeissfrontend_net: initialize m_http_req_max
2015-11-02 Adam DickmeissReport RLIMIT_NOFILE MP-631
2015-09-28 Adam DickmeissAllow stack-size to be set for ThreadPoolSocketObserver mp-629
2015-09-28 Adam Dickmeissfrontend_net: dynamic thread pool MP-629
2015-07-07 Adam DickmeissAdd http-req-max to frontend_net MP-617
2014-10-27 Adam DickmeissWorking outgoing IP for {http,z3950}_client MP-575
2014-08-26 Adam DickmeissOn SIGTERM shut down connection+listening sockets MP-568
2014-03-19 Adam Dickmeissfrontend_net: fix segfault on startup MP-524
2014-03-17 Adam Dickmeissfrontend_net: fix compilation on Windows (SIGUSR1 does...
2014-03-05 Adam DickmeissHTTP X-Forwarded-For/Z39.50 Client-IP support
2014-02-17 Adam DickmeissLog when SIG{TERM,USR1} is received ASAP MP-513
2014-01-02 Adam DickmeissHappy new year
2014-01-02 Adam DickmeissFilter destructors called upon daemon termination MP-505
2013-05-03 Adam Dickmeissfrontend_net: SSL/HTTPS server MP-441
2013-01-06 Adam DickmeissBump year
2012-11-12 Adam Dickmeissfrontend_net: allow max size to be given
2012-10-29 Adam DickmeissScope classes, tweak for TIME_UTC
2012-10-18 Adam Dickmeissfrontend_net: simplify, use mp::xml::get_route
2012-09-24 Adam DickmeissCall yaz_daemon_stop just after stop of socket bind
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2012-08-15 Adam Dickmeissfrontend_net: handle X-Forwarded-For
2012-07-02 Adam DickmeissAvoid memory management in FrontendNet::stop
2012-06-01 Adam Dickmeissfrontend_net: report threads in use; fix XML header
2012-05-29 Adam Dickmeissfrontend_net: report min, max, average response times
2012-05-25 Adam Dickmeissfrontend_net: report stuff to helper method
2012-05-25 Adam Dickmeissfrontend_net: add facility to log response times
2012-05-25 Adam Dickmeissfrontend_net: refactor and use Rep class in helpers
2012-05-25 Adam Dickmeissfrontend_net: refactor scope of helper classes
2012-04-25 Adam Dickmeissfrontent_net: does "access" log if message is configured
2012-04-25 Adam DickmeissAdd helper variable
2012-04-17 Adam DickmeissFrontend_net exits when all sessions have terminated
2012-04-17 Adam DickmeissMerge branch 'master' into graceful_stop
2012-04-17 Adam DickmeissRemove incoming requests that can not be handled
2012-04-10 Adam DickmeissBeginnings of graceful stop
2012-03-06 Adam DickmeissFilter frontend_net may log statistics
2012-01-11 Adam DickmeissHappy new year
2011-12-05 Adam DickmeissPackageLogger control by SRU opt x-log-anable
2011-07-21 Adam DickmeissAdd path to configure method of filter.
2011-06-22 Adam DickmeissRoute may be given for each port in frontend_net
2011-06-08 Adam DickmeissNo need to pass children
2011-01-07 Adam DickmeissHappy new year
2010-03-18 Adam DickmeissFix init of member var m_connect_max
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-29 Adam DickmeissFilter frontend_net honors connect-max
2009-05-11 Adam DickmeissBump year in copyright msg in source
2009-01-15 Adam DickmeissUpdated footer comment
2008-09-23 Adam DickmeissFixed problem with premature destruction of ZAssocChild...
2008-09-23 Adam Dickmeissrenamed member var m_session to m_assoc_child
2008-05-28 Adam DickmeissUnhandled HTTP request is turned in to HTTP response...
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-01-21 Adam DickmeissFixed bug #1130: Problem with SRU server closing connec...
2007-05-09 Adam DickmeissGPL v2.
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...