| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat: decode and re-encode video on the GPU where there is one | Christophe Besson | 7 days | 1 | -22/+67 |
| * | fix(node): size the subtitle budget to the file, and extract each track once | Christophe Besson | 8 days | 1 | -40/+101 |
| * | fix(node): measure where a seek lands instead of predicting it | Christophe Besson | 8 days | 1 | -71/+85 |
| * | fix(node): log a subtitle request before the cache answers it | Christophe Besson | 8 days | 1 | -5/+13 |
| * | fix(node): a seek reports where the picture begins, not where it was asked | Christophe Besson | 8 days | 1 | -2/+84 |
| * | feat: tell a forced subtitle track from a full one | Christophe Besson | 8 days | 1 | -0/+6 |
| * | fix(node): a subtitle request that is cancelled must still answer | Christophe Besson | 8 days | 1 | -4/+24 |
| * | feat: embedded subtitles in the video player (MNP 3.3) | Christophe Besson | 8 days | 1 | -0/+165 |
| * | fix(node): a seek left the audio a GOP behind the picture | Christophe Besson | 9 days | 1 | -7/+35 |
| * | feat: let the viewer pick the audio track | Christophe Besson | 9 days | 1 | -5/+41 |
| * | playlists: make the writes actually leave the browser | Christophe Besson | 9 days | 1 | -8/+20 |
| * | mnp 3.1: per-account blobs the node cannot read | Christophe Besson | 10 days | 1 | -0/+142 |
| * | feat: a group can be left out of Search, and Search tries every node | Christophe Besson | 11 days | 1 | -0/+43 |
| * | feat(node): progress names the root under way and the roots waiting | Christophe Besson | 12 days | 1 | -6/+12 |
| * | fix(node): an added root is served before it is scanned | Christophe Besson | 12 days | 1 | -1/+15 |
| * | fix(node): chat is bounded in size and in rate | Christophe Besson | 12 days | 1 | -0/+81 |
| * | fix(node): the node's own controls take no authority from a hub token | Christophe Besson | 12 days | 1 | -19/+71 |
| * | fix(node): a transfer id names a lease, or it names nothing | Christophe Besson | 12 days | 1 | -10/+109 |
| * | fix(node): an uploaded file records who sent it | Christophe Besson | 12 days | 1 | -11/+14 |
| * | fix: bound what one member can cost the others | Christophe Besson | 13 days | 1 | -0/+60 |
| * | fix(node): the handshake ack dropped one app's directories | Christophe Besson | 2026-09-10 | 1 | -3/+21 |
| * | docs(node): the ack comment described scalars that are gone | Christophe Besson | 2026-09-10 | 1 | -6/+12 |
| * | refactor(mnp)!: one operation for an app's folders, not one per app | Christophe Besson | 2026-09-10 | 1 | -199/+12 |
| * | docs(code): drop the references to a plan file that no longer exists | Christophe Besson | 2026-09-10 | 1 | -3/+3 |
| * | fix(node): device messages are authenticated-only, and the code now says so | Christophe Besson | 2026-09-10 | 1 | -2/+2 |
| * | refactor(common): delete the sender-key implementation nothing uses | Christophe Besson | 2026-09-10 | 1 | -6/+4 |
| * | refactor(mnp)!: one answer to "may this member write", and it is the root | Christophe Besson | 2026-09-10 | 1 | -22/+0 |
| * | fix(node): report the transfer cap the node actually enforces | Christophe Besson | 2026-09-10 | 1 | -2/+6 |
| * | fix(node): a video the browser cannot decode is re-encoded, not refused | Christophe Besson | 2026-09-09 | 1 | -6/+43 |
| * | feat: MNP 3.0 — a transfer needs a lease | Christophe Besson | 2026-09-09 | 1 | -0/+29 |
| * | feat: resume an interrupted upload, and pause one | Christophe Besson | 2026-09-09 | 1 | -0/+48 |
| * | feat(node): uploads outlive their connection, and their leftovers are reaped | Christophe Besson | 2026-09-09 | 1 | -14/+41 |
| * | log(node): a transfer open is INFO, not DEBUG | Christophe Besson | 2026-09-09 | 1 | -2/+8 |
| * | fix(node): a running transfer keeps its slot, and a dead grant lets go | Christophe Besson | 2026-09-08 | 1 | -0/+11 |
| * | feat(node): make the transfer caps settable, node-wide and per group | Christophe Besson | 2026-09-08 | 1 | -0/+89 |
| * | feat(node): transfer leases, pools and a queue for downloads and uploads | Christophe Besson | 2026-09-08 | 1 | -1/+248 |
| * | fix(node): make max_concurrent_streams take effect without a restart | Christophe Besson | 2026-09-08 | 1 | -3/+60 |
| * | feat(chat): Tier 2 — a member verifies another member's device itself | Christophe Besson | 2026-09-07 | 1 | -2/+62 |
| * | Merge origin/main into the chat encryption work | Christophe Besson | 2026-09-07 | 1 | -138/+171 |
| |\ |
|
| | * | feat(mnp)!: seal the upload under the group key | Christophe Besson | 2026-09-07 | 1 | -68/+105 |
| | * | refactor(mnp)!: remove stream_seg, the last unencrypted content message | Christophe Besson | 2026-09-07 | 1 | -67/+0 |
| | * | fix(mnp): give a reply an id, so it stops being routed by luck | Christophe Besson | 2026-09-07 | 1 | -1/+61 |
| * | | feat(chat): encrypt group chat under per-device epoch keys (MNP 2.0) | Christophe Besson | 2026-09-07 | 1 | -53/+519 |
| |/ |
|
| * | fix(node): remove --upload-dir rather than document it | Christophe Besson | 2026-09-07 | 1 | -3/+7 |
| * | feat(client): HelloWorld, the reference application | Christophe Besson | 2026-09-07 | 1 | -1/+8 |
| * | feat(client): bring back New folder, icon-only — and close the hole it opened | Christophe Besson | 2026-09-06 | 1 | -0/+22 |
| * | feat(node): an upload lands in the folder it was sent to | Christophe Besson | 2026-09-06 | 1 | -13/+42 |
| * | fix(node): the MNP root path never reloaded, and my first repair made it worse | Christophe Besson | 2026-09-06 | 1 | -1/+27 |
| * | feat(node): Phase 2 server side — one directory setting for every app | Christophe Besson | 2026-09-06 | 1 | -0/+190 |
| * | fix(groups): finish Phase 1 — MNP root management, upload targets, eject state | Christophe Besson | 2026-09-06 | 1 | -13/+28 |