0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[gdisk.c] Make sure we initialize our optional args. More... about 15 years ago
[gdisk.c] Detect too many arguments to a command. More... about 15 years ago
[guid] Return a "bad guid" from guid_from_string() when string is not parsable rather than printing. More... about 15 years ago
[human.c] Fix off by one bug that the test suite caught. More... about 15 years ago
[human] Add human_size() and test suite. More... about 15 years ago
[human.c] Make sure B lines up with the rest of the units. More... about 15 years ago
Added human_string() which is easier to use (it's csprintf() based). More... about 15 years ago
Move human_format() stuff into it's own file More... about 15 years ago
[guid.[ch]] Add guid_from_string() for parsing guids. More... about 15 years ago
Add and use guid_create(). More... about 15 years ago
Make GUIDs a structure so you can use them as l and rvalues. More... about 15 years ago
Add guid_eq() function for better readability. More... about 15 years ago
[gdisk.c] Tweak prompts and help so help look good in both help and prompts. More... about 15 years ago
[gdisk.c] No need to do interactive flags since you can now only put them on the command line. More... about 15 years ago
[gdisk.c] Use find_command() in run_command(). More... about 15 years ago
[gdisk.c] Don't prompt for optional parameters. Those *must* come on the command line now. More... about 15 years ago
[gdisk.c] Add detailed help for individual commands. More... about 15 years ago
[gdisk.c] Sort the list of commands in the help. More... about 15 years ago
[gdisk] Autodetect help width. More... about 15 years ago
[gdisk] Make flag parameters optional. More... about 15 years ago
[gdisk.c] Parse command line. Now you can put arguments on the command line. More... about 15 years ago
[gdisk.c] Add xrealloc() to match other x*() functions. More... about 15 years ago
[gdisk.c] Split command line "parsing" into its own function. This cleans things up a lot. More... about 15 years ago
[Makefile] Mac OS X has libuuid built-in somehow (and not available separately). More... about 15 years ago
[Makefile] Make LDLIBS specific to target. More... about 15 years ago
function and command to convert from an mbr to a gpt More... about 15 years ago
use e2fstools' uuid generation for now More... about 15 years ago
init the alias array when creating a blank_table() More... about 15 years ago
[main] print white space clearly on command errors More... about 15 years ago
use structure assignment instead of memcpy for clarity More... about 15 years ago