summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* Silence automakeMatthias Clasen2013-02-023-10/+9
* Fix gio tests makefile for W32Руслан Ижбулатов2013-02-021-0/+4
* Don't try to find nfs mounts on WindowsMatthias Clasen2013-02-021-0/+11
* gdbus: Don't output invalid nested <para> docbook tagsStef Walter2013-01-311-7/+13
* gdbus: Don't output invalid empty <variablelist> tagsStef Walter2013-01-311-19/+21
* GInetSocketAddress: fix the byte order of flowinfo and scope_idDan Winship2013-01-303-6/+6
* Add g_close(), use itColin Walters2013-01-2910-56/+63
* GFile: Clean up file_copy_fallback to fix SEGV with btrfsColin Walters2013-01-271-64/+76
* .gitignore updatesDan Winship2013-01-261-0/+4
* Plug a small memleak in gdbus-export testMatthias Clasen2013-01-251-0/+1
* gfile: Ensure we create internal pipe with FD_CLOEXECColin Walters2013-01-251-6/+5
* gcontenttype: Duplicate the string inside Mutex lock for thread-safetyAkira TAGOH2013-01-251-1/+2
* Ignore fstab entries that are bind mountsAlexander Larsson2013-01-241-0/+4
* build: fix a srcdir != builddir problem with gnetworking.hDan Winship2013-01-231-4/+2
* GNetworkMonitorNetlink: make the netlink socket cloexecDan Winship2013-01-233-36/+57
* gfile: don't report completion twice on g_file_load_contents errorCosimo Cecchi2013-01-211-4/+5
* inotify: fix a memleakCosimo Cecchi2013-01-211-0/+1
* fam: implement gio-nfs-{file,directory}-monitorRyan Lortie2013-01-193-0/+10
* localfile: add support for monitoring on NFSRyan Lortie2013-01-196-12/+105
* file monitors: use new giomodule functionRyan Lortie2013-01-192-112/+8
* giomodule: add a new "get default" functionRyan Lortie2013-01-192-2/+122
* Remove a few more G_GNUC_INTERNAL usersRyan Lortie2013-01-182-2/+2
* Fix visibility for glib/ and gio/ submodulesRyan Lortie2013-01-185-0/+5
* Remove most use of G_GNUC_INTERNALColin Walters2013-01-187-48/+1
* Remove ABI checking scriptsRyan Lortie2013-01-173-1829/+0
* Remove regexp-based export controlRyan Lortie2013-01-171-3/+1
* gio/tests: add some more async stream testsDan Winship2013-01-163-48/+394
* gio: callback_data is the task not the task data.Alban Browaeys2013-01-161-2/+2
* visibility: Use a separate CFLAGS variableRyan Lortie2013-01-142-6/+5
* Fix distcheckMatthias Clasen2013-01-147-9/+9
* Remove an unused functionMatthias Clasen2013-01-141-9/+0
* win32: hide g_win32_app_info_get_type()Ryan Lortie2013-01-141-1/+0
* glocal*monitor: export ABI only on UNIXRyan Lortie2013-01-142-0/+4
* tests: introduce a small hack for visibilityRyan Lortie2013-01-141-3/+5
* kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuseRyan Lortie2013-01-133-6/+4
* gio: remove export tags from two private headersRyan Lortie2013-01-132-5/+0
* win32: build: stop using .def filesRyan Lortie2013-01-131-18/+2
* gio: hide another leaked symbolRyan Lortie2013-01-132-2/+1
* gio: add some missing array annotations with their element-typeRico Tzschichholz2013-01-133-9/+12
* gio: add missing element-type annotationRico Tzschichholz2013-01-131-2/+2
* add a missing AVAILABLE_IN_2_36 annotationRyan Lortie2013-01-131-0/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-13136-0/+1425
* gioenumtypes.h.template: use GLIB_AVAILABLE_IN_ALLRyan Lortie2013-01-131-1/+1
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-138-7/+13
* GInputStream: fix default g_input_stream_skip_async() logicDan Winship2013-01-131-7/+8
* glocalfile: Only check for .hidden files if standard::is-hidden is requestedColin Walters2013-01-111-4/+8
* gio-querymodules: Ensure we're linked to GObjectColin Walters2013-01-101-0/+3
* G_IO_ERROR_INVALID_DATA: fix docstring typoWill Thompson2013-01-101-1/+1
* ipv6_v4mapped: force pass even if we don't speak IPv4Antoine Jacoutot2013-01-091-0/+12
* glib-compile-resources: avoid warnings with -Wmissing-field-initializersDan Winship2013-01-091-1/+1