Commit Graph

  • 9485de4ea1 Option to build with MPW 3.5 libraries. master Eric Pooch 2020-04-14 14:19:57 -0700
  • e55a724cb2 Improved building disk images, eliminated .rsrc file for icons Eric Pooch 2018-03-24 14:56:46 -0700
  • 166060cfad Updates to documentation and README formatting. Eric Pooch 2018-03-12 21:52:20 -0700
  • 9a5b3d8918 Support for Macintosh System 1.1 on 128K Macintosh 0.071 Eric Pooch 2018-03-12 21:40:46 -0700
  • 3e5dca9bfb UNIX port, SIO, updated port the way it was intended to be done Sylvain Rochet 2014-12-24 21:37:30 +0100
  • 5b81b934bf unixsim: add support for user chosen netmask Sylvain Rochet 2014-12-24 17:36:23 +0100
  • de01153586 unixsim: port to changed PPP interface Sylvain Rochet 2014-12-24 17:13:47 +0100
  • f2e83197ff unixsim: fixed various compiler warnings Sylvain Rochet 2014-12-24 15:42:13 +0100
  • 85121abb78 unix port: simhost example: updated to include changed PPP files Sylvain Rochet 2014-12-23 19:33:29 +0100
  • 79b0f6a86c unix port: fixed tcpdump.c syntax Sylvain Rochet 2014-12-23 19:31:18 +0100
  • e1f290d37d pcapif: set NETIF_FLAG_ETHERNET, too goldsimon 2014-12-19 16:02:14 +0100
  • e702ccb15e httpd makefsdata.c: fixed printing usage goldsimon 2014-12-17 11:04:15 +0100
  • 28fe0060d9 httpd: - separated content-types from other header fields to make it easier to add more content types (no manual indexing required); - added content-type for pdf, fixed content-type for javascript (no "x-"); goldsimon 2014-12-17 10:40:16 +0100
  • 4023aedb3a httpd: - fix maximum write count for LWIP_HTTPD_DYNAMIC_FILE_READ==1 (was limited to 2*mss); - fix waiting for ACK from remote side after sending headers of async read files; - pass TCP_WRITE_FLAG_MORE when writing headers goldsimon 2014-12-17 10:18:13 +0100
  • b9705ef949 pcapif: fixed padding output data to ETH_MIN_FRAME_LEN for ETH_PAD_SIZE != 0 goldsimon 2014-12-10 09:46:47 +0100
  • bea4a92069 Win32 pcapif: - add padding to get the minimum ethernet frame size (strange results when using loopback pcap traffic between 2 simulated hosts); - added: PCAPIF_FILTER_GROUP_ADDRESSES==1: receive all group addressed traffic, not only IP(v4/v6) multicast addresses goldsimon 2014-12-08 14:22:23 +0100
  • 074a7b5967 httpserver_raw/fs.h: added C++ include guards goldsimon 2014-11-21 17:05:32 +0100
  • 3aec30b2a7 httpd: fixed compiling HTTPD_USE_MEM_POOL in strict C (not C++) goldsimon 2014-11-12 12:49:54 +0100
  • b19fd7d218 Win32 pcapif.c: fix C coding style, include lwipcfg_msvc.h as first file so that it can set _CRT_SECURE_NO_WARNINGS for MSVC goldsimon 2014-11-11 11:39:51 +0100
  • efb6f0bdb4 httpd.h: added C++ guards goldsimon 2014-11-07 17:29:33 +0100
  • 02895c1ce3 httpd_structs.h: IAR 7 wants 'static const' instead of 'const static'... goldsimon 2014-11-07 14:29:10 +0100
  • ffb99d8be9 added VS2010 projects / cahanged solutions to VS2010 sg 2014-11-05 21:36:58 +0100
  • f5f3368ea1 Fixed bug #43514 SMTP authentication disabled when only LOGIN is enabled sg 2014-11-02 20:14:40 +0100
  • 1210a4d5a6 bugfix #35874 broke the unix SIO port by introducing a include define conflict between the stack and the port Sylvain Rochet 2014-10-12 17:54:11 +0200
  • cd15306868 httpd: fixed skipping bytes in dynamic header under certain memory constraints goldsimon 2014-09-19 13:11:45 +0200
  • 43253483a8 partly applied patch #8357: fix compiler warnings in tcpdump.c Simon Goldschmidt 2014-09-17 22:17:10 +0200
  • 96e27bf4f7 minor: unix port removed unused define IPv4 Simon Goldschmidt 2014-09-17 22:14:57 +0200
  • c6c94d27fc minor: tcpdump: fixed source code layout Simon Goldschmidt 2014-09-17 22:14:08 +0200
  • 2386284b04 Fixed bug #41500 SMTP base64 patch Simon Goldschmidt 2014-09-02 22:11:26 +0200
  • baaa81727a fixed bug #42608 SMTP usage in opening comment swaps sender and receiver Simon Goldschmidt 2014-09-02 20:34:55 +0200
  • fce9446a1b added optional macros PACK_STRUCT_FLD_8() and PACK_STRUCT_FLD_S() to prevent gcc 4 from warning about struct members that do not need packing goldsimon 2014-09-02 13:05:02 +0200
  • 63fde52db2 smtp: fixed some minor compiler warnings goldsimon 2014-09-02 13:01:26 +0200
  • cf40c6315f Adapted example ports to moved IPv4/IPv6 header files goldsimon 2014-09-01 17:30:45 +0200
  • 878b4dbc52 fixed a 'use after free' found from scanning the our httpd with a webserver scanning tool goldsimon 2014-09-01 17:09:07 +0200
  • 912f37d66b httpd: fixed compiling in 2 configurations when SSI is disabled goldsimon 2014-09-01 16:44:34 +0200
  • f87cb174ec SMTP: added missing casts (which are not strictly required when compiling C) goldsimon 2014-09-01 16:08:31 +0200
  • 47ab4b0f98 httpd: fix memory leak when LWIP_HTTPD_SUPPORT_REQUESTLIST==1 and connection is closed while trying to parse a request (should not happen on correct connections) Simon Goldschmidt 2014-08-20 21:47:29 +0200
  • 80ae68d1be changed win32 project files to MSVC9/Visual C++ 2008 and renamed the directory accordingly; added .gitignore to ignore all the MSVC build files Simon Goldschmidt 2014-08-20 21:45:31 +0200
  • af57a58b48 Updated win32 example port project to include changed PPP files Simon Goldschmidt 2014-08-20 21:21:59 +0200
  • 39107a4066 Reverted too much changed test code... goldsimon 2014-08-19 14:24:48 +0200
  • 1cdaaf47bf win32 port: call srand() in tcpip_thread, too since the random seed is stored per thread goldsimon 2014-08-19 14:23:56 +0200
  • 36eab89184 SMTP: Add comment about 'err' checking in connect callback Simon Goldschmidt 2014-06-04 21:17:25 +0200
  • 6d4e09ea3c bug #35874 reserved identifier violation, 2nd part in even more files goldsimon 2014-05-20 12:30:59 +0200
  • e4ec9053e9 bug #35874 reserved identifier violation, 2nd part goldsimon 2014-05-20 12:28:00 +0200
  • b833b173cc Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) Simon Goldschmidt 2014-05-19 21:58:36 +0200
  • 1e04deb667 makefsdata.c: minimal check if given path is OK Simon Goldschmidt 2014-05-15 20:50:22 +0200
  • dc27bc8c07 makefsdata: don't use FindFirstFile to see if a directory exist but CHDIR() to it directly goldsimon 2014-05-06 09:30:08 +0200
  • 9f6dc6ad94 makefsdata: tried to fix another warning from static code analysis Simon Goldschmidt 2014-04-30 22:15:59 +0200
  • 3268ac82aa sio.c: fixed printf had more arguments than the format string needed (because %d was missing) Simon Goldschmidt 2014-04-30 22:13:44 +0200
  • 55d09ae777 fixed warnings in unix port; use the same compiler settings in all 3 projects; use echo.c from apps and removed duplicate from unix/proj/minimal goldsimon 2014-04-30 14:03:21 +0200
  • 8806c1e50e fixed compiler warnings goldsimon 2014-04-30 14:01:49 +0200
  • 993d8c8c82 fixed compiling port/win32 for C++ goldsimon 2014-04-30 12:26:17 +0200
  • 0007b4e6ba Multiple fixes found by coverity scan goldsimon 2014-04-30 12:25:40 +0200
  • bc4a7f92ad httpd: fix that http_write() returns 1 in "length" when not sending because of sndbuf/sndqueuelen Simon Goldschmidt 2014-03-11 20:44:06 +0100
  • 16167a22ef Fixed bug #31948 httpd: Improving HTTP Server performance when SSI is enabled Simon Goldschmidt 2014-03-11 20:34:37 +0100
  • 856e9ecb8c Fixed compiler warnings (unused variables) Simon Goldschmidt 2014-02-26 22:00:03 +0100
  • c2539dbc8c Fixed bug #39380 Cannot build smtp example when debug is disabled Simon Goldschmidt 2014-02-22 20:10:42 +0100
  • bb3e70c860 Fixed bug #41498 simhost unix project in lwip-contrib calls netif_init() twice. Simon Goldschmidt 2014-02-20 21:56:56 +0100
  • 21e076cb56 patch #8097 httpd: Return failure if parsing Content-Length fails Simon Goldschmidt 2014-02-20 21:19:27 +0100
  • a37d623975 Ignore LWIP_PLATFORM_ASSERT when running tests Erik Ekman 2012-11-04 12:07:23 +0100
  • c9a6db0ff3 Include core/test_pbuf.c file in build Erik Ekman 2012-08-30 21:54:07 +0200
  • b7b6373ca5 httpd: Ignore remaining POST content in case of application error Fatih Asici 2013-06-28 16:17:56 +0300
  • 346d2f8c8a ping app: restore original packet if packet is not eaten Simon Goldschmidt 2013-01-11 22:00:24 +0100
  • acc69ff333 Added missing files (test_pbuf.c/.h) Simon Goldschmidt 2013-01-11 21:24:39 +0100
  • e7723b295d Fixed compiling tcpdump.c after removing the macro TCPH_OFFSET() (patch by Erik Ekman) Simon Goldschmidt 2012-09-26 21:33:25 +0200
  • f9147eb997 bug #37151 HTTP header corrupted in http_post_request Simon Goldschmidt 2012-08-22 22:21:35 +0200
  • 7c9f0dce5a Fixed bug #36905 SNTP problem with SNTP_STARTUP_DELAY symbol (by adding a new optional macro SNTP_STARTUP_DELAY_FUNC) Simon Goldschmidt 2012-08-13 21:43:43 +0200
  • b14da81fb9 Patch by Sylvain Rochet: Fixed bug #36436: ethernet input flag not set on unix proj minimal mintapif Simon Goldschmidt 2012-05-11 22:42:32 +0200
  • ec429c725a Fixed bug #36374 makefsdata.exe can't handle files with non-C characters (allow only 'A-Z', 'a-z', '0-9' and '_' for C variable names) Simon Goldschmidt 2012-05-02 22:19:30 +0200
  • 00e04f9cdb Added dhcp unit test to Win32 project Simon Goldschmidt 2012-03-25 17:26:22 +0200
  • 4ad9b0501c Add unit tests for DHCP Erik Ekman 2012-03-22 13:11:10 +0100
  • 5b1bd88115 unixif: fixed unused variable warning, replaced tabs with spaces Simon Goldschmidt 2012-03-01 19:15:38 +0100
  • 600b8665a5 patch #7731 contrib: Add -fPIC to CFLAGS in unix/proj/lib (by Erik Ekman) Simon Goldschmidt 2012-03-01 18:59:22 +0100
  • 6f002beae5 httpd: don't shadow globals ('abort' is declared under linux) Simon Goldschmidt 2012-02-23 18:58:03 +0100
  • cc786efa73 unixsim: change lwipopts.h to not break init.c sanity checks Simon Goldschmidt 2012-02-23 18:57:04 +0100
  • ae3ba92f3f httpd: updated example index.html to provide links to our savannah page and wiki instead of adam's (not updated) site only goldsimon 2012-02-23 10:29:48 +0100
  • 79761834da Win32 pcapif: use pcap_findalldevs(), not pcap_findalldevs_ex() (we don't capture remotely), added missing casts goldsimon 2012-02-23 08:46:55 +0100
  • 72e48fada0 unix unit test Makefile: use lwipopts.h from test/unit instead of using our own configuration. Simon Goldschmidt 2012-02-22 21:49:08 +0100
  • 1cd61ba1ae sntp: added function sntp_stop() to stop the module, removed the (incomplete) socket part. Simon Goldschmidt 2012-02-22 21:10:45 +0100
  • 3af14514dd httpd: use better default values: support HTTP request in up to 5 pbufs by default Simon Goldschmidt 2012-02-22 20:56:45 +0100
  • 59c83ef10e httpd: ensure tcp_write() isn't called with len==0 Simon Goldschmidt 2012-02-22 20:55:27 +0100
  • 2cb9d29591 win32 projects: fixed warning level and build options goldsimon 2012-02-16 15:48:22 +0100
  • 8eb51799aa httpd: - include 'struct fs_file' in 'struct http_state' to prevent file allocation fails when connection allocation succeeded (plus have less allocations/pools); - added (conditional) code to abort the oldest connection when allocating a new connection fails; - fixed some warnings; goldsimon 2012-02-16 15:39:15 +0100
  • 98b666de5d changed win32 projects to compile unit tests using correct lwipopts.h, removed unncessesary <FileConfigurations> goldsimon 2012-02-16 13:24:13 +0100
  • 88b5a36be2 Added Makefile to run the unit tests under unix/linux Simon Goldschmidt 2012-02-14 21:55:20 +0100
  • 48e301d329 Fixed unix makefiles by adding IPv6 source files to the binary Simon Goldschmidt 2012-02-14 21:43:21 +0100
  • 49fcad8f65 Fixed warning about unused http_continue() Simon Goldschmidt 2012-02-14 21:25:06 +0100
  • 907ea97876 Fixed warnings when assigning time_t to int/u32_t Simon Goldschmidt 2012-02-14 21:11:42 +0100
  • 2a2617bc19 Use C-style comments, not C++ style Simon Goldschmidt 2012-02-13 20:46:40 +0100
  • 00b2bb461a udpecho: no need netconn_connect, since the netbuf contains the address (bug #34921) Simon Goldschmidt 2012-01-20 21:57:26 +0100
  • 5ab0be592b Prevent multiple calls to httpd_post_finished, since it might have already been called before from httpd_post_data_recved(). goldsimon 2012-01-12 15:45:27 +0100
  • 2d6a677a08 - include opt.h as first file (as done in all other C files); - explain tcp_setprio instead of that nonsense comment :-) Simon Goldschmidt 2011-11-29 21:48:32 +0100
  • 16e98196e0 Fixed type in define: CUSTUM -> CUSTOM Simon Goldschmidt 2011-11-28 22:22:17 +0100
  • 7546907c7b makefsdata: - fixed typo (struct ffblk, not fflbk); - changed include path to be relative to lwip's 'include' dir Simon Goldschmidt 2011-11-25 17:59:09 +0100
  • af07304f02 Fixed typos (used pcapif_ instead of pcapifh_) Simon Goldschmidt 2011-11-24 20:51:49 +0100
  • 62a162ac66 pcapif_low_level_input: let IPv6-multicast MAC addresses through, correctly check IPv4-multicast MAC addresses Simon Goldschmidt 2011-11-23 21:29:43 +0100
  • 3a5de6effd Bug34596: remove LWIP_TIMEVAL_PRIVATE setting from unix project lwipopts.h Kieran Mansley 2011-11-01 12:57:57 +0000
  • 0b90e53845 Bug34596: set LWIP_TIMEVAL_PRIVATE in unix port Kieran Mansley 2011-10-28 13:42:54 +0100
  • 2b8147b8d9 win32 test: added support for (multiple) SLIP netifs (routing between pcap and SLIP works, 2 SLIP netifs can be used for "loopback" SLIP traffic via named pipes) Simon Goldschmidt 2011-10-21 22:43:10 +0200
  • cc16cae039 win32 sio.c: added missing function sio_tryread(), fixed COM port usage (now it works for me to connect lwIP from win32 to my AVR target using SLIP) Simon Goldschmidt 2011-10-21 22:27:55 +0200