Commit Graph

  • 811b360df7 more uptodate eth driver skeleton from Tony Mountfield jani 2004-04-22 09:47:47 +0000
  • d91b54882a Fixed #ifdef LWIP_DHCP to #if LWIP_DHCP. likewise 2004-04-16 22:36:48 +0000
  • 9106a1f2d5 Fixed #ifdef LWIP_DHCP position. Fixed extranous comma in function arguments. likewise 2004-04-16 22:34:25 +0000
  • 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 +0000
  • 6d704c728e do not export struct timeval to external users of socket.h to avoid conflicts jani 2004-03-26 13:21:35 +0000
  • 6c6f32f17f fix recursive inclusion by forward defining struct netif jani 2004-03-26 13:21:10 +0000
  • 0e4ce326c2 warnign fixe for stat_display jani 2004-03-26 13:11:35 +0000
  • d27448da8a fix up stats_display which was added in previous commit jani 2004-03-26 12:47:57 +0000
  • d36b723056 fix SO_REUSE ifdef fixes jani 2004-03-26 12:40:58 +0000
  • 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 +0000
  • 3efda64604 Mentioned SO_REUSE #if fix. likewise 2004-03-23 00:40:15 +0000
  • 98f546664e Made #ifdef's into #if's for SO_REUSE. likewise 2004-03-23 00:32:36 +0000
  • 6f7c8fb355 Made #ifdef's into #if's for SO_REUSE. likewise 2004-03-23 00:19:38 +0000
  • 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 +0000
  • 239c6fe070 Removed offending #include. likewise 2004-03-11 21:39:47 +0000
  • 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 +0000
  • 0cb355cd7c Added netif #include. likewise 2004-03-11 21:28:37 +0000
  • 86135d12b9 Fix prototype. likewise 2004-03-11 21:25:28 +0000
  • 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 +0000
  • 6434f7efad Missing newline at EOF. Gave compiler warning. likewise 2004-03-11 20:52:25 +0000
  • bfdf19f56c Make udp_disconnect() clear its remote address association. likewise 2004-03-11 20:45:09 +0000
  • 79c7a7a43d Using udp_sendto() where appropriate. likewise 2004-03-11 20:25:35 +0000
  • 175053085a Fixed @return in udp_sendto() docs, @see in udp_send*() docs. likewise 2004-03-11 20:04:16 +0000
  • 3d90c062fd Added udp_sendto() docs. Fixed udp_send() docs. likewise 2004-03-11 20:01:26 +0000
  • fda71b1230 Fixed udp_sendto() -> instead of . likewise 2004-03-11 19:52:47 +0000
  • a916de3b66 Added udp_sendto(). likewise 2004-03-11 19:41:22 +0000
  • 4e44c2b993 Added missing #if LWIP_DHCP #endif pair. likewise 2004-03-11 19:23:07 +0000
  • 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 +0000
  • 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 +0000
  • 4ea55b1bbc only include sys.h once. Noted by Tom Barker jani 2004-03-09 14:03:11 +0000
  • 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 +0000
  • a6f1111469 Matched interface documentation for netif_add() API change in 1.28.2.5. likewise 2004-03-04 16:19:53 +0000
  • 33d0096b81 add switch for MEMP_SANITY_CHECK defaulting to off jani 2004-02-26 10:43:09 +0000
  • ed4c5d88a3 Added replacement for ip_addr_isbroadcast() macro, code is dead for review and testing (#if 0). likewise 2004-02-24 21:59:17 +0000
  • e85a892111 add default option for LWIP_RAW jani 2004-02-23 14:28:03 +0000
  • 70cd10beae 23/02/2003 - Kieran Mansley - kieranm@gtemail.net * Applied patch #2679 kieranm 2004-02-23 10:15:06 +0000
  • 3a784509df 23/02/2003 - Kieran Mansley - kieranm@gtemail.net * Applied patch #2679 kieranm 2004-02-23 10:13:12 +0000
  • 5c7189124c 23/02/2003 - Kieran Mansley - kieranm@gtemail.net * Applied patch #2679 kieranm 2004-02-23 10:11:55 +0000
  • f81c2744cc 23/02/2003 - Kieran Mansley - kieranm@gtemail.net * Applied patch #2679 kieranm 2004-02-23 10:07:39 +0000
  • 4bf3359574 Added ability to disable checksum generation and checking at compile-time lukem 2004-02-20 01:46:03 +0000
  • 47984b0496 removed redundant redeclaration of tcp_active_pcbs (already defined by tcp.h) lukem 2004-02-20 00:51:49 +0000
  • 3c339323ed added 8-byte alignment for 64-bit architectures lukem 2004-02-20 00:45:47 +0000
  • 7399722a88 indentation fix jani 2004-02-18 09:01:33 +0000
  • 7bfea6edb7 Applied Ian Wienand's patches (4-2-2004). Was partly applied earlier. likewise 2004-02-16 21:33:42 +0000
  • f75da2c393 ip_lookup and udp_lookup not use remove declarations jani 2004-02-09 10:23:41 +0000
  • 475576ec20 Updated some copyright notices to include 2004 (a few were forgotten earlier). likewise 2004-02-07 23:24:09 +0000
  • f6a8e1df03 Added up-to-date explanation of CVS over SSH on Savannah. likewise 2004-02-07 00:47:15 +0000
  • e1c4bfad05 Merged from DEVEL, except for the API change in etharp.c. likewise 2004-02-07 00:30:03 +0000
  • 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 +0000
  • 035fcce9de Applied mem.diff by Ian Wienand on lwip-devel on February 4th 2004. Stops some warnings. likewise 2004-02-06 23:44:59 +0000
  • 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 +0000
  • 7129d4797c Merged ARP fixes from STABLE. Should have made those fixes in HEAD first. likewise 2004-02-06 22:28:37 +0000
  • 30fde02666 Mentioned another ARP fix and named this 0.7.1 for release. STABLE-0_7_1 likewise 2004-02-05 19:15:24 +0000
  • 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 +0000
  • 707d31a083 Merged from main. merged_from_main_to_STABLE-0_7 likewise 2004-02-05 18:47:55 +0000
  • 3d287a950f Mention ARP fix. likewise 2004-02-05 18:31:57 +0000
  • 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 +0000
  • 3505c9d792 remove udp_lookup and ip_lookup.they were unused merged_from_DEVEL_to_main jani 2004-01-23 08:13:07 +0000
  • 5a9a11ae36 Changed unused return type struct pbuf * into void for etharp_*_input(). likewise 2004-01-22 21:17:18 +0000
  • 94275444db Globally updated the Copyright notices to mention 2004, except for the PPP folder. likewise 2004-01-22 21:00:45 +0000
  • 2d6c314c64 Corrected some comments. Strongened assertions. Preparation for gratuitous ARP sending. likewise 2004-01-22 20:41:22 +0000
  • 9ac8e17203 fix logic in get_secret. Was a gcc warning jani 2004-01-21 12:11:41 +0000
  • 79e66ac841 Savannah now does anonymous CVS access using empty-password SSH. STABLE-0_7_0 likewise 2004-01-20 13:51:54 +0000
  • 1b96391cdf Merged from DEVEL to main. Two TCP fixes and two NULL reference fixes. likewise 2004-01-20 13:23:52 +0000
  • 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 +0000
  • 48fb31fe75 fix for null pcb from Ralf jani 2004-01-07 12:43:23 +0000
  • 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 +0000
  • 981f006ecd get rid of DEMO_DEBUG in core code jani 2004-01-07 10:32:27 +0000
  • ee221f4a74 Fixed bug in dequeueing of FIN from out of order segment queue. Now examines flags of out of order segment instead of received segment. kieranm 2003-12-31 14:12:55 +0000
  • eed8ea5bc1 Merged from DEVEL. etharp prepared for queueing feature. DHCP fix. uid67528 2003-12-28 02:38:51 +0000
  • 0fb33aebf6 Mentioned DHCP DECLINE message bug fix. likewise 2003-11-28 14:26:32 +0000
  • 6f04382f4e The DECLINE message did not include the IP address that was declined. likewise 2003-11-28 14:23:40 +0000
  • b8d1ff810d netif_add fills in a preallocated struct netif, does no longer use malloc jani 2003-11-24 08:23:54 +0000
  • 00ce7401d3 Replaced wrong references RFC 2131 to be 2132. likewise 2003-11-21 20:11:06 +0000
  • 70872ee2a1 Do not initialize memp with zeros, the users initialize the fields themselves jani 2003-11-19 09:34:53 +0000
  • d1d7752e63 Auch\! jani 2003-11-18 14:44:48 +0000
  • a646b5374f Merge from DEVEL. Assert used field not available without callback API. STABLE-0_6_5 likewise 2003-11-18 01:52:24 +0000
  • fa9b1ba947 Merge from DEVEL. Includes important UDP fix for bug #6601. likewise 2003-11-18 01:40:08 +0000
  • 9a2732e9eb update_arp_entry() now accepts multiple packets on the queue to be sent out. However, code to actually put multiple packets on the queue is a next step. likewise 2003-11-18 01:34:23 +0000
  • 2c1cf05524 Removed (late) sending of pbufs during dequeue. Pbufs should be sent from the queue once an ARP entry state goes from PENDING to STABLE. Non-PENDING entries MUST NOT have queued packets (TODO). likewise 2003-11-18 00:53:54 +0000
  • 94225531f8 Remaining part of bug #6601 fix. likewise 2003-11-18 00:49:58 +0000
  • ed195ed4ca Documentation and comment clearifications. likewise 2003-11-18 00:48:05 +0000
  • 90e409f95f Fix bug #6601 where UDP no longer sends added pbuf headers. likewise 2003-11-18 00:32:22 +0000
  • c8303f2fde Documentation and comment clearifications. likewise 2003-11-18 00:31:30 +0000
  • eb84532b3a etharp queueing functionality separated in queueing functions. Fixed couple of GCC 3.3.1 warnings in TCP. likewise 2003-11-15 00:41:47 +0000
  • c13adc3616 Added and clearified comment for upcoming code refactoring. likewise 2003-11-14 19:23:08 +0000
  • 5c9aa074eb Merged from main to DEVEL. Includes mention of release 0.6.5. likewise 2003-11-14 16:24:30 +0000
  • 7d58c0c2be Prepared Changelog for upcoming release 0.6.5. Fixed missing 0.6.4 number in history. likewise 2003-11-14 16:20:47 +0000
  • 3c71c378bc An overriden merge from DEVEL to main was needed as small changes had been made to main. likewise 2003-11-14 14:56:30 +0000
  • 91706a08e1 make loopif optional jani 2003-11-14 13:39:05 +0000
  • e4a6d199fe Merged from DEVEL into main tree. likewise 2003-11-14 13:17:23 +0000
  • de7aab7bc8 Clearified exact merge steps. likewise 2003-11-14 13:00:08 +0000
  • 3e1f7bd2fc small performance improvement jani 2003-11-14 12:20:27 +0000
  • 23499a07d5 Small change in Changelog TODO item. likewise 2003-11-14 09:43:23 +0000
  • b76cd006d5 Applied patch #1779 (considered a workaround) for bug #2595. Removed all horizontal line seperators as they serve no use. likewise 2003-11-14 09:42:51 +0000
  • 29f735d11a tcp_seg_copy only used when OOSEQ is on jani 2003-11-13 14:39:44 +0000
  • 18417fe7e6 Simplify jani 2003-11-05 09:27:48 +0000
  • 2e6d032691 patch #2200 from Karl Jeacle, fixes tcp_output jani 2003-11-05 09:21:14 +0000
  • 4c4fd7e408 group some functions under the same ifdef/endif jani 2003-11-05 09:07:46 +0000
  • 1d61ebaa36 prevent rcv_wnd wrapping in tcp_recved.patch #2201 jani 2003-11-05 08:32:25 +0000