summaryrefslogtreecommitdiffstats
path: root/modules/upnp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-2610-488/+742
|\
| * [UPNP] Allow disabling UPNP implementation on the WebFabio Alessandrelli2024-11-2310-488/+734
* | Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* 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
* docs: update UPnP gdscript snippet to latest gdscriptGoutte2024-08-221-2/+2
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-4/+4
* miniupnpc: Disable socket timeout on Windows, matching upstreamRémi Verschelde2024-05-061-1/+2
* Use local variable to stop memory leak.Alistair Leslie-Hughes2024-04-052-23/+10
* 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
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-152-4/+4
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-9/+9
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-2/+2
* Fix Thread usage in UPNP docs.TechnoPorg2022-10-241-1/+1
* Update UPnP documentationMax Hilbrunner2022-08-282-12/+21
* Merge pull request #63809 from mhilbrunner/upnp-no-delete-only-addMax Hilbrunner2022-08-271-2/+0
|\
| * UPNP: Don't delete mappings when adding mappingsMax Hilbrunner2022-08-021-2/+0
* | Rename the argument tag to param in XML documentationYuri Sizov2022-08-082-22/+22
|/
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-252-6/+6
* Refactor module initializationreduz2022-05-042-4/+13
* Add an XML schema for documentationHugo Locurcio2022-02-152-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* miniupnpc: Update to version 2.2.3Rémi Verschelde2021-11-194-6/+6
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+4
* Document how to set up UPnP in a non-blocking mannerHugo Locurcio2021-09-301-0/+32
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-302-74/+37
* Implement the ability to disable classesreduz2021-07-131-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-114-8/+8
* miniupnpc: Update to version 2.2.2Rémi Verschelde2021-03-161-7/+8
* [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-082-6/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-016-12/+12
* Rename empty() to is_empty()Marcel Admiraal2020-12-282-3/+3
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+13
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-2/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-073-3/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-3/+0
* Improve error explanations related to UPNP and UPNPDeviceRudigus2020-04-132-15/+14
* Replace NULL with nullptrlupoDharkael2020-04-022-16/+16
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+7
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5