Files
git/compat
Ian McLean e4d2b8a830 Fix for issue 365: "Out of memory? mmap failed"
The git_mmap implementation was broken for file sizes that
wouldn't fit into a size_t (32 bits).  Changed 'len' to be stored
in an off_t (64 bit) variable, and moved the xsize_t cast to only
occur when an attempt is made to map past the end-of-file.
2010-04-28 16:25:04 +02:00
..
2009-04-22 19:03:39 -07:00
2008-09-30 14:30:06 -07:00
2009-03-02 18:28:06 -08:00
2010-04-28 16:25:00 +02:00
2007-06-07 00:04:01 -07:00
2009-09-18 20:00:42 -07:00
2009-09-18 20:00:42 -07:00