aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/tlcsprng.zig
AgeCommit message (Expand)Author
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-15add fork case for haikuAl Hoang
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-20std: Make atfork handler more robustLemonBoy
2021-05-20std: Call pthread_atfork only onceLemonBoy
2021-05-20std: Fix error in tlcsprng init sequenceLemonBoy
2021-05-17Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-17std: Allocate tlscsprng memory as neededLemonBoy
2021-02-25initial support for haiku sync updateAl Hoang
2020-12-31Year++Frank Denis
2020-12-19stage1: Fix for generic fn monomorphizationLemonBoy
2020-12-18work around compiler bug regarding generic function slice alignmentAndrew Kelley
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-18std: tlcsprng: cleanups & improvementsAndrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley