2011-07-29 |
Simon McVittie | Implement _dbus_atomic_get directly, rather than via... |
tree | commitdiff |
2011-07-28 |
Lennart Poettering | sysdeps-unix: remove some redundant assignments |
tree | commitdiff |
2011-07-28 |
Lennart Poettering | activation: add /lib/dbus-1/system-services to the... |
tree | commitdiff |
2011-07-28 |
Simon McVittie | Fix spelling/grammatical mistakes detected by Debian... |
tree | commitdiff |
2011-07-26 |
Simon McVittie | DBusMessage: always access refcount atomically, even... |
tree | commitdiff |
2011-07-26 |
Simon McVittie | dbus-memory: use atomic accesses to block count, even... |
tree | commitdiff |
2011-07-25 |
Simon McVittie | DBusConnection: use atomic accesses to refcount in... |
tree | commitdiff |
2011-07-25 |
Simon McVittie | dbus_message_ref: avoid unused variable if not asserting |
tree | commitdiff |
2011-07-25 |
Simon McVittie | _dbus_connection_close_if_only_one_ref: use _dbus_atomi... |
tree | commitdiff |
2011-07-25 |
Simon McVittie | Add _dbus_atomic_get implemented in terms of inc, dec |
tree | commitdiff |
2011-07-25 |
Simon McVittie | DBusObjectTree: always access refcount atomically |
tree | commitdiff |
2011-07-25 |
Simon McVittie | dbus_message_unref: make an assertion more strict |
tree | commitdiff |
2011-07-25 |
Simon McVittie | DBusMessageFilter: exclusively use atomic accesses... |
tree | commitdiff |
2011-07-18 |
Simon McVittie | Run dbus-test from test/, not dbus/ |
tree | commitdiff |
2011-07-18 |
Simon McVittie | dbus tests: don't warn on skipped tests |
tree | commitdiff |
2011-07-18 |
Simon McVittie | _dbus_connect_tcp_socket_with_nonce: don't create an... |
tree | commitdiff |
2011-07-14 |
Simon McVittie | DBusServer: exclusively use atomic operations on the... |
tree | commitdiff |
2011-07-14 |
Simon McVittie | DBusPendingCall: exclusively use atomic operations... |
tree | commitdiff |
2011-07-08 |
Simon McVittie | Cope with platforms whose vsnprintf violates both POSIX... |
tree | commitdiff |
2011-07-08 |
Simon McVittie | In Windows _dbus_printf_string_upper_bound, don't crash... |
tree | commitdiff |
2011-07-05 |
Ralf Habacker | win32 fix: Keep server autolaunch mutex settings accord... |
tree | commitdiff |
2011-07-01 |
Jiří Klimeš | DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE inste... |
tree | commitdiff |
2011-06-10 |
Simon McVittie | Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_... |
tree | commitdiff |
2011-06-10 |
Simon McVittie | dbus_message_demarshal_bytes_needed: correct a wrong... |
tree | commitdiff |
2011-06-10 |
Simon McVittie | _dbus_header_byteswap: change the first byte of the... |
tree | commitdiff |
2011-06-10 |
Simon McVittie | Consistently use atomic operations for all access to... |
tree | commitdiff |
2011-05-25 |
Simon McVittie | process_config_first_time_only: initialize syslog as... |
tree | commitdiff |
2011-05-25 |
Simon McVittie | _dbus_init_system_log: remove FIXME on Windows |
tree | commitdiff |
2011-05-25 |
Simon McVittie | Check for X even if X11 autolaunching is disabled |
tree | commitdiff |
2011-05-25 |
Simon McVittie | handle_server_data_anonymous_mech: remove unnecessary... |
tree | commitdiff |
2011-05-25 |
Simon McVittie | dbus_connection_dispatch: remove dead code |
tree | commitdiff |
2011-05-25 |
Simon McVittie | DBusNonceFile: don't always fail when use_subdir=TRUE... |
tree | commitdiff |
2011-05-03 |
Simon McVittie | dbus_connection_can_send_type: clarify that invalid... |
tree | commitdiff |
2011-04-27 |
Lennart Poettering | machine-id: fall back to reading /etc/machine-id if... |
tree | commitdiff |
2011-04-27 |
Simon McVittie | _dbus_check_fdleaks_enter, _dbus_check_fdleaks_leave... |
tree | commitdiff |
2011-04-27 |
Simon McVittie | Don't report file descriptors as "leaked" if they were... |
tree | commitdiff |
2011-04-26 |
Simon McVittie | Don't force use of -fPIE for the dbus-daemon if apparen... |
tree | commitdiff |
2011-03-14 |
Simon McVittie | Revert merge of master (dbus-1.5) into dbus-1.4 |
tree | commitdiff |
2011-03-10 |
Lennart Poettering | protocol: introduce four new errors |
tree | commitdiff |
2011-03-10 |
Simon McVittie | Make dbus_type_is_valid into public API |
tree | commitdiff |
2011-03-10 |
Simon McVittie | Merge branch 'dbus-1.4' |
tree | commitdiff |
2011-03-10 |
Simon McVittie | _dbus_marshal_write_fixed_multi: remove obsolete FIXME... |
tree | commitdiff |
2011-03-10 |
Simon McVittie | dbus_message_iter_append_basic: remove misleading docum... |
tree | commitdiff |
2011-03-10 |
Simon McVittie | Merge branch 'validate-when-sending-16338' into dbus-1.4 |
tree | commitdiff |
2011-03-10 |
Simon McVittie | dbus_type_is_basic etc.: it is an error to pass in... |
tree | commitdiff |
2011-03-10 |
Simon McVittie | Merge branch 'dbus-1.4' |
tree | commitdiff |
2011-03-08 |
Simon McVittie | Merge branch 'dbus-1.4' |
tree | commitdiff |
2011-03-07 |
Simon McVittie | Merge branch 'dbus-1.4' |
tree | commitdiff |
2011-03-04 |
Simon McVittie | dbus_message_iter_append_fixed_array: add a check for... |
tree | commitdiff |
2011-03-04 |
Simon McVittie | dbus_message_iter_append_basic: validate booleans too |
tree | commitdiff |
2011-03-04 |
Simon McVittie | dbus_message_iter_append_basic: check string-like argum... |
tree | commitdiff |
2011-02-25 |
Simon McVittie | Merge branch 'dbus-1.4' |
tree | commitdiff |
2011-02-25 |
Simon McVittie | Merge branch 'doxygenate' into dbus-1.4 |
tree | commitdiff |
2011-02-25 |
Simon McVittie | Merge branch 'changequote' into dbus-1.4 |
tree | commitdiff |
2011-02-25 |
Simon McVittie | Merge branch 'require-display-for-autolaunch-19997... |
tree | commitdiff |
2011-02-25 |
Simon McVittie | Merge branch 'modern-autofoo-32245' into dbus-1.4 |
tree | commitdiff |
2011-02-24 |
Simon McVittie | Allow X11 autolaunch to be disabled even if the headers... |
tree | commitdiff |
2011-02-24 |
Simon McVittie | Don't attempt Unix X11 autolaunching if DISPLAY isn... |
tree | commitdiff |
2011-02-24 |
Simon McVittie | Merge branch 'dbus-1.4' |
tree | commitdiff |
2011-02-24 |
Simon McVittie | Merge branch 'dbus-1.4' |
tree | commitdiff |
2011-02-24 |
Simon McVittie | Give XDG_DATA_HOME priority over XDG_DATA_DIRS for... |
tree | commitdiff |
2011-02-18 |
Roberto Guido | Improved dbus_string_replace_len() |
tree | commitdiff |
2011-02-18 |
Mark Brand | sysdeps-win needs _dbus_path_is_absolute |
tree | commitdiff |
2011-02-17 |
Simon McVittie | Merge branch 'leak-fixes-33126' |
tree | commitdiff |
2011-02-17 |
Simon McVittie | Don't distribute dbus-arch-deps.h in the tarball |
tree | commitdiff |
2011-02-17 |
Simon McVittie | Remove references to dbus-md5, which hasn't been used... |
tree | commitdiff |
2011-02-16 |
Simon McVittie | DBusTransport: don't copy DBusAuth's GUID to expected_guid |
tree | commitdiff |
2011-02-14 |
Matthias Clasen | Fix syslog string processing |
tree | commitdiff |
2011-02-03 |
Colin Walters | bus: Raise file descriptor limit to match configuration |
tree | commitdiff |
2011-02-02 |
Simon McVittie | Merge branch 'serverdata-33277' into dbus-1.4 |
tree | commitdiff |
2011-02-01 |
Simon McVittie | dbus_bus_set_unique_name, dbus_bus_get_unique_name... |
tree | commitdiff |
2011-01-26 |
Simon McVittie | _dbus_server_new_for_tcp_socket: fix error handling |
tree | commitdiff |
2011-01-25 |
Simon McVittie | Make _dbus_directory_get_next_file use readdir, not... |
tree | commitdiff |
2011-01-21 |
Simon McVittie | _dbus_loop_iterate: if the kernel says a fd is bad... |
tree | commitdiff |
2011-01-21 |
Simon McVittie | _dbus_loop_iterate: cleanup: make more use of a tempora... |
tree | commitdiff |
2011-01-21 |
Simon McVittie | _dbus_loop_iterate: if a watch has been invalidated... |
tree | commitdiff |
2011-01-21 |
Simon McVittie | dbus-spawn: don't leave bad file descriptors being... |
tree | commitdiff |
2011-01-21 |
Simon McVittie | _dbus_read_credentials_socket: support OpenBSD |
tree | commitdiff |
2011-01-19 |
Richard A. Hankins | fix bad DBusMessageIter doc example |
tree | commitdiff |
2011-01-18 |
Simon McVittie | _dbus_listen_tcp_socket: unify cleanup for EADDRINUSE... |
tree | commitdiff |
2011-01-18 |
Christian Dywan | _dbus_listen_tcp_socket: free listen_fd in the error... |
tree | commitdiff |
2011-01-17 |
Christian Dywan | dbus-nonce: check results of _dbus_string_init for OOM |
tree | commitdiff |
2011-01-05 |
Christian Dywan | Verify that getsockname succeeded in _dbus_listen_tcp_s... |
tree | commitdiff |
2011-01-05 |
Christian Dywan | Handle failure to allocate error message in _read_subpr... |
tree | commitdiff |
2011-01-05 |
Cristian Rodríguez | Annotate dbus_malloc*() functions with __attribute__... |
tree | commitdiff |
2011-01-05 |
Will Thompson | connection: correct HAVE_DECL_MSG_NOSIGNAL guard |
tree | commitdiff |
2011-01-04 |
Christian Dywan | Fix error condition in _dbus_pipe_close |
tree | commitdiff |
2011-01-04 |
Christian Dywan | Make _dbus_system_logv actually exit with DBUS_SYSTEM_L... |
tree | commitdiff |
2010-12-31 |
Pau Garcia i Quiles | Windows fix: MSVC 2010 has errno.h. |
tree | commitdiff |
2010-12-29 |
Marcus Brinkmann | Avoid live lock in Windows (CE) under some situations... |
tree | commitdiff |
2010-12-29 |
Ralf Habacker | Use absolute session service dir path in bus-test on... |
tree | commitdiff |
2010-12-24 |
Mike McQuaid | sysdeps-unix: use #if for HAVE_DECL_MSG_NOSIGNAL |
tree | commitdiff |
2010-12-20 |
Havoc Pennington | CVE 2010-4352: Reject deeply nested variants |
tree | commitdiff |
2010-12-16 |
Will Thompson | sysdeps-unix: check for HAVE_DECL_MSG_NOSIGNAL |
tree | commitdiff |
2010-12-16 |
Scott James Remnant | sysdeps-unix: use MSG_NOSIGNAL when sending creds |
tree | commitdiff |
2010-12-14 |
Ralf Habacker | Handle case when autolaunched daemon address is already... |
tree | commitdiff |
2010-12-13 |
Ralf Habacker | Windows fix: In install path scope case add hashed... |
tree | commitdiff |
2010-12-13 |
Ralf Habacker | Be more verbose when publishing or requesting session... |
tree | commitdiff |
2010-12-10 |
Ralf Habacker | Implements user limited session bus on Windows. |
tree | commitdiff |
2010-12-10 |
Ralf Habacker | Fixed bug not freeing mutex handle on Windows. |
tree | commitdiff |
next |