summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-23Release libbsd 0.8.30.8.3Guillem Jover1-1/+1
2016-03-27Add missing <fcntl.h> includesSzabolcs Nagy2-0/+2
2016-03-27test: Add a unit test for md5Guillem Jover3-0/+49
2016-02-14man: Fix ungrammatical constructGuillem Jover1-1/+1
2016-02-13build: Support clock_gettime() provided in librtGuillem Jover2-0/+12
2016-02-13Switch URLs from http or git to httpsGuillem Jover7-12/+18
2016-02-07Fix file descriptor leak in HASHFileChunk helperGuillem Jover1-1/+3
2016-02-07Fix unportable sizeof() usageGuillem Jover1-1/+1
2016-01-27Release libbsd 0.8.20.8.2Guillem Jover1-1/+1
2016-01-27Fix heap buffer overflow in fgetwln()Hanno Boeck1-1/+1
2016-01-27test: Add missing <sys/stat.h> includeHanno Boeck1-0/+1
2016-01-11test: Fix success return code for arc4random unit testGuillem Jover1-0/+2
2016-01-10test: Fix race condition in headers-*.shLukas Fleischer2-6/+6
2015-12-14Release libbsd 0.8.10.8.1Guillem Jover1-1/+1
2015-12-14Add support for GNU/Hurd to getentropy()Guillem Jover4-0/+450
2015-12-14test: Add new unit tests for individual headers usageGuillem Jover5-57/+74
2015-12-14Turn <bsd/bsd.h> inert when using LIBBSD_OVERLAYGuillem Jover1-1/+4
2015-12-14Add missing include to <md5.h>Guillem Jover1-0/+1
2015-12-14Use the non-overlayed libbsd headers when we need our own definitionsGuillem Jover2-0/+8
2015-12-07Switch COPYING to Debian copyright machine readable format 1.0Guillem Jover1-507/+552
2015-12-07Relicense my contribution to BSD-2-clauseGuillem Jover2-38/+16
2015-12-07Add missing copyright and license headersGuillem Jover3-0/+78
2015-12-02Fix getentropy implementation to use the correct system hooksGuillem Jover1-6/+6
2015-12-02Add support for GNU/kFreeBSD for closefrom() and getentropy()Guillem Jover2-2/+2
2015-12-02Unify most arc4random Unix hooks into a single fileGuillem Jover5-191/+15
2015-12-01Use local SHA512 headerGuillem Jover4-3/+7
2015-11-30Release libbsd 0.8.00.8.0Guillem Jover1-1/+1
2015-11-30Update license and copyright informationGuillem Jover1-6/+17
2015-11-30Update arc4random module from OpenBSD and LibreSSLGuillem Jover11-266/+820
2015-11-30Add private getentropy module from OpenBSD and LibreSSLGuillem Jover9-1/+2385
2015-11-30Add private SHA512 module from FreeBSDGuillem Jover3-0/+373
2015-11-30Add NIOS2 support to nlist()Marek Vasut1-0/+6
2015-11-30man: Rename funopen.3 to funopen.3bsd to avoid clash with funtoolsGuillem Jover2-1/+1
2015-11-30test: Check asprintf() return codeGuillem Jover1-1/+3
2015-11-30test: Add unit test for strmode()Guillem Jover3-0/+71
2015-11-30test: Add unit test for arc4random()Guillem Jover4-0/+117
2015-11-30build: Make git log invocation immune to local configurationGuillem Jover1-1/+1
2015-11-30build: Move hash/helper.c into new libbsd_la_included_sourcesGuillem Jover1-1/+6
2015-11-30build: Move proctitle_LDFLAGS inside BUILD_LIBBSD_CTOR conditionalGuillem Jover1-6/+6
2015-09-24Add explicit_bzero() function from OpenBSDGuillem Jover9-0/+148
2015-09-24Make closefrom_procfs() fail when reallocarray() failsGuillem Jover1-2/+5
2015-09-23Lock the file streams in fgetln() and fparseln()Guillem Jover2-5/+8
2015-09-23Mark functions handling format strings with __printflikeGuillem Jover2-5/+10
2015-09-23Add compile and link-time deprecation warnings for fgetln()Guillem Jover3-1/+12
2015-09-23build: Add support for linker warningsGuillem Jover2-0/+34
2015-09-23Switch fparseln() implementation from fgetln() to getline()Guillem Jover2-6/+12
2015-09-23test: Add fparseln() unit testGuillem Jover4-33/+95
2015-09-23test: Refactor stream testing functions into a new moduleGuillem Jover4-54/+125
2015-09-23Avoid left shift overflow in reallocarrayBrent Cook1-2/+2
2015-09-23Make mergesort setup() staticGuillem Jover1-1/+1