summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-08Add test for GDBusConnection singleton access racing with destructiongweakref-rwlock-548954Simon McVittie1-0/+128
2011-12-08GDBusConnection: use GWeakRef to make the singletons thread-safeSimon McVittie1-24/+16
2011-12-08Add regression test for GWeakRef used to cache a singletonSimon McVittie1-0/+121
2011-12-08Add deterministic tests for the API of GWeakRefSimon McVittie1-0/+108
2011-12-08GWeakRef: add a weak GObject reference believed to be thread-safeSimon McVittie3-2/+288
2011-12-08g_object_weak_ref, g_object_add_weak_pointer: document non-thread-safetySimon McVittie1-0/+9
2011-12-08GBitLock: turn assumptions of g_futex_int_address into a static assertionSimon McVittie1-0/+6
2011-12-07UpdatesMatthias Clasen1-0/+45
2011-12-07Clarify docs around main loop vfuncsMatthias Clasen2-7/+9
2011-12-07Bug 665733 – GDBusConnection holds lock while calling destroynotifyDavid Zeuthen2-28/+21
2011-12-06unicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSITION_LENGTHPhilip Withnall4-5/+7
2011-12-06Bug 665685 — Add a #define for the max length of a Unicode decompositionPhilip Withnall3-4/+16
2011-12-06GDBus: Note in docs that g_dbus_node_info_new_for_xml() is using GMarkupDavid Zeuthen1-0/+4
2011-12-06GDBus: fix link to D-Bus specDavid Zeuthen1-1/+1
2011-12-06Minor doc fix.Behdad Esfahbod1-1/+1
2011-12-06MinorBehdad Esfahbod1-1/+1
2011-12-06Make the qsort_r check cross-compile friendlyMatthias Clasen1-1/+1
2011-12-05outputstream: Clarify docs of flush()Benjamin Otte1-3/+5
2011-12-05Send CHANGES_DONE_HINT on file moves if no IN_CLOSE_WRITE is emittedCosimo Alfarano3-1/+35
2011-12-05GDBusConnection: propagate error correctly if flags are inappropriateSimon McVittie1-1/+1
2011-12-02Link to libpcre correctly when static linkingSam Thursfield1-0/+1
2011-12-02Updated Spanish translationDaniel Mustieles1-105/+98
2011-12-02GDBusInterfaceSkeleton: make it possible to export on multiple connectionsTristan Van Berkom7-87/+592
2011-12-02GVariant: add preconditions to ref. counting functionsPhilip Withnall1-0/+10
2011-12-01Updated Norwegian bokmål translationKjartan Maraas1-43/+33
2011-12-01GMemoryInputStream/GMemoryOutputStream: fix bug in previous commitDan Winship3-8/+86
2011-11-30GMemoryInputStream/GMemoryOutputStream: make these properly subclassableDan Winship2-7/+7
2011-11-29Don't abort if g_ascii_strtod tests failMatthias Clasen1-23/+2
2011-11-29Remove two useless lines of codeGeek871-2/+0
2011-11-29Fix a little comment error in the _GTreeNode structGeek871-1/+1
2011-11-29Clarify local_command_line docsMatthias Clasen1-3/+4
2011-11-29Do not use static GTypeInfo and GInterfaceInfoNicola Fontana21-29/+29
2011-11-29gnetworkmonitornetlink.c: Make the error messages less geekyDan Winship1-5/+5
2011-11-29gzlibdecompressor.c: fix a commentDan Winship1-1/+1
2011-11-29Add missing annotation to g_file_set_attribute()Michael Vogt1-2/+2
2011-11-28Forgot one interface...Matthias Clasen1-3/+24
2011-11-28Use an XML blob for gapplication interface infoMatthias Clasen1-107/+58
2011-11-27gtester: Add command line option to skip testsCarlos Garcia Campos3-0/+42
2011-11-26Rearrange GApplication docsMatthias Clasen1-2/+2
2011-11-26gio.symbols: add g_application_[gs]et_default()Ryan Lortie1-0/+2
2011-11-26CosmeticsMatthias Clasen1-3/+3
2011-11-26GApplication: add default applicationRyan Lortie2-0/+52
2011-11-26GApplication: unregister action interface exportRyan Lortie1-0/+6
2011-11-26GApplication: Implement query_actionMatthias Clasen1-106/+32
2011-11-26GSimpleActionGroup: Implement query_actionMatthias Clasen1-74/+20
2011-11-26Add g_action_group_query_action()Ryan Lortie4-5/+204
2011-11-24GBytes: A new type for an immutable set of bytes.Stef Walter25-371/+1102
2011-11-23Fix distcheckMatthias Clasen4-4/+4
2011-11-23GInitable, GAsyncInitable: not initializing gives undefined behaviourSimon McVittie2-14/+25
2011-11-23GDBusWorker: continue_writing: initialize flush_async_data if closingSimon McVittie1-5/+3