1. 27 May, 2014 1 commit
  2. 26 May, 2014 1 commit
  3. 23 May, 2014 2 commits
  4. 22 May, 2014 6 commits
  5. 21 May, 2014 8 commits
  6. 20 May, 2014 3 commits
  7. 19 May, 2014 10 commits
  8. 18 May, 2014 3 commits
  9. 17 May, 2014 5 commits
  10. 16 May, 2014 1 commit
    • indexer: mmap fixes for Windows · 0731a5b4
      Windows has its own ftruncate() called _chsize_s().
      
      p_mkstemp() is changed to use p_open() so we can make sure we open for
      writing; the addition of exclusive create is a good thing to do
      regardless, as we want a temporary path for ourselves.
      
      Lastly, MSVC doesn't quite know how to add two numbers if one of them is a
      void pointer, so let's alias it to unsigned char.C
      Carlos Martín Nieto committed