374 Commits (33fa79f4bceddb00a54198c9aaa108c511cb46cc)

Author SHA1 Message Date
Simon Goldschmidt 196f100af3 apps/rtp: fix unreachable code warning 8 years ago
Simon Goldschmidt 5ca72a6373 apps: use lwip function names, don't depend on LWIP_COMPAT_SOCKETS 8 years ago
goldsimon ebc3b62783 rtp: check return value of setsockopt 8 years ago
goldsimon 719a95b04d shell: check return values in shell_thread 8 years ago
goldsimon 5dac13ab99 move examples for snmp and httpd to a new folder 'examples' 8 years ago
goldsimon 599b1f759d socket_examples: use 'poll' in one of the tests... 8 years ago
goldsimon b1d0fb5fa9 ping: fix some compile errors & warnings 9 years ago
Dirk Ziegelmeier 2a044556bb Fix follow-up to [bug #52315] Minor typo in output of MIB compiler 9 years ago
Dirk Ziegelmeier e0e163e651 Fix bug #52315: Minor typo in output of MIB compiler 9 years ago
Dirk Ziegelmeier bfeecd5fde Fix two "fall-through" warnings in snmpv3_dummy.c 9 years ago
Joel Cunningham ddf21bd235 ping: guard ping_time with LWIP_DEBUG 9 years ago
goldsimon 10e2b02d13 Even more pbuf_header -> pbuf_add/remove_header replacements 9 years ago
goldsimon 866908c2f1 fix for -Wdocumentation in snmpv3_dummy.c 9 years ago
goldsimon 0f153f7c76 shell.c now needs to have its help message split into 3 parts to keep strings below 509 chars 9 years ago
goldsimon 41fbc14d80 -Wconversion and other minor compilation fixes... 9 years ago
Joel Cunningham 4a04d203eb Shell: guard gethostnm with LWIP_DNS 9 years ago
Joel Cunningham 950dd357e0 Shell: add gethostbyname command 9 years ago
goldsimon 058d98dbc3 Try to make gcc work without -Wno-address 9 years ago
Dirk Ziegelmeier 18415805ad shell only works when TCP is enabled 9 years ago
goldsimon 0b5181f406 socket_examples: satisfy coverity by checking ip4/6addr_aton return value 9 years ago
Dirk Ziegelmeier abdbdfe467 Move SMTP from contrib to main lwIP rep 9 years ago
Dirk Ziegelmeier 1511da217a Adapt to changed #include structure of altcp_tls in main lwIP rep 9 years ago
Dirk Ziegelmeier 02fd0d3c18 One more try to fix smtp.c 9 years ago
Dirk Ziegelmeier 2171e94f87 Try to fix build of smtp app after ALTCP_TLS change 9 years ago
goldsimon 5ca974e807 smtp: add SMTPS support (SMTP over TLS) using altcp_tls 9 years ago
goldsimon ff8fdd2c67 smtp: some cleanups 9 years ago
goldsimon 05754ff895 SMTP: convert to altcp 9 years ago
Joel Cunningham 2ff2c48e66 task #14408: remove sendmsg TCP test from socket examples 9 years ago
Joel Cunningham 2f996820e4 task #14408: remove sendmsg UDP test from socket examples 9 years ago
goldsimon 6a62868e26 fix chargen.c and socket_examples.c for LWIP_SOCKET_SELECT==0 9 years ago
goldsimon 1d147e8687 our tcp callback API examples depend on LWIP_CALLBACK_API==1 9 years ago
Dirk Ziegelmeier 25a409608c snmpv3_dummy.h: Add missing #include; snmpv3_dummy.c: Use human-readable engine context ID (that can be entered in snmpB) 9 years ago
Dirk Ziegelmeier 7788f2854b snmpv3_engine_timer function should be static 9 years ago
Joel Cunningham d1dd43c8ab Revert "Revert "Added sendmsg tests to socket examples"" 9 years ago
Dirk Ziegelmeier 475e85db62 Move snmpv3_dummy.* from main lwIP rep to contrib 9 years ago
Joel Cunningham 4b32add973 Revert "Added sendmsg tests to socket examples" 9 years ago
Joel Cunningham a10056ac10 sendmsg test cleanups found by Travis CI 9 years ago
Joel Cunningham 927da57056 Added sendmsg tests to socket examples 9 years ago
goldsimon 63c01ea5d3 socket_examples: fix compiling for !LWIP_SO_SNDRCVTIMEO_NONSTANDARD 9 years ago
goldsimon 32f4033dd2 apps/shell: fix that help_msg2 string has grown too long 9 years ago
Joel Cunningham e2616fdba9 shell: print errno from if_indextoname() 9 years ago
Dirk Ziegelmeier 2233808623 Adapt to macro name change in "IPv4 mapped IPv6 addresses" in lwIP core 9 years ago
Joel Cunningham 34d756238e Update MSVC and shell for if.h rename 9 years ago
Dirk Ziegelmeier 9ac2c262b0 Rename some more index variables to idx 9 years ago
Joel Cunningham 5ce470dcfb Add interface support to shell and VS project file 9 years ago
goldsimon 496023b93c fixed compiling without LWIP_DEBUG & LWIP_ERROR and with LWIP_NOASSERT 9 years ago
Dirk Ziegelmeier 1a01c1c62c Use LWIP_CONST_CAST and friends in contrib code 9 years ago
sg 8d7a1fc801 apps/ping: need to include string.h for memset when PING_USE_SOCKETS==1 9 years ago
Dirk Ziegelmeier ef96a6c582 Fix warning about uninitialized variable in ping.c (only shown at higher optimization levels) 9 years ago
Dirk Ziegelmeier a6269211a8 Fix compile when IPv4 is disabled 9 years ago