Honour aclocal flags in Makefile.am, rather than gluing them onto ACLOCAL
[platform/upstream/dbus.git] / dbus /
2011-02-18 Mark Brandsysdeps-win needs _dbus_path_is_absolute
2011-02-17 Simon McVittieMerge branch 'leak-fixes-33126'
2011-02-17 Simon McVittieDon't distribute dbus-arch-deps.h in the tarball
2011-02-17 Simon McVittieRemove references to dbus-md5, which hasn't been used...
2011-02-16 Simon McVittieDBusTransport: don't copy DBusAuth's GUID to expected_guid
2011-02-14 Matthias ClasenFix syslog string processing
2011-02-03 Colin Waltersbus: Raise file descriptor limit to match configuration
2011-02-02 Simon McVittieMerge branch 'serverdata-33277' into dbus-1.4
2011-02-01 Simon McVittiedbus_bus_set_unique_name, dbus_bus_get_unique_name...
2011-01-26 Simon McVittie_dbus_server_new_for_tcp_socket: fix error handling
2011-01-25 Simon McVittieMake _dbus_directory_get_next_file use readdir, not...
2011-01-21 Simon McVittie_dbus_loop_iterate: if the kernel says a fd is bad...
2011-01-21 Simon McVittie_dbus_loop_iterate: cleanup: make more use of a tempora...
2011-01-21 Simon McVittie_dbus_loop_iterate: if a watch has been invalidated...
2011-01-21 Simon McVittiedbus-spawn: don't leave bad file descriptors being...
2011-01-21 Simon McVittie_dbus_read_credentials_socket: support OpenBSD
2011-01-19 Richard A. Hankinsfix bad DBusMessageIter doc example
2011-01-18 Simon McVittie_dbus_listen_tcp_socket: unify cleanup for EADDRINUSE...
2011-01-18 Christian Dywan_dbus_listen_tcp_socket: free listen_fd in the error...
2011-01-17 Christian Dywandbus-nonce: check results of _dbus_string_init for OOM
2011-01-05 Christian DywanVerify that getsockname succeeded in _dbus_listen_tcp_s...
2011-01-05 Christian DywanHandle failure to allocate error message in _read_subpr...
2011-01-05 Cristian RodríguezAnnotate dbus_malloc*() functions with __attribute__...
2011-01-05 Will Thompsonconnection: correct HAVE_DECL_MSG_NOSIGNAL guard
2011-01-04 Christian DywanFix error condition in _dbus_pipe_close
2011-01-04 Christian DywanMake _dbus_system_logv actually exit with DBUS_SYSTEM_L...
2010-12-31 Pau Garcia i QuilesWindows fix: MSVC 2010 has errno.h.
2010-12-29 Marcus BrinkmannAvoid live lock in Windows (CE) under some situations...
2010-12-29 Ralf HabackerUse absolute session service dir path in bus-test on...
2010-12-24 Mike McQuaidsysdeps-unix: use #if for HAVE_DECL_MSG_NOSIGNAL
2010-12-20 Havoc PenningtonCVE 2010-4352: Reject deeply nested variants
2010-12-16 Will Thompsonsysdeps-unix: check for HAVE_DECL_MSG_NOSIGNAL
2010-12-16 Scott James Remnantsysdeps-unix: use MSG_NOSIGNAL when sending creds
2010-12-14 Ralf HabackerHandle case when autolaunched daemon address is already...
2010-12-13 Ralf HabackerWindows fix: In install path scope case add hashed...
2010-12-13 Ralf HabackerBe more verbose when publishing or requesting session...
2010-12-10 Ralf HabackerImplements user limited session bus on Windows.
2010-12-10 Ralf HabackerFixed bug not freeing mutex handle on Windows.
2010-12-10 Ralf HabackerVariables and functions name cleanup on Windows.
2010-12-06 Benjamin ReedEnable launchd.
2010-12-06 Benjamin ReedLook up DISPLAY from launchd if not initialized.
2010-12-06 Benjamin ReedAdd launchd implementation.
2010-10-29 Ralf HabackerService dir related bug fix on windows.
2010-10-29 Romain PokrzywkaRestore the close_on_exec flag on windows.
2010-10-26 Will ThompsonMerge branch 'documentation-build-system'
2010-10-08 Romain PokrzywkaTentative workaround for the random hangs on windows.
2010-10-07 Romain Pokrzywkatentative workaround for the random hangs on windows
2010-10-05 Christian DywanOnly use signature directly inside _dbus_verbose
2010-10-05 Christian DywanDon't pretend to free lock if it was never allocated
2010-10-05 Christian DywanAlways get current time in _dbus_connection_block_pendi...
2010-10-05 Will ThompsonUpdate a load of .gitignores
2010-09-28 Ralf HabackerWhen launching dbus-daemon be more verbose in error...
2010-09-27 Ralf HabackerKeep unix autolaunch functions in sync.
2010-09-27 Ralf HabackerFixed case when no scope attribute is used.
2010-09-27 Ralf HabackerExtended autolaunch protocol with scope attribute.
2010-09-23 Christian DywanAdd return_if_fail watch != NULL in public DBusWatch API
2010-09-09 Marcus BrinkmannFix typo in creating temp file.
2010-09-08 Marcus BrinkmannFix use of _dbus_make_file_world_readable.
2010-09-06 Havoc Penningtonfix some "unused result" warnings in dbus-launch and... dbus-1.4.0
2010-09-06 Havoc PenningtonChange failure of setsockopt SO_REUSEADDR to be a warni...
2010-09-06 Lennart Poetteringsystemd: update sd-daemon.[ch] from upstream systemd
2010-09-03 Colin WaltersMerge branch 'dbus-1.2'
2010-09-03 Colin WaltersMake dbus-uuidgen atomic
2010-08-11 Lennart Poetteringsd-daemon: update from upstream
2010-08-11 Romain PokrzywkaCleanup: removed unused code; fixed Winsock error handl...
2010-08-09 Romain Pokrzywkafix socket descriptor leak in _dbus_connect_tcp_socket_...
2010-07-19 Marcus BrinkmannWrap OutputDebugString for Windows CE builds, and add...
2010-07-16 Christian DywanAdd unit tests for dbus_message_get_path_decomposed
2010-07-16 Christian DywanAssert in _dbus_decompose_path if path is NULL or len...
2010-07-13 Lennart Poetteringsystemd: update systemd glue code
2010-07-08 Lennart Poetteringsystemd: add systemd-style socket-activation
2010-07-08 Sledzsysdeps-unix: enable address reuse on TCP sockets
2010-07-01 Thiago MacieiraFix the reentrancy issue reported on bug 17754.
2010-06-22 Will ThompsonMerge branch 'dbus-1.2'
2010-06-22 Thiago MacieiraRevert "Bug 17754 - Fixed race condition in protected_c...
2010-06-17 Will ThompsonRevert "Bug 28460 - Refactored dbus configuration access."
2010-06-17 Will ThompsonFix dbus-sysdeps.h on amd64, again.
2010-06-14 Ralf HabackerBug 28460 - Refactored dbus configuration access.
2010-06-12 Ralf HabackerUse dbus provided wait function.
2010-06-11 Plácido RevillaBug 17754 - Fixed race condition in protected_change_ti...
2010-06-11 Johannes CarlssonCorrected thread problem causing some calls to hang...
2010-06-11 Ralf HabackerDo not set DBUS_SESSION_BUS_DEFAULT_ADDRESS uncondition...
2010-06-10 Christian DywanFix x64 build after WinCE intptr_t usage changes.
2010-06-09 Johannes CarlssonCorrected thread problem causing some calls to hang...
2010-06-07 Ralf HabackerFixed compiler warnings.
2010-06-07 Ralf HabackerMinor include file fix.
2010-05-21 Will ThompsonMerge branch 'dbus-1.2'
2010-05-18 Thiago MacieiraFix building on Unix
2010-05-16 Luiz Augusto Von... Fix memory allocation when reusing message from cache
2010-05-10 Marcus BrinkmannFix infinite recursion on Windows CE.
2010-05-10 Marcus BrinkmannFix GetModuleFileNameA and RegQueryValueExA for Windows CE.
2010-05-07 Marcus BrinkmannMove definition of _WIN32_WCE to configure.in (cmake...
2010-05-05 Romain Pokrzywkafix {u}intptr_t usage on wince with msvc
2010-05-05 Ralf HabackerSend system log messages to debug port for now.
2010-05-03 Ralf HabackerAdded missing implementation for _dbus_system_logv().
2010-05-03 Marcus BrinkmannDefensively protect against bogus argv argument on...
2010-05-03 Ralf HabackerBe more silent with porting problems.
2010-05-03 Fridrich ŠtrbaDon't truncate pointers on Windows x64 platform
2010-04-29 Fridrich ŠtrbaChange to assume executable extension when none is...
2010-04-29 Fridrich ŠtrbaPass the environment to CreateProcessA correctly and...
next