| Commit message (Expand) | Author | Age | Files | Lines |
* | copy rights update | Wlodek Wencel | 2022-01-25 | 1 | -1/+1 |
* | [#189] Whitespace fixes in opened files | Tomek Mrugalski | 2022-01-20 | 1 | -17/+16 |
* | [#189] ISC address updated | Tomek Mrugalski | 2022-01-20 | 1 | -2/+2 |
* | [master] Replaced licensing text with MPL licensing text throughout | Thomas Markwalder | 2017-07-12 | 1 | -6/+4 |
* | Merged #32744 (out of memory) | Francis Dupont | 2017-03-08 | 1 | -1/+17 |
* | [master] Update dmalloc to use a size_t as an argument | Shawn Routhier | 2016-07-27 | 1 | -3/+3 |
* | [master] Remove vix.com and nominum.com | Shawn Routhier | 2014-01-26 | 1 | -7/+1 |
* | [master] | Shawn Routhier | 2012-09-19 | 1 | -2/+4 |
* | Add code to clear the pointer to an object in an OMAPI handle when the | Shawn Routhier | 2010-09-07 | 1 | -1/+9 |
* | Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472] | Shawn Routhier | 2010-06-11 | 1 | -0/+1 |
* | Update copyright years | Shawn Routhier | 2009-11-24 | 1 | -1/+1 |
* | Support for asynchronous ddns per ticket 19216 - convert to using isclib and | Shawn Routhier | 2009-10-28 | 1 | -35/+35 |
* | Switch isc urls from http to https and correct sw to services or software | Shawn Routhier | 2009-07-23 | 1 | -2/+2 |
* | - Memory leak in the load_balance_mine() function is fixed. This would | David Hankins | 2009-04-07 | 1 | -7/+8 |
* | Code cleanup to remove warnings from "gcc -Wall". | Shane Kerr | 2007-07-13 | 1 | -6/+1 |
* | Copyright++ | David Hankins | 2007-05-19 | 1 | -2/+2 |
* | - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b] | David Hankins | 2007-05-19 | 1 | -21/+13 |
* | - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence | David Hankins | 2006-02-24 | 1 | -3/+28 |
* | MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are | David Hankins | 2005-03-17 | 1 | -50/+50 |
* | Merge changes between 3.0rc7 and 3.0rc8pl2. | Ted Lemon | 2001-06-27 | 1 | -51/+185 |
* | Sync with 3.0rc7 | Ted Lemon | 2001-05-17 | 1 | -29/+37 |
* | Don't do refcount tracing on dmalloc/dfree unless the user asks for it. | Ted Lemon | 2001-04-16 | 1 | -0/+4 |
* | Theoretically fancier reference count history printer (needs more work) | Ted Lemon | 2001-01-25 | 1 | -10/+65 |
* | - Always decrement the reference count on an object before dereferencing it, | Ted Lemon | 2000-12-28 | 1 | -0/+1 |
* | Call object initializer from omapi_object_initialize if there is one. | Ted Lemon | 2000-10-10 | 1 | -0/+2 |
* | Tweak object dereferencing: I believe dereferencing object chains were not | Damien Neil | 2000-07-10 | 1 | -2/+2 |
* | - Support a per-type allocator that is called prior to trying dmalloc, | Ted Lemon | 2000-07-06 | 1 | -16/+26 |
* | Use object free routine if provided. | Ted Lemon | 2000-07-05 | 1 | -1/+4 |
* | When debugging malloc on an object, be sure it has no special free routine. | Ted Lemon | 2000-06-24 | 1 | -4/+8 |
* | - Fix all the OMAPI objects in the DHCP server and client that weren't | Ted Lemon | 2000-05-16 | 1 | -0/+41 |
* | Add support for omapi_addr_list_t. | Ted Lemon | 2000-05-01 | 1 | -0/+77 |
* | Go back to the BSD license. | Ted Lemon | 2000-03-17 | 1 | -12/+33 |
* | Fix up handling of bogus dereferences. | Ted Lemon | 2000-01-27 | 1 | -39/+76 |
* | - In reference count history, remember the address where the reference | Ted Lemon | 2000-01-27 | 1 | -12/+13 |
* | When complaining about freeing unknown memory, use the name of the caller. | Ted Lemon | 2000-01-26 | 1 | -1/+1 |
* | Use malloc, not dmalloc, within dmalloc. :') | Ted Lemon | 2000-01-26 | 1 | -1/+1 |
* | Fix compilation errors introduced in the last set of checkins. | Ted Lemon | 2000-01-26 | 1 | -23/+286 |
* | New malloc debug scheme. | Ted Lemon | 2000-01-25 | 1 | -45/+80 |
* | Initialize head of buffers in allocator, just to be sure. | Ted Lemon | 1999-10-19 | 1 | -0/+1 |
* | Seperate public and private object declarations. | Ted Lemon | 1999-10-08 | 1 | -1/+1 |
* | Get a clean compile with all known gcc warnings. | Ted Lemon | 1999-10-07 | 1 | -18/+19 |
* | Debugging sweep, added some new functionality | Ted Lemon | 1999-09-08 | 1 | -5/+11 |
* | Omapi library, initial checkin | Ted Lemon | 1999-09-02 | 1 | -0/+443 |