Simon Goldschmidt
196f100af3
apps/rtp: fix unreachable code warning
...
why does this pop up just now?
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'
...
These examples should be correctly marked as such.
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
...
LWIP_SNMP_OBJ_ID_LEN -> SNMP_MAX_OBJ_ID_LEN
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
...
ping_time is only used in LWIP_DEBUGF statements. When LWIP_DEBUG is
not defined (and by extension LWIP_DEBUGF is a no-op), this causes
compiler warning 550 with the ARMCC compiler:
'ping_time was set but never used'
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
...
netconn_gethostbyname is only available if LWIP_DNS is enabled (thanks to Travis CI)
9 years ago
Joel Cunningham
950dd357e0
Shell: add gethostbyname command
...
This adds a 'gethostnm' shell command to aid in testing
netconn_gethostbyname()
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
...
Test has been migrated to sockets unit test and combined with recvmsg
9 years ago
Joel Cunningham
2f996820e4
task #14408 : remove sendmsg UDP test from socket examples
...
sendmsg UDP test has been moved to socket unit tests in LwIP repo
and is no longer needed in 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""
...
sendmsg socket example tests got the green light, bring these
back in
This reverts commit 4b32add973 .
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"
...
This reverts commit 927da57056 .
Might have jumped the gun on this one
9 years ago
Joel Cunningham
a10056ac10
sendmsg test cleanups found by Travis CI
...
Fixes a couple of type and casting issues found by Travis CI
9 years ago
Joel Cunningham
927da57056
Added sendmsg tests to socket examples
...
This commit adds a TCP and UDP test to exercise sendmsg correctness.
Use receiver and packet capture tool to verify results
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()
...
This tests printing the errno value from if_indextoname() upon failure
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
...
This updates shell.c and MSVC for if.h -> if_api.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
...
This commit adds interface API support to shell and adds the
interface files to th Visual Studio project
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