Fix distcheck
[platform/upstream/glib.git] / gio /
2012-12-18 Matthias ClasenFix distcheck
2012-12-17 Dan Winshipgsocket: improve sockopt handling for IPv4-wrapped...
2012-12-14 Chun-wei FanAdd a preconfigured gio/gnetworking.h for Windows
2012-12-14 Tomas Bzatekdocs: Fix return value of g_file_set_attributes_from_info()
2012-12-14 Jasper St. Pierregfileenumerator: Add a g_file_enumerator_get_child...
2012-12-12 Dan Winshipgsocket: add getsockopt/setsockopt wrappers
2012-12-12 Dan WinshipAdd gnetworking.h
2012-12-12 Dan Winshipgio: move resolver utils from gresolver.c to gthreadedr...
2012-12-10 Dan Winshipgio: Don't leak the temp file when g_file_replace(...
2012-12-06 David Zeuthenfileinfo: mark lost+found/ root directory as hidden
2012-12-06 Timothy ArceriSupport for .hidden files
2012-12-06 Ryan Lortieadd two missing version macros
2012-12-06 Ryan Lortievarious: add missing cases of #include "config.h"
2012-12-05 Colin Waltersgdbusobjectskeleton: Fix compiler warnings
2012-12-03 Aleksander Morgadogsocketlistener: set source object tag before completin...
2012-12-02 Kalev Lemberwin32: Fix GDBusDaemon build when glib is built as...
2012-12-02 Evan Nemersongtask: annotate source_object arguments and return...
2012-11-30 Mike GorseOptimize reading strings when deserializing gdbus messages
2012-11-30 Matthias Claseng_file_enumerate_children: Fix reference to wrong error...
2012-11-30 Alexander LarssonDon't look for icons called "(null)" if no xdg mime...
2012-11-29 Emilio Pozuelo MonfortFix race condition in gapplication/basic test
2012-11-29 Mike GorseUse a simple struct when reading and writing gdbus...
2012-11-29 Juan Pablo UgarteAdded G_IO_ERROR_BROKEN_PIPE
2012-11-29 Ryan Lortiegio: GLIB_AVAILABLE_IN to more APIs
2012-11-28 Kalev LemberUnconditionally use g_content_type_get_symbolic_icon()
2012-11-28 Sebastian DrögeRevert "Fix compilation on Android with the bionic...
2012-11-28 Sebastian DrögeFix compilation on Android with the bionic C library
2012-11-28 Matthias ClasenFix suprisingly hard-to-spot typo
2012-11-28 Colin WaltersGMemoryOutputStream: Add new _resizable() constructor...
2012-11-27 Bastien Nocerafileinfo: Add missing AVAILABLE macro
2012-11-27 Bastien Nocerafileinfo: Add _get_deletion_date() helper
2012-11-27 Ryan Lortiegio: New API for GFile from remote commandline arg
2012-11-24 Paolo BorelliAdd GApplication local_command_line test
2012-11-24 Ryan LortieGApplication: don't shutdown() on failure to start
2012-11-22 Matthias ClasenAdd a test for the GAppLaunchContext::launched signal
2012-11-22 Matthias ClasenGAppLaunchContext: make it possible ot get the effectiv...
2012-11-22 Matthias ClasenAdd new api to exported symbols
2012-11-22 Matthias ClasenAdd a test for new GDesktopAppInfo getters
2012-11-22 Matthias ClasenGDesktopAppInfo: add enough api to make autostart imple...
2012-11-19 Debarshi Rayfile-info: Don't leak the filename if thumbnailing...
2012-11-19 Ryan LortieRemove two accidentally-exported symbols
2012-11-17 Antoine Jacoutotgio-kqueue: use O_EVTONLY on MacOS
2012-11-15 Aleksander Morgadogdbus: improve documentation of the GDBusError section
2012-11-15 Dan Winshipwin32: work around broken winsock prototypes
2012-11-15 Dan Winshipwin32: make gio/tests/gdbus-proxy.c compile
2012-11-15 Dan WinshipGLocalFile: canonicalize the initial directory separator
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-11-15 Dan Winshipwin32: move some code into #ifdef G_OS_UNIX
2012-11-15 Dan Winshipwin32: define _WIN32_WINNT globally
2012-11-15 Dan Winshipwin32: prototype _glib_get_dll_directory() and _glib_ge...
2012-11-15 Wim Taymansgsocket: fix joining/leaving multicast groups
2012-11-15 Michael NattererRevert "gio: Add private API to create win32 streams...
2012-11-15 Colin Waltersgdbus: Fix some compiler warnings
2012-11-15 Antoine JacoutotGFileMonitor: Add kqueue(3) support to GIO
2012-11-14 Colin Waltersgio: Add private API to create win32 streams from fds
2012-11-13 Paul Menzelgio/*: Fix spelling of determining
2012-11-11 Dan WinshipRevert "Return correct value for g_socket_get_available...
2012-11-11 Sebastian DrögeAdd caching for the receiver addresses for g_socket_rec...
2012-11-10 Matthias ClasenAdd an option to make glib-compile-resources use G_GNUC...
2012-11-10 Matthias ClasenRemove trailing space from some translated strings
2012-11-10 Sebastian DrögeReturn correct value for g_socket_get_available_bytes...
2012-11-09 John RallsFix poll able streams for Darwin (and probably BSD)
2012-11-09 John RallsFix compile error about missing prototype
2012-11-09 Dan Winshipgthreadedresolver: fix a bug in the GTask porting of...
2012-11-09 Timothy ArceriUse url encoding for trash fileinfo path as per freedes...
2012-11-07 Colin Walterstests/buffered-input-stream: Fix size of parameter...
2012-11-05 Chun-wei Fangio/gthreadedresolver.c: Fix non-UNIX build
2012-11-02 Simon McVittieBring back a couple of private-but-extern symbols
2012-11-02 Dan Winshipgtask: bump the max thread pool size up to 100 to avoid...
2012-11-02 Simon McVittieUse the FreeBSD credentials-passing code on Debian...
2012-11-02 Colin Waltersgdbusactiongroup: Add prototype for g_dbus_action_group...
2012-11-02 Colin Walterstest-pipe-unix: Add missing include
2012-11-02 Colin WaltersUse (void) for no parameters, not ()
2012-11-02 Colin Waltersbuild: Prototype GType accessors for private classes
2012-11-02 Colin Waltersbuild: Add missing "static" keyword where it should...
2012-11-02 Colin Waltersbuild: Don't use C99 declarations
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-10-30 Will ThompsonGNetworkMonitor: add missing apostrophe to docstring
2012-10-29 Ryan Lortieg_dbus_connection_export_menu_model(): fix a crash
2012-10-27 Rico Tzschichholzgio/tests: Fix build with -Werror=format-security
2012-10-27 Rico Tzschichholzgio/tests: Fix linker failure
2012-10-26 Stef Waltergio: No need to specify SOURCES when name matches execu...
2012-10-26 Stef Waltergio: Remove LDADD repetition from gio/tests Makefile
2012-10-26 Stef Waltergdbus: Allow GDBusObjectManagerClient to work on peer...
2012-10-26 Matthew BarnesFix typo in G_TEST_DBUS.
2012-10-26 Cosimo Cecchifile-info: catch thumbnail files in large directory...
2012-10-21 Murray CummingFix this cost -> the cost typos
2012-10-19 Antoine JacoutotAllow slightly too big poll duration in /socket/timed_w...
2012-10-16 Ryan LortieGBusNameVanishedCallback: document NULL connection
2012-10-16 Ryan LortieGMenuExporter: allow NULL bus on _name_vanished
2012-10-16 Ryan LortieRemove g_type_init() calls
2012-10-15 Marc-Antoine Perennougdbus-testserver: port to pygi
2012-10-15 Matthias ClasenAdd return-if-fail checks to g_application_hold/release
2012-10-15 Ryan Lortieg_settings_bind: use canonical property name
2012-10-15 Matthias ClasenAdd Win32 versions of some new content type APIs
2012-10-11 Will Thompsongtestdbus: correct documentation typos
2012-10-10 Dan Winshipgio/tests: port from GSimpleAsyncResult to GTask
2012-10-10 Dan Winshipgio: port networking classes from GSimpleAsyncResult...
2012-10-10 Dan Winshipgio: port GAsyncInitable from GSimpleAsyncResult to...
2012-10-10 Dan Winshipgio: deprecate gioscheduler, soft deprecate GSimpleAsyn...
next