]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/tcp.h
Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual...
[pes-rpp/rpp-lwip.git] / src / include / lwip / tcp.h
2010-02-21 goldsimonMoved stack-internal parts of tcp.h to tcp_impl.h,...
2010-02-20 goldsimonTask #10088: Correctly implement close() vs. shutdown...
2010-02-20 goldsimonFixed pcb leak when accept-callback is NULL and asserts...
2010-02-20 goldsimonRestructured TCP_PCB_COMMON for a smaller size (u16_t...
2010-02-16 goldsimontcp_seg(s)_free: remove return value, noone uses it
2010-02-12 goldsimonpatch #6865: use so_options SOF_REUSEADDR instead of...
2010-02-12 goldsimonpatch #6865 (SO_REUSEADDR for TCP): if tcp_pcb.flags...
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-01-27 goldsimonAdded TCP_SNDQUEUELOWAT corresponding to TCP_SNDLOWAT...
2010-01-27 goldsimonFixed bug #27871: Calling tcp_abort() in recv callback...
2010-01-14 goldsimonUsing typedefs for function prototypes and -pointers...
2010-01-10 goldsimonbug #28127: remove call to tcp_output() from tcp_ack...
2010-01-07 goldsimonCall tcp_timer_needed() with NO_SYS==1, too
2009-12-31 goldsimonRemove warning for TCP_LISTEN_BACKLOG==0
2009-12-03 goldsimonFixed bug #28106: dup ack for fast retransmit could...
2009-11-26 goldsimonFixed bug #28098: Nagle can prevent fast retransmit...
2009-11-26 goldsimonGot the tcp_nagle_*() defines wrong (inverted) :-(
2009-11-26 goldsimonFixed bug #28099 (API required to disable Nagle algorit...
2009-11-22 goldsimonFixed bug #27851 (TCP_EVENT_RECV(pcb, NULL,...) results...
2009-10-29 kieranmre-work the fast retransmission code to follow algorith...
2009-10-25 goldsimonbug-fix in the TCP_EVENT_RECV macro (has to call tcp_re...
2009-10-07 goldsimonpatch #6930: [PATCH trivial] TCP_RMV remove unnecessary...
2009-10-07 goldsimonMake tcp_debug_state_str() always available, not only...
2009-08-23 goldsimonpatch #6843: tcp.h macro optimization patch (for little...
2009-08-23 goldsimonAdded function tcp_debug_state_str() to convert a tcp...
2009-06-25 kieranmBUG26879: set ret value in TCP_EVENT_ macros when funct...
2009-06-25 kieranmBUG26301 and BUG26267: correct simultaneous close behav...
2009-05-03 goldsimonFixed bug #26349: Nagle algorithm doesn't send although...
2009-04-09 kieranmPatch#6802 Add do-while-clauses to those function like...
2009-03-31 kieranmBUG20515: rework way TCP window updates are calculated...
2009-03-31 kieranmTASK9218: add support for TCP timestamp options
2009-03-26 kieranmBUG25622: handle return code of tcp_enqueue in tcp_list...
2009-02-16 goldsimonfixed bug #24440: TCP connection close problem on 64...
2008-12-19 goldsimonpatch #6699: fixed some warnings on platform where...
2008-01-28 jiflFix incorrect units in comment for TCP_MSL. Allow override.
2008-01-22 fbernontcp.c, tcp_in.c, tcp.h, opt.h: Rename LWIP_CALCULATE_EF...
2008-01-14 fbernonrawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes...
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 kieranm 2007-12-20 Kieran Mansley (based on patch from Per...
2007-11-21 goldsimonImplemented calculating the effective send-mss based...
2007-11-21 goldsimonFixed bug #20287: tcp_output_nagle sends too early...
2007-11-01 fbernonMinor change, add comment for "apiflags" parameters.
2007-11-01 fbernonsockets.h, sockets.c, api.h, api_lib.c, api_msg.h,...
2007-11-01 goldsimonFixed bug #21491: The MSS option sent (with SYN) is...
2007-10-09 goldsimonChanged initialization: many init functions are not...
2007-09-13 kleshovIndentation fix
2007-09-07 fbernonsockets.c, ip.h, api.h, tcp.h: declare a "struct ip_pcb...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-09-07 fbernonLast sanity checking centralization for "task #7142...
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-28 goldsimonFixed bug #20287: Fixed nagle algorithm (sending was...
2007-06-21 goldsimonMoved the nagle algorithm from netconn_write/do_write...
2007-06-16 goldsimonAdded comments for the callback functions included...
2007-06-16 goldsimonAdded comments for the callback functions included...
2007-06-08 goldsimonFixed a cast warning by including the type to TCP_PCB_C...
2007-06-08 goldsimonMoved members common to structures tcp_pcp and tcp_list...
2007-05-17 goldsimonAdded comments whether fields are host or network byte...
2007-05-13 goldsimonFixed bug from patch #5865 by moving the defines for...
2007-05-10 goldsimonIncluded patch #5448: include '#ifdef __cplusplus ...
2007-04-12 kieranm * tcp.c, tcp_in.c, tcp_out.c, tcp.h: Modify way the...
2007-04-11 kieranmApply patch #5745: Fix "Constant is long" warnings...
2007-03-11 fbernonKeepalive values can be configured at run time with...
2007-03-08 fbernonKeepalive values can be configured at compile time...
2006-11-17 christiaansReplaced tabs with space.
2006-10-11 christiaansPartially accepted patch #5449 for ANSI C compatibility...
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2004-12-27 likewiseAdded inline source documentation.
2004-11-24 kieranmKieran Mansley - kjm25@cam.ac.uk - 24th Nov 2004
2004-10-14 likewiseReverted back the TCP_BETWEEN macro. It does not work...
2004-09-12 kieranmKieran Mansley - kjm25@cam.ac.uk - 12th September 2004
2004-09-12 kieranmAdd TCP_SEQ_BETWEEN macro for comparing a range of...
2004-09-08 likewiseDo no longer try to free pbuf when TCP_EVENT_RECV(...
2004-05-06 likewiseRe-instantiated the pack directives. Nested structs...
2004-05-05 likewiseRemoved all structure packing directives. Protocol...
2004-03-09 janionly include sys.h once. Noted by Tom Barker
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2004-02-06 likewiseApplied alias.diff by Ian Wienand on lwip-devel on...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-05-19 janipatches 1492, 1493 and 1494 from Marc
2003-04-16 likewiseFixed tabs into spaces. Fixed other stylos.
2003-03-19 janiadd tcpip_callback patch from Marc
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-18 davidhaasAllow minimal unix target to build in cygwin (but not...
2003-02-07 janitcp_timer_needed should be a noop when using the raw...
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-14 likewiseFree incoming pbuf's in the TCP event macro if the...
2003-01-10 janimake rtime field u16_t like rto otherwise it won't...
2003-01-08 likewiseMerged patch #927 which fixes "needs modifiable lvalue...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-12-05 kieranmMake tmr in tcp_pcb u32_t to ensure it wraps at the...
2002-11-08 likewiseSurrounded all #include's for packed structs with ...
2002-11-08 proff_fsAdded includeds for bpstruct and epstruct.
2002-11-05 cborrelliadded ifndef around the TCP_TMR defines so that the...
2002-10-19 likewiseInitial revision