aboutsummaryrefslogtreecommitdiff
path: root/src/link/MachO/CodeSignature.zig
AgeCommit message (Expand)Author
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
2022-12-16macho: fix 32bit buildJakub Konka
2022-12-16macho: move parallel file hashing back to CodeSignatureJakub Konka
2022-12-16macho: generalize parallel hasher; impl parallel MD5-like hashJakub Konka
2022-10-23macho: temp hash buffer has to live as long as pread error resolutionJakub Konka
2022-10-23macho: increment temp buffer when calculating hashesJakub Konka
2022-10-22link.MachO: multi-thread first round of sha256 hashingAndrew Kelley
2022-08-03macho: sync with zldJakub Konka
2022-07-01macho: implement pruning of unused segments and sectionsJakub Konka
2022-04-01macho: set CS_LINKER_SIGNED flag in code signature generated by zldJakub Konka
2022-03-22macho: extend CodeSignature to accept entitlementsJakub Konka
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-01Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes senseRyan Liptak
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-08-01macho: fix Trie and CodeSignature unit testsJakub Konka
2021-08-01macho: make CodeSignature accept allocator as paramJakub Konka
2021-05-08update usage of std.testing in stage2Veikka Tuominen
2021-01-15macho: use target arch page_size for codesigJakub Konka
2021-01-01macho: unblock stage2 on 32bit platforms (#7632)Jakub Konka
2020-12-19macho: auto-coerce to sliceJakub Konka
2020-12-01macho: dynamically calculate code signature paddingJakub Konka
2020-12-01macho: unify code signature between stage1 and stage2Jakub Konka
2020-12-01lld: use commands.LoadCommand in self-hosted linkerJakub Konka
2020-12-01lld: add code signature to lld outputJakub Konka
2020-11-26stage2 macho: first, rough draft at trampoliningJakub Konka
2020-11-26stage2 macho: cleanup logsJakub Konka
2020-11-26stage2 macho: fix issues with codesigningJakub Konka
2020-11-26stage2 macho: generate a code sig (not valid yet)Jakub Konka
2020-11-26stage2 macho: add info about __TEXT segmentJakub Konka
2020-11-26stage2 macho: add empty CodeDirectory blobJakub Konka
2020-11-26stage2 macho: move code signature logic into structJakub Konka