summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GOutputStream: Fix a compiler warningwip/taskColin Walters2012-12-151-2/+2
* GTask: Add g_task_set_scheduling()Colin Walters2012-12-159-28/+164
* gio: deprecate GSimpleAsyncResultDan Winship2012-12-145-0/+87
* gio: port gdbus from GSimpleAsyncResult to GTaskDan Winship2012-12-145-608/+366
* gio: port file/vfs-related classes from GSimpleAsyncResult to GTaskDan Winship2012-12-1412-1125/+723
* gio: port basic I/O classes from GSimpleAsyncResult to GTaskDan Winship2012-12-1410-1150/+771
* gfileenumerator: Add a g_file_enumerator_get_child methodJasper St. Pierre2012-12-135-2/+38
* Updated POTFILES.inPiotr Drąg2012-12-121-0/+1
* gsocket: add getsockopt/setsockopt wrappersDan Winship2012-12-127-208/+288
* Add gnetworking.hDan Winship2012-12-1222-120/+220
* gio: move resolver utils from gresolver.c to gthreadedresolver.cDan Winship2012-12-123-614/+474
* g_unix_open_pipe: Add missing F_SETFDColin Walters2012-12-111-2/+6
* gobject.symbols: Update for g_checksum_get_type()Colin Walters2012-12-101-0/+1
* Make GChecksum more fully introspectableColin Walters2012-12-103-4/+16
* gio: Don't leak the temp file when g_file_replace() fails or is cancelledDan Winship2012-12-102-28/+113
* Add g_type_get_type_registration_serial()Alexander Larsson2012-12-104-0/+28
* fileinfo: mark lost+found/ root directory as hiddenDavid Zeuthen2012-12-063-0/+49
* Support for .hidden filesTimothy Arceri2012-12-061-1/+115
* add two missing version macrosRyan Lortie2012-12-062-0/+2
* various: add missing cases of #include "config.h"Ryan Lortie2012-12-0610-0/+20
* g_get_home_dir(): honour $HOMERyan Lortie2012-12-062-37/+46
* Updated Spanish translationDaniel Mustieles2012-12-051-143/+147
* gdbusobjectskeleton: Fix compiler warningsColin Walters2012-12-051-2/+2
* gobject: Use local variable names in macros less likely to clashColin Walters2012-12-051-7/+7
* win32: suppress fatal error dialog box when running testsDan Winship2012-12-054-5/+21
* gsocketlistener: set source object tag before completing the GTaskAleksander Morgado2012-12-031-1/+1
* win32: Fix GDBusDaemon build when glib is built as a static libKalev Lember2012-12-021-2/+6
* win32: Use AC_CHECK_TOOL to find dlltoolArnel A. Borja2012-12-022-1/+2
* gtask: annotate source_object arguments and return values as GObjectEvan Nemerson2012-12-011-7/+10
* Optimize reading strings when deserializing gdbus messagesMike Gorse2012-11-301-70/+26
* g_file_enumerate_children: Fix reference to wrong error codeMatthias Clasen2012-11-301-1/+1
* Assamese translation updatedNilamdyuti Goswami2012-11-301-89/+87
* Updated Hebrew translation.Yaron Shahrabani2012-11-301-80/+81
* Updated Hebrew translation.Yaron Shahrabani2012-11-301-505/+514
* Don't look for icons called "(null)" if no xdg mime iconAlexander Larsson2012-11-301-2/+5
* Fix race condition in gapplication/basic testEmilio Pozuelo Monfort2012-11-301-6/+9
* Use a simple struct when reading and writing gdbus messagesMike Gorse2012-11-291-218/+600
* Added G_IO_ERROR_BROKEN_PIPEJuan Pablo Ugarte2012-11-292-1/+9
* gio: GLIB_AVAILABLE_IN to more APIsRyan Lortie2012-11-2911-0/+76
* Unconditionally use g_content_type_get_symbolic_icon()Kalev Lember2012-11-282-4/+0
* Revert "Fix compilation on Android with the bionic C library"Sebastian Dröge2012-11-288-182/+2
* Fix duplicated case value for mingw runtimes defining EOVERLFOW as EFBIGAndoni Morales Alastruey2012-11-281-0/+2
* Fix compilation on Android with the bionic C librarySebastian Dröge2012-11-288-2/+182
* Protect against strcmp() on NULL stringsSebastian Dröge2012-11-281-2/+3
* g_unix_signal_add_full(): Annotate to shadow g_unix_signal_add()Martin Pitt2012-11-281-0/+1
* Add new api to the docsMatthias Clasen2012-11-281-0/+1
* Fix suprisingly hard-to-spot typoMatthias Clasen2012-11-283-3/+3
* GMemoryOutputStream: Add new _resizable() constructor usable from bindingsColin Walters2012-11-275-2/+20
* fileinfo: Add missing AVAILABLE macroBastien Nocera2012-11-271-0/+1
* fileinfo: Add _get_deletion_date() helperBastien Nocera2012-11-273-0/+38