Dirk Ziegelmeier
|
5f2e264ddd
|
Win32 project: remove deleted readme.txt
|
9 years ago |
Dirk Ziegelmeier
|
2ee5a2cc86
|
Win32 port: DHCP depends on UDP
|
9 years ago |
goldsimon
|
6619359619
|
remove ports/win32/msvc/readme.txt, fixed ports/win32/readme.txt
|
9 years ago |
goldsimon
|
704e6ccde9
|
Add example code for an external file system for httpd
|
9 years ago |
goldsimon
|
abc2dc155f
|
win32 port readme.txt: fixed URL to WinPcap
|
9 years ago |
Dirk Ziegelmeier
|
18415805ad
|
shell only works when TCP is enabled
|
9 years ago |
goldsimon
|
7954612e36
|
win32 msvc: add some missing/new files
|
9 years ago |
goldsimon
|
636bfe99af
|
win32: fix compiling unit tests after adding secure LWIP_RAND
|
9 years ago |
Dirk Ziegelmeier
|
dc8017002b
|
Implement LWIP_HOOK_TCP_ISN in simhost
|
9 years ago |
goldsimon
|
2477dd7722
|
win32 port: use CryptGenRandom() instead of rand() for LWIP_RAND()
|
9 years ago |
goldsimon
|
718dd11a63
|
win32 project: added altcp_priv.h
|
9 years ago |
goldsimon
|
4c8b083b4c
|
ignore ports/win32/mingw/cov-int
|
9 years ago |
goldsimon
|
0b5181f406
|
socket_examples: satisfy coverity by checking ip4/6addr_aton return value
|
9 years ago |
goldsimon
|
e27e32df58
|
win32 mingw: make clean -> remove map file
|
9 years ago |
goldsimon
|
abed0c2a0b
|
make https work on mingw
|
9 years ago |
Dirk Ziegelmeier
|
b74499226b
|
Forgot to add snmpv3_dummy.* to MSVC project
|
9 years ago |
Dirk Ziegelmeier
|
e8ea93521a
|
SMTP has moved to main lwIP rep -> adapt MSVC project
|
9 years ago |
Dirk Ziegelmeier
|
a7f0b089ca
|
Add new files to MSVC project
|
9 years ago |
Dirk Ziegelmeier
|
00ad9cc351
|
mbedtls compilation needs -Wno-redundant-decls because mbedtls_ssl_list_ciphersuites() is declared in multiple files
|
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 |
goldsimon
|
d18689c3b7
|
pcapif: correctly access netif->state via PCAPIF_GET_STATE_PTR()
|
9 years ago |
goldsimon
|
8134adf56c
|
win32 port: added altcp files to msvc project
|
9 years ago |
Dirk Ziegelmeier
|
612c5158f2
|
Fix compile: #if LWIP_HAVE_MBEDTLS -> #ifdef LWIP_HAVE_MBEDTLS
|
9 years ago |
Dirk Ziegelmeier
|
1a9065d9fc
|
Cleanup lwipopts.h
|
9 years ago |
Dirk Ziegelmeier
|
b05c0ebc50
|
Unix port: Enable compilation of altcp and mbedtls TLS if mbedtls is found
|
9 years ago |
Dirk Ziegelmeier
|
b27d501770
|
Win32 port: enable compilation of MBEDTLS stuff when mbedtls lib is found in mingw project
|
9 years ago |
goldsimon
|
275dd4ccec
|
win32/sio: fix compiling in unicode mode
|
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 |
Dirk Ziegelmeier
|
bd177d91e3
|
Move Filelists.mk to top level directory (old place was a little bit ... strange)
|
9 years ago |
Dirk Ziegelmeier
|
37f4372d4f
|
Try to prevent compilation/usage of unix port sys_arch.c when building unit test solution
unit tests provide their own port
|
9 years ago |
Dirk Ziegelmeier
|
878f265f04
|
One more try to fix unix build (and Win32 build :-))
|
9 years ago |
Dirk Ziegelmeier
|
db07bd1c2a
|
Try to fix unix makefile (cannot test this at work)
|
9 years ago |
Dirk Ziegelmeier
|
0a64652f0e
|
Try to unify unix and Win32 mingw Makefiles by moving common stuff to Common.allports.mk
|
9 years ago |
goldsimon
|
ab5e411f03
|
Try to fix unit tests on linux by fixing include path order
|
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 |
Joel Cunningham
|
f4ef493a91
|
win32 port: add new unit test files
Gets unittests builds again for MSVC
|
9 years ago |
goldsimon
|
9f632c42eb
|
Try to use new FileList.mk for building the unit tests on unix
|
9 years ago |
goldsimon
|
62c1dbb140
|
win32 port: don't build win32 sys_arch.c in unittest configurations
|
9 years ago |
goldsimon
|
83cb9578da
|
win32 project: added bridgeif, added missing snmpv2 files
|
9 years ago |
goldsimon
|
6a62868e26
|
fix chargen.c and socket_examples.c for LWIP_SOCKET_SELECT==0
|
9 years ago |
goldsimon
|
af3bb577b3
|
pcapif: another fix to PCAPIF_RECEIVE_PROMISCUOUS rx filtering: we don't get rx loopback if the link is down (packet not transmitted); prevent failing in such race conditions by reusing the oldest entry if no free items found
|
9 years ago |
goldsimon
|
84929178a7
|
win32 pcapif: fixed messed up PCAPIF_RECEIVE_PROMISCUOUS==1 code broken 5 days ago...
|
9 years ago |
Dirk Ziegelmeier
|
891935da0e
|
Filelists.mk: Remove duplicate shell.c entry
|
9 years ago |
Dirk Ziegelmeier
|
220bfa4977
|
Allow to specify a different location for mbedTLS directory in Common.mk
|
9 years ago |