summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* 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-284-155/+1
* Fix compilation on Android with the bionic C librarySebastian Dröge2012-11-284-1/+155
* Fix suprisingly hard-to-spot typoMatthias Clasen2012-11-283-3/+3
* GMemoryOutputStream: Add new _resizable() constructor usable from bindingsColin Walters2012-11-274-2/+19
* fileinfo: Add missing AVAILABLE macroBastien Nocera2012-11-271-0/+1
* fileinfo: Add _get_deletion_date() helperBastien Nocera2012-11-273-0/+38
* gio: New API for GFile from remote commandline argRyan Lortie2012-11-275-16/+101
* Add GApplication local_command_line testPaolo Borelli2012-11-241-0/+56
* GApplication: don't shutdown() on failure to startRyan Lortie2012-11-241-1/+1
* Add a test for the GAppLaunchContext::launched signalMatthias Clasen2012-11-211-0/+50
* GAppLaunchContext: make it possible ot get the effective startup idMatthias Clasen2012-11-213-7/+66
* Add new api to exported symbolsMatthias Clasen2012-11-211-0/+3
* Add a test for new GDesktopAppInfo gettersMatthias Clasen2012-11-211-0/+24
* GDesktopAppInfo: add enough api to make autostart implementableMatthias Clasen2012-11-212-11/+101
* file-info: Don't leak the filename if thumbnailing failedDebarshi Ray2012-11-201-0/+1
* Remove two accidentally-exported symbolsRyan Lortie2012-11-192-8/+2
* gio-kqueue: use O_EVTONLY on MacOSAntoine Jacoutot2012-11-172-0/+9
* gdbus: improve documentation of the GDBusError sectionAleksander Morgado2012-11-151-1/+4
* win32: work around broken winsock prototypesDan Winship2012-11-151-2/+16
* win32: make gio/tests/gdbus-proxy.c compileDan Winship2012-11-151-0/+4
* GLocalFile: canonicalize the initial directory separatorDan Winship2012-11-151-0/+5
* win32: misc warning fixesDan Winship2012-11-158-63/+39
* win32: move some code into #ifdef G_OS_UNIXDan Winship2012-11-154-7/+16
* win32: define _WIN32_WINNT globallyDan Winship2012-11-157-10/+0
* win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()Dan Winship2012-11-155-6/+24
* gsocket: fix joining/leaving multicast groupsWim Taymans2012-11-151-0/+2
* Revert "gio: Add private API to create win32 streams from fds"Michael Natterer2012-11-154-122/+22
* gdbus: Fix some compiler warningsColin Walters2012-11-152-4/+4
* GFileMonitor: Add kqueue(3) support to GIOAntoine Jacoutot2012-11-1521-0/+2891
* gio: Add private API to create win32 streams from fdsColin Walters2012-11-144-22/+122
* gio/*: Fix spelling of determiningPaul Menzel2012-11-132-2/+2
* Revert "Return correct value for g_socket_get_available_bytes() on Windows an...Dan Winship2012-11-112-64/+4
* Add caching for the receiver addresses for g_socket_receive_from()Sebastian Dröge2012-11-111-9/+76
* Add an option to make glib-compile-resources use G_GNUC_INTERNALMatthias Clasen2012-11-091-10/+16
* Remove trailing space from some translated stringsMatthias Clasen2012-11-091-1/+1
* Return correct value for g_socket_get_available_bytes() on Windows and OSXSebastian Dröge2012-11-092-4/+64
* Fix poll able streams for Darwin (and probably BSD)John Ralls2012-11-095-0/+12
* Fix compile error about missing prototypeJohn Ralls2012-11-091-0/+2
* gthreadedresolver: fix a bug in the GTask porting of lookup_recordsDan Winship2012-11-091-9/+14
* Use url encoding for trash fileinfo path as per freedesktop trash specificationTimothy Arceri2012-11-091-28/+1
* tests/buffered-input-stream: Fix size of parameter passedColin Walters2012-11-071-2/+3
* gio/gthreadedresolver.c: Fix non-UNIX buildChun-wei Fan2012-11-051-1/+1
* Bring back a couple of private-but-extern symbolsSimon McVittie2012-11-021-2/+6
* gtask: bump the max thread pool size up to 100 to avoid stalls/deadlocksDan Winship2012-11-022-2/+2
* Use the FreeBSD credentials-passing code on Debian GNU/kFreeBSDSimon McVittie2012-11-022-15/+15
* gdbusactiongroup: Add prototype for g_dbus_action_group_sync()Colin Walters2012-11-025-9/+41
* test-pipe-unix: Add missing includeColin Walters2012-11-021-0/+1
* Use (void) for no parameters, not ()Colin Walters2012-11-011-1/+1