summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)Author
2011-11-14GUnixInput/OutputStream: fix blocking methods to always blockDan Winship
2011-11-14add GNetworkMonitor, for... monitoring the networkDan Winship
2011-11-14GInetAddressMask: new type for internet address range matchingDan Winship
2011-11-13gunixinput/outputstream: fix docsDan Winship
2011-11-13GUnixInputStream, GUnixOutputStream: support ordinary files betterDan Winship
2011-11-11GDBusWorker: tolerate read errors while closingSimon McVittie
2011-11-11GDBusWorker: debug on read errors if transport debugging is enabledSimon McVittie
2011-11-11gdbus-exit-on-close test: don't leak a variantSimon McVittie
2011-11-11gdbus-exit-on-close test: optionally be more verbose for debuggingSimon McVittie
2011-11-09gio: more implementations of GFileDescriptorBasedDan Winship
2011-11-07gio/tests/proxy: don't use deprecated functionsDan Winship
2011-11-07docs: Improve g_variant_loop() docsBenjamin Otte
2011-11-07Add a test for CDATA in gschema.xml filesMatthias Clasen
2011-11-07Accept CDATA in gschema.xml filesMatthias Clasen
2011-11-03GIO: Don't use G_DISABLE_DEPRECATED for functionsMatthias Clasen
2011-10-27gdbus: avoid warning when finalizing a GDBusObjectManagerClientAleksander Morgado
2011-10-27g_bus_own_name: fix race when unowning a name immediately after owning itDavid Zeuthen
2011-10-24GDBusConnection: document that this object is (meant to be) thread-safeSimon McVittie
2011-10-24GDBusConnection: make the closed flag atomic (but still lock to write)Simon McVittie
2011-10-24GDBusConnection: document which properties are protected by @lockSimon McVittie
2011-10-24GDBusConnection: access the exit-on-close flag atomicallySimon McVittie
2011-10-24Annotate GDBusConnection private functions with thread/lock statusSimon McVittie
2011-10-21GDBusMessage: fix leak of GErrorRyan Lortie
2011-10-21GDBusConnection: check for initializedness in most public APISimon McVittie
2011-10-21GDBusConnection: document use while uninitialized as undefined behaviourSimon McVittie
2011-10-21GDBusConnection: check for initialization where needed for thread-safetySimon McVittie
2011-10-21GDBusConnection: replace is_initialized with an atomic flagSimon McVittie
2011-10-19desktop-app-info: annotate g_desktop_app_info_get_keywords()Cosimo Cecchi
2011-10-19gdbus-non-socket test: avoid use of a GMainContext across a forkSimon McVittie
2011-10-19gdbus-exit-on-close test: cover more possibilitiesSimon McVittie
2011-10-19GDBusWorker: if a read was cancelled it means we closed the connectionSimon McVittie
2011-10-19Revert "Disable two GDBus tests"Simon McVittie
2011-10-18gio: Introduce get_sort_key() methods on GDrive, GVolume and GMountDavid Zeuthen
2011-10-18gio: Use G_VALUE_INITJavier Jardón
2011-10-18GDBusConnection: Fix race in /gdbus/connection/life-cycleSjoerd Simons
2011-10-17Fix up testcase broken due to g_thread_new API changeAlexander Larsson
2011-10-17Fix gio.symbolsChun-wei Fan
2011-10-16push G_THREADS_MANDATORY over the cliffRyan Lortie
2011-10-16gobject/gio: some last missed statics/incluesRyan Lortie
2011-10-16gio static fixupsRyan Lortie
2011-10-16more 'static' adding in testcasesRyan Lortie
2011-10-16contexts test: don't use deprecated GCond wait APIRyan Lortie
2011-10-16gitignoreRyan Lortie
2011-10-16Add a tests of some GVfs functionsMatthias Clasen
2011-10-16Add app lauch environment testMatthias Clasen
2011-10-15GDBusConnection: warn that direct access to the stream is a bad ideaSimon McVittie
2011-10-15Add two annotations to gioTorsten Schönfeld
2011-10-15GIOModule: Use G_SEARCHPATH_SEPARATOR_S instead of ":"Kean Johnston
2011-10-15GAppLaunchContext: add environment-manipulating functionsDan Winship
2011-10-14desktop-app-info: Add support for X-GNOME-KeywordsFlorian Müllner