- 26 Oct, 2006 4 commits
-
-
John Palmieri authored
are in glibc or libpthread and add -lpthread to the link stage if it is the latter
-
Thiago Macieira authored
bug 8780: the connection lock is only required while recording the shared connection, so protect only that code section. Don't require connection_lookup_shared to return a locked connection.
-
Thiago Macieira authored
check if get_machine_uuid() returns NULL before proceeding any further: we can't init the X atoms or create a session file name if there is no machine ID. This solves a crash reported by some users if --exit-with-session was used without --autolaunch=<machine-id>
-
John Palmieri authored
if tests are enabled and the DBUS_USE_TEST_BINARY env variable is set * tools/run-with-tmp-session-bus.sh: set DBUS_USE_TEST_BINARY before we run dbus-launch * configure.in: define TEST_BUS_BINARY to be the full path to dbus-daemon in the build root
-
- 25 Oct, 2006 1 commit
-
-
Sjoerd Simons authored
* dbus/Makefile.am: * tools/Makefile.am: * toos/dbus-uuidgen.1: Move the machine-id file to /var/lib/dbus
-
- 24 Oct, 2006 2 commits
-
-
David Zeuthen authored
* dbus/dbus-threads.c (init_uninitialized_locks): Fix typo so it's _dbus_assert (thread_init_generation != _dbus_current_generation) not _dbus_assert (thread_init_generation == _dbus_current_generation)
-
Thiago Macieira authored
* dbus/dbus-sysdeps-unix.c: Add function _dbus_make_file_world_readable that chmods a file to 0644. * dbus/dbus-sysdeps-unix.c (_dbus_get_autolaunch_address): Avoid writing to the static "argv" array, thereby avoiding a COW on the child process. * dbus/dbus-internals.c (_dbus_create_uuid_file_exclusively): call _dbus_make_file_world_readable on the created file.
-
- 23 Oct, 2006 1 commit
-
-
David Zeuthen authored
* dbus/dbus-memory.c: Use atomic variable to protect n_blocks_outstanding otherwise OOM will be reported using SMP on some arches * bus/dispatch.c: Add missing end of line characters * bus/desktop-file.c (parse_section_start, parse_key_value) (bus_desktop_file_load): Propertly handle OOM * dbus/dbus-threads.c (init_uninitialized_locks): Check that thread_init_generation equals _dbus_current_generation, not 0
-
- 22 Oct, 2006 2 commits
-
-
Havoc Pennington authored
* dbus/dbus-connection-internal.h: move prototype of _dbus_bus_notify_shared_connection_disconnected_unlocked() here so it isn't in a public header and doesn't end up in the DBusBus group in Doxygen
-
Havoc Pennington authored
* Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in the tarball if packagers want to run it * cleanup-man-pages.sh: Add a script which munges all the internal API man pages out of the Doxygen output. This reduces the size of the installed man pages from 7 to 2 megs, and avoids namespace-polluting pages. Right now (like Doxygen) this script isn't in the build, it's something packagers can do manually.
-
- 21 Oct, 2006 9 commits
-
-
Havoc Pennington authored
* dbus/dbus-connection.h: don't include the watch/timeout functions in connection section
-
Havoc Pennington authored
* Documentation! Whee! Doxygen now 100% silent. If you make it angry again, you will be punished.
-
Havoc Pennington authored
* More documentation - all public API now documented according to Doxygen
-
Havoc Pennington authored
* Document a bunch of undocumented stuff
-
Havoc Pennington authored
* Clean up Doxygen group markers for public API so Doxygen finds everything (not comprehensively fixed for private API). Means all remaining Doxygen warnings are just about missing docs and thus pretty simple to resolve.
-
Havoc Pennington authored
* dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() as DBUS_GNUC_DEPRECATED
-
Havoc Pennington authored
* Move all private API into the private Doxygen group sections of the files, so they don't show up in the public API docs
-
Havoc Pennington authored
* dbus/dbus-message.h: put #ifndef DBUS_DISABLE_DEPRECATED around dbus_message_iter_get_array_len(). * throughout: documentation improvements.
-
Havoc Pennington authored
-
- 20 Oct, 2006 5 commits
-
-
Havoc Pennington authored
-
Havoc Pennington authored
* doc/TODO: remove the int64 thing from 1.0 since it doesn't matter, and the message-loader-breaker thing since nobody is going to do it. Add an item to 1.0 about supporting recursive locks in dbus_threads_init_default() though, since it should be easy. * dbus/dbus-connection.c (_dbus_connection_read_write_dispatch): Fix this in the !dispatch case to avoid busy-looping after disconnection * More misc docs improvements
-
Havoc Pennington authored
* more Doxygen-related fixes (lots of moving things from the public to internal section in dbus-connection.c)
-
Havoc Pennington authored
-
Havoc Pennington authored
* Fix a pile of Doxygen warnings and missing docs
-
- 19 Oct, 2006 2 commits
-
-
John Palmieri authored
bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext instead of a void *. kqueue uses this to get the context's loop while the other modules ignore the parameter. This allows us to avoid platform conditionals * bus/bus.c (process_config_postinit): Pass in the context to the watch
-
John Palmieri authored
when starting the system bus
-
- 18 Oct, 2006 1 commit
-
-
John Palmieri authored
Marco Pracucci <development at pracucci dot com>)
-
- 17 Oct, 2006 3 commits
-
-
Havoc Pennington authored
* tools/dbus-send.c (main): don't close shared connection, fix from Timo Hoenig
-
Havoc Pennington authored
* configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here * dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement, since realistically it doesn't look like we'll be changing it anymore.
-
Havoc Pennington authored
* dbus/dbus-internals.c (_dbus_warn_check_failed): new function to be used for return_if_fail type warnings; prefixes the pid, and fatal by default.
-
- 14 Oct, 2006 3 commits
-
-
John Palmieri authored
-
John Palmieri authored
Add check for -fPIC and enable it if available
-
John Palmieri authored
-
- 13 Oct, 2006 4 commits
-
-
John Palmieri authored
Print out more detailed errors if reading or sending credentials fail (Patch from Julio M. Merino Vidal <jmmv at NetBSD dot org>)
-
John Palmieri authored
for cross compiles
-
John Palmieri authored
in libnsl. On gnu systems it is implemeneted
-
Havoc Pennington authored
* dbus/dbus-connection.c (dbus_connection_send_with_reply_and_block): fix to handle closed connections, from Tambet Ingo bug #8631
-
- 12 Oct, 2006 1 commit
-
-
John Palmieri authored
* configure.in: use AC_TRY_COMPILE for dirfd instead of AC_TRY_RUN
-
- 11 Oct, 2006 2 commits
-
-
John Palmieri authored
libdbus-convenience
-
John Palmieri authored
(Patch from Timothy Redaelli <drizzt at gufi dot org>)
-