summaryrefslogtreecommitdiff
path: root/gio/gdbusserver.c
Commit message (Expand)AuthorAgeFilesLines
* gio/gdbusserver: use non-abstract socket for unix:tmpdir=msizanoen12022-10-211-8/+1
* gsignal: Add G_CONNECT_DEFAULTSimon McVittie2022-06-231-1/+1
* Merge branch 'win32-fd' into 'main'Philip Withnall2022-05-181-7/+0
|\
| * gio/gdbusserver: add "unix:" address support on !unixMarc-André Lureau2022-05-171-7/+0
* | gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
|/
* Fix redefinition of local variable in gio/gdbusserver.cLoic Le Page2022-04-041-5/+5
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-1/+1
* docs: Expand documentation about D-Bus GUIDsPhilip Withnall2021-06-101-1/+3
* docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-071-1/+1
* gdbus: Add various missing (nullable) or (not nullable) annotationsPhilip Withnall2021-06-031-3/+5
* docs: Replace git.gnome.org with gitlab.gnome.org urlsAvinash Sonawane2021-03-241-1/+1
* gdbus: Add flags to require authentication as the same userPhilip Withnall2021-02-111-2/+7
* gdbus: Reject attempts to set future connection or server flagswip/gdbus-flags-from-the-futureSimon McVittie2021-02-081-0/+5
* gio: Fix various typos of the name ‘D-Bus’Philip Withnall2020-10-261-1/+1
* gdbusserver: Keep a strong reference to the server in callbacksPhilip Withnall2019-10-281-9/+7
* gdbusserver: Delete socket and nonce file when stopping serverPhilip Withnall2019-10-281-13/+16
* gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-1/+5
* gdbusserver: properly escape all components of server addressMichael Catanzaro2019-06-171-10/+16
* gdbus: Clean up sockets and nonces from filesystemMichael Catanzaro2019-06-171-7/+21
* gdbus: improve an error messageMichael Catanzaro2019-06-171-1/+1
* gdbus: Stop server on disposeMichael Catanzaro2019-06-171-0/+12
* gdbus: support unix:dir= addressesMichael Catanzaro2019-06-171-5/+8
* gdbusserver: Drop reference to non-existing function from documentationPhilip Withnall2019-06-121-2/+2
* GDBusServer: Document that a GDBusAuthObserver is usually desirableSimon McVittie2019-06-111-0/+9
* gdbusserver: Use g_clear_signal_handlerMarco Trevisan (Treviño)2019-05-211-2/+1
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-3/+6
* gio: Use g_strerror() instead of strerror()Philip Withnall2017-06-211-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-2/+1
* docs: Add links to D-Bus specification for D-Bus address formatPhilip Withnall2017-02-081-2/+3
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-3/+3
* gio: Intern all signal names beforehandMatthias Clasen2015-09-121-1/+1
* gio: Add names to idles and timeoutsBastien Nocera2014-03-271-0/+1
* Convert remaining examples to linksMatthias Clasen2014-02-081-1/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-5/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gio: Replace g_clear_object() with if()…g_object_unref()Philip Withnall2013-11-281-1/+2
* gdbusserver: Fix a potential g_object_unref(NULL) callPhilip Withnall2013-11-271-1/+1
* Fix G_OS #ifdefs in gbusserver.cManuel Bachmann2013-11-241-6/+7
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-2/+2
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-3/+3
* Add g_close(), use itColin Walters2013-01-291-1/+3
* gdbus: Escape nonce files in dbus addressessAlexander Larsson2012-04-191-1/+4
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-1/+1
* Hide global variable for signal ID in gdbusproxy.c.Daiki Ueno2012-02-231-1/+1
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-1/+1
* gio/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-031-2/+1
* Add g_main_context_ref_thread_default()Dan Winship2011-10-071-6/+3
* Spelling fixesMatthias Clasen2011-08-291-1/+1