aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-26strfry: fix support for empty stringsMattias Andrée1-2/+3
2016-03-21Fix issue #11 on githubMattias Andrée1-2/+2
2016-03-05mMattias Andrée1-1/+1
2016-03-01derpMattias Andrée1-1/+1
2016-03-01strfry: use Durstenfeld's algorithm instead of Satallo's algorithmMattias Andrée1-2/+2
2016-02-29strfry: non-uniform random number generationMattias Andrée1-1/+1
2016-02-24fix terrible mistake in bsearchMattias Andrée1-1/+2
2016-02-20add bsearchMattias Andrée1-0/+70
2016-02-14Fix issue #10 on githubMattias Andrée1-1/+1
2016-02-09improve machinemodeMattias Andrée1-14/+73
2016-01-14misread specificationMattias Andrée1-10/+0
2016-01-01partially split malloc.cMattias Andrée7-156/+281
2016-01-01docMattias Andrée1-0/+24
2016-01-01extension: free will perserve errnoMattias Andrée2-0/+12
2016-01-01mMattias Andrée3-8/+25
2016-01-01portabilityMattias Andrée1-3/+9
2016-01-01bump yearMattias Andrée214-214/+214
2015-12-31m bug fix: reopen: closed wrong fdMattias Andrée1-1/+1
2015-12-31fix DAEMONISE_KEEP_FDSMattias Andrée1-3/+4
2015-12-31mMattias Andrée1-5/+7
2015-12-31daemonise: add option to override pid fileMattias Andrée1-2/+3
2015-12-31m bug fixMattias Andrée1-1/+1
2015-12-30m bug fixMattias Andrée1-4/+4
2015-12-30SIGKILL and SIGSTOP cannot be cought, for you get an exception even if SIG_DFL is usedMattias Andrée1-1/+2
2015-12-30typo + other ways to catch fireMattias Andrée1-1/+54
2015-12-30needstack: We cannot protect ourself from death by SIGSEGV, the CPU would halt and catch fire.Mattias Andrée1-0/+2
2015-12-30needstack: forgot to set the maskMattias Andrée1-0/+3
2015-12-30needstack: use pthread_sigmask rather than sigprocmaskMattias Andrée1-2/+2
2015-12-30add reopenMattias Andrée1-0/+79
2015-12-29halt + hcfMattias Andrée2-0/+73
2015-12-29use pthread_sigmask, not sigprocmaskMattias Andrée4-12/+12
2015-12-29more functions to add + implement readn, writen, preadn, and pwritenMattias Andrée4-0/+296
2015-12-29mMattias Andrée1-1/+1
2015-12-29typoMattias Andrée1-1/+1
2015-12-28mMattias Andrée1-1/+1
2015-12-28fix dup_at_least_3: must duplicate at least onceMattias Andrée1-1/+2
2015-12-28daemonise: support keeping arbitrary fd:s openMattias Andrée1-7/+96
2015-12-28fix errorsMattias Andrée1-16/+19
2015-12-27fix errors and warningsMattias Andrée5-32/+34
2015-12-27fix warningMattias Andrée1-1/+1
2015-12-27typoMattias Andrée1-1/+1
2015-12-27fix errorsMattias Andrée1-5/+6
2015-12-27fix punctuationMattias Andrée1-4/+4
2015-12-27fix errors and warningsMattias Andrée8-3/+19
2015-12-27fix errorsMattias Andrée1-22/+27
2015-12-27suppress a bunch of warningsMattias Andrée1-0/+79
2015-12-26fix issue #9 on githubMattias Andrée1-1/+1
2015-12-25add undaemoniseMattias Andrée1-4/+49
2015-12-23typoMattias Andrée1-1/+1
2015-12-23mMattias Andrée1-3/+3