Skip to content

Tags: StoneStepsInc/fit

Tags

3.2.0

Fixed missing semicolon and version in the upgrade script

3.1.0

Changed log file to flush after each line

* Log file buffering makes it more difficult to monitor scan
  progress from another session because it may take a while
  for a file buffer to fill up before it is flushed. Now one
  of the threads printing to a log file will flush the buffer

3.0.0

Added a few comments in the file tracker

2.1.0

Updated README to describe what affects scan performance

* Removed specific numbers because they were not representative
  of the speed that could be achieved on referenced hardware
  types because of many accompanying factors, such as whether
  target folders contain binarires and antivirus software was
  active, whether the processor supports SSE/AVX, SSD hardware,
  and so on.
* Instead just described how various settings affect scan speed.

2.0.3

Fixed cryptic error with file paths with invalid characters

* The error was reported about not being able to convert a Unicode
  character to a multibyte character, which doesn't make much sense
  for UCS-2-to-UTF-8 conversion, but it turns out that file paths
  on Windows may contain malformed Unicode characters, which triggers
  this error.
* This commit adds a simple ASCII conversion for a bad Unicode path,
  which makes it easier to troubleshoot these issues.

2.0.2

Fixed incorrect to/from versions in the upgrade script

2.0.1

One more unsaved change from the previous README edit

2.0.0

Added a database schema version comment

libexif

AB#114: Added a missing include for strchr

1.2.0

Added a maximum entry size to the scan list