]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/ipv4/igmp.c
fixed possible division by zero
[pes-rpp/rpp-lwip.git] / src / core / ipv4 / igmp.c
2013-04-24 Simon Goldschmidtfixed possible division by zero
2011-09-03 Simon GoldschmidtMake LWIP_RAND optional (useful for small targets)
2011-06-07 goldsimonRemoved unused static function
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-07-12 goldsimonadded missing casts
2010-05-22 goldsimonbug #27352: removed packing from ip_addr_t, the packed...
2010-05-16 goldsimonAdd preprocessor-macros for compile-time htonl calculat...
2010-04-14 goldsimontabs -> spaces
2010-02-14 goldsimonUse new macro ip_addr_copy where applicable
2010-02-08 goldsimonInternalize another function; use the supplied max_resp...
2010-02-08 goldsimonMoved most defines from igmp.h to igmp.c for clarity...
2010-02-08 goldsimonImproved IGMP stats (patch from bug #28798)
2010-02-08 goldsimonFixed bug #28798 (Error in "Max Response Time" processi...
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-28 goldsimonrenamed netif pointer in struct igmp from 'interface...
2010-01-10 goldsimonpatch #6463 (IGMP - Adding Random Delay): added define...
2009-07-09 fbernonminor changes: typos and coding style
2009-05-12 goldsimonbug #26487: Added ip_output_if_opt that can add IP...
2009-02-18 goldsimonFixed many warnings: use %p to pass pointers to printf
2008-03-17 fbernonigmp.h, igmp.c: Fix bug #22613 "IGMP iphdr problem...
2007-11-16 goldsimonMoved inet files into ipv4/ipv6 directory; splitted...
2007-10-09 goldsimonChanged initialization: many init functions are not...
2007-09-09 fbernonigmp.h, igmp.c, netif.h, netif.c, ip.c: To enable to...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-09-04 fbernonReplace mem_malloc call by memp_malloc, and use a new...
2007-09-03 fbernonChanges for "#20503 IGMP Improvement". Initialize igmp_...
2007-09-03 fbernonAdd in igmp_joingroup & igmp_leavegroup a LWIP_ERROR...
2007-08-30 fbernonReplace API programmation error checking for IGMP join...
2007-08-30 fbernonigmp.h, igmp.c: Some changes to remove some redundant...
2007-08-30 fbernonMinor fix (coding style, comments, spaces, endline...)
2007-08-29 fbernonigmp.h, igmp.c, tcpip.c, init.c, netif.c: change igmp_i...
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-08-09 fbernonMinor Fix (remove unused USE_ROUTER_ALERT and some...
2007-08-09 fbernonstats.h, stats.c, igmp.h, igmp.c, opt.h: Fix for bug...
2007-08-09 fbernonigmp.h, igmp.c, ip.c: Fix minor changes from bug #20503...
2007-07-26 fbernonigmp.c: Fix bug #20595 to accept IGMPv3 "Query" messages.
2007-07-03 goldsimonAdded assertions where PBUF_RAM pbufs are used and...
2007-06-11 fbernonMinor fix. Add "static" to IGMP's global variables...
2007-06-08 fbernonMinor fix (spaces)
2007-06-08 goldsimonLet lookup_group() call lookfor_group() to reduce code...
2007-05-16 fbernontcpip.c, igmp.h, igmp.c: Fixed bug "#19800 : IGMP:...
2007-03-21 fbernonapi_msg.c, igmp.c, igmp.h: Fix C++ style comments
2007-03-21 fbernonRemove obsolete include from my port.
2007-03-21 kieranmsockets.c, igmp.c, igmp.h, memp.h: Fix C++ style commen...
2007-03-11 fbernonAdd igmp.h and igmp.c inside tree :