Imbus Imbus
  • Joined on 2023-08-26
Imbus pushed tag v0.2.1 to Imbus/writeimg 2026-02-07 18:55:22 +01:00
Imbus pushed tag v0.1.2 to Imbus/writeimg 2026-02-07 18:55:21 +01:00
Imbus pushed tag v0.2.0 to Imbus/writeimg 2026-02-07 18:55:21 +01:00
Imbus pushed to master at Imbus/writeimg 2026-02-07 18:53:12 +01:00
117d01fcbe v0.2.1 bump
Imbus pushed to master at Imbus/writeimg 2026-02-07 18:44:42 +01:00
692f89d6c2 Formatting
Imbus pushed to master at Imbus/writeimg 2026-02-07 18:42:41 +01:00
5cbfc38e62 Add some introduction to readme and brush up the formatting
Imbus pushed to master at Imbus/writeimg 2026-02-07 18:39:22 +01:00
008e9e7ca9 Readme txt -> md
Imbus pushed to master at Imbus/writeimg 2026-02-07 18:38:53 +01:00
9d2645ad65 Readme
53239324ef Tell the user how much data will be written beforehand
a1556ca383 Set (y/n) prompt to (y/N) to better reflect behaviour
0a4626e7d1 Fix formatting when error occurs
Compare 4 commits »
Imbus pushed to master at Imbus/writeimg 2026-02-07 17:36:42 +01:00
ab43512e42 Bump to v0.2.0
3bfbfd46fa Move noisy metadata info into help section
c67c68615a Add noconfirm flag
13e27bbcc1 Flush block device with ioctl before reading it back
c08ee6a738 Guard for verify only
Compare 8 commits »
Imbus pushed to master at Imbus/writeimg 2026-02-07 14:55:28 +01:00
5277b78fd3 Prompt user before doing anything
21f2420d42 Now includes a simple progress bar, percent only
9e96ebaca0 Assertion on file descriptor write access
Compare 3 commits »
Imbus pushed to master at Imbus/writeimg 2026-02-07 13:52:15 +01:00
804a6b1485 Include the file size in the write job struct for future reference in data rate and progress bar
c11bdd7f47 Assert that the file size is above zero
88a1a87ca6 Guard for block device name string starting with "/dev/"
cf85ca788a Verification logic now verifies both by-block and crc32
2c2fcd6c8e Bring in single-header crc32
Compare 6 commits »
Imbus pushed to master at Imbus/writeimg 2026-02-07 13:06:55 +01:00
1a73c5a248 Rename: BUFSIZE -> BLOCKSIZE
Imbus pushed to master at Imbus/writeimg 2026-02-05 03:31:37 +01:00
8a715e07fe Pass LDFLAGS, even if empty
Imbus pushed to master at Imbus/writeimg 2026-02-05 02:55:03 +01:00
68ad220640 Install -d first
Imbus pushed to master at Imbus/writeimg 2026-02-05 02:35:02 +01:00
fda25171b2 Include proper version string
9add3b7667 Use DESTDIR and PREFIX in install target
Compare 2 commits »
Imbus pushed to master at Imbus/writeimg 2026-02-05 00:16:40 +01:00
19806ab0b5 Repair broken install target
377bcb5642 Guard for when defs CR_YEAR and BLDDATE are not supplied
Compare 2 commits »
Imbus pushed to master at Imbus/writeimg 2026-02-04 23:57:13 +01:00
1e82124264 While verifying, when reading the block device, read only as much as was read from the file.
Imbus pushed to master at Imbus/writeimg 2026-02-04 23:49:45 +01:00
e69243180f Remove commented code
dd1679c824 Convert wjob to a singleton of type write_job
3e766afea3 Specify BSD-2 in copyright string
Compare 3 commits »
Imbus created branch master in Imbus/writeimg 2026-02-04 23:24:38 +01:00
Imbus pushed to master at Imbus/writeimg 2026-02-04 23:24:38 +01:00
08deed9f60 Remove unused buffer pointer
9f5ddebdb3 Links
4cddeecdfa BSD 2-Clause
77de1f5ac0 Initial