Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linux compat with CLOCKS_PER_SECHEADmaster | Joseph Hunkeler | 2010-02-25 | 1 | -0/+3 |
| | | | | | | Added missing log.c to Makefile.linux | ||||
* | Logging is more verbose, to include percentage completed for each device. | Joseph Hunkeler | 2009-09-28 | 1 | -1/+0 |
| | | | | | | | | | | 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. | ||||
* | Initial commit of log.c | Joseph Hunkeler | 2009-09-23 | 1 | -0/+78 |
Fixed character buffer overflow when copying the media names from the structure. |