summaryrefslogtreecommitdiff
path: root/glib/gmappedfile.h
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glib: Drop G_GNUC_MALLOC usage from various other allocation functionsPhilip Withnall2018-08-221-2/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+6
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* GMappedFile: Add g_mapped_file_get_bytes()Colin Walters2012-08-171-0/+2
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-241-0/+1
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-2/+0
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-1/+1
* GMappedFile: Add API to create from an existing file descriptorPhilip Van Hoof2011-09-221-0/+3
* GMappedFile: add refcounting, switch to GSliceRyan Lortie2009-06-181-0/+5
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-0/+5
* Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, BehdadMatthias Clasen2005-06-251-0/+39