| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-13 | mDNS: add new files to filelists + solve compile errors | Jasper Verschueren | |
| ttl setting removed from example code. string.h included where needed. | |||
| 2018-10-08 | Some TFTP cleanups | Dirk Ziegelmeier | |
| 2018-10-08 | tftp: Add client functionality | Ben Wijen | |
| * add helper functions * add tftp_get/tftp_put * rename files | |||
| 2018-10-04 | A few ACD compile and doc fixes | Dirk Ziegelmeier | |
| 2018-05-02 | Revert Filelists.mk to original state - it is not really useful to generate ↵ | Dirk Ziegelmeier | |
| it from Filelists.cmake | |||
| 2018-04-23 | Start working on a CMAKE build system | Dirk Ziegelmeier | |
| 2018-03-22 | add lowpan6_common.c to Filelists.mk | Axel Lin | |
| Signed-off-by: Axel Lin <[email protected]> | |||
| 2018-02-28 | add zepif.c to Filelists.mk | goldsimon | |
| 2018-02-23 | add lowpan6_ble.c to Filelists.mk | goldsimon | |
| 2018-02-22 | Fix build error for http files | Axel Lin | |
| The HTTPDFILES is renamed to HTTPFILES now. Fixes: 1f0867299d56 ("add new http files to Filelists.mk") Signed-off-by: Axel Lin <[email protected]> | |||
| 2018-02-21 | add new http files to Filelists.mk | goldsimon | |
| 2018-02-20 | altcp_alloc: add to Filelists.mk | goldsimon | |
| 2018-02-15 | rename folder 'src/apps/httpd' to 'http' | goldsimon | |
| Signed-off-by: goldsimon <[email protected]> | |||
| 2017-10-18 | BridgeIF: Move FDB implementation into a separate file, implementation is ↵ | Dirk Ziegelmeier | |
| easier to understand like this. | |||
| 2017-08-11 | Apply patch #9399: makefsdata for linux | Dirk Ziegelmeier | |
| + some more fixes in compiling under Linux by Dirk Ziegelmeier | |||
| 2017-03-28 | Filelists.mk: Move all mbedtls related files to own section | Dirk Ziegelmeier | |
| 2017-03-28 | Move SMTP from contrib to main lwIP rep - with TLS support, it becomes ↵ | Dirk Ziegelmeier | |
| useful again | |||
| 2017-03-23 | renamed altcp_mbedtls files to altcp_tls_mbedtls | goldsimon | |
| 2017-03-22 | Add altcp_tls to Filelists.mk | Dirk Ziegelmeier | |
| Some compile fixes in altcp_mbedtls.c | |||
| 2017-03-22 | Add altcp to Filelists.mk | Dirk Ziegelmeier | |
| Some compile fixes in altcp_tcp.c and httpd.c | |||
| 2017-03-15 | Added a simple multi-netif 802.1d bridge implementation to show that a ↵ | goldsimon | |
| multi-port netif works (see task #14369) | |||
| 2017-03-03 | Move snmpv3_dummy.* from main lwIP rep to contrib | Dirk Ziegelmeier | |
| 2017-03-01 | Add new files to Filelists.ml | Dirk Ziegelmeier | |
| 2017-02-02 | Rename if.c to if_api.c | Joel Cunningham | |
| This renames if.c to if_api.c in order to avoid using a common source file name which may collide with other source files from non-LwIP projects. See discussion in task #14314 | |||
| 2017-01-20 | Task #14314: Add interface name/index APIs | Joel Cunningham | |
| This commit adds the following sets of interface name/index APIs: Interface Identification APIs from RFC 3493: * lwip_if_nametoindex (COMPAT macro if_nametoindex) * lwip_if_indextoname (COMPAT macro if_indextoname) netifapi: * netifapi_netif_name_to_index * netifapi_netif_index_to_name netif: * netif_name_to_index * netif_index_to_name * netif_num_to_index * netif_index_to_num | |||
| 2016-12-20 | task #14281: Add MQTT client | Dirk Ziegelmeier | |
| Thanks to Erik Andersen Taken from https://github.com/erian747/, branch mqtt, rev 5d59470 | |||
| 2016-10-03 | task #14150: Add TFTP server from Logan Gunthorpe | Dirk Ziegelmeier | |
| Originally written by Logan Gunthorpe, modifications/fixes/IPv6 by Dirk Ziegelmeier | |||
| 2016-08-14 | Apply patch #8755: Multicast DNS responder support from Erik Ekman | Erik Ekman | |
| 2016-07-26 | inet6.c was missing in Filelists.mk | Dirk Ziegelmeier | |
| 2016-07-21 | Filelists.mk: make init.c the first file compiled, to have the sanity checks ↵ | sg | |
| first | |||
| 2016-07-19 | Fix bug #48436: Naming clash for timers.c (with FreeRTOS) | Dirk Ziegelmeier | |
| Rename timers.* to timeouts.* | |||
| 2016-07-19 | Rename ip_frag.* to ip4_frag.* | Dirk Ziegelmeier | |
| 2016-07-19 | Move etharp to core/ipv4, which is a more appropriate place for it | Dirk Ziegelmeier | |
| 2016-04-21 | Move PPP API files to netif/ppp subdir | Dirk Ziegelmeier | |
| 2016-04-04 | Commit Elias Oenal's SNMPv3 work, with some restructuring: | Dirk Ziegelmeier | |
| - The abstraction from crypto framework was not well suitable to MBEDTLS, so I decided to move everything into an own file. - I removed several #defines and created function prototypes instead - this is more type-safe, and users don't need to reinvent the function signatures. - Header files were splitted into a public and a private part. - Only SNMPv3 authentication was tested, privacy not yet. | |||
| 2016-03-29 | Partly apply Elias Oenal's SNMP V3 patch, part 2: Add SNMPv3 support ↵ | Dirk Ziegelmeier | |
| routines. Crypto does not work yet. | |||
| 2016-03-23 | SNMP: Move MIB2 ip subtree to separate file to get snmp_mib2.c smaller | Dirk Ziegelmeier | |
| 2016-03-23 | SNMP: Move MIB2 system subtree to separate file to get snmp_mib2.c smaller | Dirk Ziegelmeier | |
| 2016-03-23 | SNMP: Move MIB2 interfaces subtree to separate file to get snmp_mib2.c smaller | Dirk Ziegelmeier | |
| 2016-03-23 | SNMP: Move MIB2 ICMP subtree to separate file to get snmp_mib2.c smaller | Dirk Ziegelmeier | |
| 2016-03-23 | SNMP: Move MIB2 TCP subtree to separate file to get snmp_mib2.c smaller | Dirk Ziegelmeier | |
| 2016-03-23 | SNMP: Move MIB2 UDP subtree to separate file to get snmp_mib2.c smaller | Dirk Ziegelmeier | |
| 2016-03-23 | SNMP: Move MIB2 SNMP subtree to separate file to get snmp_mib2.c smaller | Dirk Ziegelmeier | |
| 2016-02-26 | Cleanup: Create new file ip.c and move dual-stack code from ipv4 and ipv6 ↵ | Dirk Ziegelmeier | |
| folder in there | |||
| 2016-02-25 | added ethernet.c to Filelists.mk | sg | |
| 2016-02-22 | Initial import of Ivan Delamer's 6LoWPAN implementation with slight ↵ | Dirk Ziegelmeier | |
| modifications to allow compiling in IPv6 only mode | |||
| 2015-12-26 | SNMP agent rewrite | Dirk Ziegelmeier | |
| - SNMPv2c support - Greatly reduced RAM usage, no memory pools any more - API cleanup - MIB2 is separated from SNMP stack - Support for multiple MIBs (snmp_set_mibs call) - e.g. for private MIB - Improved MIB2 implementation (tcpConnTable etc.) - Redesigned simple and generic API for MIB implementation - Comfortable node types for scalar arrays and tables - Counter64, bit and truthvalue datatype support - Callbacks for SNMP writes - Runs on two APIs: RAW and netconn - Async API is gone - the stack now supports netconn API instead, so blocking operations can be done in MIB calls. SNMP runs in a worker thread when netconn API is used. - Simplified thread sync support for MIBs - useful when MIBs need to access variables shared with other threads without locking (used in MIB2 to access lwIP stats from lwIP thread) Currently in work: - Traps rewrite - MIB compiler | |||
| 2015-11-18 | Update header include guard naming of all apps headers | Dirk Ziegelmeier | |
| Unbreak compilation, lwip/apps/snmp.h guard clashed with lwip/snmp.h | |||
| 2015-11-18 | Add iperf to apps; | Dirk Ziegelmeier | |
| Fix compile of lwiperf.c | |||
| 2015-11-16 | Add Filelists.mk file containing all LWIP files. May be useful for client ↵ | Dirk Ziegelmeier | |
| projects. | |||
