From: Marcelo R. J. <mro...@us...> - 2022-02-04 18:37:44
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Portable UPnP SDK". The branch, master has been updated via ebf6b245deaf8daefc33f7fd822e73d189f93387 (commit) via b82203a2a95b728a556e6996678d5e17f27dce01 (commit) via 5f948220c88f4333fa6d232e9f6df76542a0095d (commit) via e9330a61b9110682611aef4d6df5e053767973c1 (commit) via e863bca1e632951967fd0eaf26a735c40c83a59a (commit) via 59ad249a4ed2091ad769c86eca6fd209b7331bf6 (commit) via bebdf88906d5818f381ef20901d01d29241c9b49 (commit) via 0b00ad6c58fa19fe37e545c67903e9f329c21802 (commit) via 0b1a6c59be3babc3ecaf81debdfc159759872215 (commit) via e5c4089d21349610e4a62170195fd6f503de7df0 (commit) via ede703c63c90b1becac6db1d4bb9783f8af47588 (commit) via b11f1ec4e89eca95c8df4994e2b83f3c53d3b279 (commit) via 465a952f408da8a0cb4cef0ae6c196e7dd9cfe04 (commit) via 28afecee14a1af7d4f15561b901fef85d6f492d3 (commit) from 2226adc72079e7a54c59171f93782933568f174b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ebf6b245deaf8daefc33f7fd822e73d189f93387 Author: Ian Whyman <ia...@ge...> Date: Fri Jan 14 21:27:02 2022 +0000 CMake: Suppress MSVC warnings commit b82203a2a95b728a556e6996678d5e17f27dce01 Author: Ian Whyman <ia...@ge...> Date: Fri Jan 14 21:07:14 2022 +0000 Add pthread header commit 5f948220c88f4333fa6d232e9f6df76542a0095d Author: Ian Whyman <ia...@ge...> Date: Fri Jan 14 20:51:59 2022 +0000 Github actions: Bump clang-format version commit e9330a61b9110682611aef4d6df5e053767973c1 Author: Ian Whyman <ian...@sp...> Date: Fri Jan 14 17:34:44 2022 +0000 Simplify seed ifdefs commit e863bca1e632951967fd0eaf26a735c40c83a59a Author: Ian Whyman <ian...@sp...> Date: Fri Jan 14 16:59:58 2022 +0000 log: Fix missing linux header commit 59ad249a4ed2091ad769c86eca6fd209b7331bf6 Author: Ian Whyman <ian...@sp...> Date: Fri Jan 14 16:42:55 2022 +0000 Drop ithread header At this point its a very thin wrapper around pthread anyway. Tests pass on linux/macos. commit bebdf88906d5818f381ef20901d01d29241c9b49 Author: Ian Whyman <ian...@sp...> Date: Fri Jan 14 15:31:16 2022 +0000 Drop duplicate statuscodes.h statcodes.h seems to be the used one commit 0b00ad6c58fa19fe37e545c67903e9f329c21802 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jan 15 21:16:24 2022 -0300 White spaces commit 0b1a6c59be3babc3ecaf81debdfc159759872215 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jan 15 21:08:20 2022 -0300 Fix CWE-367: Time-of-check time-of-use filesystem race condition commit e5c4089d21349610e4a62170195fd6f503de7df0 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jan 15 21:06:08 2022 -0300 White spaces commit ede703c63c90b1becac6db1d4bb9783f8af47588 Author: Biswapriyo Nath <nat...@gm...> Date: Sat Jan 15 11:25:01 2022 +0530 CI: Add tests in msys2/mingw builds commit b11f1ec4e89eca95c8df4994e2b83f3c53d3b279 Author: Biswapriyo Nath <nat...@gm...> Date: Sat Jan 15 11:24:27 2022 +0530 CMake: Set test environment for MSVC only commit 465a952f408da8a0cb4cef0ae6c196e7dd9cfe04 Author: Biswapriyo Nath <nat...@gm...> Date: Thu Jan 13 01:35:35 2022 +0530 CI: Add msys2/mingw builds commit 28afecee14a1af7d4f15561b901fef85d6f492d3 Author: Vollstrecker <gi...@vo...> Date: Wed Jan 12 21:24:20 2022 +0100 Update upnpconfig.h.cm Fix redefinition warning for LARGEFILE_SENSITIVE ----------------------------------------------------------------------- Summary of changes: .github/workflows/ccpp.yml | 41 +- .github/workflows/clang-format.yml | 4 +- cmake/test-functions.cmake | 5 +- ide/qtcreator/pupnp/pupnp-creator.files | 2 - ixml/CMakeLists.txt | 6 + upnp/CMakeLists.txt | 1 - upnp/Makefile.am | 5 - upnp/generator/generator.c | 18 +- upnp/inc/UpnpLog.h | 8 +- upnp/inc/ithread.h | 920 ------------------------------- upnp/inc/upnpconfig.h.cm | 2 +- upnp/sample/common/sample_util.c | 27 +- upnp/sample/common/sample_util.h | 4 +- upnp/sample/common/tv_ctrlpt.c | 60 +- upnp/sample/common/tv_ctrlpt.h | 2 +- upnp/sample/common/tv_device.c | 42 +- upnp/sample/common/tv_device.h | 4 +- upnp/sample/linux/tv_combo_main.c | 6 +- upnp/sample/linux/tv_ctrlpt_main.c | 6 +- upnp/sample/linux/tv_device_main.c | 6 +- upnp/src/UpnpLib.c | 62 +-- upnp/src/api/UpnpLog.cpp | 11 +- upnp/src/api/upnpapi.cpp | 74 ++- upnp/src/genlib/miniserver/miniserver.c | 10 +- upnp/src/genlib/net/http/httpreadwrite.c | 47 +- upnp/src/genlib/net/http/webserver.c | 136 +++-- upnp/src/inc/UpnpLib.h | 32 +- upnp/src/inc/config.h | 2 +- upnp/src/inc/gena.h | 4 +- upnp/src/inc/sleep.h | 27 + upnp/src/inc/statuscodes.h | 102 ---- upnp/src/inc/sysdep.h | 6 +- upnp/src/inc/upnpapi.h | 6 +- upnp/src/inc/uuid.h | 1 + upnp/src/soap/soap_device.c | 8 +- upnp/src/ssdp/ssdp_ctrlpt.c | 7 +- upnp/src/ssdp/ssdp_server.c | 3 +- upnp/src/threadutil/ThreadPool.c | 145 +++-- upnp/src/threadutil/ThreadPool.h | 11 +- upnp/src/threadutil/TimerThread.c | 48 +- upnp/src/threadutil/TimerThread.h | 6 +- 41 files changed, 501 insertions(+), 1416 deletions(-) delete mode 100644 upnp/inc/ithread.h create mode 100644 upnp/src/inc/sleep.h delete mode 100644 upnp/src/inc/statuscodes.h hooks/post-receive -- Portable UPnP SDK |