aboutsummaryrefslogtreecommitdiff
path: root/src/link/MachO/CodeSignature.zig
AgeCommit message (Expand)Author
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-28link.MachO: code sig size grows when emitting itAndrew Kelley
2025-08-28link.MachO: update to not use GenericWriterAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-07-22add more tracy hooksJakub Konka
2024-01-24macho: write to fileJakub Konka
2024-01-24macho: get the ball rolling!Jakub Konka
2024-01-24macho: copy over new implementation sources from zldJakub Konka
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-08-29macho: merge Zld state with MachO stateJakub Konka
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19macho: clean up hasher interfaceJakub Konka
2023-06-19macho: extract parallel hasher into a generic helper structJakub Konka
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-04-28compiler: use `@memcpy` instead of `std.mem.copy`Andrew Kelley
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