win32_unicode 563 B

1234567891011
  1. o Minor bugfixes
  2. - On Windows, build correctly either with or without Unicode support.
  3. This is necessary so that Tor can support fringe platforms like
  4. Windows 98 (which has no Unicode), or Windows CE (which has no
  5. non-Unicode). Bugfix on 0.2.2.14-alpha. Fixes bug 1797.
  6. - Fix the Windows directory-listing code. A bug introduced in
  7. 0.2.2.14-alpha could make Windows directory servers forget to
  8. load some of their cached v2 networkstatus files.
  9. o Testing
  10. - Add a unit test for cross-platform directory-listing code.