]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/tcp.h
fixed bug #38701 (wrong comment on tcp_pcb::snd_queuelen
[pes-rpp/rpp-lwip.git] / src / include / lwip / tcp.h
2013-04-24 Simon Goldschmidtfixed bug #38701 (wrong comment on tcp_pcb::snd_queuelen
2012-02-12 goldsimonpartly fixed bug #25882: TCP hangs on MSS > pcb->snd_wn...
2012-02-12 goldsimontcp pcb: persist_cnt can be u8_t instead of u32_t ...
2012-01-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2011-11-25 goldsimonfixed bug #31177: tcp timers can corrupt tcp_active_pcb...
2011-09-22 Simon GoldschmidtFixed tcp_accepted define (need brackets around the...
2011-06-26 goldsimonSlightly reorderd fields of struct tcp_pcb to plug...
2011-06-26 goldsimonCleaned up usage of sys.h a bit
2011-06-17 idelamerMinor edits for for IPv6 compilation
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2011-02-18 goldsimonAdded missing U/UL modifiers to fix 16-bit-arch portabi...
2010-03-13 goldsimonFix calculation of tcp_mss(): when timestamps are on...
2010-03-06 goldsimontcp_accepted(): check pcb state to verify it isn't...
2010-03-05 goldsimontask #7040 (Work on tcp_enqueue): Don't waste memory...
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.
next