Commit Graph

  • 91deef22e6
    Use system timeval struct for MinGW as described in lwip/sockets.h devx-1.4.0 staphen 2023-09-25 00:07:52 -0400
  • 02a8bb0608
    Use system timeval struct for MinGW as described in lwip/sockets.h staphen 2023-09-25 00:07:52 -0400
  • a57a8a2130 Use reentrant mutex for core thread Xadhoom 2021-03-07 14:03:07 +0000
  • 1f9e26e221 Use reentrant mutex for core thread master Xadhoom 2021-03-07 14:03:07 +0000
  • 07a75f9e08 Merge commit '4fd612c9c72dfcd1db6618bd59c1a17d9f5b55f8' of github.com:joseph-henry/lwip-contrib into master Xadhoom 2021-03-06 10:21:22 +0000
  • d70a2a6742 Fix sys_thread_function Xadhoom 2021-01-01 19:29:33 +0000
  • cbe9085b34 Disable LWIP_PROVIDE_ERRNO Xadhoom 2021-01-01 19:28:54 +0000
  • 4fd612c9c7 Removed conflicting fd_set definition, tweak to LWIP_PLATFORM_DIAG(x) Joseph Henry 2019-05-14 11:50:19 -0700
  • 35b011d4cf Fix compiling lwiperf_example.c with TCP disabled Simon Goldschmidt 2018-09-24 22:24:17 +0200
  • 866db8b37a example_app/lwipopts.h: fix compiler error in init.c checks Simon Goldschmidt 2018-09-14 21:28:34 +0200
  • 70ca8292cf example_app: increase PBUF_POOL_BUFSIZE and TCP_WND (for TLS) Simon Goldschmidt 2018-09-13 21:52:46 +0200
  • 5f49a0a8dd win32: fix compiling with VS2017 Simon Goldschmidt 2018-09-12 22:17:07 +0200
  • dcc3d1ed2e Add configs that test "NO TCP" and "NO UDP" Dirk Ziegelmeier 2018-09-12 09:27:06 +0200
  • 545bb632a1 iteropts.sh: Create separate build log for each iteration Dirk Ziegelmeier 2018-09-12 09:26:45 +0200
  • f0c3a14607 CMake: Make it optional to use sanitizers Dirk Ziegelmeier 2018-09-04 22:40:28 +0200
  • 64ea8a58c1 Make lwIP CMake build/link with sanitizers Dirk Ziegelmeier 2018-09-04 22:31:21 +0200
  • 81ba8f3a45 Minor whitespace fix Dirk Ziegelmeier 2018-09-04 22:15:12 +0200
  • bddaaa3df4 Apply patch #9688: Example code in MibCompiler Dirk Ziegelmeier 2018-09-04 20:59:05 +0200
  • c464d6ab78 Minor CMake cleanup Dirk Ziegelmeier 2018-09-01 16:18:29 +0200
  • 7ce8224099 Minor CMake cleanup Dirk Ziegelmeier 2018-09-01 16:16:37 +0200
  • 277d57ebc4 When checking for MBEDTLS, look for CMakeLists.txt Dirk Ziegelmeier 2018-09-01 16:15:35 +0200
  • fe1a40db63 Unix port: add support for the Hurd. Joan Lledó 2018-09-03 10:56:43 +0200
  • cba72464bd Revert "CMake: Remove linking unix lib with pthread" Dirk Ziegelmeier 2018-09-01 15:23:59 +0200
  • 7ea79ee4b3 CMake: Remove linking unix lib with pthread Dirk Ziegelmeier 2018-09-01 10:09:17 +0200
  • f604ad57a4 Update .gitignore for unix/lib/build Dirk Ziegelmeier 2018-09-01 10:08:02 +0200
  • 453cda2059 Add a unix shared library with cmake Joan Lledó 2018-08-29 10:21:01 +0200
  • 62c0ed38cb bug #54593: Can't compile unix port with GCC 8 Dirk Ziegelmeier 2018-08-29 20:29:22 +0200
  • cad288fa64 Disable sanitizer flags for now, they lead to linking problems Dirk Ziegelmeier 2018-08-27 09:40:39 +0200
  • df1fdd1ee9 Forgot to adapt UNIX check project Dirk Ziegelmeier 2018-08-06 14:46:41 +0200
  • 2af9104908 Fix typo in ports/unix/Filelists.cmake Dirk Ziegelmeier 2018-08-06 14:46:21 +0200
  • 33fa79f4bc Simplify CMAKE application project Dirk Ziegelmeier 2018-08-06 14:38:14 +0200
  • 4766e73198 More CMAKE build system cleanups Dirk Ziegelmeier 2018-08-06 14:05:03 +0200
  • 7942a3d7d1 Cleanup CMAKE build system Dirk Ziegelmeier 2018-08-06 13:04:54 +0200
  • 2917f46ded CMake Build System: Export compile commands for IDEs that can use it, e.g. VS Code Dirk Ziegelmeier 2018-07-15 08:01:50 +0200
  • 2544c3a4b2 add unix example_app binaries to ignore list Simon Goldschmidt 2018-07-12 21:00:56 +0200
  • b94e071e2a add semi-automatic test for option permutations Simon Goldschmidt 2018-07-05 21:33:09 +0200
  • 5c8e1dffc8 unix port: fix compiling tapif for NO_SYS Simon Goldschmidt 2018-07-05 21:31:34 +0200
  • e4d16330a1 unix port: fix compiling NO_SYS Simon Goldschmidt 2018-07-05 21:30:52 +0200
  • dece1fe709 mdns_example: fix build for LWIP_MDNS_RESPONDER==0 Simon Goldschmidt 2018-07-05 20:30:23 +0200
  • 033deed807 tcp_isn: fix building with PPP support disabled and hook disabled Simon Goldschmidt 2018-07-04 12:29:42 +0200
  • 196f100af3 apps/rtp: fix unreachable code warning Simon Goldschmidt 2018-07-04 12:01:02 +0200
  • d4eecdc027 mdns_example: use new probing callback Simon Goldschmidt 2018-07-03 20:30:04 +0200
  • 5ca72a6373 apps: use lwip function names, don't depend on LWIP_COMPAT_SOCKETS Simon Goldschmidt 2018-07-03 20:21:20 +0200
  • 40f1684695 fs_example.c requires LWIP_HTTPD_FS_ASYNC_READ Simon Goldschmidt 2018-06-22 20:40:59 +0200
  • 9efe335bba ports/win32/sys_arch.c: fix compiling with LWIP_NOASSERT defined Simon Goldschmidt 2018-06-20 20:53:39 +0200
  • dd664e6363 example_app/lwipopts: don't define PBUF_LINK_HLEN to 16 Simon Goldschmidt 2018-06-20 20:44:16 +0200
  • 328c22cac3 Remove deleted files from file lists Dirk Ziegelmeier 2018-06-18 21:18:53 +0200
  • 5d547e26e5 Clean up contrib repository Dirk Ziegelmeier 2018-06-18 12:32:21 +0200
  • 539d9ea87c Add Makefile-based build system for example app of Win32 port Dirk Ziegelmeier 2018-06-17 08:38:26 +0200
  • 6e40050321 example_app: Add missing LWIP_IPV6_AUTOCONFIG compile guard Dirk Ziegelmeier 2018-06-10 21:08:26 +0200
  • fcddb3f06f lwipcfg.h: Remove duplicate LWIP_MQTT_APP #define Dirk Ziegelmeier 2018-06-10 21:07:47 +0200
  • 9e69e3aeee Fix misleading function name that has msvc in it Dirk Ziegelmeier 2018-06-15 21:23:40 +0200
  • 3c4ce32666 PPP, PPPoS, example: condition build to PPPOS_SUPPORT instead of PPP_SUPPORT Sylvain Rochet 2018-06-14 20:17:33 +0200
  • d4e40e6b02 example_app/lwipopts.h: make ip4 reassembly work with PBUF_POOL Simon Goldschmidt 2018-06-13 14:55:09 +0200
  • a065b306df pcapif: check that input callback is not NULL Simon Goldschmidt 2018-06-13 10:54:12 +0200
  • 83f3b4cac4 win32: add test_ip6.c Simon Goldschmidt 2018-06-12 20:06:07 +0200
  • 47f9a834d2 win32: fix non-debug configs; fix unit tests; fix intermediate dirs Simon Goldschmidt 2018-06-04 22:11:21 +0200
  • 64f9b5429e fix msvc project after moving/renaming files Simon Goldschmidt 2018-05-22 21:56:52 +0200
  • f895fbb3ba example_app: guard all apps with a define Simon Goldschmidt 2018-05-22 21:54:18 +0200
  • 7a5e5a9893 win32 port: restore graceful shutdown on keypress Simon Goldschmidt 2018-05-22 21:52:45 +0200
  • 2e56e70a30 Fix compile of default_netif.c when IPv4 is disabled Dirk Ziegelmeier 2018-05-21 09:15:06 +0200
  • f68e2873ed Test app: a few compile fixes Dirk Ziegelmeier 2018-05-18 14:26:56 +0200
  • 49ddf81807 Win32: Remove mingw port, it is now handled by CMake example_app Dirk Ziegelmeier 2018-05-18 14:26:29 +0200
  • a95a3078b4 Fix MSVC solution after I broke it yesterday while working on unified test app Dirk Ziegelmeier 2018-05-18 08:35:33 +0200
  • 6165d1b35b Make win32 example_app work with CMake build system Dirk Ziegelmeier 2018-05-18 08:27:49 +0200
  • f5bef4c578 Some cleanups to my last commit Dirk Ziegelmeier 2018-05-17 23:59:20 +0200
  • 14f93f8233 Create unified example application shared between Unix and Win32 Dirk Ziegelmeier 2018-05-17 23:52:10 +0200
  • d190e671f4 Clean fix for compile problems in tcp_md5.c Dirk Ziegelmeier 2018-05-03 22:09:37 +0200
  • 8a4a27e352 Adapt win32 port to my latest cmake changes (untested, I don't use MS Windows at home) Dirk Ziegelmeier 2018-04-30 22:27:16 +0200
  • e5f74e9391 Minor cleanups in cmake files Dirk Ziegelmeier 2018-04-30 22:26:29 +0200
  • fd736d539a Fix a few compile warnings in tcp_md5.c Dirk Ziegelmeier 2018-04-30 22:10:36 +0200
  • e6c17cda2b A few cleanups in lwIP unittests (unix port) CMakeLists.txt Dirk Ziegelmeier 2018-04-30 22:04:41 +0200
  • 56366c2f41 Work on CMake build system - restructure to use included cmake files, this is more flexible Dirk Ziegelmeier 2018-04-30 21:35:03 +0200
  • 64da512d90 Work on CMake build system - Add CMake project for unit tests Dirk Ziegelmeier 2018-04-28 00:00:02 +0200
  • c8b4354440 Work on CMake build system - several cleanups Dirk Ziegelmeier 2018-04-27 23:59:37 +0200
  • b88b65f6d4 Work on CMake build system - prevent building MBEDTLS applications and minor cleanups Dirk Ziegelmeier 2018-04-27 16:40:39 +0200
  • 43bc5bccbd Work on CMake build system - start working on Win32 port Dirk Ziegelmeier 2018-04-27 09:14:36 +0200
  • 534e4e1be3 Work on CMake build system Dirk Ziegelmeier 2018-04-26 23:37:28 +0200
  • 5a57fc8281 Continue working on CMake build system Dirk Ziegelmeier 2018-04-26 23:15:28 +0200
  • ef7009bc81 Continue working on CMake build system Dirk Ziegelmeier 2018-04-26 22:53:29 +0200
  • cd6ac9dfeb Continue working on CMake build system Dirk Ziegelmeier 2018-04-26 22:32:59 +0200
  • ae5e9f7e86 Work on a CMake build system Dirk Ziegelmeier 2018-04-26 21:51:37 +0200
  • cce6cd11ff Work on CMake build system Dirk Ziegelmeier 2018-04-25 22:45:27 +0200
  • 2a10cb3718 Try to fix build errors in tunif.c Dirk Ziegelmeier 2018-04-22 08:56:00 +0200
  • 068d0a828f Fix compile errors in tunif.c introduced by my last commit (can't compile at work) Dirk Ziegelmeier 2018-04-20 21:36:01 +0200
  • 39d8e0bc48 Fix bug #53705: Buffer overflow in low_level_output in tapif.c (port for Unix) Dirk Ziegelmeier 2018-04-20 09:13:47 +0200
  • bfaf31b051 Enable LWIP_NETBIOS_RESPOND_NAME_QUERY in unix and win32 port Dirk Ziegelmeier 2018-04-16 11:33:18 +0200
  • 4226a067c4 win32 port: changes to sys stats must be locked goldsimon 2018-04-04 21:37:47 +0200
  • 76829b6962 Add new 6LoWPAN files to msvc project goldsimon 2018-03-22 08:47:02 +0100
  • 330175a259 win32 sys_arch.c: coding style fixes goldsimon 2018-03-28 21:39:34 +0200
  • ac98868e16 -Wc90-c99-compat needs to be deactivated when compiling with MBEDTLS Dirk Ziegelmeier 2018-03-24 22:04:10 +0100
  • 194dee9956 win32: fix unit tests (bug #53396) Joel Cunningham 2018-03-21 16:01:53 -0500
  • ef7227301e mqtt_example: fix compiling IPv6-only goldsimon 2018-03-07 20:55:41 +0100
  • b3c6d14496 unit: add XML file to clean target Joel Cunningham 2018-03-05 09:33:06 -0600
  • beebac437b Ignore lwip_unittests.xml Joel Cunningham 2018-03-04 10:39:35 -0600
  • bdfc291459 msvc projects: add include paths and lib paths to compile without PCAP_DIR environment variable goldsimon 2018-03-02 09:10:13 +0100
  • 731e6fee3c pcapif: set link status up for PCAPIF_HANDLE_LINKSTATE==0 goldsimon 2018-03-02 07:11:44 +0100
  • cd9c8d0a9e pcapif: fix compiling with PCAPIF_HANDLE_LINKSTATE==0 goldsimon 2018-03-01 13:16:47 +0100
  • 2bfc7a2bd4 add zepif and ieee802154.h to msvc project goldsimon 2018-02-28 23:00:48 +0100
  • d020746be9 win32 port: added example for LWIP_PLATFORM_DIAG() goldsimon 2018-02-25 19:54:34 +0100