summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
12 dayscargo: Run `cargo update` on workspaceHEADmastercloudhead1-300/+319
12 daysbuild: Update to zig 0.12.0, add `rad-web`cloudhead1-4/+8
12 daysnode: Improved message loggingcloudhead2-8/+17
12 daysnode: Add 'disconnect' command to handlecloudhead6-0/+108
13 daysdocs: Update manual pages to 1.0.0cloudhead5-11/+11
13 daysnode: Add support for `.onion` addresses in wirecloudhead3-5/+37
2024-04-20cli: Enable HTML syntax highlighting in diffscloudhead1-3/+2
2024-04-20Reproducible cross-compiled buildscloudhead10-85/+361
2024-04-18helper: Allow pushing a raw SHA-1cloudhead3-2/+26
2024-04-18node: Event on local refs announcementcloudhead2-2/+11
2024-04-18node: Update routing table on fetchcloudhead1-15/+17
2024-04-15term: Update `inquire` cratecloudhead2-25/+25
2024-04-10httpd: Remove diff and branches from history routeSebastian Martinez1-335/+49
2024-04-09cli: fix rad inbox clear outputFintan Halpenny2-2/+6
2024-04-09node: handle removal of cob from cacheFintan Halpenny3-7/+48
2024-04-09node: Always notify the service of a fetch resultcloudhead1-21/+21
2024-04-09node: Keep track of data sent/received in fetchcloudhead2-29/+68
2024-04-09cli: Add partial clone fail testcloudhead4-4/+93
2024-04-09cli: `rad sync` UX improvementscloudhead4-25/+149
2024-04-08cli: Improve UX for cloning/fetching private reposcloudhead5-16/+28
2024-04-08node: Don't re-queue fetch that is already queuedcloudhead1-3/+18
2024-04-08fetch: Improve logging of clonecloudhead2-7/+17
2024-04-08node: Simplify and fix fetch dequeueingcloudhead1-11/+8
2024-04-06cli: Add tool in case `sqlite3` is unavailablecloudhead3-0/+73
2024-04-05node: Populate refs db on startupcloudhead2-0/+31
2024-04-05radicle: Implement `remote_refs_at`cloudhead9-84/+221
2024-04-05node: Account for skipped refs when announcingcloudhead1-2/+1
2024-04-05node: Skip fetch early if no refs in announcementcloudhead1-15/+15
2024-04-04node: Improve fetch loggingcloudhead2-10/+29
2024-04-04node: Remove namespaces from fetch requestcloudhead6-37/+14
2024-04-04node: Always check refs status before fetchingcloudhead2-54/+66
2024-04-04cli: Don't allow announcing without a forkcloudhead1-1/+11
2024-04-04node: Fix logging for skipped refscloudhead1-3/+3
2024-04-04term: Fix editor command with argscloudhead3-1/+16
2024-04-03cli: explain public to private changesFintan Halpenny1-0/+42
2024-04-03docs: link to protocol guideLars Wirzenius2-1/+4
2024-04-03man: Add `rad patch archive` to man pageSebastian Martinez1-1/+7
2024-04-03cli: Display better errors in `patch ready`Sebastian Martinez2-5/+12
2024-04-03cli: Display correct merge author in rad patch show outputSebastian Martinez1-5/+5
2024-04-03cli: Don't force bold output to be whiteRichard Levitte1-1/+1
2024-04-03radicle: fault tolerant thresholdsFintan Halpenny13-164/+512
2024-04-03node: Simplify handling of fetch completioncloudhead8-84/+79
2024-04-03node: Don't fetch if only our own remotecloudhead1-7/+13
2024-04-03node: Improvements to test reliabilitycloudhead5-29/+80
2024-04-03node: Include identity doc in fetch resultcloudhead9-41/+114
2024-04-03radicle: Switch error type for repository methodscloudhead5-14/+32
2024-04-01node: Small changes and note around initial statecloudhead2-1/+3
2024-04-01node: Put new `refs` table in new migrationcloudhead3-21/+20
2024-03-30nix: Update rust-overlay input to rust 1.77Michael Raitza1-3/+3
2024-03-29node: Use refs cache to decide on fetchingcloudhead18-582/+472