]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/memp.c
Merged from DEVEL into main tree.
[pes-rpp/rpp-lwip.git] / src / core / memp.c
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-27 marcbouMerged from DEVEL.
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-03-24 likewiseAdded debug levels for some serious errors (out of...
2003-02-24 janicleaned up opt.h a bit, added more option defaults...
2003-02-20 janido not directly include lwipopts.h but lwip/opt.h instead
2003-02-18 davidhaasAllow minimal unix target to build in cygwin (but not...
2003-02-12 davidhaasBy request: moved lightweight protection to macros.
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-02-04 davidhaasAdded lightweight protection. In coldfire this is imple...
2003-01-10 janiremove already commented out function : memp_realloc
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
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-14 janiFix function names in DEBUGF stataments.Remove referenc...
2002-11-11 likewisememp_alloc() now zeroes allocated memory (for robustnes...
2002-10-19 likewiseInitial revision