316 Commits (ec24a2a4e8ec6977030797b3abbbfecf833fa60f)

Author SHA1 Message Date
goldsimon ec24a2a4e8 Revert "httpd: regenerate example fs (fsdata.c) with current makefsdata" 9 years ago
goldsimon 66fb52ff5c httpd: regenerate example fs (fsdata.c) with current makefsdata 9 years ago
goldsimon d11292505b httpd: use capital 'T' for content types, add more content types, provide the possibility to add more content types at compile time (HTTPD_ADDITIONAL_CONTENT_TYPES) 9 years ago
Dirk Ziegelmeier 1f1f2e1c46 Try to fix line endings of tftp_server.c in git rep 9 years ago
Dirk Ziegelmeier 59973c96e4 Fix bug #50534: TFTP server does not copy terminating null of filename 9 years ago
Dirk Ziegelmeier 1371400c2b mdns_domain_add_label_base should be static 9 years ago
goldsimon 7bcb4eafec mdns: minor(?) stack usage and performance improvement by letting mdns_readname_loop() copy from pbuf to struct (instead of pbuf->buffer->struct) 9 years ago
Dirk Ziegelmeier e15e504217 Some minor SNMPv3 related cleanups 9 years ago
Dirk Ziegelmeier 02be2f8f42 Move snmpv3_dummy.* from main lwIP rep to contrib 9 years ago
Dirk Ziegelmeier 9719c52e62 SNMPv3: Missed two locations where the new enums can be used 9 years ago
Dirk Ziegelmeier c961ac70b6 Fixump snmp/snmpv3_dummy.h copyright header 9 years ago
Dirk Ziegelmeier 6f485cc870 snmp/snmpv3_dummy.c: Set default configuration in snmpv3_dummy_init() 9 years ago
Dirk Ziegelmeier 461f1fe1a9 More SNMPv3 cleanups: Create own header snmpv3_dummy.h and move functions in there 9 years ago
Dirk Ziegelmeier ecb3867803 SNMPv3: Rename tcpip_enginetime_timer to snmpv3_enginetime_timer 9 years ago
Dirk Ziegelmeier 593b211d1b A few more SNMPv3 cleanups 9 years ago
Dirk Ziegelmeier 0065cd915f Several Win32 compile fixes in SNMP code 9 years ago
Dirk Ziegelmeier 83de16678c SNMP: TABs -> spaces 9 years ago
goldsimon 05a595f745 httpd: LWIP_HTTPD_POST_MANUAL_WND: fixed double-free when httpd_post_data_recved is called nested from httpd_post_receive_data() (bug #50424) 9 years ago
Dirk Ziegelmeier ea41480232 Replace several C++ style comments by C-style 9 years ago
Dirk Ziegelmeier 4ef21e2597 Fix compile when SNMPv3 is disabled 9 years ago
Dirk Ziegelmeier 78cdbff1b3 Several compile fixes for Marco's patch 9 years ago
Dirk Ziegelmeier fef7ce3c0d Some whitespace fixes to Marco's patches 9 years ago
Marco f0605a510f Modified the snmpv3_dummy implementation to be more functional. 9 years ago
Marco 3b8bb580e4 Add framework MIB and USM mib if SNMPv3 is enabled. 9 years ago
Marco 4b97f2bb8e Implemented usm mib. 9 years ago
Marco 46df850cb9 Implemented framework mib. 9 years ago
Marco f8f3cc039a Start a timer for enginetime handling. 9 years ago
Marco f092d09121 Added handling invalid packets in SNMPv3. 9 years ago
Marco 78806001e5 Made accepted SNMP version runtime configurable. 9 years ago
Marco 8fd09d4608 Added missing context specific tags. 9 years ago
Marco ec044e826e Replaced old LWIP_SNMPV3_GET_ENGINE_BOOTS macro. 9 years ago
goldsimon a9bfe7b72f Fix compiling httpd for LWIP_HTTPD_SUPPORT_POST==1 (assigning int to u16_t) 9 years ago
goldsimon 0d585d55d3 Added LWIP_SINGLE_NETIF for small targets with only one netif (see task #13515, there might be more optimizations to come with this option) 9 years ago
Dirk Ziegelmeier d8135f9ae2 Fix bug #50427: SNMP: ifIndex should use netif_get_index() 9 years ago
goldsimon 1741edf159 make tcp apps depend on LWIP_CALLBACK_API, too 9 years ago
Dirk Ziegelmeier d7b51b5906 MDNS: Fix accessing wrong union member in netif ext callback 9 years ago
Dirk Ziegelmeier 498913b982 Third draft of task #14283: Add more detailed status callback 9 years ago
Dirk Ziegelmeier 35e148e26d MDNS: Use new netif callback, now does not need mdns_resp_netif_settings_changed() calls from user any more when LWIP_NETIF_EXT_STATUS_CALLBACK is enabled 9 years ago
goldsimon ea093d3a53 http_add_connection: add connections to the front to be faster (and really fix bug #50059) 9 years ago
goldsimon 5743864744 Fixed bug #50059 (httpd LWIP_HTTPD_SUPPORT_11_KEEPALIVE vs. LWIP_HTTPD_KILL_OLD_ON_CONNECTIONS_EXCEEDED) 9 years ago
Dirk Ziegelmeier 5c58e25de5 Minor code readability improvement in mqtt.c 9 years ago
Dirk Ziegelmeier f8ef8c48f7 Simplify HTTPD #include path handling 9 years ago
Dirk Ziegelmeier 52f448978f MQTT: Add check that WILL topic length must be > 0 9 years ago
Dirk Ziegelmeier 6d5ddb7139 MQTT: Fix possible bug in connect message generation that WILL flag can be set without appending a will message 9 years ago
Axel Lin a2915b7142 mqtt: Slightly improve mqtt_create_request 9 years ago
Axel Lin 7faa4bcbe2 mqtt: Prevent NULL pointer dereference before assertion checking 9 years ago
Dirk Ziegelmeier 0ffaccaec3 Add missing #include in httpd.c for atoi() 9 years ago
Erik Ekman d2631e6a53 mqtt: Fix pedantic enum warning 9 years ago
Dirk Ziegelmeier 2096f1a657 Fix C++ style comment in mqtt.c 9 years ago
Axel Lin edfeab7932 mqtt: Trivial coding style fix 9 years ago