]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2004-03-11 likewiseMake udp_disconnect() clear its remote address association.
2004-03-11 likewiseUsing udp_sendto() where appropriate.
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-03-10 janifix inet_ntoa prototype to be standard, and fix ppp...
2004-03-09 kieranmKieran Mansley - kieranm@gtemail.net - 9th Mar 2004
2004-03-09 janionly include sys.h once. Noted by Tom Barker
2004-03-08 kieranmKieran Mansley, kjm25@cam.ac.uk, 08th Mar 2004
2004-03-04 likewiseMatched interface documentation for netif_add() API...
2004-02-26 janiadd switch for MEMP_SANITY_CHECK defaulting to off
2004-02-24 likewiseAdded replacement for ip_addr_isbroadcast() macro,...
2004-02-23 janiadd default option for LWIP_RAW
2004-02-23 kieranm23/02/2003 - Kieran Mansley - kieranm@gtemail.net
2004-02-23 kieranm23/02/2003 - Kieran Mansley - kieranm@gtemail.net
2004-02-23 kieranm23/02/2003 - Kieran Mansley - kieranm@gtemail.net
2004-02-23 kieranm23/02/2003 - Kieran Mansley - kieranm@gtemail.net
2004-02-20 lukemAdded ability to disable checksum generation and checki...
2004-02-20 lukemremoved redundant redeclaration of tcp_active_pcbs...
2004-02-20 lukemadded 8-byte alignment for 64-bit architectures
2004-02-18 janiindentation fix
2004-02-16 likewiseApplied Ian Wienand's patches (4-2-2004). Was partly...
2004-02-09 janiip_lookup and udp_lookup not use remove declarations
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2004-02-07 likewiseAdded up-to-date explanation of CVS over SSH on Savannah.
2004-02-07 likewiseMerged from DEVEL, except for the API change in etharp.c.
2004-02-06 likewiseApplied alias.diff by Ian Wienand on lwip-devel on...
2004-02-06 likewiseApplied mem.diff by Ian Wienand on lwip-devel on Februa...
2004-02-06 likewiseApplied dhcp.diff by Ian Wienand on lwip-devel on Febru...
2004-02-06 likewiseMerged ARP fixes from STABLE. Should have made those...
2004-02-05 likewiseMerged from main.
2004-01-20 likewiseSavannah now does anonymous CVS access using empty...
2004-01-20 likewiseMerged from DEVEL to main. Two TCP fixes and two NULL...
2003-12-28 uid67528Merged from DEVEL. etharp prepared for queueing feature...
2003-11-18 likewiseMerge from DEVEL. Assert used field not available witho...
2003-11-18 likewiseMerge from DEVEL. Includes important UDP fix for bug...
2003-11-14 likewisePrepared Changelog for upcoming release 0.6.5. Fixed...
2003-11-14 likewiseAn overriden merge from DEVEL to main was needed as...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-07-07 likewiseMade hton/ntoh argument name in prototypes match those...
2003-06-27 marcbouMerged from DEVEL.
2003-06-23 leonwoestenbergMerged from DEVEL.
2003-06-19 marcbouMerged from DEVEL.
2003-06-19 marcboumerged from DEVEL.
2003-06-19 marcbouImportant bug fixes and improvements.
2003-06-19 marcbouMerged from DEVEL.
2003-06-19 marcbouMerged from DEVEL
2003-06-19 marcbouPatch #1623: Add missing pbuf_free() call after pbuf_ch...
2003-06-13 likewiseMerged with DEVEL.
2003-06-13 likewiseInitial commit.
2003-06-12 likewiseFixed a string literal being wrongly split over two...
2003-06-11 likewiseFixes wrongly cast LWIP_DEBUGF arguments (patch #1596...
2003-06-11 likewiseApplied patch #1596 fixing wrongly cast LWIP_DEBUGF...
2003-06-11 likewiseApplied patch #1597
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseFixed a multi-line comment.
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-06-09 likewiseMore precise comments on address change.
2003-06-09 likewiseOnly free the queued packets if there are any.
2003-06-06 likewiseAdditional documentation on the subtle difference of...
2003-06-05 likewiseIncreased number of debug messages to see pbuf chain...
2003-06-04 likewiseNumerated contents so that they can be refered to.
2003-06-04 likewiseMentioned pbuf_alloc() fixes.
2003-06-04 likewiseFixed a memory leak when only a part of a PBUF_POOL...
2003-06-04 likewisepbuf_alloc() forgot to set tot_len field for PBUF_POOL...
2003-06-04 likewiseSeveral additional documentation fixes.
2003-06-02 janifixed sio_read_abort prototype
2003-06-02 janisio and PPP updates from Marc
2003-06-02 janisys_msleep and sys_jiffies used by PPP code.From Marc
2003-06-02 janiinet_ntoa and inet_aton from Marc
2003-05-30 janiCleanups in PPP: C++ comments removed, make it compile...
2003-05-28 janiMention PPP in changelog
2003-05-27 janiadd PPP stack from Marc. Work in progress
2003-05-27 janiput LWIP_MAX and LWIP_MIN macros in def.h and use these...
2003-05-27 janifix warning
2003-05-20 likewiseSet UDP_FLAGS_CONNECTED in udp_connect().
2003-05-20 likewiseMerging some fixes that had been committed into STABLE.
2003-05-20 likewisedhcp_recv() left dangling dhcp->p pointer in case of...
2003-05-20 likewiseCleanup of some formatting and comments.
2003-05-19 janipatches 1492, 1493 and 1494 from Marc
2003-05-18 likewiseApplied patches posted by Marc Boucher on lwip-users...
2003-05-06 janiadd sio_read and sio_write to beused by PPP
2003-05-06 janiempty lightweight protection macros defined not only...
2003-05-06 janiC++ comments cleanup
2003-05-06 janifix format warning
2003-05-06 janisimplify MEM_ALIGN_SIZE macro
2003-05-03 likewiseMade pbuf flags unsigned. Added "incoming broadcast...
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-05-01 janiadd PPP_DEBUG option and align all options to teh same...
2003-05-01 likewisePatch #1308. Disabled, as one issue in dhcp.c (file...
2003-05-01 likewiseFixed packet header debug formatters.
2003-05-01 likewisePatch #1183 applied. This drops short ICMP packets.
2003-05-01 likewisePatch #1183 applied. This drops short UDP/TCP packets.
2003-05-01 likewisePatch #1308. Still disabled, as it needs to make sure...
2003-05-01 likewiseImplemented packet (de)queueing. Unused, etharp.c must...
2003-04-27 anderscarlmanAdded dummy parameters for the empty macros snmp_add_if...
2003-04-26 anderscarlmanRe-added code for checking tail-parameter for NULL in
2003-04-25 likewiseMentioned changes to netif that imply changes for netwo...
2003-04-22 likewiseEither first or last packet can be queued through ARP_Q...
next