1. 06 Feb, 2015 2 commits
    • Max Kellermann's avatar
      fs/io/FileOutputStream: don't auto-delete file on WIN32 · d38034bb
      Max Kellermann authored
      The file handle is never reset to INVALID_HANDLE_VALUE, and thus the
      destructor will assume the operation shall be cancelled and will
      delete the temporary file.
      
      This was a major breakage for saving the database file and the state
      file.
      d38034bb
    • Max Kellermann's avatar
      TagBuilder: allow adding duplicate tag types in Complement() · b3fe3e8b
      Max Kellermann authored
      Build a table of pre-existing tag types before adding new items.  The
      old way would check HasType() each time, which would return true after
      the first instance of that tag type had been added, preventing
      duplicate tag types to be merged.
      
      This broke duplicate tag types loaded from the state file, because
      this code path uses TagBuilder::Complement().
      b3fe3e8b
  2. 30 Jan, 2015 2 commits
  3. 29 Jan, 2015 5 commits
  4. 26 Jan, 2015 4 commits
  5. 23 Jan, 2015 3 commits
  6. 22 Jan, 2015 1 commit
  7. 21 Jan, 2015 1 commit
  8. 16 Jan, 2015 2 commits
  9. 14 Jan, 2015 3 commits
  10. 09 Jan, 2015 1 commit
  11. 06 Jan, 2015 4 commits
  12. 26 Dec, 2014 12 commits