4265 Commits (d7f8d33506dea115c33e5ef910e8bda26abaedb8)

Author SHA1 Message Date
Dirk Ziegelmeier c62bfd8146 Port AUTOIP to new netif client data API 10 years ago
Dirk Ziegelmeier 1db9631e7d Port DHCP to new netif client data API 10 years ago
Dirk Ziegelmeier c8c804140d Fix possible NULL pointer dereference in mdns.c introduced in my last commit 10 years ago
Dirk Ziegelmeier ee815e4e7a Finish porting MDNS to new netif client data API 10 years ago
Dirk Ziegelmeier c28fb298b7 Introduce an API to store arbitrary data pointers in struct netif 10 years ago
Dirk Ziegelmeier 2a90f33757 MDNS responder: two functions can take struct mdns_host instead of netif as argument 10 years ago
Dirk Ziegelmeier efb7b3d5f8 Rename LWIP_MDNS to LWIP_MDNS_RESPONDER 10 years ago
Dirk Ziegelmeier 02d51e3ac5 Add missing file doxygen header in two mdns files 10 years ago
Dirk Ziegelmeier fec657bb38 MDNS: Substitute a few strlens by sizeof() 10 years ago
Dirk Ziegelmeier 858287fc3a MDNS: Fix several MSVC warnings 10 years ago
Dirk Ziegelmeier af6b707e9a mdns_opts.h: Add missing include lwip/opt.h 10 years ago
Dirk Ziegelmeier ab72ed8517 Fix options #include in mdns code 10 years ago
Dirk Ziegelmeier 482a4d2ce9 MDNS: Correct setting TTL when IGMP is not enabled 10 years ago
Dirk Ziegelmeier c61c8f3766 Use udp_get_multicast_ttl/udp_set_multicast_ttl accessors where applicable 10 years ago
Dirk Ziegelmeier 39ac8e2c57 Remove some MDNS functions from documentation, they are only visible for unit tests 10 years ago
Dirk Ziegelmeier 52449e12c0 Forgot to save before committing... 10 years ago
Dirk Ziegelmeier 2335c1a73c Port MDNS to new dual-stack API 10 years ago
Dirk Ziegelmeier ebe0e6f98d Some documentation cosmetics in mdns.c 10 years ago
Dirk Ziegelmeier b472648e40 Fix wrong copyright header in mdns_opts.h 10 years ago
Dirk Ziegelmeier a2894ede1c MDNS: make a few arguments const where suitable 10 years ago
Dirk Ziegelmeier 306113c8c3 Add MDNS to doxygen docs 10 years ago
Erik Ekman 4919932c49 Apply patch #8755: Multicast DNS responder support from Erik Ekman 10 years ago
Sylvain Rochet 4af297fc20 PPP: fix don't print valid LCP echo request/reply packets if the link is up 10 years ago
Sylvain Rochet 4e1f8effaf PPP: fix ppp_write internal documentation 10 years ago
Dirk Ziegelmeier 5493220c93 Move DNS protocol structs to separate header. Needed for Erik Ekman's MDNS implementation. 10 years ago
Dirk Ziegelmeier ce6ea0df15 Convert SNMP snmp_vb_enumerator_err_t to a typedef and fix resulting compile error 10 years ago
Dirk Ziegelmeier 6dcb2b2415 Work on bug #48730: Enums should be used instead of multiple defines (where applicable) 10 years ago
Dirk Ziegelmeier b34baff546 Convert state #defines in autoip.h and dhcp.h to enums. May be useful in *_state structs to simplify debugging in the future. 10 years ago
goldsimon 6f62fe5998 ensure the 'prot' headers are as small & portable as possible 10 years ago
goldsimon dc7340bbd5 started with bug #48728: move protocol definitions to 'include/prot/*.h' files (started with some IPv4 protocols) 10 years ago
Ajay Bhargav d95ab511d0 netif:ppp: fix mempool build issues when PPP is enabled 10 years ago
goldsimon bf3e8e6a48 minor coding style fixes in IPv6 code 10 years ago
Sylvain Rochet 3194c9c4cf PPP: filter more packets in ppp_dump_packet 10 years ago
Axel Lin 18fcc1d504 [PATCH] debug: Add braces around empty body in an 'if' statement 10 years ago
Dirk Ziegelmeier 5c0944e01a Don't document tcp_send_empty_ack and tcp_keepalive - users should never need them 10 years ago
Dirk Ziegelmeier 5a09fd3e35 Don't document ip4_route and ip6_route, users should use ip_route instead 10 years ago
Dirk Ziegelmeier 0005b7c2d0 Revert my last change in sntp.c - allow usage of custom error values in err_t 10 years ago
Dirk Ziegelmeier 61dae47a71 Relete SNMP README and incorporate it's text in doxygen docs 10 years ago
Dirk Ziegelmeier 85ab39985a Fix a few incorrect uses of err_t. Found by converting lwip error codes to an enum, but I'm not sure wether I want to commit the actual enum conversion. 10 years ago
Dirk Ziegelmeier e5284ec616 Minor: documentation cosmetics 10 years ago
sg a2fd68098e minor: macros should not end with underscore(s) 10 years ago
Dirk Ziegelmeier 1631307bb3 tcp.c: Partly undo Simon's changes from today (repairs doxygen docs) 10 years ago
Sylvain Rochet 282b8a2b6c PPP: set disconnect state before closing link protocol in ppp_close 10 years ago
Dirk Ziegelmeier b1dfd00f92 Minor netif documentation update 10 years ago
goldsimon eba6ae0122 minor: add a comment about where to define LWIP_RAND() 10 years ago
goldsimon 219438fb24 cleanup: move stdlib.h include to mem.c, where it belongs 10 years ago
Axel Lin e4c01a064e mem: Include stdlib.h to fix build warnings when MEM_LIBC_MALLOC is set 10 years ago
goldsimon 08378b7d4b Improve LWIP_EVENT_API compilation 10 years ago
David van Moolenbroek fc66fb830c Fix compilation for LWIP_EVENT_API 10 years ago
Dirk Ziegelmeier fa8797b86d Fix PBUF_LINK_HLEN value in documentation 10 years ago