6249 Commits (STABLE-2_1_x)
 

Author SHA1 Message Date
Axel Lin 4aa6df7633 sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsg 7 years ago
Joan Lledó 2d2336014c Remove assertion about the end of pollfd array 7 years ago
Dirk Ziegelmeier def427bcaf Fix bug #54670: 127.0.0.1 sent out to netif_default? 7 years ago
Axel Lin ba3a39957d Fix mqtt unit test broken ebb0dc14a7 7 years ago
Simon Goldschmidt f58324b576 altcp_tls_mbedtls: update list of todos 7 years ago
David GIRAULT 205cd7c1f6 bug #54744: if altcp_close() called from recv() callback, there is some write to freed memory 7 years ago
Simon Goldschmidt 398333da9a snmp: avoid NULL pointer dereference, fix return values 8 years ago
Simon Goldschmidt e678219bdf snmp: fix coding style in last commit 8 years ago
Dirk Ziegelmeier 830217ac78 SNMP: Avoid NULL pointer dereference in snmp_scalar.c 8 years ago
Simon Goldschmidt e4db22d9f5 fix missing standard includes 8 years ago
Simon Goldschmidt c8e9772cd0 This branch is for developing 2.1.x versions 8 years ago
Dirk Ziegelmeier 437b11f869 Fix bug #54850: lwip definition of htonX and ntohX do not properly cast to unsigned when byte order is Big Endian 8 years ago
Simon Goldschmidt b7bee87fb5 Add a unit test for bug #54833 (tcp_abort with wrong ports) 8 years ago
Simon Goldschmidt 2f3ef94ad4 Fix bug #54806 (ppp: invalid LWIP_ASSERT_CORE_LOCKED() check) 8 years ago
Simon Goldschmidt 7154e51ff2 Revert "tcp_abandon: no need to buffer pcb->local_port" 8 years ago
Jonas Rabenstein db46863f75 err.h: move typedef of err_t after enum definition 8 years ago
Jonas Rabenstein ebb0dc14a7 tcp_recved: check for overflow and warn about too big values 8 years ago
Joan Lledó 368128a647 alloc_socket(): Check for LWIP_SOCKET_POLL when setting select-related variables 8 years ago
Dirk Ziegelmeier bc25863d1b Apply patch #9694: Update prev pointer when skipping entries in tcp_slowtmr to prevent hitting assertion 8 years ago
Martine Lenders 130f947037 lowpan6.c: Fix IEEE 802.15.4 address setting 8 years ago
Simon Goldschmidt e6a8415df3 Prepare 2.1.0 release 8 years ago
Simon Goldschmidt 54a8112eb9 Documentation improvements for 2.1.0 (changelog, altcp) 8 years ago
Simon Goldschmidt b9fc8cae68 Documentation improvements for 2.1.0 (mainly altcp/altcp_tls) 8 years ago
Simon Goldschmidt a044c807f8 altcp_tls: rename altcp_tls_new -> altcp_tls_wrap, add altcp_tls_new 8 years ago
Simon Goldschmidt 6229f9ef71 icmp_send_response: fix parameter order for LWIP_HOOK_IP4_ROUTE_SRC 8 years ago
Simon Goldschmidt 66838a70f3 more documentation preparations for v2.1.0 release 8 years ago
Simon Goldschmidt dea74a24aa Fix CHANGELOG consistency from 2.0.3 branch to 2.1.0 8 years ago
Simon Goldschmidt effdeef2fe some preparations for v2.1.0 release 8 years ago
Simon Goldschmidt c18df357d9 some preparations for v2.1.0 release 8 years ago
Simon Goldschmidt 74c5ac7302 cpack: change file name of generated sources file 8 years ago
Simon Goldschmidt 0189e7b02f mqtt: allow user + pass longer than 255 chars 8 years ago
Dirk Ziegelmeier 796f98beb2 Fix no newline at end of http_client.c 8 years ago
Simon Goldschmidt fc24d4139f altcp_tls_mbedtls: convert #error on too small TCP_WND to warning 8 years ago
Simon Goldschmidt bbf80b05c8 ppp: fix implicit conversion from size_t to u8_t 8 years ago
Simon Goldschmidt bc48eb512e Fix bug #54506 (LWIP_CHECKSUM_ON_COPY causes wrong checksum (0xFFFF)) 8 years ago
Dirk Ziegelmeier cdfa3dfa9d http_client.c: Fix compile when TCP is disabled 8 years ago
Dirk Ziegelmeier be18fa98e4 Fix cleanup of existing documentation of target lwipdocs 8 years ago
Dirk Ziegelmeier 257dc1d6fd Fix doxygen warnings in altcp_proxyconnect.c 8 years ago
Dirk Ziegelmeier 236d6df495 Fix lwipdocs target in Filelists.cmake 8 years ago
Simon Goldschmidt 93b2074f2b Remove LWIP_DHCP_CHECK_LINK_UP define as it's useless 8 years ago
Simon Goldschmidt 7749088a83 Fix 2way-auth connections for TLS clients 8 years ago
Dirk Ziegelmeier 24fc93e12f Remove checks that the SO_* socket options and SOF_* lwIP-internal flags match 8 years ago
Martine Lenders 264b89764d Make zepif dependent on LWIP_UDP config 8 years ago
Sylvain Rochet fa3826a1d3 PPP: improve randomization of LCP magic number after power-up 8 years ago
Dirk Ziegelmeier dac4cb05f7 Fix bug #54569: Compiler warning in ip4.c: unused parameter dest 8 years ago
Axel Lin 7b7bc349ae netif/lowpan6_ble: Fix comment for parameter order of ble_addr_to_eui64 8 years ago
Axel Lin bcd6c8a2d3 apps/sntp: Fix parameter name in doxygen comments 8 years ago
Simon Goldschmidt 0674aa60fe sntp_getservername: fix parameter name in doxygen comments 8 years ago
Dirk Ziegelmeier e351937ea4 More cmake build system cleanups 8 years ago
Simon Goldschmidt e8683ea9df api_lib: fix NETCONN_MBOX_WAITING_DEC() for LWIP_NETCONN_FULLDUPLEX 8 years ago