summaryrefslogtreecommitdiff
path: root/gio/gdbusprivate.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-19GDBusWorker: if a read was cancelled it means we closed the connectionSimon McVittie1-1/+11
2011-10-13g_thread_new: never failRyan Lortie1-4/+1
2011-10-13thread: nuke the concept of 'joinable'Ryan Lortie1-1/+0
2011-10-04gdbusprivate: fix a missed g_mutex_free()Ryan Lortie1-1/+1
2011-10-04GDBus: switch to struct-embedded GMutex and GCondRyan Lortie1-40/+40
2011-10-02Add new thread creation APIMatthias Clasen1-4/+5
2011-09-16_g_dbus_worker_new: hold a ref until we have done the initial readSimon McVittie1-2/+2
2011-09-16GDBusWorker: as a precaution, access 'stopped' boolean atomicallySimon McVittie1-6/+7
2011-09-16GDBusWorker: annotate more functions with lock/pending stateSimon McVittie1-11/+60
2011-09-16GDBusConnection: delegate to the worker to close the streamSimon McVittie1-47/+200
2011-09-16GDBusWorker: combine num_writes_pending with flush_pendingSimon McVittie1-11/+25
2011-06-20GDBus: Unref worker from worker-thread to avoid raceDavid Zeuthen1-1/+20
2011-06-01gdbus: Avoid blocking on worker thread in connection initializationColin Walters1-117/+65
2011-04-29Merge branch 'master' into gdbus-codegenDavid Zeuthen1-2/+2
2011-04-12GDBusWorker: Improve struct packingMatthias Clasen1-2/+2
2011-04-08Start merging gdbus-codegen codeDavid Zeuthen1-0/+18
2011-04-08Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen1-0/+1
2010-12-13Bug 635626 – GDBus message idle can execute while flushes are pendingTed Gould1-1/+13
2010-11-03Use g_simple_async_result_{new_,}take_errorChristian Persch1-6/+3
2010-09-30message_to_write_data_free: Don't unref data->message if it is NULLMatthias Clasen1-1/+2
2010-09-23GDBusConnection: Avoid callbacks on finalized connectionDavid Zeuthen1-11/+3
2010-09-12Add some more individual own header includes where requiredTor Lillqvist1-0/+1
2010-09-10Add work-around for Bug 627724David Zeuthen1-2/+42
2010-09-09GDBusMessage: Don't reset serial number when copyingDavid Zeuthen1-6/+0
2010-09-09Bug 624546 – Modification of GDBusMessage in filter functionDavid Zeuthen1-15/+22
2010-09-03Plug a mem leakChristian Persch1-1/+2
2010-08-30Don't leak the FD listChristian Persch1-0/+1
2010-08-05Bug 624546 – Modification of GDBusMessage in filter functionDavid Zeuthen1-13/+46
2010-08-21Fix build on !unixMatthias Clasen1-0/+2
2010-08-18Plug a mem leak in GDBusWorkerChristian Persch1-0/+2
2010-08-16Bug 626748 – Use async methods for writing and handle EAGAINDavid Zeuthen1-126/+463
2010-08-13Bug 626841 – Add test-case for non-socket GIOStreamDavid Zeuthen1-67/+73
2010-08-04GDBus: Add `return' debug optionDavid Zeuthen1-2/+11
2010-07-08Use glib infrastructure to parse debug flagsMatthias Clasen1-26/+15
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-07-07Bug 618882 – No way to ensure that a message is sentDavid Zeuthen1-0/+81
2010-07-06GDBus: Handle autolaunching on UNIX/Freedesktop OSesDavid Zeuthen1-0/+52
2010-07-01Bug 620913 – More control with G_DBUS_DEBUGDavid Zeuthen1-6/+80
2010-06-30GDBus: plug some memory leaksDavid Zeuthen1-0/+1
2010-06-30Bug 623142 – Ensure ::new-connection runs before processing D-Bus messagesDavid Zeuthen1-5/+79
2010-06-21Bug 621945 – Filter outgoing messages in GDBusConnectionDavid Zeuthen1-22/+47
2010-06-17GDBusMessage: Fix bug when deserializing a messageDavid Zeuthen1-5/+5
2010-06-17GDBus: Complain via g_warning() if an invalid message is receivedDavid Zeuthen1-0/+10
2010-05-24GDBusConnection.call(): add 'reply_type' argumentRyan Lortie1-13/+17
2010-05-20Bug 619142 – Build fixesDavid Zeuthen1-0/+76
2010-05-14CleanupsMatthias Clasen1-6/+2
2010-05-13GDBus: Make message serialization routines take capabilities paramDavid Zeuthen1-0/+1
2010-05-09Update copyright years to include 2010Matthias Clasen1-1/+1
2010-05-06GDBus: Add new symbols to gio.symbolsDavid Zeuthen1-0/+4
2010-05-06GDBus: Fix up i18nDavid Zeuthen1-2/+14