Commit Graph

  • 8603e19516 Removed ETHARP_ALWAYS_INSERT. likewise 2004-04-28 23:20:18 +00:00
  • 7a2751043a Removed ETHARP_ALWAYS_INSERT. Whitespace cleanup. likewise 2004-04-28 23:19:38 +00:00
  • e2b0c6c702 Fixed a cast. likewise 2004-04-28 23:18:57 +00:00
  • 5b12c61a81 Removed old broadcast check macro. likewise 2004-04-28 23:18:20 +00:00
  • b8ee8808b4 Updated release procedure to match Savannah changes. likewise 2004-04-28 20:35:17 +00:00
  • 2db9551750 Patch of bug #8708 applied which should fix header alignment issues on 32-bit processors. While this patch might need further clean-up, it is applied to make sure this gets attention. likewise 2004-04-28 00:26:35 +00:00
  • a552a9993e Fixed the variable types in inet_ntoa() to comply with API change. STABLE-0_7_2 likewise 2004-04-26 13:15:26 +00:00
  • a74a801f35 Removed the forward declaration of netif. likewise 2004-04-26 13:03:36 +00:00
  • 7eae414a2f Prepare for 0.7.2 release. Mention 0.7.2 in the Changelog before tagging STABLE-0_7_2. likewise 2004-04-26 10:56:23 +00:00
  • 84be06c4da Mention the merged fixed from HEAD. likewise 2004-04-23 16:51:13 +00:00
  • 7dc51270ee Documented latest fixes in HEAD. likewise 2004-04-23 16:49:35 +00:00
  • 237b5a2467 Fix in the ip_addr_isbroadcast() check. likewise 2004-04-23 16:45:06 +00:00
  • 0912877fd7 Several fixed from HEAD merged in. likewise 2004-04-23 16:16:48 +00:00
  • 52dd00b217 Removed ip_lookup() like in HEAD. likewise 2004-04-23 15:49:42 +00:00
  • 2eab21d3cf Set point-to-point flag on SLIP (merged from HEAD). likewise 2004-04-23 15:46:29 +00:00
  • a5ce8ca555 Important fix from HEAD merged. likewise 2004-04-23 15:45:53 +00:00
  • 2c02689d5c Updated with current API (merged from HEAD). likewise 2004-04-23 15:45:15 +00:00
  • a52d3548a0 Merged listen_pcb union fix from HEAD. likewise 2004-04-23 15:43:44 +00:00
  • 3cf8dfa55e Indentation white space fix from HEAD. likewise 2004-04-23 15:42:21 +00:00
  • 0be1bad42f Merged stats_display_*() fucntions from HEAD. likewise 2004-04-23 15:41:22 +00:00
  • d995bc01b3 Removed ip_lookup() like in HEAD. likewise 2004-04-23 15:40:25 +00:00
  • d95256817e Merged several cast fixes from HEAD. likewise 2004-04-23 15:38:42 +00:00
  • d7c6590b8f Merged udp_sendto() from HEAD. likewise 2004-04-23 15:36:17 +00:00
  • 110e5af36c Two trivial typo fixes. likewise 2004-04-23 15:24:36 +00:00
  • 70128cf2b9 Mentioned the merge from HEAD. likewise 2004-04-23 15:24:08 +00:00
  • a94db2ed71 Merged updated documentation from HEAD. likewise 2004-04-23 15:18:49 +00:00
  • a0f45e9d27 Fixed documentation. Updated copyright years. likewise 2004-04-23 15:12:25 +00:00
  • 31c58725ce Fixed cast in memp_alloc(). Updated copyright years. likewise 2004-04-23 15:11:53 +00:00
  • 95ac72a0f2 #if LWIP_DHCP fix. likewise 2004-04-23 15:09:24 +00:00
  • 13386978a1 Updated copyright years. likewise 2004-04-23 15:08:12 +00:00
  • 95e738a955 #ifdef SO_REUSE to #if SO_REUSE. Updated copyright years. likewise 2004-04-23 14:53:18 +00:00
  • 7d4aef9576 spelling fix from Tony Mountfield jani 2004-04-22 09:50:22 +00:00
  • 811b360df7 more uptodate eth driver skeleton from Tony Mountfield jani 2004-04-22 09:47:47 +00:00
  • d91b54882a Fixed #ifdef LWIP_DHCP to #if LWIP_DHCP. likewise 2004-04-16 22:36:48 +00:00
  • 9106a1f2d5 Fixed #ifdef LWIP_DHCP position. Fixed extranous comma in function arguments. likewise 2004-04-16 22:34:25 +00:00
  • 2e2dada561 etharp_query(): Fixed the case where the packet that initiates the ARP request is not queued, and gets lost. etharp_query(): Fixed the case where the packets destination address is already known. As a result, we now always queue the packet and perform an ARP request, unless the entry is stable and no packet is submitted for transmission. likewise 2004-04-14 19:12:10 +00:00
  • 6d704c728e do not export struct timeval to external users of socket.h to avoid conflicts jani 2004-03-26 13:21:35 +00:00
  • 6c6f32f17f fix recursive inclusion by forward defining struct netif jani 2004-03-26 13:21:10 +00:00
  • 0e4ce326c2 warnign fixe for stat_display jani 2004-03-26 13:11:35 +00:00
  • d27448da8a fix up stats_display which was added in previous commit jani 2004-03-26 12:47:57 +00:00
  • d36b723056 fix SO_REUSE ifdef fixes jani 2004-03-26 12:40:58 +00:00
  • 2c8aa6f6f4 Kieran Mansley - kjm25@cam.ac.uk - 23rd March 2003 - Changed all #ifdef SO_REUSE into #if SO_REUSE kieranm 2004-03-23 19:33:53 +00:00
  • 3efda64604 Mentioned SO_REUSE #if fix. likewise 2004-03-23 00:40:15 +00:00
  • 98f546664e Made #ifdef's into #if's for SO_REUSE. likewise 2004-03-23 00:32:36 +00:00
  • 6f7c8fb355 Made #ifdef's into #if's for SO_REUSE. likewise 2004-03-23 00:19:38 +00:00
  • 82f852abf3 Fix cyclic dependencies by careful re-ordering of #includes. This is really nasty. Can we forward-declare pointers to structs? likewise 2004-03-12 00:10:07 +00:00
  • 239c6fe070 Removed offending #include. likewise 2004-03-11 21:39:47 +00:00
  • 579d2ad811 Disabling ip_addr_isbroadcast() due to recursive header dependencies. Currently, patch #2679 is broken, but will be neatly fixed once this is solved. likewise 2004-03-11 21:37:56 +00:00
  • 0cb355cd7c Added netif #include. likewise 2004-03-11 21:28:37 +00:00
  • 86135d12b9 Fix prototype. likewise 2004-03-11 21:25:28 +00:00
  • 10d42c6fa3 Replaced ip_addr_isbroadcast() macro by function. Overrides patch #2679, as this must be solved inside ip_addr_isbroadcast(), inspired by BSD. likewise 2004-03-11 21:20:10 +00:00
  • 6434f7efad Missing newline at EOF. Gave compiler warning. likewise 2004-03-11 20:52:25 +00:00
  • bfdf19f56c Make udp_disconnect() clear its remote address association. likewise 2004-03-11 20:45:09 +00:00
  • 79c7a7a43d Using udp_sendto() where appropriate. likewise 2004-03-11 20:25:35 +00:00
  • 175053085a Fixed @return in udp_sendto() docs, @see in udp_send*() docs. likewise 2004-03-11 20:04:16 +00:00
  • 3d90c062fd Added udp_sendto() docs. Fixed udp_send() docs. likewise 2004-03-11 20:01:26 +00:00
  • fda71b1230 Fixed udp_sendto() -> instead of . likewise 2004-03-11 19:52:47 +00:00
  • a916de3b66 Added udp_sendto(). likewise 2004-03-11 19:41:22 +00:00
  • 4e44c2b993 Added missing #if LWIP_DHCP #endif pair. likewise 2004-03-11 19:23:07 +00:00
  • 30e5dfddb9 fix inet_ntoa prototype to be standard, and fix ppp code that used the non-standard version jani 2004-03-10 13:23:04 +00:00
  • f9dea9d35b Kieran Mansley - kieranm@gtemail.net - 9th Mar 2004 - Added comment to tcp_write() to remind of the importance of call to tcp_output() to send any enqueued data. kieranm 2004-03-09 15:55:37 +00:00
  • 4ea55b1bbc only include sys.h once. Noted by Tom Barker jani 2004-03-09 14:03:11 +00:00
  • caf3c16826 Kieran Mansley, kjm25@cam.ac.uk, 08th Mar 2004 - added a comment to tcp_recved() to clarify reasons for call to tcp_ack() kieranm 2004-03-08 14:41:25 +00:00
  • a6f1111469 Matched interface documentation for netif_add() API change in 1.28.2.5. likewise 2004-03-04 16:19:53 +00:00
  • 33d0096b81 add switch for MEMP_SANITY_CHECK defaulting to off jani 2004-02-26 10:43:09 +00:00
  • ed4c5d88a3 Added replacement for ip_addr_isbroadcast() macro, code is dead for review and testing (#if 0). likewise 2004-02-24 21:59:17 +00:00
  • e85a892111 add default option for LWIP_RAW jani 2004-02-23 14:28:03 +00:00
  • 70cd10beae 23/02/2003 - Kieran Mansley - kieranm@gtemail.net * Applied patch #2679 kieranm 2004-02-23 10:15:06 +00:00
  • 3a784509df 23/02/2003 - Kieran Mansley - kieranm@gtemail.net * Applied patch #2679 kieranm 2004-02-23 10:13:12 +00:00
  • 5c7189124c 23/02/2003 - Kieran Mansley - kieranm@gtemail.net * Applied patch #2679 kieranm 2004-02-23 10:11:55 +00:00
  • f81c2744cc 23/02/2003 - Kieran Mansley - kieranm@gtemail.net * Applied patch #2679 kieranm 2004-02-23 10:07:39 +00:00
  • 4bf3359574 Added ability to disable checksum generation and checking at compile-time lukem 2004-02-20 01:46:03 +00:00
  • 47984b0496 removed redundant redeclaration of tcp_active_pcbs (already defined by tcp.h) lukem 2004-02-20 00:51:49 +00:00
  • 3c339323ed added 8-byte alignment for 64-bit architectures lukem 2004-02-20 00:45:47 +00:00
  • 7399722a88 indentation fix jani 2004-02-18 09:01:33 +00:00
  • 7bfea6edb7 Applied Ian Wienand's patches (4-2-2004). Was partly applied earlier. likewise 2004-02-16 21:33:42 +00:00
  • f75da2c393 ip_lookup and udp_lookup not use remove declarations jani 2004-02-09 10:23:41 +00:00
  • 475576ec20 Updated some copyright notices to include 2004 (a few were forgotten earlier). likewise 2004-02-07 23:24:09 +00:00
  • f6a8e1df03 Added up-to-date explanation of CVS over SSH on Savannah. likewise 2004-02-07 00:47:15 +00:00
  • e1c4bfad05 Merged from DEVEL, except for the API change in etharp.c. likewise 2004-02-07 00:30:03 +00:00
  • 1ed40e7983 Applied alias.diff by Ian Wienand on lwip-devel on February 4th 2004. Using union to make explicit either tcp_listen_pcb or tcp_pcb. likewise 2004-02-06 23:48:40 +00:00
  • 035fcce9de Applied mem.diff by Ian Wienand on lwip-devel on February 4th 2004. Stops some warnings. likewise 2004-02-06 23:44:59 +00:00
  • 19eed5ff8a Applied dhcp.diff by Ian Wienand on lwip-devel on February 4th 2004. DHCP tries to build even if LWIP_DHCP is turned off. likewise 2004-02-06 23:43:44 +00:00
  • 7129d4797c Merged ARP fixes from STABLE. Should have made those fixes in HEAD first. likewise 2004-02-06 22:28:37 +00:00
  • 30fde02666 Mentioned another ARP fix and named this 0.7.1 for release. STABLE-0_7_1 likewise 2004-02-05 19:15:24 +00:00
  • 100eaa9855 Removed updating ARP cache using destination address (which is wrong for requests and replies are unicast anyway). likewise 2004-02-05 19:13:33 +00:00
  • 707d31a083 Merged from main. merged_from_main_to_STABLE-0_7 likewise 2004-02-05 18:47:55 +00:00
  • 3d287a950f Mention ARP fix. likewise 2004-02-05 18:31:57 +00:00
  • 3aa6a385da Was updating ARP cache from a re-cycled ARP reply pbuf in some cases. Fixed. Reported on lwip-users by Stephen Chen on february 4th 2004. likewise 2004-02-05 18:29:08 +00:00
  • 3505c9d792 remove udp_lookup and ip_lookup.they were unused merged_from_DEVEL_to_main jani 2004-01-23 08:13:07 +00:00
  • 5a9a11ae36 Changed unused return type struct pbuf * into void for etharp_*_input(). likewise 2004-01-22 21:17:18 +00:00
  • 94275444db Globally updated the Copyright notices to mention 2004, except for the PPP folder. likewise 2004-01-22 21:00:45 +00:00
  • 2d6c314c64 Corrected some comments. Strongened assertions. Preparation for gratuitous ARP sending. likewise 2004-01-22 20:41:22 +00:00
  • 9ac8e17203 fix logic in get_secret. Was a gcc warning jani 2004-01-21 12:11:41 +00:00
  • 79e66ac841 Savannah now does anonymous CVS access using empty-password SSH. STABLE-0_7_0 likewise 2004-01-20 13:51:54 +00:00
  • 1b96391cdf Merged from DEVEL to main. Two TCP fixes and two NULL reference fixes. likewise 2004-01-20 13:23:52 +00:00
  • 58761b590f Fixed bug in handling of SYN_SENT, where it would move to established on an ACK or a SYN, rather than an ACK *and* a SYN. kieranm 2004-01-13 12:10:10 +00:00
  • 48fb31fe75 fix for null pcb from Ralf jani 2004-01-07 12:43:23 +00:00
  • 8516810993 make SYN_RCVD case fallthrough to ESTABLISHED since they have the same code.Clean up some TCP_DEBUG and OOSEQ ifdefs jani 2004-01-07 10:41:23 +00:00
  • 981f006ecd get rid of DEMO_DEBUG in core code jani 2004-01-07 10:32:27 +00:00