2012-03-12 |
Lennart Poettering | spec: document unixexec transports |
commit | commitdiff | tree | snapshot |
2012-03-12 |
John Bradshaw | Fix spelling errors in dbus-launch(1) |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Simon McVittie | Enumerate data files used in the build rather than... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Simon McVittie | Update NEWS |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Simon McVittie | Make dbus-daemon.exe --print-address work under Windows |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Simon McVittie | Add a regression test for validating various string... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Simon McVittie | Add dbus-syntax.[ch] |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Simon McVittie | DBusBasicValue: add bool_val and fd members to complete... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Simon McVittie | Promote DBusBasicValue and DBus8ByteStruct to be API |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Development version |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Prepare 1.5.10 dbus-1.5.10 |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Mark shell-test as modular and installable |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Allow a reduced set of installable tests (none yet... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | dbus-memory: add optional checking for system malloc... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | dbus_realloc: don't crash if realloc() returns NULL... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Turn the non-valgrind code path into inline functions... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | DBusTransport: don't include dbus-marshal-header.h... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Move _dbus_check_fdleaks_enter to dbus-message-internal.h |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | DBusTransport: don't use dbus-message-private.h |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Zero-initialize DBusCounter at allocation |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Do not AC_SUBST systemd flags from PKG_CHECK_MODULES |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Invoke PKG_PROG_PKG_CONFIG early in configure.ac |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | internal_bus_get: centralize error handling |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Add a macro to centralize checking for string-like... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Remove declaration of _dbus_type_is_fixed, no longer... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | _dbus_verbose_real: tidy conditional prototype to not... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Remove _dbus_condvar_wake_all and both of its implement... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Never use non-libdbus threading primitives |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | dbus-threads: improve documentation |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Use actual recursive pthreads mutexes, rather than... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Allow both recursive and non-recursive mutexes to be... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Distinguish between two flavours of mutex |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Simon McVittie | Make _dbus_mutex_new, _dbus_mutex_free static |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Ralf Habacker | Fixed runtime error caused by using uninitialized varia... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Simon McVittie | NEWS for 1.4 |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Marc Mutz | dbus-protocol.h: compile under C++11 |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Simon McVittie | dbus-send.1: document --reply-timeout |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Simon McVittie | dbus-send.1, dbus-send: document --print-reply=literal... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Simon McVittie | dbus-send.1: use bold and italic type consistently |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | more NEWS |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | add and use _dbus_connection_trace_ref |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | add and use _dbus_server_trace_ref |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | add and use _dbus_pending_call_trace_ref |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | Add and use _dbus_message_trace_ref |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | Provide a hook to allow refcounting to be traced |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | dbus_message_cache_or_finalize: allow message cache... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | DBusMemPool: inform valgrind what we're up to |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | Add support for inserting (a subset of) Valgrind client... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | Replace a series of booleans, all (apparently) alike... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | _dbus_string_append_double, _dbus_string_parse_double... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | _dbus_string_append_unichar, _dbus_string_get_unichar... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | _dbus_list_pop_last_link: remove, unused |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | Back to development status |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | Release D-Bus 1.4.18 dbus-1.4.18 |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Pavel Strashkin | dbus-daemon: fix forgotten counter increase while copyi... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Simon McVittie | Revert "dbus-daemon: fix forgotten counter increase... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | _dbus_connection_queue_received_message: remove, unused |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | DBUS_HASH_TWO_STRINGS, DBUS_HASH_POINTER: remove, unused |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | _dbus_list_insert_before: remove, unused |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | _dbus_header_field_to_string: remove, unused |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | Remove unused _dbus_string_append_4_aligned, _dbus_stri... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | _dbus_getgid: remove, unused |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Lennart Poettering | spec: document systemd transport |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | NEWS for recently-merged branches |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | Merge branch 'system-search-paths-21620' |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | Merge branch 'doc-search-paths-35306' |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Simon McVittie | Merge branch 'reversed-dns-37095' |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Lennart Poettering | bus: introduce --nopidfile switch to disable writing... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Ralf Habacker | Windows compile fix |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | _dbus_get_environment: move from shared library to... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | dbus-marshal-recursive: make some internal functions... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | find_field_for_modification: document where the readers... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | Reinstate the recursive marshalling test but skip the... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | dbus-test: only test for memleaks if we actually ran... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Jack Nagel | docs: correctly invoke man2html |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | Explicitly don't search XDG_DATA_DIRS for system servic... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | spec: document how to install session .service files |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Simon McVittie | spec: document the search path for session services |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Lennart Poettering | systemd: drop machine UUID generation for unit file |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Simon McVittie | Check for a new enough systemd that sd_uid_get_seats... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Lennart Poettering | at_console: ask systemd whether a user is at the console |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Simon McVittie | Merge branch 'socket-set-33337' |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon McVittie | talk about stable branches a bit more |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon McVittie | Merge branch 'dbus-1.4' rejecting commit 4ebb275ab7b6f71d5 |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon McVittie | Don't warn about deprecated declarations in this stable... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon McVittie | Port to glib 2.31.x g_thread API |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Simon McVittie | Merge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88c |
commit | commitdiff | tree | snapshot |
next |