summaryrefslogtreecommitdiff
path: root/include/xalloc.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-09include/xalloc: add warn_unused_result to allocation functionsKarel Zak1-3/+3
2013-04-10lib/xalloc: add xstrndup()Karel Zak1-0/+15
2013-03-27lib/xalloc: fix mamory leak in xgethostname() [coverity scan]Karel Zak1-2/+4
2012-10-19include/xalloc: add xgethostname()Karel Zak1-0/+15
2012-07-26include: define format to be constant in xasprintf()Sami Kerola1-1/+2
2012-03-18include: add asprintf wrapperSami Kerola1-0/+11
2011-09-30include,xalloc: fix whitespace to be consistentDave Reisner1-7/+7
2011-09-30include,xalloc: check for NULL before calling strdupDave Reisner1-2/+7
2011-02-21include: [xalloc.h]: mention strdup in the file descriptionPetr Uzel1-1/+1
2011-02-14build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen1-1/+0
2011-02-07include: [xalloc.h] include string.hMarek Polacek1-0/+1
2011-02-07include: [c.h] add fallback for alloc_size attributesKarel Zak1-3/+5
2011-01-23lib: [xalloc] don't use hardcoded return codeKarel Zak1-4/+8
2010-11-24lib: [xalloc] add xstrdup()Karel Zak1-0/+9
2010-10-21xalloc: general purpose memory allocation handling wrappersDavidlohr Bueso1-0/+46