summaryrefslogtreecommitdiff
path: root/omapip/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-17/+16
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-6/+4
* Merged #32744 (out of memory)Francis Dupont2017-03-081-1/+17
* [master] Update dmalloc to use a size_t as an argumentShawn Routhier2016-07-271-3/+3
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* [master]Shawn Routhier2012-09-191-2/+4
* Add code to clear the pointer to an object in an OMAPI handle when theShawn Routhier2010-09-071-1/+9
* Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]Shawn Routhier2010-06-111-0/+1
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-35/+35
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - Memory leak in the load_balance_mine() function is fixed. This wouldDavid Hankins2009-04-071-7/+8
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-6/+1
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-21/+13
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-3/+28
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-50/+50
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-51/+185
* Sync with 3.0rc7Ted Lemon2001-05-171-29/+37
* Don't do refcount tracing on dmalloc/dfree unless the user asks for it.Ted Lemon2001-04-161-0/+4
* Theoretically fancier reference count history printer (needs more work)Ted Lemon2001-01-251-10/+65
* - Always decrement the reference count on an object before dereferencing it,Ted Lemon2000-12-281-0/+1
* Call object initializer from omapi_object_initialize if there is one.Ted Lemon2000-10-101-0/+2
* Tweak object dereferencing: I believe dereferencing object chains were notDamien Neil2000-07-101-2/+2
* - Support a per-type allocator that is called prior to trying dmalloc,Ted Lemon2000-07-061-16/+26
* Use object free routine if provided.Ted Lemon2000-07-051-1/+4
* When debugging malloc on an object, be sure it has no special free routine.Ted Lemon2000-06-241-4/+8
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-0/+41
* Add support for omapi_addr_list_t.Ted Lemon2000-05-011-0/+77
* Go back to the BSD license.Ted Lemon2000-03-171-12/+33
* Fix up handling of bogus dereferences.Ted Lemon2000-01-271-39/+76
* - In reference count history, remember the address where the referenceTed Lemon2000-01-271-12/+13
* When complaining about freeing unknown memory, use the name of the caller.Ted Lemon2000-01-261-1/+1
* Use malloc, not dmalloc, within dmalloc. :')Ted Lemon2000-01-261-1/+1
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-23/+286
* New malloc debug scheme.Ted Lemon2000-01-251-45/+80
* Initialize head of buffers in allocator, just to be sure.Ted Lemon1999-10-191-0/+1
* Seperate public and private object declarations.Ted Lemon1999-10-081-1/+1
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-18/+19
* Debugging sweep, added some new functionalityTed Lemon1999-09-081-5/+11
* Omapi library, initial checkinTed Lemon1999-09-021-0/+443