summaryrefslogtreecommitdiff
path: root/src/Filelists.mk
AgeCommit message (Collapse)Author
2018-11-13mDNS: add new files to filelists + solve compile errorsJasper Verschueren
ttl setting removed from example code. string.h included where needed.
2018-10-08Some TFTP cleanupsDirk Ziegelmeier
2018-10-08tftp: Add client functionalityBen Wijen
* add helper functions * add tftp_get/tftp_put * rename files
2018-10-04A few ACD compile and doc fixesDirk Ziegelmeier
2018-05-02Revert Filelists.mk to original state - it is not really useful to generate ↵Dirk Ziegelmeier
it from Filelists.cmake
2018-04-23Start working on a CMAKE build systemDirk Ziegelmeier
2018-03-22add lowpan6_common.c to Filelists.mkAxel Lin
Signed-off-by: Axel Lin <[email protected]>
2018-02-28add zepif.c to Filelists.mkgoldsimon
2018-02-23add lowpan6_ble.c to Filelists.mkgoldsimon
2018-02-22Fix build error for http filesAxel 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-21add new http files to Filelists.mkgoldsimon
2018-02-20altcp_alloc: add to Filelists.mkgoldsimon
2018-02-15rename folder 'src/apps/httpd' to 'http'goldsimon
Signed-off-by: goldsimon <[email protected]>
2017-10-18BridgeIF: Move FDB implementation into a separate file, implementation is ↵Dirk Ziegelmeier
easier to understand like this.
2017-08-11Apply patch #9399: makefsdata for linuxDirk Ziegelmeier
+ some more fixes in compiling under Linux by Dirk Ziegelmeier
2017-03-28Filelists.mk: Move all mbedtls related files to own sectionDirk Ziegelmeier
2017-03-28Move SMTP from contrib to main lwIP rep - with TLS support, it becomes ↵Dirk Ziegelmeier
useful again
2017-03-23renamed altcp_mbedtls files to altcp_tls_mbedtlsgoldsimon
2017-03-22Add altcp_tls to Filelists.mkDirk Ziegelmeier
Some compile fixes in altcp_mbedtls.c
2017-03-22Add altcp to Filelists.mkDirk Ziegelmeier
Some compile fixes in altcp_tcp.c and httpd.c
2017-03-15Added a simple multi-netif 802.1d bridge implementation to show that a ↵goldsimon
multi-port netif works (see task #14369)
2017-03-03Move snmpv3_dummy.* from main lwIP rep to contribDirk Ziegelmeier
2017-03-01Add new files to Filelists.mlDirk Ziegelmeier
2017-02-02Rename if.c to if_api.cJoel 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-20Task #14314: Add interface name/index APIsJoel 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-20task #14281: Add MQTT clientDirk Ziegelmeier
Thanks to Erik Andersen Taken from https://github.com/erian747/, branch mqtt, rev 5d59470
2016-10-03task #14150: Add TFTP server from Logan GunthorpeDirk Ziegelmeier
Originally written by Logan Gunthorpe, modifications/fixes/IPv6 by Dirk Ziegelmeier
2016-08-14Apply patch #8755: Multicast DNS responder support from Erik EkmanErik Ekman
2016-07-26inet6.c was missing in Filelists.mkDirk Ziegelmeier
2016-07-21Filelists.mk: make init.c the first file compiled, to have the sanity checks ↵sg
first
2016-07-19Fix bug #48436: Naming clash for timers.c (with FreeRTOS)Dirk Ziegelmeier
Rename timers.* to timeouts.*
2016-07-19Rename ip_frag.* to ip4_frag.*Dirk Ziegelmeier
2016-07-19Move etharp to core/ipv4, which is a more appropriate place for itDirk Ziegelmeier
2016-04-21Move PPP API files to netif/ppp subdirDirk Ziegelmeier
2016-04-04Commit 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-29Partly apply Elias Oenal's SNMP V3 patch, part 2: Add SNMPv3 support ↵Dirk Ziegelmeier
routines. Crypto does not work yet.
2016-03-23SNMP: Move MIB2 ip subtree to separate file to get snmp_mib2.c smallerDirk Ziegelmeier
2016-03-23SNMP: Move MIB2 system subtree to separate file to get snmp_mib2.c smallerDirk Ziegelmeier
2016-03-23SNMP: Move MIB2 interfaces subtree to separate file to get snmp_mib2.c smallerDirk Ziegelmeier
2016-03-23SNMP: Move MIB2 ICMP subtree to separate file to get snmp_mib2.c smallerDirk Ziegelmeier
2016-03-23SNMP: Move MIB2 TCP subtree to separate file to get snmp_mib2.c smallerDirk Ziegelmeier
2016-03-23SNMP: Move MIB2 UDP subtree to separate file to get snmp_mib2.c smallerDirk Ziegelmeier
2016-03-23SNMP: Move MIB2 SNMP subtree to separate file to get snmp_mib2.c smallerDirk Ziegelmeier
2016-02-26Cleanup: Create new file ip.c and move dual-stack code from ipv4 and ipv6 ↵Dirk Ziegelmeier
folder in there
2016-02-25added ethernet.c to Filelists.mksg
2016-02-22Initial import of Ivan Delamer's 6LoWPAN implementation with slight ↵Dirk Ziegelmeier
modifications to allow compiling in IPv6 only mode
2015-12-26SNMP agent rewriteDirk 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-18Update header include guard naming of all apps headersDirk Ziegelmeier
Unbreak compilation, lwip/apps/snmp.h guard clashed with lwip/snmp.h
2015-11-18Add iperf to apps;Dirk Ziegelmeier
Fix compile of lwiperf.c
2015-11-16Add Filelists.mk file containing all LWIP files. May be useful for client ↵Dirk Ziegelmeier
projects.