aboutsummaryrefslogtreecommitdiff
path: root/netnuke.c
Commit message (Expand)AuthorAgeFilesLines
* No space left on device no longer scrolls the screen.Joseph Hunkeler2009-09-301-1/+8
* Logging is more verbose, to include percentage completed for each device.Joseph Hunkeler2009-09-281-20/+92
* Initial commit of log.cJoseph Hunkeler2009-09-231-2/+2
* Tons of little changes. A log file is now generated with relevent informatio...Joseph Hunkeler2009-09-231-5/+48
* We can now collect stats on different devices.Joseph Hunkeler2009-09-221-5/+8
* Eventually I would like each mediaList iteration perform a user defined scan ...Joseph Hunkeler2009-09-201-2/+2
* SATA checkpoint to iterate IDE devices works now.Joseph Hunkeler2009-09-201-2/+5
* Using memcpy instead of strncpy for the character arrays inside the structure...Joseph Hunkeler2009-09-171-6/+6
* I had to comment on a little comment I forgot to put in.Joseph Hunkeler2009-09-171-0/+1
* Various small bug fixes and verbosity with the command line.Joseph Hunkeler2009-09-171-8/+20
* human_readable.c (on linux) stopped working, so i had to comment out fts.h fo...Joseph Hunkeler2009-09-171-65/+48
* Small changes.Joseph Hunkeler2009-09-171-1/+9
* Forgot to remove "error". It is no longer used either.Joseph Hunkeler2009-09-161-2/+0
* Rewrite the entire core of NetNuke to store every media device in an array of...Joseph Hunkeler2009-09-161-79/+108
* Attempting to make a dynamic array of devices that can be sorted, and skipped...Joseph Hunkeler2009-09-161-166/+220
* Fixed a few things, but before a few others.Joseph Hunkeler2009-09-161-34/+75
* Made the number of passes easier to understand.Joseph Hunkeler2009-09-111-1/+1
* Version information is displayed on the first line.Joseph Hunkeler2009-09-111-1/+14
* First truely working implementation.Joseph Hunkeler2009-09-111-52/+39
* Assloads of changesJoseph Hunkeler2009-09-101-114/+184
* Too many changes to really note them all.Joseph Hunkeler2009-09-101-14/+104
* Started working on command line arguments and helper macrosJoseph Hunkeler2009-09-101-1/+95
* Replaced printf("\n") with putchar('\n');Joseph Hunkeler2009-09-081-1/+1
* (no commit message)Joseph Hunkeler2009-09-081-0/+332