]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/alloc.c
- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence
[thirdparty/dhcp.git] / common / alloc.c
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-01-25  Ted LemonAdd allocators for option_chain_head structure.
2000-08-03  Damien NeilAdded authentication support. The tsig_key structure...
2000-08-01  Damien NeilMoved hash.c from libdhcp to libomapi, in anticipation...
2000-08-01  Damien NeilFix a bug in buffer_dereference where the buffer refcou...
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-06-24  Ted LemonAllocate hash buckets in clumps. Fix a bug in a call...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted LemonAdd allocators/deallocators for DNS zones and TSIG...
2000-02-15  Ted LemonAdd allocator for function definitions.
2000-02-07  Ted LemonFix stupid compile bug.
2000-02-05  Ted LemonSupport typed variables.
2000-01-27  Ted Lemon- In reference count history, remember the address...
2000-01-27  Ted LemonMove malloc debug information out of option_state_deref...
2000-01-26  Ted LemonIf there is a packet on the free packet list, don't...
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonSupport new debug malloc.
2000-01-05  Ted LemonGet rid of failover allocators that aren't needed.
1999-10-14  Ted Lemon- Undo an erroneous change that would have caused core...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-07-31  Ted Lemon- Fix several cases where a refcounted memory allocator...
1999-07-17  Ted LemonWhen dereferencing a statement, dereference anything...
1999-07-16  Ted LemonMassive rototill to support some new DDNS features.
1999-05-27  Ted LemonFix up some more POINTER_DEBUG cases to prevent core...
1999-05-07  Ted LemonEnclose abort() calls in POINTER_DEBUG ifdefs and just...
1999-04-05  Ted LemonPut a reference count on the option_state structure.
1999-04-05  Ted Lemon- Add allocator/deallocator for universes and option...
1999-03-25  Ted LemonAdd option allocator.
1999-03-16  Ted LemonUpdate license.
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-23  Ted LemonDon't compile failover code unless FAILOVER_PROTOCOL...
1999-02-14  Ted LemonAdd allocator for failover peer structure.
1998-11-11  Ted LemonPre-zero group structures.
1998-11-09  Ted LemonAdd allocators for pools and permits.
1998-11-06  Ted LemonAdd hostname type to dns_host_entry_allocate
1998-11-06  Ted LemonSave space for hostname and save hostname itself in...
1998-11-05  Ted LemonAdd new reference-based allocators and some new new...
1998-06-25  Ted Lemontree -> expression. tree_cache -> option_cache. ...
1998-03-17  Ted LemonDon't memset allocated memory if we didn't allocate it.
1997-05-09  Ted LemonFix sizeof bug. Add allocators for name server entrie...
1997-03-29  Ted LemonFix stupid, stupid, stupid allocation size underrun
1997-03-06  Ted Lemonadd allocator for lease state structure and protocol...
1997-03-05  Ted LemonMaintain a free list for tree_cache structs
1996-08-28  Ted LemonDon't free hash name
1996-08-27  Ted Lemonalways zero structures; add new_group and free_group...
1996-06-12  Ted LemonMissing argument to printf
1996-06-12  Ted LemonNotice and log dfree() on null pointer
1996-05-22  Ted Lemonallocators for shared networks
1996-05-19  Ted LemonFix copyrights
1996-02-29  Ted LemonAdd class allocation code
1996-02-06  Ted LemonMore portable internet addresses; fix endian bug; fix...
1995-11-29  Ted LemonDHCP Server Daemon