summaryrefslogtreecommitdiffstats
path: root/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-92/+0
| | | | All source files are now moved to src/ and the old Makefile is removed.
* Add a convenience macro for isc_mem_allocate().Martin Nagy2009-03-251-0/+9
|
* Refactoring related to isc_buffer_t.Martin Nagy2009-03-251-4/+9
|
* Fix problems with dnsname_to_dn() (rewrite).Martin Nagy2009-03-251-0/+13
|
* Add SAFE_MEM_PUT_AND_DETACH() macro.Martin Nagy2009-03-141-0/+4
| | | | | | The macro takes one argument, which is a pointer to a struct that contains isc_mem_t pointer member called 'mctx'. The macro will free up the argument and detach it from the memory context.
* Add a convenience macro for isc_mem_put().Martin Nagy2009-02-181-0/+10
|
* Add memory allocation convenience helpers.Martin Nagy2009-02-121-0/+21
|
* Add helper functions for LDAP attributes.Martin Nagy2009-01-191-1/+1
|
* Few small changes for semaphore.c and util.h.Martin Nagy2009-01-141-0/+2
| | | | | Add a ZERO_PTR() macro in util.h. semaphore_destroy() will now ignore NULL pointers.
* Fix copyright headers.Martin Nagy2009-01-121-0/+19
|
* Add util.h.Martin Nagy2009-01-091-0/+9