summaryrefslogtreecommitdiff
path: root/src/apps/lwiperf
AgeCommit message (Expand)Author
2018-06-22lwiperf: remove the comments that this is IPv4 onlySimon Goldschmidt
2018-06-21lwiperf: make tradeoff client mode workSimon Goldschmidt
2018-06-20fix compiling with LWIP_NOASSERT definedSimon Goldschmidt
2018-06-18lwiperf: fix unused function warning/errorSimon Goldschmidt
2018-06-17lwiperf: implemented "dual" client modeSimon Goldschmidt
2018-06-15lwiperf: start implementing iperf clientSimon Goldschmidt
2018-01-19lwiperf: enable TCP over IPv6 connectionsgoldsimon
2018-01-17lwiperf: fix testing against iperf 2.0.10 (bug #52901)goldsimon
2018-01-16lwiperf: fix double-free of pbufs on recv errorgoldsimon
2018-01-12Work on task #14780: Add debug helper asserts to ensure threading/locking req...Dirk Ziegelmeier
2017-10-09Fix bug #52189: list add and remove bug in <lwiperf.c>Dirk Ziegelmeier
2017-09-17Reformat lwiperf.c using astylercDirk Ziegelmeier
2017-08-08Even more pbuf_header -> pbuf_add/remove_header replacements (also in strings)goldsimon
2017-08-04task #14597: cleanup pbuf_header usages (use pbuf_add_header/pbuf_remove_head...goldsimon
2017-02-28make tcp apps depend on LWIP_CALLBACK_API, toogoldsimon
2016-12-12Fix bug #49827: wrong cast to size_t on 16-bit x86 architectureDirk Ziegelmeier
2016-12-06lwiperf: Simplify #if LWIPERF_CHECK_RX_DATA guardAxel Lin
2016-12-05Fix compile when IPv4 is disabledDirk Ziegelmeier
2016-10-06Cleanup hton*/ntoh* function handling and platform abstractionDirk Ziegelmeier
2016-09-28Implement consistent IPx_ADDR_ANYx macro naming between IPv4 and IPv6Dirk Ziegelmeier
2016-08-30Minor: memcpy -> MEMCPY / SMEMCPYDirk Ziegelmeier
2016-08-08Fix a few incorrect uses of err_t. Found by converting lwip error codes to an...Dirk Ziegelmeier
2016-07-28lwiperf: improved documentation, removed unused enum membersgoldsimon
2016-07-27Documentation review with Simon, minor changesDirk Ziegelmeier
2016-07-05minor: coding style fixesgoldsimon
2016-06-22doxygen updates - include IPv6 in documentation. Exclude include/netif/ppp/po...Dirk Ziegelmeier
2016-03-24minor whitespace change onlygoldsimon
2016-03-03Simon says: dual-stack does not work on iperf because there IPs encoded in th...Dirk Ziegelmeier
2016-03-03Compile fix lwiperf.c after my last changeDirk Ziegelmeier
2016-03-03Implement dual-stack in lwiperf, netbiosns and sntpDirk Ziegelmeier
2016-02-19Fix netconn access after it was freed in lwiperf - found by CoverityDirk Ziegelmeier
2015-11-18lwiperf: TX buffer can be staticDirk Ziegelmeier
2015-11-18Add iperf to apps;Dirk Ziegelmeier
2015-10-08removed spaces at line ending, fixed include guardsg
2015-10-08lwiperf: fixed const-cast warningsg
2015-10-08Added lwiperf, a simple ipv4/tcp iperf peersg