]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/tcp_out.c
Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual...
[pes-rpp/rpp-lwip.git] / src / core / tcp_out.c
2010-02-21 goldsimonMoved stack-internal parts of tcp.h to tcp_impl.h,...
2010-02-14 goldsimonUse new macro ip_addr_copy where applicable
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-01-29 goldsimonCleanly separate the portability file inet.h and its...
2010-01-25 goldsimonbug #28659: Missing casts
2010-01-23 goldsimonbug #26523: Compiler Warnings
2009-12-03 goldsimonFixed bug #28106: dup ack for fast retransmit could...
2009-11-26 goldsimontcp_rexmit(): no need to call tcp_output, since always...
2009-11-22 goldsimonFixed bug #27905: FIN isn't combined with data on unsent
2009-11-22 goldsimonFixed usage of logging levels (bug #27948: Incorrect...
2009-10-29 kieranmre-work the fast retransmission code to follow algorith...
2009-10-21 goldsimonbug #27315: zero window probe and FIN: only send pure...
2009-10-16 goldsimonFixed bug #27315: zero window probe and FIN
2009-10-11 goldsimonFixed bug #27504: tcp_enqueue wrongly concatenates...
2009-06-25 kieranmBUG26301 and BUG26267: correct simultaneous close behav...
2009-04-27 goldsimonFixed a bug in tcp_enqueue introduced with v1.79 of...
2009-04-26 goldsimonfixed bug #24212: "Deadlocked tcp_retransmit due to...
2009-04-19 goldsimonFixed bug #26236: "TCP options (timestamp) don't work...
2009-04-19 goldsimonFixed bug #25094: "Zero-length pbuf" (options are now...
2009-04-15 goldsimonpatch #6808: Add a utility function ip_hinted_output...
2009-03-31 kieranmBUG20515: rework way TCP window updates are calculated...
2009-03-31 kieranmTASK9218: add support for TCP timestamp options
2009-03-31 kieranmBUG26010: set push bit correctly when tcp segments...
2009-03-27 kieranmCorrect change to probe window setting
2009-03-26 kieranmBUG25629: set TCP_ACK flags on keepalive and zero windo...
2008-01-15 kieranm 2008-01-15 Kieran Mansley
2007-12-31 kieranmAdd persist timer
2007-12-20 kieranmWhitespace fix.
2007-12-20 kieranm 2007-12-20 Kieran Mansley (based on patch from Per...
2007-11-21 goldsimonFixed bug #20287: tcp_output_nagle sends too early...
2007-11-16 goldsimonMoved inet files into ipv4/ipv6 directory; splitted...
2007-11-12 goldsimontcp_send_ctrl(): call tcp_enqueue with the new flag...
2007-11-01 fbernonsockets.h, sockets.c, api.h, api_lib.c, api_msg.h,...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-07-25 goldsimontcp_enqueue: pcb->snd_queuelen didn't work for chaine...
2007-07-03 goldsimonAdded assertions where PBUF_RAM pbufs are used and...
2007-07-02 goldsimonAdded option LWIP_NETIF_HWADDRHINT (default=off) to...
2007-07-02 goldsimonAdded some ASSERTS and casts to prevent warnings when...
2007-07-01 goldsimonChanged tcp_pcb->snd_queuelen from u8_t to u16_t to...
2007-06-29 goldsimonAdded check to prevent tcp_pcb->snd_queuelen from overf...
2007-06-27 goldsimonRemove warning in tcp_enqueue (cast from u32_t to u16_t)
2007-06-22 goldsimonChanged the expression of LWIP_ERROR to the same as...
2007-06-17 goldsimonDone some work on task #6933: converted some LWIP_ASSER...
2007-06-11 fbernontcp_out.c: Fix for bug #20075 : "A problem with keep...
2007-06-08 goldsimonDone some work on task #1549 (function documentation)
2007-05-10 goldsimonIncluded patch #5920: Create define to override C-libra...
2007-04-12 kieranm * tcp.c, tcp_in.c, tcp_out.c, tcp.h: Modify way the...
2007-03-30 fbernonmost of files: prefix all debug.h define with "LWIP_...
2007-03-21 kieranm * Fix all uses of pbuf_header to check the return...
2007-03-11 fbernonKeepalive values can be configured at run time with...
2006-08-18 christiaansAdded SNMP counters.
2006-03-01 likewiseRemoved 'even sndbuf' fix in TCP, this fix was a ugly...
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2005-02-04 likewise4 February 2004, Leon Woestenberg <leon.woestenberg...
2005-02-04 likewisequeue was referenced before initialization in first...
2005-01-24 likewiseAdded some missing string.h includes.
2004-12-27 likewiseAdded inline source documentation.
2004-12-26 likewisetcp_write(): optimize order of valid states checks...
2004-09-12 kieranmKieran Mansley - kjm25@cam.ac.uk - 12th September 2004
2004-07-22 softinsSmall corrections to some debugging statements, to...
2004-07-14 likewiseAdditional fix for TCP retransmit fix (as discussed...
2004-07-14 kieranmKieran Mansley - 14th July 2004
2004-04-29 likewiseClean-up source comment documentation for Doxygen.
2004-03-12 likewiseFix cyclic dependencies by careful re-ordering of ...
2004-03-09 kieranmKieran Mansley - kieranm@gtemail.net - 9th Mar 2004
2004-02-20 lukemAdded ability to disable checksum generation and checki...
2004-02-07 likewiseMerged from DEVEL, except for the API change in etharp.c.
2003-12-28 uid67528Merged from DEVEL. etharp prepared for queueing feature...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-11 likewiseFixes wrongly cast LWIP_DEBUGF arguments (patch #1596...
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-05-27 janiput LWIP_MAX and LWIP_MIN macros in def.h and use these...
2003-05-20 likewiseCleanup of some formatting and comments.
2003-05-19 janipatches 1492, 1493 and 1494 from Marc
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-04-15 likewiseDebug levels set on some serious debug messages.
2003-04-09 davidhaasFix memory leaks.
2003-04-07 likewiseTCP data can be safely referenced as PBUF_ROM instead...
2003-03-25 likewiseAdded documentation and comments.
2003-03-21 janiif LWIP_TCP is 0 do not link in TCP code.putting ugly...
2003-03-19 davidhaasFixed up and made work a PBUF_REF type. Most of the...
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-07 janidon't include arch/lib.h
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-01-14 janido not set rtime too many times to 0.it's enough to...
2003-01-14 janifix compiler warnings in DEBUGF
2003-01-13 likewiseFixed some typo's in the comments.
2003-01-08 likewiseOutput snd_buf size in debug message in tcp_enqueue().
2003-01-08 adamdunkelsAdded comments to the tcp_enqueue() function.
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-12-19 janiSimplify pbuf allocation for TCP packets in two places...
2002-12-18 janirenamed (hopefully everywhere) stats to lwip_stats...
2002-12-18 janiuse memset and memcpy instead of bzero and bcopy throug...
2002-11-14 janiFix function names in DEBUGF stataments.Remove referenc...
2002-10-22 likewiseNew file structure towards SLIP/PPP. Renamed tcp_*...