summaryrefslogtreecommitdiff
path: root/dbus/dbus-server.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* dbus: move AF_UNIX code to server-socketMarc-André Lureau2022-07-151-3/+0
* dbus: handle unix server in a new functionMarc-André Lureau2022-07-151-0/+3
* test: Move _dbus_server_test() hereSimon McVittie2019-01-211-58/+0
* embedded tests: Conform to the same API for all testsSimon McVittie2018-12-171-1/+1
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* dbus_server_listen: Don't leak first_connect_errorSimon McVittie2018-08-021-0/+1
* dbus_server_listen: Assert that implementations return a known resultSimon McVittie2018-08-021-0/+4
* Assert that DBUS_SERVER_LISTEN_ADDRESS_ALREADY_USED does not set errorSimon McVittie2018-08-021-0/+1
* _dbus_server_new_for_socket: Properly disconnect during error unwindingSimon McVittie2017-11-241-9/+15
* Reimplement _dbus_warn_return_if_fail without -Wformat-nonliteralSimon McVittie2016-10-131-6/+4
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-4/+4
* Make UUID generation failableSimon McVittie2015-05-141-1/+3
* _dbus_server_init_base: raise a DBusErrorSimon McVittie2015-05-141-8/+14
* dbus_server_set_auth_mechanisms: Fix returning without unlocking server->mute...Ralf Habacker2015-04-281-1/+4
* Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy2014-09-151-14/+5
* Fix debug output about dbus server ref countChengwei Yang2013-08-231-10/+1
* Fix comment about atomic operationsChengwei Yang2013-08-231-4/+7
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-4/+4
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-4/+2
* Distinguish between two flavours of mutexSimon McVittie2012-02-211-4/+4
* add and use _dbus_server_trace_refSimon McVittie2012-02-131-26/+40
* DBusServer: exclusively use atomic operations on the refcountSimon McVittie2011-07-141-43/+64
* Handle case when autolaunched daemon address is already pulished on windows.Ralf Habacker2010-12-141-0/+10
* Extended autolaunch protocol with scope attribute.Ralf Habacker2010-09-271-0/+1
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-9/+6
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-10/+51
* * dbus/dbus-server-win.c,dbus/dbus-server-win.h: new file with empty function...Ralf Habacker2007-05-241-2/+0
* * dbus/dbus-server.c (listen_funcs): _dbus_server_listen_platform_specific is...Ralf Habacker2007-05-191-3/+7
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-18/+23
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-58/+63
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-1/+6
* 2006-10-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-171-2/+2
* 2006-10-01 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-011-1/+9
* 2006-09-30 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-011-26/+2
* 2006-09-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-09-161-17/+5
* voc Pennington <hp@redhat.com>Havoc Pennington2006-09-161-142/+129
* * dbus/dbus-server.c: remove a todo itemJohn (J5) Palmieri2006-09-141-1/+1
* * remove a bunch of todo items from the 1.0 listJohn (J5) Palmieri2006-09-111-7/+0
* * doc/TODO, various source files: Audited todo's and FIXME's andJohn (J5) Palmieri2006-09-061-2/+2
* * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list andJohn (J5) Palmieri2006-08-161-8/+5
* 2005-04-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-04-091-1/+1
* 2005-02-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-261-12/+24
* 2005-02-25 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-251-5/+63
* 2005-02-24 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-241-19/+43
* 2005-02-20 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-211-20/+171
* 2005-02-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-131-37/+160