1455 Commits (master)
 

Author SHA1 Message Date
goldsimon 4eff410d55 win32 test app: close on ascii keys only, not on control keys (like ctrl or alt) 8 years ago
goldsimon 6a5224b3c5 win32/sio.c: _snprintf() -> snprintf() 8 years ago
goldsimon b1d0fb5fa9 ping: fix some compile errors & warnings 8 years ago
Joel Cunningham 5463806e9f Add make support for unit tests on MacOS /w clang 8 years ago
Dirk Ziegelmeier 2a044556bb Fix follow-up to [bug #52315] Minor typo in output of MIB compiler 8 years ago
Dirk Ziegelmeier e0e163e651 Fix bug #52315: Minor typo in output of MIB compiler 8 years ago
Dirk Ziegelmeier bfeecd5fde Fix two "fall-through" warnings in snmpv3_dummy.c 9 years ago
Joel Cunningham 9113b5791a win32: use ip6addr_ntoa instead of ip6_addr_debug_print 9 years ago
goldsimon a9e6bca1e2 win32 project: add bridgeif_fdb.c 9 years ago
Joel Cunningham 2de26f1b92 win32: fix MLD for IPV6 9 years ago
Joel Cunningham 0f96523fa4 Build unix port on MacOS/clang 9 years ago
goldsimon 90d3cec0af win32 port: make lwip_win32_keypressed return the key/char pressed 9 years ago
goldsimon b4fbf5aca9 win32 port: fix lwip_win32_keypressed() 9 years ago
Gisle Vanem 61f2ce5e7e win32: sys_arch.c: prevent C99 style mixing of code and declarations 9 years ago
Dirk Ziegelmeier c4146b4480 Fix shadowing of a local variable in sys_arch.c 9 years ago
Dirk Ziegelmeier 9eb4980a10 Fixup ports/win32/mingw/Common.mk after my last changes 9 years ago
dziegel 2d20a6a745 Build makefsdata by default in unixsim 9 years ago
Dirk Ziegelmeier 447b3db4f0 Don't use paths relative to top-level Makefile in shared Common.mk files - you never know where they are used from 9 years ago
goldsimon bf1f11f013 win32 port: fix usage of ping and sntp apps 9 years ago
goldsimon 7b0adcf4a8 win32 port: use win32 API functions instead of _kbhit() from conio.h 9 years ago
goldsimon 1c91c1aa74 win32 sys_arch: fix sys_win_rand_init() if the crypt context does not exist yet 9 years ago
goldsimon 62581fecbe remove ports/old from git: 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
Joel Cunningham c44421e5a6 Add ieee.h to Visual Studio Project 9 years ago
Dirk Ziegelmeier ad05dfb857 Add iana.h to Visual Studio Project 9 years ago
Dirk Ziegelmeier 2b0be474ed Add makefsdata to unix makefile 9 years ago
goldsimon 866908c2f1 fix for -Wdocumentation in snmpv3_dummy.c 9 years ago
goldsimon 06c8320613 Some -Wconversion fixes in the unix port 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
Dirk Ziegelmeier 0466a1be4d Fix part 1 of bug #51652: Unit test errors appear 9 years ago
Joel Cunningham e1a991bfc1 msvc: add ip4 unit test files 9 years ago
Dirk Ziegelmeier 21c4e5d882 Fix build of Win32 port after updating MEMP_NUM_SYS_TIMEOUT setting check 9 years ago
Dirk Ziegelmeier 4876487520 Win32 port: enable compilation of netifapi 9 years ago
goldsimon e2b863477d Try to fix the build after #erroring for MEMP_NUM_SYS_TIMEOUT 9 years ago
goldsimon 1f13cbd918 Try to fix the build after #erroring for MEMP_NUM_SYS_TIMEOUT 9 years ago
goldsimon a0f9e5ea80 msvc project: adapted to moved compat headers 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 33a4ee1440 Fix win32 port to work with -Waddress (implement sys_*_valid_val() defines) 9 years ago
goldsimon 058d98dbc3 Try to make gcc work without -Wno-address 9 years ago
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