Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This code is unstable. A runaway file descriptor is locking up the testbed. | Joseph Hunkeler | 2009-11-09 | 1 | -0/+4 |
| | |||||
* | Logging is more verbose, to include percentage completed for each device. | Joseph Hunkeler | 2009-09-28 | 1 | -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 Hunkeler | 2009-09-23 | 1 | -0/+6 |
| | | | | information in /tmp/netnuke.log | ||||
* | Rewrite the entire core of NetNuke to store every media device in an array ↵ | Joseph Hunkeler | 2009-09-16 | 1 | -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 Hunkeler | 2009-09-16 | 1 | -0/+22 |
| | | | | skipped through. | ||||
* | Fixed a few things, but before a few others. | Joseph Hunkeler | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | Version information is displayed on the first line. | Joseph Hunkeler | 2009-09-11 | 1 | -0/+1 |
| | | | | | | Added newline characters to various areas for a cleaner output. | ||||
* | First truely working implementation. | Joseph Hunkeler | 2009-09-11 | 1 | -2/+2 |
| | |||||
* | Assloads of changes | Joseph Hunkeler | 2009-09-10 | 1 | -0/+39 |
| | |||||
* | Adding netnuke.h | Joseph Hunkeler | 2009-09-10 | 1 | -0/+28 |