summaryrefslogtreecommitdiff
path: root/glib/gmappedfile.c
Commit message (Expand)AuthorAgeFilesLines
* Use static assert over runtime assert if possibleChristian Persch2010-03-151-9/+10
* GMappedFile: minimal changes to support GBufferRyan Lortie2010-02-061-15/+31
* Internally use the _stati64 API explicitly on WindowsTor Lillqvist2010-02-041-3/+2
* Return NULL from g_mapped_file_get_contents()Ryan Lortie2010-01-271-2/+4
* GMappedFile: add refcounting, switch to GSliceRyan Lortie2009-06-181-13/+60
* Define fstat() for msvc buildHans Breuer2009-05-301-0/+5
* Fix typosBehdad Esfahbod2007-08-201-1/+1
* Make mapping of empty files work. (#321530)Matthias Clasen2005-12-031-3/+14
* Report an error if the file is too large. (#315275, Kjartan Maraas)Matthias Clasen2005-09-051-4/+11
* include <process.h> for getpid() include <io.h> for close() etc. addHans Breuer2005-07-021-0/+1
* libtool installs/uninstalls the import library, no need to do itTor Lillqvist2005-06-261-4/+40
* Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, BehdadMatthias Clasen2005-06-251-0/+223