summaryrefslogtreecommitdiff
path: root/Source/Core/Common/UPnP.cpp
AgeCommit message (Collapse)Author
2023-04-12Common/UPnP: Move interface into Common namespaceLioncash
Keeps these utilities consistent with the rest of most of the Common library.
2021-07-06Merge pull request #9709 from AdmiralCurtiss/upnp-error-logLéo Lam
UPnP: Improve error messages on initialization failure.
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2021-06-07UPnP: Improve error messages on initialization failure.Admiral H. Curtiss
2020-10-23Common: Migrate logging to fmtLioncash
Continues the migration of our code over to the fmt logger.
2017-08-13UPnP: use value-initialization instead of std::memsetMichael M
2017-08-13UPnP: move variable declaration to where it's usedMichael M
2017-08-13UPnP: remove unneeded vector in InitUPnP()Michael M
2017-08-13UPnP: cleanup variable name desc_xmlMichael M
2017-08-13UPnP: use std::to_stringMichael M
2017-08-13UPnP: cleanup function namesMichael M
2017-08-13UPnP: coalesce s_our_ip and cIPMichael M
2017-08-13UPnP: cleanup variable namesMichael M
2017-08-13Common: extract UPnP namespace from NetPlayServerMichael M