Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-25 | libUPnP: Fix memory allocation of size 0 | Peter | |
In member function 'ReallocateBuffer', inlined from 'SetBufferSize' at ../../kodi-e495e26f477d4de8a7e6c2fac4acbe1a15e22242/.aarch64-libreelec-linux-gnu/../lib/libUPnP/Neptune/Source/Core/NptDataBuffer.cpp:172:32, inlined from 'Load' at ../../kodi-e495e26f477d4de8a7e6c2fac4acbe1a15e22242/.aarch64-libreelec-linux-gnu/../lib/libUPnP/Neptune/Source/Core/NptStreams.cpp:106:33: ../../kodi-e495e26f477d4de8a7e6c2fac4acbe1a15e22242/.aarch64-libreelec-linux-gnu/../lib/libUPnP/Neptune/Source/Core/NptDataBuffer.cpp:245:23: warning: '__builtin_memcpy' writing between 1 and 4294967295 bytes into a region of size 0 [-Wstringop-overflow=] ../../kodi-e495e26f477d4de8a7e6c2fac4acbe1a15e22242/.aarch64-libreelec-linux-gnu/../lib/libUPnP/Neptune/Source/Core/NptDataBuffer.cpp:241:44: note: destination object of size 0 allocated by 'operator new []' | |||
2022-11-13 | [windows] require Windows 8.1 as minimum version | Rechi | |
- Windows 7 is unsupported since January 14, 2020 - Windows 8 is unsupported since January 12, 2016 | |||
2022-11-12 | [Windows] Sync Effects11 with upstream - Fix build with Visual Studio 2022 ↵ | thexai | |
v17.4.0 https://github.com/microsoft/FX11 | |||
2022-03-13 | [cmake] declare directories of external libraries as system headers | Rechi | |
This allows the compiler and checker tools to ignore warnings in the library headers. | |||
2021-10-21 | Add patches for libUPnP | Pär Björklund | |
2021-10-21 | Fix dumb mistake during refactoring that broke upnp server | Pär Björklund | |
2021-10-19 | Fix error with pointer comparison | Pär Björklund | |
Did not show up in vs2019 but did show up with vs2022 preview 5. | |||
2021-10-15 | Fix Neptune with /permissive- | Pär Björklund | |
2021-10-15 | Fix /permissive- issues for Effects11 | Pär Björklund | |
This isn't our library but since Microsoft stopped developing it adding patches shouldn't be an issue. | |||
2020-10-05 | [cmake] add include-what-you-use support | Rechi | |
2020-10-05 | [cmake] add cppcheck support | Rechi | |
2020-10-05 | [cmake] add clang-tidy support | Rechi | |
2020-04-11 | gtest: remove lib/gtest and add as library | Lukas Rusak | |
2020-03-10 | Merge pull request #15831 from olafhering/Platinum.Extras | yol | |
[libUPnP] Remove unused headers from Platinum/Source/Extras | |||
2020-02-03 | [windows] update Effects11 to April 26, 2019 | Rechi | |
2019-09-21 | fixed: make archive files work via UPnP | rustyx | |
2019-08-08 | [osx] convert objc code to ARC but leave UPnP's wrapper of autorelease pool ↵ | Andrey Filipenkov | |
as is | |||
2019-07-17 | [addons] remove cpluff complete | Alwin Esch | |
2019-03-28 | [libUPnP] Remove unused headers from Platinum/Source/Extras | Olaf Hering | |
No code from the Extras directory is compiled, so it is unlikely that any of the interfaces will be used. Remove the headers and remove Platinum/Source/Extras from the list of include directories. Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2018-11-02 | [cpluff] rename functions to not conflict with mariadb-connector | Rechi | |
2018-08-25 | [libUPnP] fix device discovery on windows | Rechi | |
2018-08-25 | [libUPnP] refresh patch | Rechi | |
2018-07-16 | link with libbluray instead of loading it dynamic | Rechi | |
2018-07-16 | move libbluray filesystem callbacks to seperate class | Rechi | |
2018-06-12 | [lib] pragma once position | h.udo | |
2018-06-07 | [c-pluff] kill another implicit function declaration warning | root | |
2018-04-26 | [cleanup][windows] remove files unused since 383c3dd71d | Rechi | |
2018-03-23 | [cpluff] add windows changes | Rechi | |
2018-03-21 | [cpluff] link with cpluff instead of loading it dynamic | Rechi | |
2018-02-20 | [c-pluff] Add patches folder for reference and keep track of changes | h.udo | |
2018-02-20 | [c-pluff] Update to 0.1.4 | h.udo | |
2018-02-13 | fixed: build of neptune on freebsd | Arne Morten Kvarving | |
2018-01-24 | A mass change from xbmc.org to kodi.tv. | Stig-Ørjan Smelror | |
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files | |||
2018-01-03 | [libUPnP][platinum] add patch for 75dca8c | Rechi | |
2018-01-03 | [libUPnP][platinum] fix format-security warning | Rechi | |
2018-01-02 | [libUPnP][platinum] update to 1.2.0 | Rechi | |
2018-01-02 | [libUPnP][neptune] update to 1.2.3 | Rechi | |
2018-01-02 | [libUPnP] replace Makefile.in patch with CMakeLists.txt patch | Rechi | |
2018-01-02 | [libUPnP][platnium] fix patch context and line numbers after 1e9620c | Rechi | |
2018-01-02 | [libUPnP] remove xbmc change from patch | Rechi | |
2018-01-02 | [libUPnP] fix patch number | Rechi | |
2017-11-02 | [win10] add uwp to cmake | Dale Stammen | |
2017-11-02 | libUPnP: added patch file | Anton Fedchin | |
2017-11-02 | [win10] uwp fixes libUPnP | Dale Stammen | |
2017-07-15 | Merge pull request #12488 from ace20022/disc_names | Andreas Zelend | |
[mediamanager] Use meta data provided disc names and add Blu-ray detection. | |||
2017-07-13 | [MediaManager][bluray] Add check for Blu-ray discs. | ace20022 | |
2017-07-11 | Bump gtest to 1.8.0 | h.udo | |
2017-07-07 | [bluray] Use bd_open_files. This makes BD-J menus from Blu-rays using a ↵ | ace20022 | |
protocol like smb:// functional. The old way of using filesystem hooks is deprecated. This requires libbluray 0.9.3 as a minimum. | |||
2017-07-07 | [bluray] Use bd_open_stream for Blu-ray image files. This makes BD-J menus ↵ | ace20022 | |
from image files functional. | |||
2017-06-29 | [modernize][libUPnP] Prefer 'override' usage | h.udo | |