]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/udp.c
Make udp_disconnect() clear its remote address association.
[pes-rpp/rpp-lwip.git] / src / core / udp.c
2004-03-11 likewiseMake udp_disconnect() clear its remote address association.
2004-03-11 likewiseFixed @return in udp_sendto() docs, @see in udp_send...
2004-03-11 likewiseAdded udp_sendto() docs. Fixed udp_send() docs.
2004-03-11 likewiseFixed udp_sendto() -> instead of .
2004-03-11 likewiseAdded udp_sendto().
2004-02-23 kieranm23/02/2003 - Kieran Mansley - kieranm@gtemail.net
2004-02-20 lukemAdded ability to disable checksum generation and checki...
2004-02-07 likewiseMerged from DEVEL, except for the API change in etharp.c.
2004-01-20 likewiseMerged from DEVEL to main. Two TCP fixes and two NULL...
2003-11-18 likewiseMerge from DEVEL. Includes important UDP fix for bug...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-27 marcbouMerged from DEVEL.
2003-06-19 marcbouMerged from DEVEL.
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-20 likewiseSet UDP_FLAGS_CONNECTED in udp_connect().
2003-05-06 janiC++ comments cleanup
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-05-01 likewisePatch #1183 applied. This drops short UDP/TCP packets.
2003-04-16 likewiseFixed tabs into spaces. Fixed other stylos.
2003-04-04 likewiseAdded debugging to verify correct result of udp_bind...
2003-04-01 likewiseFixed ip_addr_set() to deal with IP_ADDR_ANY. Added...
2003-04-01 likewiseAdded assertion checking against dupes in pcb active...
2003-04-01 likewiseetharp_query() has error return type now. Matched dhcp...
2003-03-31 likewiseAdded debug messages for serious errors.
2003-03-30 likewiseRemoved the pbuf_dechain() from udp_send() matching...
2003-03-26 likewiseStrong assert checking against queueing behaviour in...
2003-03-26 likewiseFixed typo affecting debugging.
2003-03-25 likewiseNew tail section of udp_send() that handles both queued...
2003-03-24 likewiseRe-added pbuf_dechain() in udp_send() as it breaks...
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-03-19 janipatch 1197 form floriZ.When debug is on and port is...
2003-03-16 likewiseUsing a negated unsigned value as func. arg. fails...
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-19 likewiseRemoved Id: fields as they give conflicts while merging...
2003-02-14 likewiseDisabled too restrictive behaviour in _bind() and _conn...
2003-02-10 davidhaas Fixed some build issues regarding snmp.h
2003-02-10 likewiseSNMP functions are now unconditionally called and defin...
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-01-30 likewiseAdded comments. Code cleanup. Clearer debugging in...
2003-01-27 likewiseRebinding an active pcb did not check the given address...
2003-01-27 likewiseFixed assignment of pcb->flags if pcb was NULL in udp_n...
2003-01-27 likewiseAdded source documenting comments.
2003-01-23 janiFixes so that UDP connect() works.Enable generation...
2003-01-22 janiFix udp_bind to allow rebind for same socket (yesterday...
2003-01-21 janiDon't allow multiple binds to the same UDP port/address...
2003-01-17 likewiseEnhanced documentation on UDP PCB matchjng code.
2003-01-13 likewiseFixed some typo's in the comments.
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-12-19 janisizeof(u8_t) is 1 at temperatures > 0 K
2002-12-18 janirenamed (hopefully everywhere) stats to lwip_stats...
2002-12-18 janiuse memset and memcpy instead of bzero and bcopy throug...
2002-11-21 likewiseAdded SNMP call-outs for monitoring of default SNMP...
2002-10-23 adamdunkelsAdded #if LWIP_UDP around udp_init() body, fixed bug...
2002-10-19 likewiseInitial revision