summaryrefslogtreecommitdiff
path: root/glib/gmappedfile.c
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exe...Maciej S. Szmigiero2023-02-211-1/+5
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* Fix signedness in glib/gmappedfile.cEmmanuel Fleury2019-03-151-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-2/+2
* glib: Add filename type annotationsChristoph Reiter2016-06-041-1/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-3/+4
* win32: misc warning fixesDan Winship2012-11-151-0/+2
* GMappedFile: Add g_mapped_file_get_bytes()Colin Walters2012-08-171-0/+24
* 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