]> git.ipfire.org Git - thirdparty/dhcp.git/history - omapip/alloc.c
regen
[thirdparty/dhcp.git] / omapip / alloc.c
2014-01-26  Shawn Routhier[master] Remove vix.com and nominum.com
2012-09-19  Shawn Routhier[master]
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2010-09-07  Shawn RouthierAdd code to clear the pointer to an object in an OMAPI...
2010-06-11  Shawn RouthierAdd declaration for variable in debug code in alloc...
2009-11-24  Shawn RouthierUpdate copyright years
2009-10-28  Shawn RouthierSupport for asynchronous ddns per ticket 19216 - conver...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2009-04-07  David Hankins- Memory leak in the load_balance_mine() function is...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-19  David HankinsCopyright++
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-05-17  Ted LemonSync with 3.0rc7
2001-04-16  Ted LemonDon't do refcount tracing on dmalloc/dfree unless the...
2001-01-25  Ted LemonTheoretically fancier reference count history printer...
2000-12-28  Ted Lemon- Always decrement the reference count on an object...
2000-10-10  Ted LemonCall object initializer from omapi_object_initialize...
2000-07-10  Damien NeilTweak object dereferencing: I believe dereferencing...
2000-07-06  Ted Lemon- Support a per-type allocator that is called prior...
2000-07-05  Ted LemonUse object free routine if provided.
2000-06-24  Ted LemonWhen debugging malloc on an object, be sure it has...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-01  Ted LemonAdd support for omapi_addr_list_t.
2000-03-17  Ted LemonGo back to the BSD license.
2000-01-27  Ted LemonFix up handling of bogus dereferences.
2000-01-27  Ted Lemon- In reference count history, remember the address...
2000-01-26  Ted LemonWhen complaining about freeing unknown memory, use...
2000-01-26  Ted LemonUse malloc, not dmalloc, within dmalloc. :')
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonNew malloc debug scheme.
1999-10-19  Ted LemonInitialize head of buffers in allocator, just to be...
1999-10-08  Ted LemonSeperate public and private object declarations.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-09-08  Ted LemonDebugging sweep, added some new functionality
1999-09-02  Ted LemonOmapi library, initial checkin