rocksdb/port/win
Dmitri Smirnov e95b703b7f Mmap reads should not return error if reading past file
Summary:
  This mirrors  https://reviews.facebook.net/D45645
  Currently, mmap returns IOError when user tries to read
  data past the end of the file. This diff changes the behavior.
  Now, we return just the bytes that we can, and report the size
  we returned via a Slice result. This is consistent with non-mmap
  behavior and also pread() system call.
2015-10-06 16:19:58 -07:00
..
env_win.cc Mmap reads should not return error if reading past file 2015-10-06 16:19:58 -07:00
port_win.cc Set max_open_files based on ulimit 2015-09-10 10:49:28 -07:00
port_win.h Re-work to support size_t max constant for 32/64-bit. 2015-09-22 10:34:21 -07:00
win_logger.cc Remove usage of C runtime API that has file handle limitation 2015-08-26 18:51:18 -07:00
win_logger.h Remove usage of C runtime API that has file handle limitation 2015-08-26 18:51:18 -07:00