summaryrefslogtreecommitdiff
path: root/omapip/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* [v4_1_esv] Pre-release tag prep for 4.1-ESV-R15b1: version #, copyright etc...Thomas Markwalder2017-07-051-3/+1
|
* Merged #32744 (out of memory)Francis Dupont2017-03-081-1/+17
|
* [v4_1_esv] Update dmalloc to use a size_t as an argumentShawn Routhier2016-07-271-3/+3
| | | | | | Update dmalloc to use a size_t as an argument which will bring it in line with the call it makes to malloc and avoid possible truncation.
* [v4_1_esv] Remove vix.com and nominum.comShawn Routhier2014-01-271-7/+1
| | | | | Remove old information from copyrights and man pages.
* [v4_1_esv]Shawn Routhier2012-09-191-2/+4
| | | | Update the memory leakage debug code to work with v6.
* Add code to clear the pointer to an object in an OMAPI handle when theShawn Routhier2010-09-071-0/+7
| | | | object is freed due to a dereference. [ISC-Bugs #21306]
* Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]Shawn Routhier2010-06-111-1/+3
|
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
| | | | for new web site as appropirate.
* Missing copyright updates.David Hankins2009-06-201-1/+1
|
* - Memory leak in the load_balance_mine() function is fixed. This wouldDavid Hankins2009-04-071-7/+8
| | | | | | | | leak ~20-30 octets per DHCPDISCOVER packet while failover was in use and in normal state. [ISC-Bugs #19548] - Various compilation fixes have been included for the memory related DEBUG #defines in includes/site.h. [ISC-Bugs #19548]
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-6/+1
| | | | See RT ticket #16988 for more.
* Copyright++David Hankins2007-05-191-2/+2
|
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-21/+13
| | | | | - RELNOTES/README++ - s/wether/whether/ in dhcp-options.5 manpage edits.
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-3/+28
| | | | robie).
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-50/+50
| | | | now synced as of tag V3-0-3-BETA-1.
* 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
| | | | so that if there's a dangling pointer, it's caught at dereference time.
* 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
| | | | | being freed correctly. (This duplicates a change made by Tale in revision 1.8 of the BIND9 object.c.)
* - Support a per-type allocator that is called prior to trying dmalloc,Ted Lemon2000-07-061-16/+26
| | | | so that objects can maintain free lists.
* 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
| | | | | | | being correctly reference-counted. - Make and use object-specific allocators. - Add reference/dereference support to hash functions and to timeout functions.
* 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
| | | | is stored as well as the address of the thing referenced.
* 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