aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp/WorkQueue.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-17*: doxygen fixupsMax Kellermann1-5/+2
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-26db/upnp: move generic code to lib/upnp/Max Kellermann1-0/+0
2014-01-24Database*: move to db/Max Kellermann1-0/+0
2014-01-17db/upnp/Discovery: move callbacks and data structures into classMax Kellermann1-0/+1
2014-01-16db/upnp/WorkQueue: use emplace() and std::move()Max Kellermann1-3/+4
2014-01-16db/upnp/WorkQueue: simplify start()Max Kellermann1-4/+5
2014-01-15db/upnp/WorkQueue: fix pthread_t[] allocation sizeMax Kellermann1-1/+1
2014-01-14db/upnp/WorkQueue: remove unused attributes "high", "low"Max Kellermann1-17/+3
2014-01-14db/upnp/WorkQueue: initialize "ok" to false, eliminate redundant checksMax Kellermann1-21/+10
2014-01-14db/upnp/WorkQueue: remove IsOK() check from put()Max Kellermann1-6/+0
2014-01-14db/upnp/WorkQueue: remove redundant n_workers_exited check from IsOK()Max Kellermann1-1/+1
2014-01-14db/upnp/WorkQueue: include cleanupMax Kellermann1-3/+0
2014-01-14db/upnp/WorkQueue: remove unnecessary "waiting" attributesMax Kellermann1-24/+9
2014-01-14db/upnp/WorkQueue: remove unused method waitIdle()Max Kellermann1-42/+0
2014-01-14db/upnp/WorkQueue: use array instead of std::listMax Kellermann1-15/+19
2014-01-14db/upnp/WorkQueue: use std::list instead of std::unordered_mapMax Kellermann1-18/+6
2014-01-14db/upnp/WorkQueue: rename attributesMax Kellermann1-78/+78
2014-01-14db/upnp/WorkQueue: pass reference to take()Max Kellermann1-2/+2
2014-01-14db/upnp/WorkQueue: remove unused method qsize()Max Kellermann1-8/+0
2014-01-14db/upnp/WorkQueue: remove unused "szp" parameter from take()Max Kellermann1-3/+1
2014-01-14db/upnp/WorkQueue: remove unused statisticsMax Kellermann1-17/+2
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+327