summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Add test case for #662395flush-662395Simon McVittie2-0/+394
2011-11-01GDBus tests: factor out TestIOStream, test_pipe and test_bidi_pipeSimon McVittie6-112/+365
2011-11-01_g_dbus_worker_flush_sync: always flush if we need toSimon McVittie1-6/+37
2011-11-01GDBusWorker: move flush async op into continue_writing()Simon McVittie1-33/+68
2011-11-01schedule_write_in_worker_thread: require caller to lock; rename accordinglySimon McVittie1-10/+10
2011-11-01GDBusWorker: rename some functionsSimon McVittie1-7/+7
2011-11-01GDBusWorker: distinguish between 3 sorts of output that might be pendingSimon McVittie1-32/+39
2011-10-28glib-mkenums: add --identifier-prefix and --symbol-prefix argsDan Winship2-11/+56
2011-10-28docs: don't refer to a deprecated glib-mkenums flagDan Winship1-2/+2
2011-10-28glib-mkenums.in: fix @ENUMPREFIX@ with /*< underscore_name=... >*/Dan Winship1-1/+1
2011-10-27gdbus: avoid warning when finalizing a GDBusObjectManagerClientAleksander Morgado1-3/+3
2011-10-27g_bus_own_name: fix race when unowning a name immediately after owning itDavid Zeuthen2-26/+89
2011-10-26Revert "gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case."Ryan Lortie1-8/+0
2011-10-26gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case.Murray Cumming1-0/+8
2011-10-24Add TAGS files to .gitignoreDamien Lespinau1-0/+1
2011-10-24Fix some build issues on OpenBSDRobert Nagy1-4/+13
2011-10-24Fix document generation in out of tree buildsSjoerd Simons2-2/+2
2011-10-24g_parse_debug_string: invert flags given besides "all"Will Thompson2-14/+45
2011-10-24Test g_parse_debug_string ("all")Will Thompson1-1/+4
2011-10-24Fix 'make check' with clangMatthias Clasen1-2/+2
2011-10-24Fix g_hash_table_iter_replaceMatthias Clasen2-5/+59
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-22Updated Hebrew translation.Yaron Shahrabani1-1840/+1874
2011-10-21Updated Slovenian translationMatej Urbančič1-1545/+1550
2011-10-21GDBusMessage: fix leak of GErrorRyan Lortie1-1/+1
2011-10-21GVariant format string docs: fix maybe typesRyan Lortie1-5/+6
2011-10-21Make g_ascii_strtod behave as documentedMatthias Clasen1-3/+5
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-20Fix VS 2008 property sheetChun-wei Fan1-1/+1
2011-10-19Deprecate g_atexitMatthias Clasen2-1/+6
2011-10-19desktop-app-info: annotate g_desktop_app_info_get_keywords()Cosimo Cecchi1-1/+1
2011-10-19more NEWS2.31.0Ryan Lortie1-1/+26
2011-10-19The usual docs unbreaking...Ryan Lortie5-6/+13
2011-10-19configure.ac: join the cargo-cult of _cv_Ryan Lortie1-4/+5
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-18Fix bug in g_static_rec_mutex_unlock_full()Ryan Lortie1-2/+5
2011-10-18gatomic: introduce G_ATOMIC_LOCK_FREERyan Lortie6-54/+93
2011-10-18gatomic: cast to the correct pointer signRyan Lortie1-3/+3
2011-10-18[l10n] Updated German translationMario Blättermann1-1666/+1670
2011-10-18gio: Introduce get_sort_key() methods on GDrive, GVolume and GMountDavid Zeuthen8-0/+96