6249 Commits (STABLE-2_1_x)
 

Author SHA1 Message Date
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
Simon Goldschmidt dccdbdd309 opt.h: fix indents 8 years ago
Axel Lin 82fc0e8937 apps/netbiosns: Make *netbiosns_pcb static 8 years ago
Simon Goldschmidt 2d65251c6c mdns: add config option to use netif ext callback 8 years ago
Simon Goldschmidt b398a2a394 fix implicit cast warnings in IAR and others 8 years ago
Simon Goldschmidt eeee2b1c55 dhcp: adapt unit test to ignoring packets without END 8 years ago
Axel Lin 9b638e7c05 apps/netbiosns: Convert to use lwip_isupper instead of open-coded 8 years ago
Axel Lin 58be2b1573 Add define for lwip_isupper when LWIP_NO_CTYPE_H=0 8 years ago
Dirk Ziegelmeier e942818940 Filelists.cmake: Remove old documentation before generating new one to avoid orphaned files 8 years ago
Dirk Ziegelmeier 88ef663334 Add CMakeLists.txt to generate source distribution file 8 years ago
Simon Goldschmidt fd0af07d2d tcp/udp bind: small code restructuring for IPv6-only 8 years ago
Simon Goldschmidt 1e24f9c9cd dhcp: 2 small code improvements 8 years ago
Simon Goldschmidt 19a929f5fb dhcp: fix parse error with chained pbfus 8 years ago
Simon Goldschmidt cc8995823a mdns: implement random time for initial probing 8 years ago
Simon Goldschmidt af2cbad64a mdns: add 2 RFC constants 8 years ago
Simon Goldschmidt 8090afa4f9 mdns: minor coding style cleanup 8 years ago
Simon Goldschmidt 4506db4331 mdns: fix implicit cast warnings (size_t to u8_t) 8 years ago
Simon Goldschmidt 814341a6ed mdns: use an u8_t instead of an enum for mdns_hos::probing_state 8 years ago
Simon Goldschmidt 11e82e5355 UPGRADING: remove mdns_resp_announce() requirement after probing was added 8 years ago
Simon Goldschmidt 6067edfed3 mdns: add defines for mdns_name_result_cb_t result parameter 8 years ago
Jens Nielsen 9f1196fb53 MDNS send probes to verify domain before use 8 years ago
Simon Goldschmidt 8223a8c73c docs: reference the nongnu archive, not nabble 8 years ago
Simon Goldschmidt b1487e6480 ip4_reass: fixed duplicat NULL check 8 years ago
Simon Goldschmidt 0610b34372 httpd: fixed duplicate NULL check 8 years ago