aboutsummaryrefslogtreecommitdiff
path: root/netnuke.h
Commit message (Collapse)AuthorAgeFilesLines
* This code is unstable. A runaway file descriptor is locking up the testbed.Joseph Hunkeler2009-11-091-0/+4
|
* Logging is more verbose, to include percentage completed for each device.Joseph Hunkeler2009-09-281-1/+10
| | | | | | | | | | Sending the signal SIGUSR1 now skips the current device (this is useful) MAX_SCAN has been implemented, and defaults to 255 iterations. The line clearing code inside of cleanup() is now a function called clearline(). The short version string is now a define: NETNUKE_VERSION_STRING The long version string will remain how it is for now.
* Tons of little changes. A log file is now generated with relevent ↵Joseph Hunkeler2009-09-231-0/+6
| | | | information in /tmp/netnuke.log
* Rewrite the entire core of NetNuke to store every media device in an array ↵Joseph Hunkeler2009-09-161-2/+6
| | | | | | | | | | of structs. So far the code is solid, but live-testing will be the deciding factor in if that is a true statement. Also, I remember getSize(const char* media) because it is no longer viable to use
* Attempting to make a dynamic array of devices that can be sorted, and ↵Joseph Hunkeler2009-09-161-0/+22
| | | | skipped through.
* Fixed a few things, but before a few others.Joseph Hunkeler2009-09-161-1/+1
|
* Version information is displayed on the first line.Joseph Hunkeler2009-09-111-0/+1
| | | | | | Added newline characters to various areas for a cleaner output.
* First truely working implementation.Joseph Hunkeler2009-09-111-2/+2
|
* Assloads of changesJoseph Hunkeler2009-09-101-0/+39
|
* Adding netnuke.hJoseph Hunkeler2009-09-101-0/+28