aboutsummaryrefslogtreecommitdiff
path: root/log.c
Commit message (Collapse)AuthorAgeFilesLines
* Linux compat with CLOCKS_PER_SECHEADmasterJoseph Hunkeler2010-02-251-0/+3
| | | | | | Added missing log.c to Makefile.linux
* Logging is more verbose, to include percentage completed for each device.Joseph Hunkeler2009-09-281-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.cJoseph Hunkeler2009-09-231-0/+78
Fixed character buffer overflow when copying the media names from the structure.