| .. |
|
.gitignore
|
Rename dbus-test to test-dbus to match common test application naming scheme.
|
2014-01-17 16:17:02 +00:00 |
|
dbus-address.c
|
Merge branch 'dbus-1.6'
|
2013-07-01 12:16:05 +01:00 |
|
dbus-address.h
|
Decorated public exported functions with DBUS_EXPORT macro, reviewed by Colin Walters.
|
2010-03-16 09:33:39 +01:00 |
|
dbus-arch-deps.h.in
|
Remove support for platforms with no 64-bit integer type
|
2013-09-16 15:31:02 +01:00 |
|
dbus-asv-util.c
|
New a{sv} helper for using byte arrays as the variant
|
2015-02-18 10:35:05 +00:00 |
|
dbus-asv-util.h
|
New a{sv} helper for using byte arrays as the variant
|
2015-02-18 10:35:05 +00:00 |
|
dbus-auth-script.c
|
_dbus_auth_return_buffer(): remove unused argument
|
2014-01-06 15:58:11 +00:00 |
|
dbus-auth-script.h
|
Consistently include <config.h> in all C source files and never in header files.
|
2010-03-19 20:11:48 +01:00 |
|
dbus-auth-util.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-auth.c
|
Add LSM-agnostic support for LinuxSecurityLabel credential
|
2015-02-18 10:35:05 +00:00 |
|
dbus-auth.h
|
_dbus_auth_return_buffer(): remove unused argument
|
2014-01-06 15:58:11 +00:00 |
|
dbus-bus.c
|
Remove unnecessary dbus_setenv()
|
2013-11-01 12:08:33 +00:00 |
|
dbus-bus.h
|
Decorated public exported functions with DBUS_EXPORT macro, reviewed by Colin Walters.
|
2010-03-16 09:33:39 +01:00 |
|
dbus-connection-internal.h
|
Add LSM-agnostic support for LinuxSecurityLabel credential
|
2015-02-18 10:35:05 +00:00 |
|
dbus-connection.c
|
Add LSM-agnostic support for LinuxSecurityLabel credential
|
2015-02-18 10:35:05 +00:00 |
|
dbus-connection.h
|
DBusSocketSet: new abstraction for struct pollfd[] or whatever
|
2011-06-13 17:30:31 +01:00 |
|
dbus-credentials-util.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-credentials.c
|
Add LSM-agnostic support for LinuxSecurityLabel credential
|
2015-02-18 10:35:05 +00:00 |
|
dbus-credentials.h
|
Add LSM-agnostic support for LinuxSecurityLabel credential
|
2015-02-18 10:35:05 +00:00 |
|
dbus-dataslot.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-dataslot.h
|
Replace individual global-lock variables with an array of DBusRMutex *
|
2013-06-17 16:53:51 +01:00 |
|
dbus-errors.c
|
_dbus_set_error_valist: add
|
2015-02-03 16:19:20 +00:00 |
|
dbus-errors.h
|
Minor include file fix.
|
2010-06-07 15:34:22 +02:00 |
|
dbus-file-unix.c
|
Make dbus-uuidgen atomic
|
2010-09-03 14:29:53 -04:00 |
|
dbus-file-win.c
|
Fix typo in creating temp file.
|
2010-09-09 16:00:34 +02:00 |
|
dbus-file.c
|
moved out dbus file related functions from sysdeps into separate files - tested on windows
|
2009-12-20 11:24:32 +01:00 |
|
dbus-file.h
|
Make dbus-uuidgen atomic
|
2010-09-03 14:29:53 -04:00 |
|
dbus-hash.c
|
Replace some runtime assertions with compile-time assertions
|
2014-09-15 12:22:23 +01:00 |
|
dbus-hash.h
|
DBUS_HASH_TWO_STRINGS, DBUS_HASH_POINTER: remove, unused
|
2012-02-10 14:37:44 +00:00 |
|
dbus-init-win.cpp
|
dbus_threads_init_default, dbus_threads_init: be safe to call at any time
|
2013-05-10 11:35:08 +01:00 |
|
dbus-internals.c
|
Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with DBUS_ENABLE_VERBOSE_MODE.
|
2015-02-13 11:20:21 +01:00 |
|
dbus-internals.h
|
Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with DBUS_ENABLE_VERBOSE_MODE.
|
2015-02-13 11:20:21 +01:00 |
|
dbus-keyring.c
|
Doc: fix incorrect param names, missing params, non-exist params
|
2013-08-22 20:01:08 +01:00 |
|
dbus-keyring.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-list.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-list.h
|
_dbus_list_pop_last_link: remove, unused
|
2012-02-13 17:37:02 +00:00 |
|
dbus-macros.h
|
Add _DBUS_GNUC_UNUSED, and use it in _DBUS_STATIC_ASSERT
|
2014-09-15 12:31:04 +01:00 |
|
dbus-mainloop.c
|
dbus-mainloop.c: undeclared variable n_fds if define MAINLOOP_SPEW.
|
2013-09-16 14:55:10 +01:00 |
|
dbus-mainloop.h
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-marshal-basic.c
|
Replace some runtime assertions with compile-time assertions
|
2014-09-15 12:22:23 +01:00 |
|
dbus-marshal-basic.h
|
Remove support for platforms with no 64-bit integer type
|
2013-09-16 15:31:02 +01:00 |
|
dbus-marshal-byteswap-util.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-marshal-byteswap.c
|
Remove support for platforms with no 64-bit integer type
|
2013-09-16 15:31:02 +01:00 |
|
dbus-marshal-byteswap.h
|
Consistently include <config.h> in all C source files and never in header files.
|
2010-03-19 20:11:48 +01:00 |
|
dbus-marshal-header.c
|
Doc: fix incorrect param names, missing params, non-exist params
|
2013-08-22 20:01:08 +01:00 |
|
dbus-marshal-header.h
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-marshal-recursive-util.c
|
When generating random messages, exercise empty signature as intended
|
2015-01-06 22:45:27 +00:00 |
|
dbus-marshal-recursive.c
|
dbus-marshal-recursive: make some internal functions static
|
2012-02-08 19:10:30 +00:00 |
|
dbus-marshal-recursive.h
|
dbus-marshal-recursive: make some internal functions static
|
2012-02-08 19:10:30 +00:00 |
|
dbus-marshal-validate-util.c
|
_dbus_marshal_validate_test: test both /foo/ and foo/
|
2015-01-06 22:45:27 +00:00 |
|
dbus-marshal-validate.c
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-marshal-validate.h
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-memory.c
|
dbus_shutdown: document its effect on shared connections
|
2014-10-13 15:16:56 +01:00 |
|
dbus-memory.h
|
Annotate dbus_malloc*() functions with __attribute__ malloc and __attribute__ alloc_size
|
2011-01-05 13:13:48 +00:00 |
|
dbus-mempool.c
|
Fix incorrect sizeof in a Valgrind hint macro call.
|
2013-09-16 13:07:41 +01:00 |
|
dbus-mempool.h
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-message-factory.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-message-factory.h
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-message-internal.h
|
DBusConnection: implements _dbus_connection_set_pending_fds_function
|
2014-09-15 12:30:30 +01:00 |
|
dbus-message-private.h
|
DBusConnection: implements _dbus_connection_set_pending_fds_function
|
2014-09-15 12:30:30 +01:00 |
|
dbus-message-util.c
|
Fix test suite fails on test-dbus with --enable-tests (but no assertions).
|
2014-09-25 12:39:49 +02:00 |
|
dbus-message.c
|
Implement getter, setter for ALLOW_INTERACTIVE_AUTHORIZATION flag
|
2014-10-28 17:11:18 +00:00 |
|
dbus-message.h
|
Implement getter, setter for ALLOW_INTERACTIVE_AUTHORIZATION flag
|
2014-10-28 17:11:18 +00:00 |
|
dbus-misc.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-misc.h
|
Export dbus_setenv() as a utility function
|
2013-08-23 11:40:50 +01:00 |
|
dbus-nonce.c
|
Consistently save and restore errno
|
2014-10-29 14:02:37 +00:00 |
|
dbus-nonce.h
|
Fixes to the nonce code
|
2009-12-01 08:43:41 +01:00 |
|
dbus-object-tree.c
|
Fix build with --enable-maintainer-mode --disable-embedded-tests
|
2015-01-27 14:18:03 +00:00 |
|
dbus-object-tree.h
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-pending-call-internal.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-pending-call.c
|
Cleanup: polish verbose mode checking
|
2013-08-23 11:51:18 +01:00 |
|
dbus-pending-call.h
|
Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_DEFAULT
|
2011-06-10 18:33:04 +01:00 |
|
dbus-pipe-unix.c
|
Make dbus-daemon.exe --print-address work under Windows
|
2012-02-28 12:37:41 +00:00 |
|
dbus-pipe-win.c
|
Make dbus-daemon.exe --print-address work under Windows
|
2012-02-28 12:37:41 +00:00 |
|
dbus-pipe.c
|
Make dbus-daemon.exe --print-address work under Windows
|
2012-02-28 12:37:41 +00:00 |
|
dbus-pipe.h
|
Make dbus-daemon.exe --print-address work under Windows
|
2012-02-28 12:37:41 +00:00 |
|
dbus-protocol.h
|
dbus-spec, dbus-protocol: add ALLOW_INTERACTIVE_AUTHORIZATION flag
|
2014-10-28 15:03:06 +01:00 |
|
dbus-resources.c
|
Zero-initialize DBusCounter at allocation
|
2012-02-21 14:51:18 +00:00 |
|
dbus-resources.h
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-server-debug-pipe.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-server-debug-pipe.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-server-launchd.c
|
Split _dbus_fd_set_close_on_exec into Unix and Windows versions
|
2014-09-15 13:31:22 +02:00 |
|
dbus-server-launchd.h
|
Add launchd implementation.
|
2010-12-06 21:33:06 +01:00 |
|
dbus-server-protected.h
|
Stop listening on DBusServer sockets when reaching max_incomplete_connections
|
2014-09-15 12:28:37 +01:00 |
|
dbus-server-socket.c
|
Consistently save and restore errno
|
2014-10-29 14:02:37 +00:00 |
|
dbus-server-socket.h
|
Extended autolaunch protocol with scope attribute.
|
2010-09-27 21:53:32 +02:00 |
|
dbus-server-unix.c
|
Set correct address when using --address=systemd:
|
2012-10-08 16:58:10 -04:00 |
|
dbus-server-unix.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-server-win.c
|
Remove duplicate nonce-tcp (service-side) transport on Windows
|
2012-06-05 12:18:23 +01:00 |
|
dbus-server-win.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-server.c
|
Stop listening on DBusServer sockets when reaching max_incomplete_connections
|
2014-09-15 12:28:37 +01:00 |
|
dbus-server.h
|
Decorated public exported functions with DBUS_EXPORT macro, reviewed by Colin Walters.
|
2010-03-16 09:33:39 +01:00 |
|
dbus-sha.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-sha.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-shared.h
|
Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with DBUS_ENABLE_VERBOSE_MODE.
|
2015-02-13 11:20:21 +01:00 |
|
dbus-shell.c
|
Doc: fix invalid usage of doxygen @param command
|
2013-06-20 13:15:22 +01:00 |
|
dbus-shell.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-signature.c
|
Replace some runtime assertions with compile-time assertions
|
2014-09-15 12:22:23 +01:00 |
|
dbus-signature.h
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-socket-set-epoll.c
|
Use epoll in a backwards-compatible way on Linux < 2.6.27
|
2011-06-13 17:30:47 +01:00 |
|
dbus-socket-set-poll.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-socket-set.c
|
Add an implementation of DBusSocketSet using epoll
|
2011-06-13 17:30:40 +01:00 |
|
dbus-socket-set.h
|
Add an implementation of DBusSocketSet using epoll
|
2011-06-13 17:30:40 +01:00 |
|
dbus-sockets-win.h
|
Windows fix: MSVC 2010 has errno.h.
|
2010-12-31 16:12:18 +01:00 |
|
dbus-spawn-win.c
|
DBusBabysitter: change executable to log_name
|
2013-11-01 12:40:41 +00:00 |
|
dbus-spawn.c
|
whitespace/comment fixes
|
2014-11-06 14:29:50 +00:00 |
|
dbus-spawn.h
|
DBusBabysitter: change executable to log_name
|
2013-11-01 12:40:41 +00:00 |
|
dbus-string-private.h
|
Revert all changes since a36d4918a6
|
2012-01-04 17:44:23 +00:00 |
|
dbus-string-util.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-string.c
|
_dbus_string_append_printf_valist: avoid leaking copy of varargs
|
2015-01-29 12:09:40 +00:00 |
|
dbus-string.h
|
Add dbus string convenience function _dbus_string_init_from_string().
|
2014-09-08 12:00:42 +00:00 |
|
dbus-syntax.c
|
Doc: fix incorrect param names, missing params, non-exist params
|
2013-08-22 20:01:08 +01:00 |
|
dbus-syntax.h
|
Add dbus-syntax.[ch]
|
2012-02-24 12:43:55 +00:00 |
|
dbus-sysdeps-pthread.c
|
Revert "Add a statically-initialized implementation of _dbus_lock() on glibc systems"
|
2013-08-30 17:31:16 +01:00 |
|
dbus-sysdeps-thread-win.c
|
dbus_threads_init_default, dbus_threads_init: be safe to call at any time
|
2013-05-10 11:35:08 +01:00 |
|
dbus-sysdeps-unix.c
|
Add LSM-agnostic support for LinuxSecurityLabel credential
|
2015-02-18 10:35:05 +00:00 |
|
dbus-sysdeps-unix.h
|
Split _dbus_fd_set_close_on_exec into Unix and Windows versions
|
2014-09-15 13:31:22 +02:00 |
|
dbus-sysdeps-util-unix.c
|
DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNING
|
2014-11-18 19:13:29 +00:00 |
|
dbus-sysdeps-util-win.c
|
DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNING
|
2014-11-18 19:13:29 +00:00 |
|
dbus-sysdeps-util.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-sysdeps-win.c
|
Minor optimization in _dbus_getsid().
|
2015-02-11 11:57:49 +00:00 |
|
dbus-sysdeps-win.h
|
Add test for windows sid.
|
2015-02-11 11:57:46 +00:00 |
|
dbus-sysdeps-wince-glue.c
|
Doc: fix incorrect param names, missing params, non-exist params
|
2013-08-22 20:01:08 +01:00 |
|
dbus-sysdeps-wince-glue.h
|
Wrap OutputDebugString for Windows CE builds, and add cast for MSVC.
|
2010-07-19 10:32:08 +02:00 |
|
dbus-sysdeps.c
|
Consistently save and restore errno
|
2014-10-29 14:02:37 +00:00 |
|
dbus-sysdeps.h
|
DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNING
|
2014-11-18 19:13:29 +00:00 |
|
dbus-test-main.c
|
test-bus, test-dbus: close any inherited fds from caller
|
2014-10-24 18:48:18 +02:00 |
|
dbus-test.c
|
Rename dbus-test to test-dbus to match common test application naming scheme.
|
2014-01-17 16:17:02 +00:00 |
|
dbus-test.h
|
transport: add new unixexec transport on Unix
|
2012-03-12 16:38:56 +00:00 |
|
dbus-threads-internal.h
|
Revert "Add a statically-initialized implementation of _dbus_lock() on glibc systems"
|
2013-08-30 17:31:16 +01:00 |
|
dbus-threads.c
|
Revert "Add a statically-initialized implementation of _dbus_lock() on glibc systems"
|
2013-08-30 17:31:16 +01:00 |
|
dbus-threads.h
|
Allow both recursive and non-recursive mutexes to be supplied
|
2012-02-21 14:41:28 +00:00 |
|
dbus-timeout.c
|
Consistently include <config.h> in all C source files and never in header files.
|
2010-03-19 20:11:48 +01:00 |
|
dbus-timeout.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-transport-protected.h
|
Revert "Factor out DBusAuthorization from DBusTransport"
|
2013-08-23 11:10:41 +01:00 |
|
dbus-transport-socket.c
|
Consistently save and restore errno
|
2014-10-29 14:02:37 +00:00 |
|
dbus-transport-socket.h
|
The current state of the nonce-tcp implementation
|
2009-12-01 08:43:36 +01:00 |
|
dbus-transport-unix.c
|
tests to embedded tests: replaced in libdbus
|
2013-06-28 12:15:53 +01:00 |
|
dbus-transport-unix.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-transport-win.c
|
Remove duplicate nonce-tcp (client side) transport on Windows
|
2012-06-05 12:17:58 +01:00 |
|
dbus-transport-win.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-transport.c
|
Add LSM-agnostic support for LinuxSecurityLabel credential
|
2015-02-18 10:35:05 +00:00 |
|
dbus-transport.h
|
Add LSM-agnostic support for LinuxSecurityLabel credential
|
2015-02-18 10:35:05 +00:00 |
|
dbus-types.h
|
Remove support for platforms with no 64-bit integer type
|
2013-09-16 15:31:02 +01:00 |
|
dbus-userdb-util.c
|
Make userdb cache as a built-in feature
|
2013-09-13 14:59:20 +01:00 |
|
dbus-userdb.c
|
Make userdb cache as a built-in feature
|
2013-09-13 14:59:20 +01:00 |
|
dbus-userdb.h
|
Make taking a global lock automatically initialize locking if needed
|
2013-06-17 17:00:00 +01:00 |
|
dbus-uuidgen.c
|
Consistently include <config.h> in all C source files and never in header files.
|
2010-03-19 20:11:48 +01:00 |
|
dbus-uuidgen.h
|
Bug 21161 - Update the FSF address
|
2009-07-14 15:39:47 -04:00 |
|
dbus-valgrind-internal.h
|
Fix building with newer Valgrind
|
2012-11-09 14:04:27 +00:00 |
|
dbus-watch.c
|
Stop listening on DBusServer sockets when reaching max_incomplete_connections
|
2014-09-15 12:28:37 +01:00 |
|
dbus-watch.h
|
Stop listening on DBusServer sockets when reaching max_incomplete_connections
|
2014-09-15 12:28:37 +01:00 |
|
dbus.h
|
Add dbus-syntax.[ch]
|
2012-02-24 12:43:55 +00:00 |
|
Makefile.am
|
Only support systemd: transport if we have systemd libraries
|
2014-02-19 16:52:29 +00:00 |
|
versioninfo.rc.in
|
WIN32: add versioninfo, and export symbols
|
2009-12-01 08:36:26 +01:00 |