Commit Graph

  • a4ee79c04d Added sleep in main thread if it has nothing to do (PPPoS) goldsimon 2009-12-07 14:58:51 +0000
  • 92a32dbce4 Using PPPoS on win32 blocked since read and write are used from 2 different threads and read blocked. goldsimon 2009-12-07 14:56:17 +0000
  • 813b025f97 ppp_desc needs to be initialized with -1, not 0 goldsimon 2009-12-07 10:33:43 +0000
  • 99aab4ea68 Print out error code when sio_open fails goldsimon 2009-12-07 10:32:46 +0000
  • 434227b6bd Fix compilation when using PPPoS only goldsimon 2009-12-07 07:34:52 +0000
  • 9e977b7efc Default setting for PING_USE_SOCKETS was accidentally inverted goldsimon 2009-12-06 10:01:48 +0000
  • 4dac3ab5f6 Fixed compiling httpd without user-specified memp-pool goldsimon 2009-12-05 14:21:01 +0000
  • f744877247 Added configurable PPPoE support for MSVC port goldsimon 2009-12-04 08:49:01 +0000
  • 2e84b2ba2b MSVC packetlib adapter: added the possibility to select adapter via GUID (instead of index, which can change); added some deallocations on error; printing adapter names when listing adapters goldsimon 2009-12-04 08:18:07 +0000
  • c813c2f691 Make socket/raw api decision configurable goldsimon 2009-12-04 08:12:36 +0000
  • 4d5a7418a4 Correctly use log levels goldsimon 2009-11-22 13:15:29 +0000
  • 6935d26ced Init chargen if configured to goldsimon 2009-11-20 16:21:18 +0000
  • ad8f9685bd Added chargen.h and use it from chargen.c goldsimon 2009-11-20 16:18:19 +0000
  • 815c75c58f Removed accidentally committed test code goldsimon 2009-11-15 13:17:33 +0000
  • 4ebe4ff176 Added a more complete SNTPv4 client that conforms to RFC 4330 and uses the raw api. goldsimon 2009-11-15 12:52:01 +0000
  • 9e338b8ff2 Restructured http: made more robust, added logging, removed printf, commented, prepared for files that don't include HTTP response header goldsimon 2009-11-01 21:16:46 +0000
  • c43d077828 Add support to files that don't include HTTP response header goldsimon 2009-11-01 21:00:43 +0000
  • b9113fe615 Added documentation goldsimon 2009-11-01 20:58:22 +0000
  • 1a265b5373 Update fsdata (generated by makefsdata) goldsimon 2009-11-01 19:23:12 +0000
  • 268bb23f11 First parse subdirectories, then files (to get main directory to the front of the list) goldsimon 2009-11-01 19:22:45 +0000
  • deec441987 Add comments, fix source code layout goldsimon 2009-11-01 19:07:53 +0000
  • 77ab1cb406 Fix adapter range detection (last adapter could not be used) goldsimon 2009-11-01 19:04:05 +0000
  • e4442f02da Added html source files for httpd goldsimon 2009-11-01 18:30:06 +0000
  • 5131ebd938 Added support for makefsdata goldsimon 2009-11-01 18:29:08 +0000
  • 1686fc793e Added makefsdata project goldsimon 2009-11-01 18:27:45 +0000
  • e142aced6f Added makefsdata ported to C (by Jim Pettinato, extended by me) goldsimon 2009-11-01 18:27:22 +0000
  • 06c14502a8 Use ip_ntoa instead of inet_ntoa, fix running with PPP_SUPPORT=1 (don't poll ethernetif - not initialized) goldsimon 2009-08-25 14:56:31 +0000
  • 11ad41b049 Fix includes (don't include string.h -> included in all files where needed), fix LWIP_ERROR (expression was used as message) goldsimon 2009-08-11 14:36:31 +0000
  • 700de50435 Build this file only if LWIP_SOCKET and LWIP_IGMP are enabled goldsimon 2009-08-11 14:35:23 +0000
  • 6ce49364c5 Added many missing includes to <string.h> goldsimon 2009-08-11 14:34:28 +0000
  • 726953e7f3 http_accept(): arg is not unused any more, thanks Bill goldsimon 2009-07-28 18:08:42 +0000
  • 4a5c399e7d Fixed my last checkin that fixed bug #27117: "httpserver_raw sample does not call tcp_accepted()" accidentally called tcp_accepted() on the connection-pcb, not the listen-pcb goldsimon 2009-07-28 17:38:30 +0000
  • 47521ce2bc fixed bug #27117: httpserver_raw sample does not call tcp_accepted() goldsimon 2009-07-27 15:10:39 +0000
  • 5cceed389c Fix unix port warnings on 64 bit compile kieranm 2009-06-25 12:51:23 +0000
  • 40989aae68 netbios.c: change to enable SOF_BROADCAST option fbernon 2009-05-04 08:00:22 +0000
  • e0675d8b82 Adapted win32 port to changes in sys.h (for NO_SYS=1 only) goldsimon 2009-04-27 20:14:04 +0000
  • 105dc66785 Removed invalid brace goldsimon 2009-04-18 16:21:17 +0000
  • 2bdd0c7ffc ports/unix/minimal: correct timer handling (ue defines, TCP fasttimer calls slowtimer); let mintapif use ethernet_input goldsimon 2009-04-18 11:21:24 +0000
  • b5bb80bbc3 BUG #25695: replace calls to sys_sem_wait() with sys_arch_sem_wait() in unix port kieranm 2009-04-17 10:30:30 +0000
  • ed8a2adfc7 bug #25798: CharGen example uses calloc and free directly goldsimon 2009-04-15 19:59:01 +0000
  • 5c39901bdc Match unix port definition of sys_now to lwIP core definition kieranm 2009-03-25 11:01:00 +0000
  • 0f06910f66 Fixed bug #25705 (memory leak in httpserver_raw when aborting connection) goldsimon 2009-03-01 17:50:06 +0000
  • 15d75600bb Checked in patch #6760 (ping calculates incorrect checksum) - slightly modified goldsimon 2009-03-01 17:20:53 +0000
  • 03534b658a Use size_t for mem_ptr_t to fix 64-bit-compatibily warnings goldsimon 2009-02-18 20:45:35 +0000
  • ccb8913d65 Add casts where appropriate to fix conversion warnings goldsimon 2009-02-18 20:43:32 +0000
  • b243b97543 Fix unused argument warning goldsimon 2009-02-18 20:42:53 +0000
  • 9e4a33112b No need to allocate a PBUF_LINK for incoming packets, PBUF_RAW is enough goldsimon 2009-02-18 16:57:07 +0000
  • 5f05529a22 pkdrv/if: fixed check for invalid adapter_num, added assert if netif can't be initialized goldsimon 2008-11-24 17:34:18 +0000
  • 234cfd1dcf Fix name of sys_now() function (was called sys_unix_now()) in unix port kieranm 2008-11-19 13:38:10 +0000
  • ba11c223fa 2008-09-30 David Woodhouse <dwmw2@infradead.org> : jifl 2008-09-30 13:48:07 +0000
  • 0eaad1ca9b Removed some warnings in unix port goldsimon 2008-07-16 20:37:56 +0000
  • 2977846356 Changed MAC address settings of win32 port (MAC address to use has to be defined in lwipcfg_msvc.h) goldsimon 2008-07-10 19:18:38 +0000
  • 73f3e94486 ping.h, ping.c: Minor change: allow to use ping sample with NO_SYS=1. You need to call the ping_send_now() in your application. fbernon 2008-07-08 10:11:53 +0000
  • 3ab94a43bf Added new stats-defines for sys. goldsimon 2008-06-27 18:38:27 +0000
  • 754453fd22 Remove unused arg warning goldsimon 2008-06-25 17:01:50 +0000
  • 579c7a3df4 sys_jiffies(): set sec and usec correctly from gettimeofday(), and avoid sec overflow jifl 2008-06-19 15:31:12 +0000
  • 6de783946f Fixed a warning in sys_arch_timeouts() (SYS_ARCH_DECL_PROTECT must be placed after variables) goldsimon 2008-06-17 19:44:18 +0000
  • e0667a84c0 Added support for new loopback code in win32 port goldsimon 2008-06-17 19:43:34 +0000
  • f044a46228 contrib/ports/win32: minor change, typo. fbernon 2008-06-03 10:12:14 +0000
  • f084d2fca0 contrib/ports/win32: Fix NOTIFY_LINKSTATE macro. fbernon 2008-06-03 10:10:28 +0000
  • 4e543d897a Change LWIP_UDP to UDP_STATS from my earlier check in as per suggested by Jonathan Larmour. kieranm 2008-05-30 12:26:31 +0000
  • 8df3d8bdc0 Fix BUG22983: multiple fixes for unixsim kieranm 2008-05-30 11:58:40 +0000
  • d959889ab5 Fix BUG23230: unlock mutex if sys_mbox_trypost() finds a full mail box kieranm 2008-05-30 11:41:51 +0000
  • 43c61c1317 BUG23408: avoid deadlock by splitting mail semaphore into "not_empty" and "not_full" kieranm 2008-05-30 11:28:28 +0000
  • 24282a28df win32 port: last changes fbernon 2008-04-26 11:34:37 +0000
  • 3fb00cde5b win32 port/msvc9: update port fbernon 2008-04-26 11:21:14 +0000
  • eca09602e9 win32 port: minor changes fbernon 2008-04-26 11:12:50 +0000
  • 85c2c164cc contrib/apps/rtp: add a rtp sample to be able to test lwip's multicast features. fbernon 2008-04-26 10:53:32 +0000
  • d0b500244b ~patch #6459: Changed file name variables to const; changed file size in httpd from u16_t to u32_t to allow file sizes > 64KB (fsdata.c file size is int) goldsimon 2008-03-27 18:33:18 +0000
  • cc36b3df63 Fix compilation of unixsim shell app after removal of MEM_SIZE_F in patch#6414 kieranm 2008-03-23 13:46:03 +0000
  • f7693ad4d4 contrib/ports/win32/test.c: minor change, fix a warning. fbernon 2008-03-16 08:31:15 +0000
  • f1081a0d64 contrib/ports/win32/sys_arch.c: Minor change (typo in a debug trace). fbernon 2008-03-12 10:57:24 +0000
  • b2c2a407cf contrib/apps/ping.c: Fix bug #22530 "api_msg.c's recv_raw() does not consume data", and the ping sample (with LWIP_SOCKET=1, the code did the wrong supposition that lwip_recvfrom returned the IP payload, without the IP header). fbernon 2008-03-12 10:56:40 +0000
  • 19cd8d9d9a * httpd.c: Fix warnings on some systems with mem_malloc. jifl 2008-03-04 16:40:50 +0000
  • 7692d054a6 Replaced spaces with underscores in msvc8 project files (unfortunately, the savannah cvs server doesn't support the command 'rename', so I had to delete the old files and add them renamed) goldsimon 2008-01-27 11:43:16 +0000
  • 2d60367420 removed old msvc6 port -> included in win32 port now goldsimon 2008-01-27 11:25:15 +0000
  • 43930c4be1 removed 'typedef void* sio_fd_t' (already defined in sio.h) goldsimon 2008-01-27 10:36:32 +0000
  • e491f6b335 remove double-define of BYTE_ORDER; added 2 #ifndefs to compile with cygwin gcc goldsimon 2008-01-27 10:35:01 +0000
  • f687cc2699 Minor changes: replace directy call to memcpy by MEMCPY macro. fbernon 2008-01-26 16:12:16 +0000
  • 343f1561b0 Minor change: add a comment in netio.c application: "See http://www.nwlab.net/art/netio/netio.html to get the netio tool" fbernon 2008-01-22 20:53:23 +0000
  • e021174865 Bring unix sys_arch.c up to current CVS HEAD API kieranm 2008-01-17 11:51:09 +0000
  • bddf652073 Update unix port to 1.3.0 before release kieranm 2008-01-15 13:10:51 +0000
  • 18a8963351 * lwipopts.h: Reflect IP_OPTIONS -> IP_OPTIONS_ALLOWED name change. jifl 2008-01-09 10:16:57 +0000
  • 9b4be1bb96 Win32 port: add a dhcp_renew when the link become "up"... fbernon 2008-01-06 23:18:50 +0000
  • 4bad9aa105 Minor changes: add a return value to ping_send with socket api. fbernon 2008-01-06 20:24:56 +0000
  • 2913175ec6 Win32 port: print statistics of dropped packets. fbernon 2008-01-06 20:19:41 +0000
  • be3fc99aba Implemented the 'try' in sys_mbox_trypost (returning ERR_MEM if the mbox is full). goldsimon 2008-01-06 14:16:30 +0000
  • cd55e0b82b Implemented the 'try' in sys_mbox_trypost (returning ERR_MEM if the mbox is full). goldsimon 2008-01-06 14:16:12 +0000
  • 5652c7d473 Win32 port: changes to adapt to sys_mbox api (just to be able to build). fbernon 2008-01-05 21:13:46 +0000
  • 0ed511d380 Minor changes in contrib folder: fix some warnings fbernon 2008-01-04 22:49:56 +0000
  • 52c5f3bf38 Minor changes in Win32 port: fix some warnings fbernon 2008-01-04 22:37:28 +0000
  • 823c4df3a2 Minor change in Win32 port: rename LWIP_LISTEN_BACKLOG in TCP_LISTEN_BACKLOG fbernon 2008-01-04 22:24:37 +0000
  • 9bee80463c Win32 port: Add a sio driver for a pipe interface fbernon 2008-01-03 22:51:03 +0000
  • 3fb7ec0755 Minor change: update pool.ntp.org IP address fbernon 2008-01-03 22:47:17 +0000
  • a75fb7dfec Minor changes in Win32 port: remove some references to local files in project. fbernon 2007-12-31 13:39:20 +0000
  • 1d6a981479 Minor changes (move a trace, add some explicit options in lwipopts.h). fbernon 2007-12-31 13:29:28 +0000
  • fb791aa4f8 Add AUTOIP use in Win32 port (and display ip address in status_callback). fbernon 2007-12-30 01:15:02 +0000
  • bf8469722f Minor change in Win32 port: add the adapter's vendor description display fbernon 2007-12-23 15:10:27 +0000
  • e63bdc8022 Minor change in Win32 port: fix wrong comment. fbernon 2007-12-23 14:41:29 +0000
  • e3105fd059 Minor changes in ping sample: update "ping_target" before each ping_send. fbernon 2007-12-23 14:39:50 +0000