summaryrefslogtreecommitdiffstats
path: root/modules/upnp/upnp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-298/+1
|\
| * [UPNP] Allow disabling UPNP implementation on the WebFabio Alessandrelli2024-11-231-298/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* miniupnpc: Update to 2.2.8 (new major 18)Rémi Verschelde2024-09-181-0/+4
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-6/+6
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-4/+4
* Use local variable to stop memory leak.Alistair Leslie-Hughes2024-04-051-21/+8
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* UPNP: Don't delete mappings when adding mappingsMax Hilbrunner2022-08-021-2/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* miniupnpc: Update to version 2.2.3Rémi Verschelde2021-11-191-2/+2
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* [Net] Fix miniupnpc when no interface is specifiedFabio Alessandrelli2021-03-151-2/+4
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-3/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Improve error explanations related to UPNP and UPNPDeviceRudigus2020-04-131-4/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-12/+12
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* UPnP: Fix includes of thirdparty headersRémi Verschelde2018-09-111-2/+4
* Add UPnP support (port forwarding, querying external IP)mhilbrunner2018-06-071-0/+401