Commit Graph

  • 4dd64369cd
    Merge 193a22df28 into 86c9f79991 wumingcaiji 2024-06-25 15:33:35 +0000
  • 193a22df28 mem_link_valid ( called by MEM_SANITY() ) need to be called under protected conditions. because, plug_holes which is called by mem_free will change data that used by mem_link_valid. cxluoshuai 2024-06-25 22:21:41 +0800
  • da5f0531ef
    Merge 95c7c731c0 into 86c9f79991 William Skellenger 2024-06-07 20:00:18 +0000
  • 95c7c731c0 fix typos, test runs William Skellenger 2024-06-07 16:00:09 -0400
  • 21c970c1b5 fix c++ comments William Skellenger 2024-06-07 15:44:44 -0400
  • 748cd807c7 more broken test cases for ipv6 William Skellenger 2024-06-07 15:40:31 -0400
  • 2a29247081 test passing William Skellenger 2024-06-07 13:54:46 -0400
  • 5da7e95fa9 block with five characters is now handled correctly William Skellenger 2024-06-07 13:40:15 -0400
  • edf2572e22 tests passing again William Skellenger 2024-05-28 18:58:33 -0400
  • 930c187c75 added new ipv6 valid addr test William Skellenger 2024-05-28 18:42:59 -0400
  • 53b2307f09
    Merge 655c6b1e37 into 86c9f79991 Jan Romann 2024-05-28 16:01:05 +0200
  • e03afc1156
    Merge e46039adb9 into 86c9f79991 qazmko1029 2024-05-24 09:47:50 -0400
  • 787090936a
    Merge 149e52f2c5 into 86c9f79991 Marcus Dreier 2024-05-18 18:20:24 +0800
  • e768529572
    Merge 2c0a25ecd6 into 86c9f79991 Abdel-dev-tech 2024-05-17 11:12:47 +0800
  • 69abe9b05e
    Merge 94d687d9e5 into 86c9f79991 Matt Ihnen 2024-05-17 11:10:43 +0800
  • a9147bb332
    Merge 5171345eb8 into 86c9f79991 Sergey Fionov 2024-05-17 11:09:56 +0800
  • a6d5c89501
    Merge ed9dabe088 into 86c9f79991 James Peach 2024-05-15 15:50:05 +0800
  • 4e4939c53a
    Merge 80e2be17ad into 86c9f79991 Sergey Fionov 2024-05-14 13:57:15 +0200
  • 86c9f79991 refactor: added apple macro for fs handling master jeans 2024-04-27 01:07:07 -0600
  • 8e1a247c1f refactor: added macOS include file jeans 2024-04-27 01:06:37 -0600
  • cf17ed5529 refactor: added apple macro for fs handling jeans 2024-04-27 01:07:07 -0600
  • 0d0b52971d refactor: added macOS include file jeans 2024-04-27 01:06:37 -0600
  • 80e2be17ad Fix out-of-bound access in ip6addr_ntoa_r() Sergey Fionov 2024-04-27 08:51:54 +0300
  • f98ca529d4 Add test for out-of-bound access in ip6addr_ntoa_r() Sergey Fionov 2024-04-27 08:53:05 +0300
  • 1cc1536e6a test/unit: fix inconsistent nullness check error Erik Ekman 2024-04-09 20:11:39 +0200
  • ed9dabe088 contrib/ports: Add explanation to using static ip James Peach 2024-03-24 11:52:34 +0000
  • d5fc0cc825 src/api: mark arguments as unused James Peach 2024-03-24 11:50:48 +0000
  • 94d687d9e5 Update option description to indicate linux instead of unix as per PR feedback. Matt Ihnen 2024-03-20 10:04:53 -0500
  • 5171345eb8 tcp: Fix TCP timestamps for big-endian systems Sergey Fionov 2024-03-13 22:16:35 +0200
  • 0382126c8a Keep "option" lower case to be consistent with the rest of the cmake files. Matt Ihnen 2024-03-06 21:28:14 -0600
  • 8cc1671db2 Add ability to disable example apps Matt Ihnen 2024-03-06 21:21:14 -0600
  • d0efd9ef7b tcpip: fix that TCPIP_CORE_LOCK is not released for LWIP_TIMERS==0 Simon Goldschmidt 2024-02-19 21:44:18 +0100
  • e799c266fa makefsdata: extend file type matching with .shtml and .shtm Krzysztof Mazur 2022-08-14 12:03:50 +0200
  • cb511019b0 Update codeql-buildscript.sh Brian 2023-11-27 11:36:47 -0500
  • 9004e7bd77 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-29 15:29:29 -0400
  • 17b1f5d382 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-20 01:03:46 -0400
  • 10dc9b7eb3 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-18 16:53:26 -0400
  • c3d6fe9d72 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-11 20:49:19 -0400
  • 93821fc437 Fixed netdb.c when LWIP_SOCKET_HAVE_SA_LEN == 0 Kirill Lokotkov 2023-11-29 13:23:23 +0300
  • 7c494b3829 Added "lwip/errno.h" to netdb.c includes Kirill Lokotkov 2023-11-29 12:41:25 +0300
  • e1b8080346 contrib: fixed c++ compatibility of unix port Sebastian Michel 2024-01-04 08:31:28 +0100
  • e7046f68cc
    Revert "contrib: fixed c++ compatibility of unix port" goldsimon 2024-02-19 17:58:22 +0100
  • 2ef2f23a36
    Merge pull request #26 from devzeb/master goldsimon 2024-02-19 17:52:14 +0100
  • 347054b329 Fix C++ compatibility of newly added function lwip_memcmp_consttime() Simon Goldschmidt 2024-01-09 21:26:40 +0100
  • c167a54540 ppp: use constant-time memcmp for checking credentials Simon Goldschmidt 2024-01-09 21:23:11 +0100
  • 25de99d1c1 Introduce constant-time memcmp and use it for snmpv3_get_engine_boots Simon Goldschmidt 2024-01-09 21:14:49 +0100
  • 09d929f7ff Fix uninitialized variable warning introduced with last commit Simon Goldschmidt 2024-01-09 20:51:10 +0100
  • 83abc8714c avoid callbacks for unsuccessful lwip_accept Renzo Davoli 2023-02-02 18:54:28 +0100
  • 09188668c7 update tinydir.h to newest version (1.2.6) Simon Goldschmidt 2024-01-04 22:00:56 +0100
  • e194df75dd contrib: fixed c++ compatibility of unix port Sebastian Michel 2024-01-04 08:31:28 +0100
  • e46039adb9 snmp: forgot to change OID length qazmko1029 2023-12-30 23:30:06 +0800
  • 5c8a07cd87 LwipMibCompiler: compile read-create object as read-write in generated C code qazmko1029 2023-12-30 23:19:59 +0800
  • 53c3e8165a snmp: fix SNMPv2 generic trap ID and special varbinds OID to send according to rfc3584 qazmko1029 2023-12-30 23:15:52 +0800
  • b413b04093 makefsdata: fix buffer corruption with very long paths Simon Goldschmidt 2023-11-29 22:03:46 +0100
  • ee1523630a httpc with LWIP_HTTPC_HAVE_FILE_IO: fix heap buffer overflow for long local filenames Simon Goldschmidt 2023-11-29 21:35:06 +0100
  • 090b0ac3d0
    Fixed netdb.c when LWIP_SOCKET_HAVE_SA_LEN == 0 Kirill Lokotkov 2023-11-29 13:23:23 +0300
  • 483f9637d4
    Added "lwip/errno.h" to netdb.c includes Kirill Lokotkov 2023-11-29 12:41:25 +0300
  • dc6d9d9169
    Update codeql-buildscript.sh Brian 2023-11-27 11:36:47 -0500
  • 0c6b518369 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-29 15:29:29 -0400
  • 38029ebeb9 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-20 01:03:46 -0400
  • 55c7600b45 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-18 16:53:26 -0400
  • 5e3268cf3e src/core: Fix speling issues Erik Ekman 2023-10-14 18:16:49 +0200
  • 8c1190143c Ignore vim swap files Erik Ekman 2023-10-14 18:10:30 +0200
  • 5e45328bb5 src/apps: Fix speling issues Erik Ekman 2023-10-14 18:08:00 +0200
  • b6b20613ce src/api: Fix speling issues Erik Ekman 2023-10-14 18:04:35 +0200
  • e7abb85d63 contrib: Fix speling issues Erik Ekman 2023-10-14 18:01:37 +0200
  • 3c06267d8e apps/http_client: Fix speling issues Erik Ekman 2023-10-14 17:50:02 +0200
  • 0ab52ff447 PPP: Fix speling issues Erik Ekman 2023-10-14 17:44:02 +0200
  • 20c9b117e1 test: Fix speling issues Erik Ekman 2023-10-14 17:40:06 +0200
  • 34516d5c2e Update codespell false positives Erik Ekman 2023-10-14 17:50:23 +0200
  • 670a2f0827 Fix typos Florian La Roche 2023-10-14 17:34:13 +0200
  • 1eeb70fbfa dhcp: fix memory corruption when LWIP_DHCP_MAX_DNS_SERVERS > DNS_MAX_SERVERS Simon Goldschmidt 2023-10-12 22:08:14 +0200
  • b9ca1deba8 Fix building with ISO C90 Simon Goldschmidt 2023-10-12 21:41:49 +0200
  • efe78e7e5b pbuf_cat: add a simple check to ensure we don't cat the same pbuf to itself Simon Goldschmidt 2023-10-12 21:34:11 +0200
  • 6864eb1749 unixlib: LWIP_LISTEN_BACKLOG -> TCP_LISTEN_BACKLOG Simon Goldschmidt 2023-10-12 21:10:53 +0200
  • 35cbad52cc Document that sntp_setservername doesn't copy the string David Fries 2021-08-18 00:19:40 -0500
  • 574bd6e5aa tcp_in : fix ooseq update error duckpowerMB 2021-09-09 16:52:55 +0800
  • de0b97861a Fix bug #60681: Initialize custom data in pbuf struct Thomas Kindler 2021-05-28 10:34:21 +0200
  • f5e7e8e576 pbuf: pbuf_get_contiguous: allow passing NULL for buffer to prevent copying Simon Goldschmidt 2023-10-12 08:26:00 +0200
  • 4ad42c2bcc Add CodeQL Workflow for Code Security Analysis Brian 2023-10-11 20:49:19 -0400
  • 4f88651247 Add MEM_CUSTOM_ALLOCATOR and make LIBC a subset of it Faidon Liambotis 2022-11-06 17:27:26 +0200
  • e01c9a9504 dhcp: set LWIP_DHCP_DISCOVER_ADD_HOSTNAME==1 by DEFAULT_ACCEPTMBOX_SIZE Simon Goldschmidt 2023-10-11 21:39:48 +0200
  • 90a440eafd sockets: fix socket leak when using setsockopt/getsockopt hook with LWIP_NETCONN_FULLDUPLEX==1 Simon Goldschmidt 2023-10-11 21:23:32 +0200
  • 583f352f60 altcp_mbedtls: don't ignore return value of mbedtls_ssl_flush_output Simon Goldschmidt 2023-10-11 21:18:56 +0200
  • 7fd1350802 sockets: fix bug #63898: allow socket option IPV6_CHECKSUM for both IPPROTO_IPV6 and IPPROTO_RAW Simon Goldschmidt 2023-10-10 22:27:03 +0200
  • c8d9adde0f win32 port: fix linking x64 with pcap Simon Goldschmidt 2023-10-10 22:24:29 +0200
  • e655b41a49 win32 port: allow "edit-and-continue" by disabling /SAFESEH Simon Goldschmidt 2023-10-10 21:58:56 +0200
  • 2e650364fa win32 port: fix wrong intermediate directories Simon Goldschmidt 2023-10-10 20:43:55 +0200
  • ab1f582043 httpd: fix bug #64458: When tcp_err() is invoked, tcp_pcb is freed but httpd_post_finished() is not called by httpd.c Simon Goldschmidt 2023-10-10 20:40:42 +0200
  • b5f6720f88 apps/tftp: fix compiling for 64-bit Simon Goldschmidt 2023-10-10 20:39:45 +0200
  • 5ec4c1d1f2 ping: fix compiling in dual-stack mode Simon Goldschmidt 2023-10-10 20:15:49 +0200
  • 9e2fb2806f unittests: fix compiling in release mode Simon Goldschmidt 2023-10-10 20:14:52 +0200
  • 4323e95dce win32 port: add x64 configurations Simon Goldschmidt 2023-10-10 20:14:16 +0200
  • 66ef250b8c Fix running IPv6 reassembly unit tests on 64-bit Simon Goldschmidt 2023-10-10 19:59:06 +0200
  • c8f42025ce ipv6 reassembly: fix detecting holes in reassembled packets Simon Goldschmidt 2023-10-07 22:44:52 +0200
  • 16e8ef3145 ipv6: fix ip6_current_header() after reassembly Simon Goldschmidt 2023-10-10 13:44:16 +0200
  • fb8d1990ac
    Merge ea53e5aa6e into 76c7ac5cf9 nkarstens 2023-10-06 11:22:39 +0200
  • 76c7ac5cf9 posixlib: fix posixlib/CMakeLists.txt Simon Goldschmidt 2023-10-05 20:30:54 +0200
  • 655c6b1e37 [REMOVE ME]: add CI runs for PRs Jan Romann 2022-06-04 01:07:37 +0200
  • 8ab9287b02 dhcp: add define for MUD URL string Jan Romann 2023-10-05 15:29:27 +0200