Commit Graph

  • 1bf7e011ca Merge commit '32708c0a8b140efb545cc35101ee5fdeca6d6489' of github.com:joseph-henry/lwip into STABLE-2_1_x STABLE-2_1_x Xadhoom 2021-03-06 10:31:05 +0000
  • 0c80c03684 Fixes for MSVC Xadhoom 2021-01-08 17:41:20 +0000
  • 17202b31cf Permanently disable LWIP_PROVIDE_ERRNO Xadhoom 2021-01-01 18:53:59 +0000
  • 32708c0a8b Add zts_errno to sockets.c Joseph Henry 2020-05-01 17:03:46 -0700
  • 95d6387123 Add address comparators for 6PLANE networks and fix an errno issue Joseph Henry 2020-04-17 19:44:59 -0700
  • 3bb5b0722e Added preprocessor directives around errno Joseph Henry 2019-05-14 11:03:24 -0700
  • 1bb6e7f52d udp_bind: fix missing parenthesis warning Simon Goldschmidt 2019-02-27 10:29:55 +0100
  • 108ca1521e PPP, PPPoE: use service name and concentrator name Jacob Kroon 2018-12-20 03:01:34 +0100
  • ea2bb9cd5b PPP, PPPoE: remove leftover from PPPOE_SCNAME_SUPPORT support Sylvain Rochet 2018-12-18 22:18:42 +0100
  • e6d05db86f PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is defined Jacob Kroon 2018-12-18 22:08:03 +0100
  • d1f920a7d1 PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name and concentrator support Sylvain Rochet 2018-12-18 21:55:55 +0100
  • fee64d7515 udp: fix udp_bind for IPADDR_TYPE_ANY Simon Goldschmidt 2019-02-26 14:48:44 +0100
  • aad77fcacb Fix compile of UDP unit test Jacob Kroon 2019-01-01 20:08:24 +0100
  • bebf072b77 Fix bug #55171: Binding UDP PCB with different IP type PCBs does not work Dirk Ziegelmeier 2018-12-06 14:40:57 +0100
  • 7f53f7ced4 Add testcase for bug #55171: Binding UDP PCB with different IP type PCBs does not work Dirk Ziegelmeier 2018-12-06 14:40:20 +0100
  • 91a4d59eb4 dhcp_release_and_stop: don't clear netif ip address that was not assigned by dhcp.c Simon Goldschmidt 2019-02-18 13:15:37 +0100
  • 1bd34ea364 altcp_tls: assert in altcp_mbedtls_bio_recv if bad state David Girault 2018-09-27 17:11:30 +0200
  • a9a215c52e altcp: support for setting keepalive parameters David Girault 2018-08-28 16:23:20 +0200
  • 5cea646b12 altcp_tls_mbedtls: remove entropy/ctr_drbg from altcp_tls_config struct David Girault 2018-05-23 15:39:27 +0200
  • ff14bbb3c1 altcp_tls_mbedtls: listen: free members of the ssl context Simon Goldschmidt 2018-12-03 07:14:02 +0100
  • 89be04ce7a altcp_tls: add functions to create servers with multiple certificates Simon Goldschmidt 2018-11-24 13:41:34 +0100
  • 4b3c59e4cc altcp_tls_mbedtls: add session tickes, improve configuration for session cache Simon Goldschmidt 2018-11-23 22:39:58 +0100
  • beeb300c18 altcp_tls_mbedtls: add debug output of mbedtls library Simon Goldschmidt 2018-11-23 22:25:21 +0100
  • 79732693f3 altcp_tls_mbedtls: use mbedtls_entropy_func for mbedtls_ctr_drbg_seed Simon Goldschmidt 2018-11-06 21:28:01 +0100
  • ef3d12c60e altcp_tls: whitespace cleanup Simon Goldschmidt 2019-02-18 13:11:27 +0100
  • 608a2f9741 Revert "altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes" Simon Goldschmidt 2019-02-18 13:09:32 +0100
  • 174cc87227 Fix LWIP_ERROR macro - it should never be fatal (LWIP_ASSERT) Dirk Ziegelmeier 2019-02-08 12:29:05 +0100
  • 0d6d8922f2 Implement RFC4075 Receive SNTP servers via DHCPv6 David J. Fiddes 2019-01-19 12:21:56 +0000
  • 67350e3c01 mqtt: remove bad assert in mqtt_message_received() David Girault 2019-01-30 11:36:51 +0100
  • 1a6455bc25 tcp: improve debug message a little Simon Goldschmidt 2019-01-30 14:27:16 +0100
  • e1528e084d Fix bug #55537: Crash in SYN_SENT state when TCP_INPUT_DEBUG logs are ON Dirk Ziegelmeier 2019-01-28 14:21:34 +0100
  • 1892f445e2 Apply patch #9737: Fix DHCPv6 DNS server assignment Dirk Ziegelmeier 2019-01-28 14:19:15 +0100
  • 484f0fbafa Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept() Dirk Ziegelmeier 2019-01-28 14:13:52 +0100
  • 5378fd84df Add documentation on how to debug memory pool sizes Dirk Ziegelmeier 2019-01-28 14:05:05 +0100
  • 9d8b8d9c69 TCP/UDP documentation: Add reference to PCB mempool #defines Dirk Ziegelmeier 2019-01-28 13:47:03 +0100
  • cd91647999 Fix bug #55513: Uninitialized variable in struct netconn Dirk Ziegelmeier 2019-01-18 20:51:58 +0100
  • 5cc46d7989 nd6: fix copying more than one DNS server Simon Goldschmidt 2018-12-05 19:56:48 +0100
  • fe4395336a Fix bug #55078: Add custom data to pbuf struct Dirk Ziegelmeier 2018-11-25 14:01:23 +0100
  • 9d97a467ca netbiosns_name_decode: Take CONST char* as first argument Dirk Ziegelmeier 2018-11-21 21:03:36 +0100
  • 039056370d next release in this branch will be 2.1.3 Simon Goldschmidt 2018-11-22 21:02:32 +0100
  • 159e31b689 Prepare 2.1.2 release Simon Goldschmidt 2018-11-22 20:57:02 +0100
  • 17c60d2728 Fix CHANGELOG for 2.1.2 Simon Goldschmidt 2018-11-22 20:56:33 +0100
  • 52e75369c1 Fix netbiosns expecting too large packet Jens Nielsen 2018-11-21 09:15:42 +0100
  • 66706f469d Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility because of strnlen Dirk Ziegelmeier 2018-11-19 14:43:26 +0100
  • 98d1cb1c00 tcp_recved: fix overflow check Simon Goldschmidt 2018-11-12 20:55:23 +0100
  • 1940cae827 Revert "tcp_recved: check for overflow and warn about too big values" Simon Goldschmidt 2018-11-12 20:47:01 +0100
  • d184463e2a next release in this branch will be 2.1.2 Simon Goldschmidt 2018-11-08 22:36:01 +0100
  • 3b53b6e481 Prepare 2.1.1 release Simon Goldschmidt 2018-11-08 22:15:01 +0100
  • 78ee1ee2cf Update CHANGELOG for 2.1.1 Simon Goldschmidt 2018-11-08 22:07:58 +0100
  • 422623a87b altcp_tls_mbedtls: implement mbedTLS debug output, comment fixes Simon Goldschmidt 2018-11-08 20:48:31 +0100
  • 4aa6df7633 sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsg Axel Lin 2018-11-08 22:43:51 +0800
  • 2d2336014c Remove assertion about the end of pollfd array Joan Lledó 2018-11-01 17:48:52 +0100
  • def427bcaf Fix bug #54670: 127.0.0.1 sent out to netif_default? Dirk Ziegelmeier 2018-11-01 21:35:54 +0100
  • ba3a39957d Fix mqtt unit test broken ebb0dc14a7 Axel Lin 2018-10-30 21:21:08 +0800
  • f58324b576 altcp_tls_mbedtls: update list of todos Simon Goldschmidt 2018-10-26 20:43:12 +0200
  • 205cd7c1f6 bug #54744: if altcp_close() called from recv() callback, there is some write to freed memory David GIRAULT 2018-09-27 15:07:36 +0200
  • 398333da9a snmp: avoid NULL pointer dereference, fix return values Simon Goldschmidt 2018-10-24 20:39:08 +0200
  • e678219bdf snmp: fix coding style in last commit Simon Goldschmidt 2018-10-23 20:00:16 +0200
  • 830217ac78 SNMP: Avoid NULL pointer dereference in snmp_scalar.c Dirk Ziegelmeier 2018-10-23 14:26:29 +0200
  • e4db22d9f5 fix missing standard includes Simon Goldschmidt 2018-10-23 19:57:11 +0200
  • c8e9772cd0 This branch is for developing 2.1.x versions Simon Goldschmidt 2018-10-18 09:03:11 +0200
  • 437b11f869 Fix bug #54850: lwip definition of htonX and ntohX do not properly cast to unsigned when byte order is Big Endian Dirk Ziegelmeier 2018-10-17 20:23:28 +0200
  • b7bee87fb5 Add a unit test for bug #54833 (tcp_abort with wrong ports) Simon Goldschmidt 2018-10-12 22:57:24 +0200
  • 2f3ef94ad4 Fix bug #54806 (ppp: invalid LWIP_ASSERT_CORE_LOCKED() check) Simon Goldschmidt 2018-10-12 22:26:33 +0200
  • 7154e51ff2 Revert "tcp_abandon: no need to buffer pcb->local_port" Simon Goldschmidt 2018-10-12 22:13:28 +0200
  • db46863f75 err.h: move typedef of err_t after enum definition Jonas Rabenstein 2018-10-03 09:24:13 +0200
  • ebb0dc14a7 tcp_recved: check for overflow and warn about too big values Jonas Rabenstein 2018-10-11 00:40:26 +0200
  • 368128a647 alloc_socket(): Check for LWIP_SOCKET_POLL when setting select-related variables Joan Lledó 2018-10-06 11:07:30 +0200
  • bc25863d1b Apply patch #9694: Update prev pointer when skipping entries in tcp_slowtmr to prevent hitting assertion Dirk Ziegelmeier 2018-10-04 17:38:17 +0200
  • 130f947037 lowpan6.c: Fix IEEE 802.15.4 address setting Martine Lenders 2018-09-27 21:21:18 +0200
  • e6a8415df3 Prepare 2.1.0 release Simon Goldschmidt 2018-09-26 21:11:39 +0200
  • 54a8112eb9 Documentation improvements for 2.1.0 (changelog, altcp) Simon Goldschmidt 2018-09-26 14:37:52 +0200
  • b9fc8cae68 Documentation improvements for 2.1.0 (mainly altcp/altcp_tls) Simon Goldschmidt 2018-09-24 22:44:32 +0200
  • a044c807f8 altcp_tls: rename altcp_tls_new -> altcp_tls_wrap, add altcp_tls_new Simon Goldschmidt 2018-09-24 22:29:54 +0200
  • 6229f9ef71 icmp_send_response: fix parameter order for LWIP_HOOK_IP4_ROUTE_SRC Simon Goldschmidt 2018-09-17 21:28:50 +0200
  • 66838a70f3 more documentation preparations for v2.1.0 release Simon Goldschmidt 2018-09-17 21:16:58 +0200
  • dea74a24aa Fix CHANGELOG consistency from 2.0.3 branch to 2.1.0 Simon Goldschmidt 2018-09-16 21:41:33 +0200
  • effdeef2fe some preparations for v2.1.0 release Simon Goldschmidt 2018-09-16 21:17:40 +0200
  • c18df357d9 some preparations for v2.1.0 release Simon Goldschmidt 2018-09-14 21:32:11 +0200
  • 74c5ac7302 cpack: change file name of generated sources file Simon Goldschmidt 2018-09-13 21:54:58 +0200
  • 0189e7b02f mqtt: allow user + pass longer than 255 chars Simon Goldschmidt 2018-09-13 14:54:49 +0200
  • 796f98beb2 Fix no newline at end of http_client.c Dirk Ziegelmeier 2018-09-12 22:41:07 +0200
  • fc24d4139f altcp_tls_mbedtls: convert #error on too small TCP_WND to warning Simon Goldschmidt 2018-09-12 22:24:05 +0200
  • bbf80b05c8 ppp: fix implicit conversion from size_t to u8_t Simon Goldschmidt 2018-09-12 22:22:10 +0200
  • bc48eb512e Fix bug #54506 (LWIP_CHECKSUM_ON_COPY causes wrong checksum (0xFFFF)) Simon Goldschmidt 2018-09-12 21:56:16 +0200
  • cdfa3dfa9d http_client.c: Fix compile when TCP is disabled Dirk Ziegelmeier 2018-09-12 08:27:43 +0200
  • be18fa98e4 Fix cleanup of existing documentation of target lwipdocs Dirk Ziegelmeier 2018-09-11 08:16:01 +0200
  • 257dc1d6fd Fix doxygen warnings in altcp_proxyconnect.c Dirk Ziegelmeier 2018-09-10 13:30:50 +0200
  • 236d6df495 Fix lwipdocs target in Filelists.cmake Dirk Ziegelmeier 2018-09-10 13:27:44 +0200
  • 93b2074f2b Remove LWIP_DHCP_CHECK_LINK_UP define as it's useless Simon Goldschmidt 2018-09-07 21:01:32 +0200
  • 7749088a83 Fix 2way-auth connections for TLS clients Simon Goldschmidt 2018-09-07 20:59:31 +0200
  • 24fc93e12f Remove checks that the SO_* socket options and SOF_* lwIP-internal flags match Dirk Ziegelmeier 2018-09-07 10:01:59 +0200
  • 264b89764d Make zepif dependent on LWIP_UDP config Martine Lenders 2018-09-04 14:24:20 +0200
  • fa3826a1d3 PPP: improve randomization of LCP magic number after power-up Sylvain Rochet 2018-08-31 10:12:50 +0200
  • dac4cb05f7 Fix bug #54569: Compiler warning in ip4.c: unused parameter dest Dirk Ziegelmeier 2018-08-29 08:55:25 +0200
  • 7b7bc349ae netif/lowpan6_ble: Fix comment for parameter order of ble_addr_to_eui64 Axel Lin 2018-08-19 22:47:43 +0800
  • bcd6c8a2d3 apps/sntp: Fix parameter name in doxygen comments Axel Lin 2018-08-19 21:41:47 +0800
  • 0674aa60fe sntp_getservername: fix parameter name in doxygen comments Simon Goldschmidt 2018-08-18 20:23:24 +0200
  • e351937ea4 More cmake build system cleanups Dirk Ziegelmeier 2018-08-09 09:50:29 +0200
  • e8683ea9df api_lib: fix NETCONN_MBOX_WAITING_DEC() for LWIP_NETCONN_FULLDUPLEX Simon Goldschmidt 2018-08-07 13:39:41 +0200