Age | Commit message (Expand) | Author | Files | Lines |
2012-02-21 | dbus-memory: add optional checking for system malloc() (etc.) failing | Simon McVittie | 1 | -10/+77 |
2012-02-21 | dbus_realloc: don't crash if realloc() returns NULL while using guards | Simon McVittie | 1 | -2/+5 |
2012-02-21 | Turn the non-valgrind code path into inline functions to avoid compiler warnings | Simon McVittie | 1 | -3/+23 |
2012-02-21 | DBusTransport: don't include dbus-marshal-header.h either | Simon McVittie | 1 | -1/+0 |
2012-02-21 | Move _dbus_check_fdleaks_enter to dbus-message-internal.h | Simon McVittie | 3 | -5/+5 |
2012-02-21 | DBusTransport: don't use dbus-message-private.h | Simon McVittie | 1 | -1/+1 |
2012-02-21 | Zero-initialize DBusCounter at allocation | Simon McVittie | 1 | -15/+2 |
2012-02-21 | Do not AC_SUBST systemd flags from PKG_CHECK_MODULES | Simon McVittie | 1 | -2/+0 |
2012-02-21 | Invoke PKG_PROG_PKG_CONFIG early in configure.ac | Simon McVittie | 1 | -0/+1 |
2012-02-21 | internal_bus_get: centralize error handling | Simon McVittie | 1 | -17/+13 |
2012-02-21 | Add a macro to centralize checking for string-like types | Simon McVittie | 1 | -6/+6 |
2012-02-21 | Remove declaration of _dbus_type_is_fixed, no longer exists | Simon McVittie | 1 | -1/+0 |
2012-02-21 | _dbus_verbose_real: tidy conditional prototype to not break nesting | Simon McVittie | 1 | -4/+3 |
2012-02-21 | Remove _dbus_condvar_wake_all and both of its implementations | Simon McVittie | 4 | -40/+0 |
2012-02-21 | Never use non-libdbus threading primitives | Simon McVittie | 4 | -633/+275 |
2012-02-21 | dbus-threads: improve documentation | Simon McVittie | 1 | -3/+38 |
2012-02-21 | Use actual recursive pthreads mutexes, rather than NIH'ing them, wrong | Simon McVittie | 1 | -99/+50 |
2012-02-21 | Allow both recursive and non-recursive mutexes to be supplied | Simon McVittie | 2 | -25/+17 |
2012-02-21 | Distinguish between two flavours of mutex | Simon McVittie | 8 | -114/+283 |
2012-02-21 | Make _dbus_mutex_new, _dbus_mutex_free static | Simon McVittie | 2 | -19/+11 |
2012-02-20 | Fixed runtime error caused by using uninitialized variable detected with msvc... | Ralf Habacker | 1 | -1/+1 |
2012-02-20 | Merge branch 'dbus-1.4' | Simon McVittie | 2 | -1/+3 |
2012-02-20 | NEWS for 1.4 | Simon McVittie | 1 | -1/+1 |
2012-02-20 | dbus-protocol.h: compile under C++11 | Marc Mutz | 1 | -1/+1 |
2012-02-14 | NEWS | Simon McVittie | 1 | -0/+2 |
2012-02-14 | dbus-send.1: document --reply-timeout | Simon McVittie | 1 | -0/+5 |
2012-02-14 | dbus-send.1, dbus-send: document --print-reply=literal consistently | Simon McVittie | 2 | -3/+9 |
2012-02-14 | dbus-send.1: use bold and italic type consistently | Simon McVittie | 1 | -15/+18 |
2012-02-13 | more NEWS | Simon McVittie | 1 | -0/+4 |
2012-02-13 | add and use _dbus_connection_trace_ref | Simon McVittie | 1 | -12/+47 |
2012-02-13 | add and use _dbus_server_trace_ref | Simon McVittie | 4 | -27/+57 |
2012-02-13 | add and use _dbus_pending_call_trace_ref | Simon McVittie | 1 | -6/+41 |
2012-02-13 | Add and use _dbus_message_trace_ref | Simon McVittie | 4 | -9/+59 |
2012-02-13 | Provide a hook to allow refcounting to be traced | Simon McVittie | 2 | -0/+75 |
2012-02-13 | dbus_message_cache_or_finalize: allow message cache to be disabled at runtime | Simon McVittie | 1 | -0/+34 |
2012-02-13 | DBusMemPool: inform valgrind what we're up to | Simon McVittie | 1 | -3/+18 |
2012-02-13 | Add support for inserting (a subset of) Valgrind client requests | Simon McVittie | 3 | -1/+61 |
2012-02-13 | Replace a series of booleans, all (apparently) alike, with flags | Simon McVittie | 4 | -38/+63 |
2012-02-13 | NEWS | Simon McVittie | 1 | -2/+2 |
2012-02-13 | _dbus_string_append_double, _dbus_string_parse_double: remove | Simon McVittie | 4 | -309/+0 |
2012-02-13 | _dbus_string_append_unichar, _dbus_string_get_unichar: remove | Simon McVittie | 3 | -145/+0 |
2012-02-13 | _dbus_list_pop_last_link: remove, unused | Simon McVittie | 2 | -30/+6 |
2012-02-13 | Merge branch 'dbus-1.4' | Simon McVittie | 0 | -0/+0 |
2012-02-13 | Back to development status | Simon McVittie | 2 | -1/+6 |
2012-02-13 | Release D-Bus 1.4.18 | Simon McVittie | 2 | -2/+4 |
2012-02-13 | dbus-daemon: fix forgotten counter increase while copying configured auth mec... | Pavel Strashkin | 1 | -0/+1 |
2012-02-13 | Revert "dbus-daemon: fix forgotten counter increase while copying configured ... | Simon McVittie | 1 | -1/+0 |
2012-02-10 | _dbus_connection_queue_received_message: remove, unused | Simon McVittie | 2 | -28/+0 |
2012-02-10 | DBUS_HASH_TWO_STRINGS, DBUS_HASH_POINTER: remove, unused | Simon McVittie | 2 | -382/+0 |
2012-02-10 | _dbus_list_insert_before: remove, unused | Simon McVittie | 1 | -56/+0 |