summaryrefslogtreecommitdiff
path: root/gio/gdbusprivate.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-27gio: Add names to idles and timeoutsBastien Nocera1-0/+3
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-3/+0
2013-09-27gio: Fix -Werror format string errors from mismatched ints.Jan Schmidt1-2/+2
2013-01-29Add g_close(), use itColin Walters1-1/+2
2012-11-15win32: move some code into #ifdef G_OS_UNIXDan Winship1-1/+7
2012-11-13gio/*: Fix spelling of determiningPaul Menzel1-1/+1
2012-08-18Exterminate 'the the'Matthias Clasen1-1/+1
2012-04-20win32: Implement _g_dbus_get_machine_id using machine guidAlexander Larsson1-0/+42
2012-03-15GDBus: make use of reliable async cancellationRyan Lortie1-0/+1
2012-01-09Use g_queue_free_full() convenience function.Ravi Sankar Guntur1-9/+3
2011-11-23GDBusWorker: continue_writing: initialize flush_async_data if closingSimon McVittie1-5/+3
2011-11-21_g_dbus_worker_flush_sync: always flush if we need toSimon McVittie1-6/+37
2011-11-21GDBusWorker: move flush async op into continue_writing()Simon McVittie1-33/+68
2011-11-21schedule_write_in_worker_thread: require caller to lock; rename accordinglySimon McVittie1-10/+10
2011-11-21GDBusWorker: rename some functionsSimon McVittie1-7/+7
2011-11-21GDBusWorker: distinguish between 3 sorts of output that might be pendingSimon McVittie1-32/+39
2011-11-17_g_dbus_get_machine_id(): check /etc/machine-id tooAlexandre Rostovtsev1-2/+11
2011-11-11GDBusWorker: tolerate read errors while closingSimon McVittie1-1/+21
2011-11-11GDBusWorker: debug on read errors if transport debugging is enabledSimon McVittie1-0/+13
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