6172 Commits (effdeef2fe8769a6f5603edbfdf03c8cd9189e66)
 

Author SHA1 Message Date
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
Simon Goldschmidt 6363edc1db mqtt: fix reference function name in comment 8 years ago
Dirk Ziegelmeier a19ea8b8d6 Cleanup CMAKE build system 8 years ago
Dirk Ziegelmeier aafc0adfe1 Fix bug #54381: SNMP RAW_DATA support is broken 8 years ago
Dirk Ziegelmeier 298951c738 Remove .clang-format for now, not sure if we are going to use it 8 years ago
Simon Goldschmidt 258cab1b22 fix bug #54315 (IPV6_V6ONLY socket accepts IPV4 connections) 8 years ago
Simon Goldschmidt c3d8b1ca80 add 'extern "C" {}' for cplusplus in ppp headers 8 years ago
Simon Goldschmidt b5b31d86b2 fix dependencies in lwip/prot/dhcp.h and lwip/prot/igmp.h 8 years ago
Simon Goldschmidt 5bef7ea72f add 'extern "C" {}' for cplusplus in many headers 8 years ago
Simon Goldschmidt 633205ba78 fix bug #54254 (ppp/utils.c: use lwip_isdigit()) 8 years ago
Dirk Ziegelmeier eeb2218b3d Revert "Test / RFC: Reformat a few files using clang-format" 8 years ago
Dirk Ziegelmeier 0985e925a1 Fix bug #54327: V2.1.0rc1 pbuf.c misses stdint.h include 8 years ago
Dirk Ziegelmeier cffb5cc087 Revert "Fix bug #54327: V2.1.0rc1 pbuf.c misses stdint.h include" 8 years ago
Dirk Ziegelmeier 8b4a8159a8 Test / RFC: Reformat a few files using clang-format 8 years ago
Dirk Ziegelmeier 4e74421dac Fix bug #54327: V2.1.0rc1 pbuf.c misses stdint.h include 8 years ago
Dirk Ziegelmeier cd1dd4f5b1 Clang-format: Remove "AlignConsecutiveAssignments: true" 8 years ago
Dirk Ziegelmeier 8841fdc8ea Add .clang-format file that matches lwIP style "close enough" 8 years ago
Dirk Ziegelmeier 02d6716ffd Remove non-working astylerc 8 years ago
Simon Goldschmidt 07dd2aec23 Prepare v2.1.0.rc1 8 years ago
Simon Goldschmidt cf330c50e6 cmake: add .rcX or .dev suffix to LWIP_VERSION_STRING 8 years ago
Axel Lin d3191e4835 dhcp6: Trivial comment typo fixes 8 years ago
Axel Lin 29364d2a50 sockets: Make socket_ipv4/ipv6_multicast_memberships array static 8 years ago
Jasper Verschueren d65681a7d7 DHCP request send on reboot does not contain hostname option 8 years ago
Simon Goldschmidt 7b8a784c4f fix 2 small bugs found by coverity 8 years ago
Axel Lin d73efd7d38 dhcp: Prevent NULL pointer dereference in dhcp_select 8 years ago
Simon Goldschmidt 596f742066 etharp: fix using ARP_TABLE_SIZE >= 0x80 8 years ago
Joel Cunningham 2bd1e313b9 etharp: cast netif_addr_idx_t to u16_t to match format type 8 years ago
Simon Goldschmidt 341623c8be opt.h: more indent fixes, remove unnecessary brackets 8 years ago