Commit Graph

  • bb3aa84605 win32 port: added the option to select pcap adapter from its network address goldsimon 2010-03-09 09:35:15 +0000
  • e97f6e1909 Improved code size & memory footprint when LWIP_HTTPD_SSI==0 && LWIP_HTTPD_DYNAMIC_HEADERS==0 goldsimon 2010-03-08 18:58:21 +0000
  • a416f2eb2c bug #29105: Review printf formatters: added X8_F to cc.h goldsimon 2010-03-08 17:11:27 +0000
  • 91cd7becdf bug #29105: Review printf formatters goldsimon 2010-03-08 17:10:12 +0000
  • 8cd0218330 Added test for multiple selects (disabled by default) goldsimon 2010-03-07 18:45:27 +0000
  • 5604a40915 Don't use C++ style comments goldsimon 2010-03-06 12:17:21 +0000
  • 8a75717dc6 Check that LWIP_NETIF_TX_SINGLE_PBUF works (in debug mode only) goldsimon 2010-03-06 12:15:47 +0000
  • 5196e5ba4f Copy errno to a local variable for debugging goldsimon 2010-03-06 12:14:44 +0000
  • 71c643ae61 shell_main: use netconn_recv_tcp_pbuf() instead of netconn_recv() goldsimon 2010-03-06 12:13:46 +0000
  • 0116d1c3a1 Fixed code-violation that checkmycode.org warns about :-) goldsimon 2010-03-04 17:45:37 +0000
  • cb7f0de9f8 Fixed bug #29068: Fixed memory leak in ping_recv for PING_USE_SOCKETS==0 goldsimon 2010-03-04 15:48:21 +0000
  • 6bb0cded4f For LWIP_HTTPD_DYNAMIC_HEADERS==1, skip get_http_headers() if http_header_included goldsimon 2010-02-24 11:51:05 +0000
  • 6962ff18d8 Removed ppp_trace (not used by the PPP code any more) goldsimon 2010-02-22 20:16:48 +0000
  • 74cd18c72e added tcp_impl.h goldsimon 2010-02-21 13:54:16 +0000
  • 65b36b5173 Adapted to changes in tcp.h / added tcp_impl.h goldsimon 2010-02-21 11:35:37 +0000
  • 8bb9da48de -Werror to not overlook warnings goldsimon 2010-02-21 11:26:40 +0000
  • 14d8d2b9e4 Fixed compilation of proj/lib goldsimon 2010-02-21 11:26:15 +0000
  • 2a41542edb LWIP_HTTPD_DYNAMIC_HEADERS defaults to 0 goldsimon 2010-02-20 17:48:57 +0000
  • 0b541d8f0a HTTPD_DEBUG defaults to off goldsimon 2010-02-20 17:48:43 +0000
  • 1f93022b83 Moved some parts of the HTTP-header related code to a new file to share it between httpd.c and makefsdata.c, regenerated fsdata.c goldsimon 2010-02-19 16:20:25 +0000
  • 4ec673b17d Merged httpd from TI Luminary: added basic SSI and CGI support, added support for dynamic HTTP header generation goldsimon 2010-02-17 21:19:17 +0000
  • 3e130e4f7f Fixed input thread handling: pass all supported packets to netif->input goldsimon 2010-02-17 16:57:16 +0000
  • 44273aed6f minor: fixed source code layout goldsimon 2010-02-17 16:55:36 +0000
  • 17026e30b1 unix ports: fixed usage of sys_sem_signal after changing sys layer goldsimon 2010-02-17 16:52:30 +0000
  • 44374b26da typo: 609 -> 509 goldsimon 2010-02-17 16:51:45 +0000
  • 670e347eed added missing newline before EOF goldsimon 2010-02-17 16:48:34 +0000
  • 56d3d5c39a help_msg is split into 2 strings to prevent exceeding the C89 maximum length of 509 per string goldsimon 2010-02-17 16:48:23 +0000
  • 520e085b7b Set link up or down when initializing the netif goldsimon 2010-02-16 17:15:45 +0000
  • 977f52e6ba When ethernetif is only used for PPPoE, disable etharp and igmp on it; delay dns-example-request so that dhcp/autoip/ppp have time to bring the netif up after starting goldsimon 2010-02-14 18:11:35 +0000
  • a50dd0cc7b Use new macro ip_addr_copy goldsimon 2010-02-14 12:44:48 +0000
  • 4c65d25eda Fixed compilation under cygwin goldsimon 2010-02-14 12:44:20 +0000
  • 239240e336 Fixed compilation after change of sys layer goldsimon 2010-02-14 12:44:04 +0000
  • e1f2af00d7 Fix usage of stats goldsimon 2010-02-13 17:34:20 +0000
  • 4add26bebd Make use of the changed sys layer api and allocate mboxes/semaphores in place (without requiring malloc) goldsimon 2010-02-13 17:30:15 +0000
  • 2027a11331 Use the new fcntl(), too goldsimon 2010-02-13 15:56:53 +0000
  • 8f62d0525c Fixed packing of struct rtp_hdr goldsimon 2010-02-13 14:47:41 +0000
  • 8a8f2f762c Added test for closing socket in nonblocking connect goldsimon 2010-02-12 17:00:05 +0000
  • 5397ecfbca Added comment goldsimon 2010-02-12 16:59:50 +0000
  • ed52d1f790 Allocate struct dhcp and struct autoip statically goldsimon 2010-02-12 16:59:30 +0000
  • eda6db6ebc Adapted win32- and unix-port to changes in sys layer goldsimon 2010-02-12 13:57:58 +0000
  • a139f72602 Added a function to test recv timeout and correct closing goldsimon 2010-02-09 20:13:32 +0000
  • fc7b8e1fc2 Add printf for feedback when all tests are done goldsimon 2010-02-09 18:39:19 +0000
  • e46c1c88e9 Added guard to only compile if LWIP_SOCKET is enabled goldsimon 2010-02-09 17:51:11 +0000
  • c1c78c4c9e Added guard to only compile if LWIP_NETCONN is enabled goldsimon 2010-02-09 17:50:57 +0000
  • 8245ef55a3 Fixed typo in project files goldsimon 2010-02-09 16:44:10 +0000
  • a70c0fb424 Added project files for check and unit tests, fixed check adaption to win32 goldsimon 2010-02-09 16:41:27 +0000
  • 540bac6fa3 Adapted contrib ports to loopif moved into netif.c goldsimon 2010-02-09 16:07:46 +0000
  • e70c0bd3f5 Fixed unix port after changing struct ip_addr to ip_addr_t goldsimon 2010-02-09 13:19:01 +0000
  • b5212c5d60 Don't use C++ comments goldsimon 2010-02-09 13:18:08 +0000
  • 9c17b2eb87 include arch.h to get cc.h's definitions and pragmas goldsimon 2010-02-09 11:37:14 +0000
  • 089badd5d0 Update snmp tx/rx counters, initialize netif hostname to "lwip" goldsimon 2010-02-05 11:54:38 +0000
  • c4fb6238a0 Support for case insensitiva comparision of NETBIOS_LWIP_NAME goldsimon 2010-02-05 10:56:47 +0000
  • a6828003d8 Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier. goldsimon 2010-02-04 18:50:12 +0000
  • 87c6d6324e Check that netconn_new doesn't fail goldsimon 2010-02-04 17:23:46 +0000
  • 899ae6a321 Use macros defined in ip_addr.h (some of them new) to work with IP addresses (preparation for bug #27352 - Change ip_addr from struct to typedef (u32_t) - and better code). goldsimon 2010-02-04 17:23:30 +0000
  • d11875c261 Deleted old msvc6 project files: it's really too old now and unmaintained, use msvc8 instead. goldsimon 2010-02-02 19:40:59 +0000
  • 880ed2c01e Moved lwip_prvmib.c and private_mib.h from unix/proj/minimal to apps/snmp_private_mib and extended it for write support and usage with memory buffers instead of files to be used under non-posix OSes as an example goldsimon 2010-02-02 19:39:25 +0000
  • b411c22658 Added socket_examples as and app goldsimon 2010-02-02 18:39:24 +0000
  • c0b7b8de41 added netif/ppp_oe.h and netif/slipif.h goldsimon 2010-02-02 15:11:14 +0000
  • a1ca06cfcc Fixed unix port after recent changes goldsimon 2010-01-30 14:16:47 +0000
  • 97fa3db8fa Added def.h goldsimon 2010-01-30 13:53:35 +0000
  • 103def2a7e Don't use C++ style comments goldsimon 2010-01-29 23:17:39 +0000
  • 54870b94ea Added socket example both for users to get started and to ASSERT/test basic socket behavior goldsimon 2010-01-29 23:13:23 +0000
  • 003f79774e Graceful shutdown of netconn-httpd on error goldsimon 2010-01-29 23:11:06 +0000
  • aa0ae95b4e Adapted to changed inet.h/ip_addr.h/def.h goldsimon 2010-01-29 08:24:08 +0000
  • cceacccce6 Adapted to changed inet.h/ip_addr.h/def.h, fixed warnings goldsimon 2010-01-29 08:22:40 +0000
  • 6b1d5a6adc Fix compiler warning: MAC address contains unsigned values goldsimon 2010-01-27 07:15:06 +0000
  • 185eb9663f Coding style: don't use reserved C++ keywords (since many editors can't differ between a C and a C++ file); bug #28659: Missing casts goldsimon 2010-01-25 08:21:33 +0000
  • 892859455c bug #28659: Missing casts goldsimon 2010-01-25 08:20:46 +0000
  • 0f5c7fa169 Added files to compile check 0.9.8 under win32 (no fork support, of course) goldsimon 2010-01-24 17:36:51 +0000
  • 015165df14 Adapted win32 port project files to recent lwIP changes goldsimon 2010-01-24 17:35:04 +0000
  • a097cfd003 Added new apps goldsimon 2010-01-24 17:22:54 +0000
  • 448dd70ced Added raw-api tcp echo server from unix/minimal goldsimon 2010-01-24 17:12:29 +0000
  • dbee3cf464 (Experimental) support for echoing typed characters (to see what you typed in telnet), doesn't really work reliably yet... goldsimon 2010-01-24 13:31:14 +0000
  • 5af75e5b01 Portability: support "\n" or "\r\n" for newline to correctly print on win32 telnet goldsimon 2010-01-24 13:30:00 +0000
  • 566a3ad2ca Fix TCP handling: command doesn't have to be contained in a single packet but remote side has to enter \r or \n to finish a command, this supports the other end being a (hand-typed) telnet session goldsimon 2010-01-24 13:28:10 +0000
  • 409e10ca8f bug #26523: Compiler Warnings goldsimon 2010-01-24 13:26:13 +0000
  • 292fe4a59e Added 3 new apps goldsimon 2010-01-24 10:11:02 +0000
  • c2ff201fd7 Fixed compiler warnings, added 3 new apps goldsimon 2010-01-24 10:10:17 +0000
  • faf826ad6d bug #26523: Compiler Warnings goldsimon 2010-01-24 10:09:57 +0000
  • d20a5e8b29 Fixed warnings and wrong asserts goldsimon 2010-01-21 07:30:17 +0000
  • 8b4184a38a Fix unixsim after moving app files goldsimon 2010-01-20 20:55:10 +0000
  • 9b45317f54 Fixed makefsdata portability (don't use backslash in include) goldsimon 2010-01-20 20:51:05 +0000
  • 379e17565c Moved 3 apps from unixsim/apps to contrib/apps (since they are by no means unix-specific) goldsimon 2010-01-20 19:12:26 +0000
  • 4d999efb93 Removed unused include to errno.h (which breaks portability also -> should be placed in cc.h) goldsimon 2010-01-20 07:44:01 +0000
  • a7c23005e7 Use correct #if's for function prototype goldsimon 2010-01-20 07:39:36 +0000
  • f4855e7575 Fixed compilation after changing netconn_recv/_accept goldsimon 2010-01-20 07:38:34 +0000
  • cfcb3da29f Fixed after changing netconn_recv/_accept goldsimon 2010-01-20 07:38:10 +0000
  • 82418f995c Added explanation to disabled warning numbers goldsimon 2010-01-18 09:29:28 +0000
  • afa884b61f remove 'const' from 'int len' -> not necessary goldsimon 2010-01-18 09:27:46 +0000
  • 826ca4dcae Updated Win32 port for new NO_SYS timers and for using ppp with NO_SYS goldsimon 2010-01-13 16:07:27 +0000
  • 6615f46dd1 Added header file, init function and changed function names goldsimon 2010-01-13 15:56:56 +0000
  • 998f076f4b Typo, coding style & missing include goldsimon 2010-01-13 15:38:50 +0000
  • d0c399570e Added LWIP_RAND() define goldsimon 2010-01-10 11:12:07 +0000
  • e59072922c MEMP_NUM_SYS_TIMEOUT needs to be 3 since now, timers are set up even for NO_SYS==1 goldsimon 2010-01-08 13:40:12 +0000
  • 15bfd8f2d4 Don't use C++ style comments goldsimon 2010-01-07 10:24:31 +0000
  • 2bb8f85116 Unix port: fixed compilation after moving timeout handling to timers.c; fixed some threading- and other issues with initialization goldsimon 2010-01-07 10:21:13 +0000
  • 45a8de7caf Added debug output on open goldsimon 2009-12-31 16:42:36 +0000
  • 4c733650e6 Adapted to changed timer implementation goldsimon 2009-12-31 16:24:58 +0000
  • 321ac573ce Adapted to new config option LWIP_ETHERNET goldsimon 2009-12-27 11:46:05 +0000