]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/tcp.c
rawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes for task #7675 "Enable to...
[pes-rpp/rpp-lwip.git] / src / core / tcp.c
2008-01-14 fbernonrawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes...
2008-01-12 fbernonMinor change: add comment
2008-01-04 fbernonMinor changes in lwip folder: fix some warnings, coding...
2008-01-04 fbernonrawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c...
2007-12-31 kieranmAdd persist timer
2007-12-21 goldsimontcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_li...
2007-12-20 kieranmWhitespace fix.
2007-12-20 kieranm 2007-12-20 Kieran Mansley (based on patch from Per...
2007-12-04 goldsimonfix bug #21699 (segment leak in ooseq): add assert...
2007-11-25 goldsimonCheck state == CLOSED in tcp_bind and tcp_connect to...
2007-11-21 goldsimonImplemented calculating the effective send-mss based...
2007-11-01 goldsimonFixed bug #21494: The send mss (pcb->mss) is set to...
2007-11-01 goldsimonFixed bug #21491: The MSS option sent (with SYN) is...
2007-10-28 goldsimonAdded some explaining comments.
2007-10-09 goldsimonChanged initialization: many init functions are not...
2007-09-20 goldsimonFixed bug #21080 (tcp_bind without check pcbs in TIME_W...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-07-26 goldsimonAdded a better comment to explain why tcp_close doesn...
2007-07-25 goldsimonAnother fix for bug #20021: by not returning an error...
2007-07-24 goldsimonFix bug #20480: Check the pcb passed to tcp_listen...
2007-07-02 goldsimonAdded some ASSERTS and casts to prevent warnings when...
2007-07-01 goldsimonRemoved warning when assigning from u32_t to u16_t...
2007-06-17 goldsimonDone some work on task #6933: converted some LWIP_ASSER...
2007-06-16 goldsimonCorrected some copy & paste errors
2007-06-08 goldsimonDone some work on task #1549 (function documentation)
2007-05-29 goldsimonUse TCP_RMV instead of tcp_pcb_remove when removing...
2007-05-22 goldsimonFixed bug #1895 (tcp_bind not correct) by introducing...
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-04-11 goldsimonOngoing fix to patch #5822: converted more statements...
2007-03-11 fbernonKeepalive values can be configured at run time with...
2006-08-18 christiaansAdded SNMP counters.
2006-05-31 curtmcdFix debug print, remove reference to TCP_COARSE_TIMEOUT
2005-12-20 likewiseRemove PCBs which stay in LAST_ACK state too long.
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2004-12-07 christiaanschristiaans: cosmetic change debug formatters as reques...
2004-10-16 kieranm16th October 2004 - Kieran Mansley - kjm25@cam.ac.uk
2004-09-12 kieranmKieran Mansley - kjm25@cam.ac.uk - 12th September 2004
2004-07-27 softinsStop compiler complaining of empty if statement when...
2004-07-23 kieranmKieran Mansley - kjm25@cam.ac.uk - 23rd July 2004
2004-07-04 likewiseDependencies on C library memset() etc., so include...
2004-04-29 likewiseClean-up source comment documentation for Doxygen.
2004-04-29 likewiseClean-up source comment documentation for Doxygen.
2004-03-26 janifix SO_REUSE ifdef fixes
2004-03-23 kieranmKieran Mansley - kjm25@cam.ac.uk - 23rd March 2003
2004-03-23 likewiseMade #ifdef's into #if's for SO_REUSE.
2004-03-08 kieranmKieran Mansley, kjm25@cam.ac.uk, 08th Mar 2004
2004-02-16 likewiseApplied Ian Wienand's patches (4-2-2004). Was partly...
2004-02-07 likewiseMerged from DEVEL, except for the API change in etharp.c.
2004-02-06 likewiseApplied alias.diff by Ian Wienand on lwip-devel on...
2004-01-20 likewiseMerged from DEVEL to main. Two TCP fixes and two NULL...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-11 likewiseApplied patch #1596 fixing wrongly cast LWIP_DEBUGF...
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-19 janipatches 1492, 1493 and 1494 from Marc
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-04-16 likewiseFixed tabs into spaces. Fixed other stylos.
2003-04-15 likewisePrevent compiler warning on unused function arguments.
2003-04-06 likewiseFixed bug #3112 (faulty behaviour calling tcp_listen...
2003-03-31 davidhaasIn keeping with pbuf->ref always having the count of...
2003-03-31 likewiseDocumentation changes. Added missing trailing newlines...
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-20 janido not directly include lwipopts.h but lwip/opt.h instead
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-01-17 janiput a state field in listen PCBs to since they are...
2003-01-10 janiprint correct pcb->rtime value in debug statament.it...
2003-01-10 janifix debug messages in tcp_slowtmr to reflect the correc...
2003-01-08 likewiseMerged patch #927 which fixes "needs modifiable lvalue...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-12-18 janiuse memset and memcpy instead of bzero and bcopy throug...
2002-12-17 janiUse C style comments.In debug stataments cast various...
2002-11-24 likewiseFixed argument type compiler warnings of the bcopy...
2002-11-21 likewiseAdded debug messages for corner cases of TCP states.
2002-11-15 adamdunkelsThe code that increased the retransmission time was...
2002-11-14 janiFix function names in DEBUGF stataments.Remove referenc...
2002-11-13 kieranmInitialize err in tcp_slowtmr to prevent compiler warning.
2002-11-11 likewiseWorkaround for compile error on TCP_REG. This workaroun...
2002-10-19 likewiseInitial revision