From: mroberto <mro...@us...> - 2023-01-12 14:57:16
|
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, branch-1.4.x has been updated via 47d01a8f9b89105c8be5c4e36d33ec8978c2b42d (commit) via a0591ecc0befe932655c2ef71d88e8f26ae6c73a (commit) via cf349db2a8f0178004534f471b0310a84bd38118 (commit) via 6206b3ec02229690f6836d4c76699d0551b54533 (commit) via 41c03a1a48a9dd4a333bcadfce8f8bccf92149bc (commit) via dc992f46560766b97c50535a90336447530ac96f (commit) via 0b7a767a7933f3b10c512d4635773b4dae6bca99 (commit) via 969cc2374405c42c63303810ff82928555233fc2 (commit) via 9f4d1237b79f981ce388fb3453aba524367d83ce (commit) via 5de8c37b165454971f81d73aacf0139ba0a129b8 (commit) via 341cb3ec8997df10dce10b1f9031f661ca0c4ed8 (commit) via 9eb413b68b9871929a06e129423b2347678c5002 (commit) via 68e627f77479c154c0995414de9630d0fff16c76 (commit) via 292e8a10a719af3f4dc10e4692b95cbce02fd55e (commit) via 0d45d36a0a8ced0e514da20bfec7f5b275170886 (commit) via 38a3afadeccbaf09b7afbccb42a551e1828a5745 (commit) via 1d36e1e96c4295b3063b4f5386c385c4e8f771ef (commit) from 5f238419f9e42108bfc69b1c0c6934a8ced7c872 (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 47d01a8f9b89105c8be5c4e36d33ec8978c2b42d Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sun Jun 19 01:03:25 2022 -0300 Forgot to change the "sizeof" commit a0591ecc0befe932655c2ef71d88e8f26ae6c73a Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sun Jun 19 00:46:26 2022 -0300 clang-format commit cf349db2a8f0178004534f471b0310a84bd38118 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 16:38:57 2022 -0300 Fixes Multicast initialization commit 6206b3ec02229690f6836d4c76699d0551b54533 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sun Jun 19 00:23:37 2022 -0300 UpnpPrintf() should always output to the info file Otherwise debug messages will be incomplete and won't tell the whole story. commit 41c03a1a48a9dd4a333bcadfce8f8bccf92149bc Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sun Jun 19 00:20:03 2022 -0300 Improove CI workflow and debug messages commit dc992f46560766b97c50535a90336447530ac96f Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sun Jun 19 00:40:14 2022 -0300 Add .clang-format commit 0b7a767a7933f3b10c512d4635773b4dae6bca99 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sun Jun 19 00:20:25 2022 -0300 .gitignore commit 969cc2374405c42c63303810ff82928555233fc2 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 11:51:58 2022 -0300 Improove workflow commit 9f4d1237b79f981ce388fb3453aba524367d83ce Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 10:16:42 2022 -0300 Homekeeping commit 5de8c37b165454971f81d73aacf0139ba0a129b8 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 10:09:05 2022 -0300 Fix gethostbyname in MacOs commit 341cb3ec8997df10dce10b1f9031f661ca0c4ed8 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 03:25:40 2022 -0300 More Mac fixes commit 9eb413b68b9871929a06e129423b2347678c5002 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 03:17:37 2022 -0300 Fix Mac commit 68e627f77479c154c0995414de9630d0fff16c76 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 03:07:33 2022 -0300 Fix include for Mac commit 292e8a10a719af3f4dc10e4692b95cbce02fd55e Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 03:01:03 2022 -0300 Fix incorrect path commit 0d45d36a0a8ced0e514da20bfec7f5b275170886 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 02:52:29 2022 -0300 Fix permissions commit 38a3afadeccbaf09b7afbccb42a551e1828a5745 Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 02:38:45 2022 -0300 Fix compilation commit 1d36e1e96c4295b3063b4f5386c385c4e8f771ef Author: Marcelo Roberto Jimenez <mar...@gm...> Date: Sat Jun 18 02:07:23 2022 -0300 Update ccpp.yml ----------------------------------------------------------------------- Summary of changes: .clang-format | 126 ++ .github/workflows/ccpp.yml | 10 +- .gitignore | 18 +- ChangeLog | 7 + Doxyfile | 2 +- configure.ac | 8 +- ixml/test/test_document.sh | 0 libupnp.spec | 2 +- threadutil/inc/ithread.h | 11 +- threadutil/src/LinkedList.c | 4 +- threadutil/src/ThreadPool.c | 43 +- threadutil/src/iasnprintf.c | 2 +- upnp/sample/Makefile.am | 8 +- upnp/src/api/upnpapi.c | 3 + upnp/src/api/upnpdebug.c | 355 +++--- upnp/src/genlib/net/http/httpreadwrite.c | 6 +- upnp/src/genlib/net/http/webserver.c | 2 +- upnp/src/genlib/net/uri/uri.c | 3 +- upnp/src/inc/upnpapi.h | 1 - upnp/src/ssdp/ssdp_server.c | 2007 ++++++++++++++++-------------- 20 files changed, 1452 insertions(+), 1166 deletions(-) create mode 100644 .clang-format mode change 100644 => 100755 ixml/test/test_document.sh hooks/post-receive -- Portable UPnP SDK |