[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-586-g2a3711a5 |
Date: |
Thu, 29 Jun 2023 16:16:09 -0400 (EDT) |
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 "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 2a3711a566d6e1d3514483fe426af13e44b2ce41 (commit)
via 1a5dffb9318649725a29606e990b040e85854956 (commit)
via bfcbf80221e7ea917abf8e227df9b7f6e071f91c (commit)
from 657c9735a79b63ea0484dee204c19fba50235c84 (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 2a3711a566d6e1d3514483fe426af13e44b2ce41
Author: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Date: Thu Jun 29 22:14:36 2023 +0200
win32: check: adjust check config.h to run with newest check library on
VS2022
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
commit 1a5dffb9318649725a29606e990b040e85854956
Author: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Date: Thu Jun 29 22:11:55 2023 +0200
win32: pcapif: ensure we can run with npcap as well
By default, npcap keeps its DLLs not in system32 but in system32/npcap.
To load DLLs from there, mark them as "delay load DLLs" and adjust the
DLL search path before using/loading them.
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
commit bfcbf80221e7ea917abf8e227df9b7f6e071f91c
Author: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Date: Thu Jun 29 22:08:45 2023 +0200
win32: msvc: fix msvc project files to compile with VS2022; add
test_tcp_state
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
-----------------------------------------------------------------------
Summary of changes:
contrib/ports/win32/check/config.h | 3 +--
contrib/ports/win32/msvc/libcheck.vcxproj | 2 ++
contrib/ports/win32/msvc/lwIP.vcxproj | 12 ++++++----
contrib/ports/win32/msvc/lwIP_Test.vcxproj | 8 +++++--
contrib/ports/win32/msvc/lwIP_pcapif.vcxproj | 6 +++--
contrib/ports/win32/msvc/lwip_unittests.vcxproj | 6 ++++-
contrib/ports/win32/msvc/makefsdata.vcxproj | 2 ++
contrib/ports/win32/pcapif.c | 3 +++
contrib/ports/win32/pcapif_helper.c | 31 +++++++++++++++++++++++++
contrib/ports/win32/pcapif_helper.h | 2 ++
10 files changed, 64 insertions(+), 11 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-586-g2a3711a5,
Simon Goldschmidt <=