index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
link
/
MachO
/
CodeSignature.zig
Age
Commit message (
Expand
)
Author
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-28
link.MachO: code sig size grows when emitting it
Andrew Kelley
2025-08-28
link.MachO: update to not use GenericWriter
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-07-22
add more tracy hooks
Jakub Konka
2024-01-24
macho: write to file
Jakub Konka
2024-01-24
macho: get the ball rolling!
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
macho: clean up hasher interface
Jakub Konka
2023-06-19
macho: extract parallel hasher into a generic helper struct
Jakub Konka
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
2022-12-16
macho: fix 32bit build
Jakub Konka
2022-12-16
macho: move parallel file hashing back to CodeSignature
Jakub Konka
2022-12-16
macho: generalize parallel hasher; impl parallel MD5-like hash
Jakub Konka
2022-10-23
macho: temp hash buffer has to live as long as pread error resolution
Jakub Konka
2022-10-23
macho: increment temp buffer when calculating hashes
Jakub Konka
2022-10-22
link.MachO: multi-thread first round of sha256 hashing
Andrew Kelley
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-01
macho: implement pruning of unused segments and sections
Jakub Konka
2022-04-01
macho: set CS_LINKER_SIGNED flag in code signature generated by zld
Jakub Konka
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-01
Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes sense
Ryan Liptak
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-01
macho: fix Trie and CodeSignature unit tests
Jakub Konka
2021-08-01
macho: make CodeSignature accept allocator as param
Jakub Konka
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-01-15
macho: use target arch page_size for codesig
Jakub Konka
2021-01-01
macho: unblock stage2 on 32bit platforms (#7632)
Jakub Konka
2020-12-19
macho: auto-coerce to slice
Jakub Konka
2020-12-01
macho: dynamically calculate code signature padding
Jakub Konka
2020-12-01
macho: unify code signature between stage1 and stage2
Jakub Konka
2020-12-01
lld: use commands.LoadCommand in self-hosted linker
Jakub Konka
2020-12-01
lld: add code signature to lld output
Jakub Konka
2020-11-26
stage2 macho: first, rough draft at trampolining
Jakub Konka
2020-11-26
stage2 macho: cleanup logs
Jakub Konka
2020-11-26
stage2 macho: fix issues with codesigning
Jakub Konka
2020-11-26
stage2 macho: generate a code sig (not valid yet)
Jakub Konka
2020-11-26
stage2 macho: add info about __TEXT segment
Jakub Konka
2020-11-26
stage2 macho: add empty CodeDirectory blob
Jakub Konka
2020-11-26
stage2 macho: move code signature logic into struct
Jakub Konka