summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2011-10-24GDBusConnection: document that this object is (meant to be) thread-safeHEADmasterSimon McVittie1-0/+9
2011-10-24GDBusConnection: make the closed flag atomic (but still lock to write)Simon McVittie1-67/+96
2011-10-24GDBusConnection: document which properties are protected by @lockSimon McVittie1-9/+16
2011-10-24GDBusConnection: access the exit-on-close flag atomicallySimon McVittie1-7/+17
2011-10-24Annotate GDBusConnection private functions with thread/lock statusSimon McVittie1-26/+63
2011-10-21GDBusMessage: fix leak of GErrorRyan Lortie1-1/+1
2011-10-21GDBusConnection: check for initializedness in most public APISimon McVittie1-0/+13
2011-10-21GDBusConnection: document use while uninitialized as undefined behaviourSimon McVittie1-0/+16
2011-10-21GDBusConnection: check for initialization where needed for thread-safetySimon McVittie2-8/+133
2011-10-21GDBusConnection: replace is_initialized with an atomic flagSimon McVittie1-15/+29
2011-10-19desktop-app-info: annotate g_desktop_app_info_get_keywords()Cosimo Cecchi1-1/+1
2011-10-19gdbus-non-socket test: avoid use of a GMainContext across a forkSimon McVittie1-13/+38
2011-10-19gdbus-exit-on-close test: cover more possibilitiesSimon McVittie1-16/+125
2011-10-19GDBusWorker: if a read was cancelled it means we closed the connectionSimon McVittie1-1/+11
2011-10-19Revert "Disable two GDBus tests"Simon McVittie2-4/+2
2011-10-18gio: Introduce get_sort_key() methods on GDrive, GVolume and GMountDavid Zeuthen7-0/+93
2011-10-18gio: Use G_VALUE_INITJavier Jardón8-18/+18
2011-10-18GDBusConnection: Fix race in /gdbus/connection/life-cycleSjoerd Simons1-2/+1
2011-10-17Fix up testcase broken due to g_thread_new API changeAlexander Larsson1-2/+2
2011-10-17Fix gio.symbolsChun-wei Fan1-1/+0
2011-10-16push G_THREADS_MANDATORY over the cliffRyan Lortie1-2/+0
2011-10-16gobject/gio: some last missed statics/incluesRyan Lortie1-1/+1
2011-10-16gio static fixupsRyan Lortie11-8/+13
2011-10-16more 'static' adding in testcasesRyan Lortie7-8/+13
2011-10-16contexts test: don't use deprecated GCond wait APIRyan Lortie1-4/+3
2011-10-16gitignoreRyan Lortie1-6/+8
2011-10-16Add a tests of some GVfs functionsMatthias Clasen2-2/+60
2011-10-16Add app lauch environment testMatthias Clasen1-0/+31
2011-10-15GDBusConnection: warn that direct access to the stream is a bad ideaSimon McVittie1-0/+16
2011-10-15Add two annotations to gioTorsten Schönfeld2-2/+2
2011-10-15GIOModule: Use G_SEARCHPATH_SEPARATOR_S instead of ":"Kean Johnston1-1/+1
2011-10-15GAppLaunchContext: add environment-manipulating functionsDan Winship5-93/+229
2011-10-14desktop-app-info: Add support for X-GNOME-KeywordsFlorian Müllner3-0/+23
2011-10-13g_thread_new: never failRyan Lortie14-64/+21
2011-10-13thread: nuke the concept of 'joinable'Ryan Lortie14-21/+28
2011-10-12giomodule: make the default_modules mutex recursiveDan Winship1-5/+5
2011-10-11Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan6-16/+37
2011-10-10Don't use deprecated GThread API in gio testsMatthias Clasen19-69/+64
2011-10-08Add G_GNUC_DEPRECATED to deprecated functions in gioMatthias Clasen7-35/+36
2011-10-08gio: enable test_peer regression test for OpenBSDAntoine Jacoutot1-0/+12
2011-10-07GDBusConnection: Make pending calls error when the connection is lostDavid Zeuthen3-7/+194
2011-10-07Add g_main_context_ref_thread_default()Dan Winship11-89/+49
2011-10-05GDBus: Regenerate code when the codegen or options passed to it changesDavid Zeuthen3-3/+3
2011-10-05Fix up some doc comments that referred to threads not being enabledDan Winship6-20/+11
2011-10-05GDBus: disable two more GDBus tests using fork()David Zeuthen1-0/+4
2011-10-05GDBusProxy: Correctly handle unknown members when having an expected interfaceDavid Zeuthen3-71/+253
2011-10-05gthreadedresolver: remove a bit of cruftDan Winship1-1/+1
2011-10-04gdbusprivate: fix a missed g_mutex_free()Ryan Lortie1-1/+1
2011-10-04Remove g_mutex_new()/g_cond_new() in testcasesRyan Lortie2-27/+31
2011-10-04Add _g_io_module_get_default(), use to simplify other *_get_default()sDan Winship6-174/+161