]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/tcp_out.c
mutex protection fixed; some not well working tries to make !NO_SYS version working
[pes-rpp/rpp-lwip.git] / src / core / tcp_out.c
2013-08-23 Jan Dolezalmutex protection fixed; some not well working tries...
2013-04-24 Simon Goldschmidtfixed bug #38701 (wrong comment on tcp_pcb::snd_queuelen
2013-01-14 Simon Goldschmidtfixed more unused variables
2013-01-14 Simon GoldschmidtFixed bug #37893 Unused variables in tcp_out (and in...
2012-05-11 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-05-08 goldsimonfixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1...
2012-03-28 goldsimonfixed the fix for bug #35945 (SYN packet should provide...
2012-03-27 goldsimonfixed bug #35945: SYN packet should provide the recv...
2012-02-12 goldsimonpartly fixed bug #25882: TCP hangs on MSS > pcb->snd_wn...
2012-01-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2011-12-06 goldsimonAnother fix for bug #32417 (debug assert that fires)
2011-10-18 Simon Goldschmidtfixed bug #34587: TCP_BUILD_MSS_OPTION doesn't consider...
2011-10-13 Simon Goldschmidtfixed bug #34517 (persist timer is started although...
2011-10-09 Simon Goldschmidtfixed bug #34426: tcp_zero_window_probe() transmits...
2011-09-29 Simon GoldschmidtTried to fix bug #32417 ("TCP_OVERSIZE seems to have...
2011-09-11 Simon Goldschmidtuse pcb->mss instead of TCP_MSS for preallocate mss...
2011-08-22 Simon Goldschmidtfixed bug #33962 TF_FIN not always set after FIN is...
2011-06-26 goldsimonAdded some more asserts to check that pcb->state !...
2011-06-26 goldsimonCleaned up usage of sys.h a bit
2011-05-28 goldsimonuse PCB_IS_IPV6(pcb) instead of pcb->isipv6 everywhere
2011-05-26 goldsimonAdded ipX versions for routing
2011-05-26 goldsimonFixed two compilation errors with different opt.h settings
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-03-27 goldsimonFixed bug #32820 (Outgoing TCP connections created...
2011-03-27 goldsimonRemoved 'dataptr' from 'struct tcp_seg' and calculate...
2010-11-20 goldsimonFix alignment checking of tcphdr: check for MEM_ALIGNME...
2010-05-16 goldsimonAdd preprocessor-macros for compile-time htonl calculat...
2010-03-26 goldsimonMake LWIP_NETIF_TX_SINGLE_PBUF work for TCP, too
2010-03-20 goldsimontcp_write: moved initial checks to an own static functi...
2010-03-15 goldsimonFixed compiler warnings when casting where we know...
2010-03-14 goldsimontask #6849: Calculate checksum when creating TCP segmen...
2010-03-14 goldsimonFixed sending one byte of data in tcp_zero_window_probe...
2010-03-13 goldsimonSome fixes to the TCP_OVERSIZE code:
2010-03-12 goldsimonFixed some issues in the TCP_OVERSIZE code:
2010-03-09 goldsimonRenamed tcp_output_set_header to tcp_output_alloc_heade...
2010-03-09 goldsimonAdded comment, use braces for single-line if-blocks
2010-03-08 goldsimonAdded/corrected casts
2010-03-06 goldsimontask #7013 (Create option to have all packets delivered...
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-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...
next