Prism VCS > Commits [main]
Repo Home
2025-02-27 Improve ObjectStore.WriteObject(), new ObjectWriteTransaction wit...
Christian Lee Seibold
2025-02-27 Make ObjectStore.WriteObject() method atomic and safer.
Christian Lee Seibold
2025-02-27 Make permissions on file/dir creation more consistent. Use atomic...
Christian Lee Seibold
2025-02-27 Change main.go license to MPL 2.0, and keep everything else BSD-3...
Christian Lee Seibold
2025-02-26 Add diff and check cmds. Allow giving log cmd a path. Bug fixes.
Christian Lee Seibold
2025-02-26 Add more introductory details to readme.gmi.
Christian Lee Seibold
2025-02-26 ObjectStore.GetObject() reads object header and stores size and t...
Christian Lee Seibold
2025-02-26 Add error checking to DecodeCommit() and DecodeTree().
Christian Lee Seibold
2025-02-26 Fix ObjectReader's Close() method.
Christian Lee Seibold
2025-02-25 Add unstage subcommand.
Christian Lee Seibold
2025-02-25 Basic memory allocation optimizations.
Christian Lee Seibold
2025-02-25 Improve status command.
Christian Lee Seibold
2025-02-25 Add new commands to list and prune orphaned objects (objects that...
Christian Lee Seibold
2025-02-25 Add date field to commit objects.
Christian Lee Seibold
2025-02-24 Status command shows file as changed if entry modtime is before f...
Christian Lee Seibold
2025-02-24 Fix commit cmd messing up the head reference.
Christian Lee Seibold
2025-02-24 Sorting index and tree, worktree file locking, missing index repa...
Christian Lee Seibold
2025-02-24 Add BSD-3-Clause LICENSE file to repo.
Christian Lee Seibold
2025-02-24 Refactor main.go so that each command is in its own function.
Christian Lee Seibold
2025-02-24 Change to one worktree file lock.
Christian Lee Seibold
2025-02-24 Use O_EXCL to open the file being written to in WriteObject
Christian Lee Seibold
2025-02-24 Add new object_store.go to handle reading and writing objects.
Christian Lee Seibold
2025-02-24 Add file locks for worktree head and staging files.
Christian Lee Seibold
2025-02-24 Move BlobObject type to blob.go.
Christian Lee Seibold
2025-02-24 Move CommitObject type and methods to commit.go
Christian Lee Seibold
2025-02-24 Move TreeObject and TreeEntry types and methods to tree.go
Christian Lee Seibold
2025-02-24 Move Index type and methods to worktree.go
Christian Lee Seibold
2025-02-24 Move worktree type and methods to worktree.go.
Christian Lee Seibold
2025-02-24 Move hash type and methods into hash.go.
Christian Lee Seibold
2025-02-24 Add readme.gmi file to repo.
Christian Lee Seibold
Next 30 commits