1. 15 Jun, 2015 1 commit
  2. 07 Apr, 2014 1 commit
    • Fix bug with multiple iconv conversions in one dir · c813b345
      The internal buffer in the `git_path_iconv_t` structure was not
      being reset before the calls to `iconv` were made to convert data,
      so if there were multiple decomposed Unicode paths in a single
      directory, paths after the first one were being appended to the
      first instead of treated as independent data.
      Russell Belfer committed
  3. 14 Nov, 2013 1 commit
  4. 01 Nov, 2013 1 commit
  5. 03 Oct, 2013 2 commits
    • Clean up annoying warnings · af302aca
      The indexer code was generating warnings on Windows 64-bit.  I
      looked closely at the logic and was able to simplify it a bit.
      
      Also this fixes some other Windows and Linux warnings.
      Russell Belfer committed
    • Wrap iconv stuff and write tests · 618b7689
      This adds a simple wrapper around the iconv APIs and uses it
      instead of the old code that was inlining the iconv stuff.  This
      makes it possible for me to test the iconv logic in isolation.
      A "no iconv" version of the API was defined with macros so that
      I could have fewer ifdefs in the code itself.
      Russell Belfer committed