AgeAuthorCommit message
3 months agogravatar for hello@nektro.netMeghan Dennyfix a crash in getTreeCommits when a tree used to be a submodule
3 months agogravatar for hello@nektro.netMeghan Dennyupdate to zig 0.16
3 months agogravatar for hello@nektro.netMeghan Dennyupdate to zig 0.16.0
3 months agogravatar for hello@nektro.netMeghan Dennyremove c dep from sys-linux
3 months agogravatar for hello@nektro.netMeghan Dennyupdate to zig 0.15.2
3 months agogravatar for hello@nektro.netMeghan Dennyupdate to zig 0.15.2
3 months agogravatar for hello@nektro.netMeghan Dennydeps: added zig-sys-darwin
3 months agogravatar for hello@nektro.netMeghan Dennygive madler/zlib a stable id
3 months agogravatar for hello@nektro.netMeghan DennyRepository.getTreeCommits: if search makes it to the end, don't assign the first commit; assign the last
3 months agogravatar for hello@nektro.netMeghan DennyRepository.getTreeCommits: include first commit in searched number
3 months agogravatar for hello@nektro.netMeghan DennyRepository.getTreeCommits: result is in the same order as base_tree.children so we can skip the .get lookup here
3 months agogravatar for hello@nektro.netMeghan Dennyreplace 'std.process.Child' calls with custom implementation
4 months agogravatar for hello@nektro.netMeghan DennyparseTreeDiff: fix file name when has a space in it and is binary change
4 months agogravatar for hello@nektro.netMeghan Dennyadd Repository.getObjectS()
4 months agogravatar for hello@nektro.netMeghan Dennyadd Tree.Object.Mode.intbytes()
4 months agogravatar for hello@nektro.netMeghan DennygetTreeCommits: don't get the tree if it's the same one as the previous commit
5 months agogravatar for hello@nektro.netMeghan DennyTree: add Walker
5 months agogravatar for hello@nektro.netMeghan Dennymove Tree, Commit, Tag below Repository
5 months agogravatar for hello@nektro.netMeghan DennyTree: Object names are nul-terminated
5 months agogravatar for hello@nektro.netMeghan Dennyadd getTreeCommits test
5 months agogravatar for hello@nektro.netMeghan Dennyfix test from parent
5 months agogravatar for hello@nektro.netMeghan DennygetTree: another speedup from a custom MultiArrayList
5 months agogravatar for hello@nektro.netMeghan DennygetTree: only recalculate MAL slice on list resize
5 months agogravatar for hello@nektro.netMeghan DennyTree: replace children with MultiArrayList to enable binary search in get
5 months agogravatar for hello@nektro.netMeghan DennygetTreeCommits: short-circuit when traverseTo cant find the path
5 months agogravatar for hello@nektro.netMeghan Dennycomment another log for getTreeCommits
5 months agogravatar for hello@nektro.netMeghan Dennyfix log typo
5 months agogravatar for hello@nektro.netMeghan Dennycache ofs_delta objects too
5 months agogravatar for hello@nektro.netMeghan Dennyfix test from previous commit
5 months agogravatar for hello@nektro.netMeghan Dennyadd getTreeCommits
5 months agogravatar for hello@nektro.netMeghan Dennymake getCommit return indexes now instead of big struct
5 months agogravatar for hello@nektro.netMeghan DennyaddPackedRefs: fix error when packed-refs does not exist yet
5 months agogravatar for hello@nektro.netMeghan Dennytruncase instead of intCast here, slice may be longer but correct block will always fit
5 months agogravatar for hello@nektro.netMeghan Dennyinclude the .idx name in this tracer log
5 months agogravatar for hello@nektro.netMeghan Dennyhandle large pack_offset
5 months agogravatar for hello@nektro.netMeghan Dennyadd Mode.eql()
5 months agogravatar for hello@nektro.netMeghan Dennyremove an undefined in parseTreeDiff
5 months agogravatar for hello@nektro.netMeghan Dennyfix oneliner in getDeltadObject when nbytes=0
5 months agogravatar for hello@nektro.netMeghan Dennyupdate this todo comment
5 months agogravatar for hello@nektro.netMeghan Dennymigrate tests
5 months agogravatar for hello@nektro.netMeghan Dennydelete some dead code
5 months agogravatar for hello@nektro.netMeghan Dennyupdate licenses.txt
5 months agogravatar for hello@nektro.netMeghan Dennyuse Z_SYNC_FLUSH
5 months agogravatar for hello@nektro.netMeghan Dennycompressed_content is not limited by size
5 months agogravatar for hello@nektro.netMeghan Dennyuse zlib c library for decompression
5 months agogravatar for hello@nektro.netMeghan Dennyimplement the oid .idx binary search
5 months agogravatar for hello@nektro.netMeghan Dennydry up a bit with getDeltadObject
5 months agogravatar for hello@nektro.netMeghan Dennyadd resources to readme
5 months agogravatar for hello@nektro.netMeghan Dennyimplement ref_delta packed object type
5 months agogravatar for hello@nektro.netMeghan Dennyhide the debug logs
Loading...