summaryrefslogtreecommitdiff
path: root/common/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Put a reference count on the option_state structure.Ted Lemon1999-04-051-8/+34
* - Add allocator/deallocator for universes and option states.Ted Lemon1999-04-051-5/+83
* Add option allocator.Ted Lemon1999-03-251-1/+23
* Update license.Ted Lemon1999-03-161-33/+13
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-1/+22
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-13/+13
* Don't compile failover code unless FAILOVER_PROTOCOL is defined.Ted Lemon1999-02-231-1/+3
* Add allocator for failover peer structure.Ted Lemon1999-02-141-2/+21
* Pre-zero group structures.Ted Lemon1998-11-111-1/+3
* Add allocators for pools and permits.Ted Lemon1998-11-091-1/+37
* Add hostname type to dns_host_entry_allocateTed Lemon1998-11-061-1/+2
* Save space for hostname and save hostname itself in dns_host_entry allocator.Ted Lemon1998-11-061-3/+4
* Add new reference-based allocators and some new new/free allocators for data ...Ted Lemon1998-11-051-40/+231
* tree -> expression. tree_cache -> option_cache. New destructors for dhcp_...Ted Lemon1998-06-251-23/+24
* Don't memset allocated memory if we didn't allocate it.Ted Lemon1998-03-171-2/+3
* Fix sizeof bug. Add allocators for name server entries and domain search li...Ted Lemon1997-05-091-2/+32
* Fix stupid, stupid, stupid allocation size underrunTed Lemon1997-03-291-2/+2
* add allocator for lease state structure and protocol structureTed Lemon1997-03-061-1/+40
* Maintain a free list for tree_cache structsTed Lemon1997-03-051-3/+16
* Don't free hash nameTed Lemon1996-08-281-3/+1
* always zero structures; add new_group and free_group; free network name when ...Ted Lemon1996-08-271-1/+19
* Missing argument to printfTed Lemon1996-06-121-1/+1
* Notice and log dfree() on null pointerTed Lemon1996-06-121-0/+4
* allocators for shared networksTed Lemon1996-05-221-0/+15
* Fix copyrightsTed Lemon1996-05-191-2/+3
* Add class allocation codeTed Lemon1996-02-291-0/+14
* More portable internet addresses; fix endian bug; fix parser bugsTed Lemon1996-02-061-2/+2
* DHCP Server DaemonTed Lemon1995-11-291-0/+197