summaryrefslogtreecommitdiff
path: root/glib/gmappedfile.c
Commit message (Expand)AuthorAgeFilesLines
* GMappedFile: Add g_mapped_file_get_bytes()wip/gbytes-takeoverColin Walters2012-05-291-0/+22
* Fix up 'Since:' for g_mapped_file_new_from_fd()Richard Hughes2012-02-231-1/+1
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-241-11/+0
* Move file utility docs inlineMatthias Clasen2011-10-011-1/+9
* gmappedfile.c: Define S_IFREG on Win32 when it's not availableChun-wei Fan2011-09-231-0/+4
* GMappedFile: Add API to create from an existing file descriptorPhilip Van Hoof2011-09-221-62/+112
* Forgotten part of an earlier mismergeMatthias Clasen2011-09-211-1/+5
* GMappedFile: return an error when trying to map a deviceMatthias Clasen2011-09-171-4/+9
* GBuffer: Suffix header with private.hColin Walters2011-06-061-1/+1
* GMappedFile: remove nonatomic accesses to ref_countMatthias Clasen2011-06-061-2/+0
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* 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