]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/tcp.c
fixed bug #34360 tcp_shutdown: RST on unacked is not send when shutting down both...
[pes-rpp/rpp-lwip.git] / src / core / tcp.c
2011-09-22 Simon Goldschmidtfixed bug #34360 tcp_shutdown: RST on unacked is not...
2011-09-11 Simon GoldschmidtAdded a config option to randomize initial local TCP...
2011-06-26 goldsimonfixed bug #31723 (tcp_kill_prio() kills pcbs with the...
2011-06-26 goldsimonAdded some more asserts to check that pcb->state !...
2011-05-28 goldsimonuse PCB_IS_IPV6(pcb) instead of pcb->isipv6 everywhere
2011-05-26 goldsimonAdded ipX versions for routing
2011-05-25 goldsimonFixed pointless conversion when checking TCP port range...
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-04-29 goldsimonFixed overflow in tcp_new_port() after changing port...
2011-04-13 goldsimonFixed bug #33048 (Bad range for IP source port numbers...
2011-03-27 goldsimonFixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called...
2011-03-27 goldsimonMove tcp_pcb_lists to const section.
2011-03-13 goldsimontcp_bind: return ERR_VAL instead of ERR_ISCONN when...
2010-11-21 goldsimontcp_slowtmr(): change the scope of 'pcb2' to reflect...
2010-08-10 goldsimonFixed bug #30728: tcp_new_port() did not check listen...
2010-07-28 goldsimonFixed bug #30565 (tcp_connect() check bound list):...
2010-07-28 goldsimonFixed bug #30447: tcp.c:tcp_bind() - suspicious nested #if
2010-07-12 goldsimonpatch #7239: make tcp_state_str pointers constant
2010-05-15 goldsimonFix compilation for LWIP_EVENT_API==1 (unused args)
2010-05-15 goldsimonSO_REUSE: tcp_listen/tcp_connect: make sure that the...
2010-05-12 goldsimontask #6995: Implement SO_REUSEADDR (correctly)
2010-05-10 goldsimonMinor: source code layout
2010-04-21 goldsimonCheck that tcp_abort/tcp_abandon isn't called for liste...
2010-03-22 goldsimontask #10088: Fixed a bug in RST-on-close-when-not-all...
2010-03-22 goldsimontcp_listen() did not copy the pcb's prio
2010-03-12 goldsimonFixed some issues in the TCP_OVERSIZE code:
2010-03-05 goldsimontask #7040 (Work on tcp_enqueue): Don't waste memory...
2010-03-01 goldsimontcp_connect: send timestamp-option only if (pcb->flags...
2010-03-01 goldsimonFixed accessing invalid memory when closing a listening...
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 goldsimontcp_alloc: set given prio to the new pcb, not TCP_PRIO_...
2010-02-16 goldsimontcp_seg(s)_free: remove return value, noone uses it
2010-02-14 goldsimonUse new macro ip_addr_copy where applicable
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-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-01-28 kieranmEnsure ssthresh >= 2*MSS
2010-01-27 goldsimonFixed bug #27871: Calling tcp_abort() in recv callback...
2010-01-25 goldsimonbug #28659: Missing casts
2010-01-23 goldsimonbug #26523: Compiler Warnings
2010-01-21 goldsimonFixed bug #28651 (tcp_connect: no callbacks called...
2010-01-14 goldsimonUsing typedefs for function prototypes and -pointers...
2010-01-13 goldsimonMinor fix: bug #28555: Retransmission timer only stoppe...
2010-01-10 goldsimonD'Oh!
2010-01-10 goldsimonbug #28127: remove call to tcp_output() from tcp_ack...
2009-12-31 goldsimonCommented 2 variables
2009-11-22 goldsimontcp_alloc: prevent increasing stats.err for MEMP_TCP_PC...
2009-11-22 goldsimontcp_recv_null: call tcp_recved() if p != NULL to keep...
2009-11-22 goldsimonFixed bug #28049 (Keep Alive timeout frees pcb then...
2009-11-20 goldsimonFixed comment: tcp_pcb_remove does *not* deallocate...
2009-10-23 goldsimonFixed bug #27783: Silly window avoidance for small...
2009-10-07 goldsimonMake tcp_debug_state_str() always available, not only...
2009-08-23 goldsimonAdded function tcp_debug_state_str() to convert a tcp...
2009-08-12 kieranmBUG27209: handle trimming of segments when out of windo...
2009-07-28 goldsimonAdded newline to TCP header flags debug print
2009-06-25 kieranmBUG26301 and BUG26267: correct simultaneous close behav...
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...
2009-02-10 goldsimonfixed bug #25467: Listen backlog is not reset on timeou...
2008-09-30 jifl * tcp.c: Fix bug #24227, wrong error message in tcp_bind.
2008-03-26 goldsimonfixed bug #22249: division by zero could occur if a...
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-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.
next