summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * tools/dbus-print-message.c (print_message): added printing of the reply ↵Ralf Habacker2007-03-101-0/+7
| | | | serial to method returns and errors, so you can actually figure out the message/reply pairs - patch by olli.salli at collabora.co.uk.
* * dbus-win.patch: removed committed patch.Ralf Habacker2007-03-101-0/+4
|
* * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c, dbus/dbus-sysdeps-unix.c, ↵Ralf Habacker2007-03-101-1/+9
| | | | dbus/dbus-sysdeps-util-unix.c, dbus/dbus-sysdeps-util-win.c, bus/dbus-sysdeps-win.c,dbus/dbus-sysdeps.h: renamed _dbus_xxx_pipe to _dbus_pipe_xxx, completed _dbus_pipe support.
* * dbus/dbus-sysdeps.h (_dbus_listen_tcp_socket): changed type or port to ↵Ralf Habacker2007-03-101-0/+15
| | | | | | | | pointer, because the port is given back. * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket): implemented returning tcp port. Skipping port parameter and non integer port values in config <listen> statement needs more effort. * dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-win.c (_dbus_listen_tcp_socket): return the real used tcp port. * bus/dbus-daemon.1.in: added <listen> tcp examples
* * cmake/config.h.cmake: win32 msvc bug fixRalf Habacker2007-03-091-0/+4
|
* * cmake/config.h.cmake: fixed DBUS_WINxx defines, using _WINCE does not work.Ralf Habacker2007-03-091-0/+5
|
* * dbus-win.patch: removed _dbus_write_pipe() patch, it is now committed.Ralf Habacker2007-03-081-0/+5
|
* * bus/bus.c, dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps.h: rename pipe ↵Ralf Habacker2007-03-081-0/+5
| | | | related write() function calls to _dbus_write_pipe().
* * dbus-win.patch: added bus/config-loader-libexpat.c patch, uses DBUS_WIN ↵Ralf Habacker2007-03-081-3/+3
| | | | for alls win32 related #ifdefs, some minor cleanups
* * cmake/CMakeList.txt,cmake/config.h.cmake: used DBUS_WIN for all win32 ↵Ralf Habacker2007-03-081-0/+6
| | | | systems and DBUS_WINXX for specific subsystems.
* * dbus-win.patch: updated patch for bus/dispatch.c.Ralf Habacker2007-03-081-0/+4
|
* * dbus-win.patch: dbus-connection.c (dbus_connection_get_unix_user,Ralf Habacker2007-03-081-0/+9
| | | | | | dbus_connection_get_unix_process_id): Let return them valid user id's, otherwise bus-test fails. How to replace on win32 ?. * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): fix memory leak.
* * dbus/dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): use dbus ↵Ralf Habacker2007-03-081-0/+6
| | | | | | friendly error name ((fill_win_user_info_homedir): print user name in error case too.
* * cmake/ConfigureChecks.cmake: fixed socketpair check, added setrlimit check ↵Ralf Habacker2007-03-081-0/+4
| | | | really
* * bus/dispatch.c: disabled segfault test on win32 for nowRalf Habacker2007-03-081-0/+4
|
* * configure.in, cmake/ConfigureChecks.cmake: added check for setrlimit.Ralf Habacker2007-03-081-0/+7
| | | | * test/test-segfault.c: only include setrlimit stuff only when available.
* * test/test-segfault.c: unix compile fix.Ralf Habacker2007-03-071-0/+5
| | | | * dbus-win.patch: removed obsolate patch.
* * bus/activation.c: win32 compile fix.Ralf Habacker2007-03-071-0/+8
| | | | | * test/test-segfault.c: win32 compile fix, rlimit isn't available on win32. * dbus-win.patch: removed some more patches, they are applied or obsolate
* * bus-win.patch: fixes unix listen problems, dbus-test now runs.Ralf Habacker2007-03-061-0/+5
|
* * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,Ralf Habacker2007-03-061-0/+5
| | | | cmake/CMakeLists.txt: win32 compile fix
* * dbus-win.patch, README.win: added available win32Ralf Habacker2007-03-041-1/+6
| | | | patches from windbus project (http://sf.net/projects/windbus)
* * bus/activation.c: (bus_activation_activate_service):Ralf Habacker2007-03-041-0/+5
| | | | fixed call to _dbus_spawn_async_with_babysitter().
* * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):Ralf Habacker2007-03-041-0/+7
| | | | | | added environment pointer as function parameter,used on win32. * test/spawn-test.c: fixed call to above mentioned function.
* * configure.in,test/test-sleep-forever.c,test/test-names.c:Ralf Habacker2007-03-041-0/+5
| | | | added configure check for unistd.h.
* * test/Makefile.am: fixed test data copy problem inRalf Habacker2007-03-041-0/+5
| | | | out of source build, when sources came from svn or cvs.
* * dbus/*-win.*,bus/*-win.*: added win32 platform relatedRalf Habacker2007-03-031-0/+6
| | | | | files. These files are only added to the cmake build system. The missing dbus-win32.patch file will be added later.
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-031-0/+7
| | | | | | See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.
* * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderrThiago Macieira2007-03-031-0/+9
| | | | | | | | output and add it to the DBusError message we return. * tools/dbus-launch.1: * tools/dbus-launch.c: Add option --close-stderr to, well, close stderr before starting dbus-daemon.
* 2007-01-31 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-02-011-0/+5
| | | | | * bus/dbus-daemon.1.in: write a section in the man page on running a test daemon for debugging purposes
* 2007-01-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-01-261-0/+10
| | | | | | | | | | * bus/session.conf.in: override all the default limits with much higher limits on the session bus, there is no reason the session bus should have low limits * bus/config-parser.c (bus_config_parser_new): increase default limits so they are less likely to be hit; in particular the max replies per connection was way too low
* * doc/dbus-tutorial.xml: Replace Python section of tutorial withSimon McVittie2007-01-251-0/+5
| | | | a pointer to the tutorial maintained as part of dbus-python
* * dbus/dbus-sysdeps-unix.c: unix compile fix, movedRalf Habacker2007-01-011-0/+6
| | | | | atomic_exchange_and_add() from dbus/dbus-sysdeps.c to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
* * tools/dbus-monitor.c: gettimeofday() is not availableRalf Habacker2006-12-311-0/+6
| | | | | on windows so we have to provide our own. It's taken from lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
* * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec()Ralf Habacker2006-12-311-0/+10
| | | | | | | | from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() is in dbus-sysdeps-win.c (not in this patch). * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit with InterlockedInc/Decrement. - Patches from Christian Ehrlicher
* win32 compile fixRalf Habacker2006-12-311-0/+4
|
* * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass): fix mispaced ↵Ralf Habacker2006-12-311-0/+5
| | | | const statement. - Patch from Peter Kümmel
* 2006-12-19 Ray Strode <rstrode@redhat.com>Ray Strode2006-12-201-0/+15
| | | | | | | | | | | | | | | * bus/bus.c (process_config_every_time): don't overwrite existing bus context activation object until after we've checked that the new activation is valid. * bus/main.c (signal_handler), (handle_reload_watch): don't call exit() on failure, instead make do and keep going. (close_reload_pipe): new function to turn off hangup-causes-config-reload behavior if an unexpected error occurs
* 2006-12-13 Ralf Habacker <ralf.habacker@freenet.de>Ralf Habacker2006-12-131-0/+5
| | | | | * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32): correctness fix. - Patch from Christian Ehrlicher
* 2006-12-13 Ralf Habacker <ralf.habacker@freenet.de>Ralf Habacker2006-12-131-1/+6
| | | | | * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, we should also use it. - Patch from Christian Ehrlicher
* 2006-12-13 Ralf Habacker <ralf.habacker@freenet.de>Ralf Habacker2006-12-131-0/+4
| | | | * dbus-sysdeps-util.c (_dbus_sysdeps_test): added win32 related tests.
* * dbus/dbus-string.c (_dbus_string_pop_line),Ralf Habacker2006-12-121-0/+7
| | | | | | bus/desktop-file.c (parse_section_start, parse_comment_or_blank,parse_key_value,): uses _dbus_string_find_eol() to support platform independent eol style.
* * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function.Ralf Habacker2006-12-121-0/+7
| | | | | | * dbus/dbus-string-util.c (_dbus_string_test): added testcases for _dbus_string_find_eol(). Approved by: Havoc Pennington.
* * configure.in: Added switch to disable user_database caching.Tim Dijkstra2006-12-121-0/+31
| | | | | * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to be able disable user_dabase caching.
* * bus/signal.c: Fix match_rule_equal errataJohn (J5) Palmieri2006-12-121-0/+6
| | | | | (CVE-2006-6107 - Patch from Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>)
* * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,Thiago Macieira2006-11-191-0/+9
| | | | | | | | _dbus_pthread_condvar_wait, _dbus_pthread_condvar_wait_timeout): set pmutex->holder to pthread_self() after coming back from a conditional variable wait as well as in one codepath where it was forgotten. Approved by: Havoc Pennington.
* 2006-11-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-181-0/+7
| | | | | | | * update-dbus-docs.sh: allow setting fd.org username via env variable. Make it run autogen with --enable-xml-docs=yes --enable-doxygen-docs=yes so configure will fail if the required tools are missing.
* 2006-11-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-181-0/+4
| | | | * doc/dbus-faq.xml: minor FAQ tweaks
* 2006-11-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-151-0/+8
| | | | | | | | * dbus/dbus-misc.c, dbus/dbus-misc.h: Move dbus_get_local_machine_id() to its own file, no substantive changes. There are a couple other things we might want to add that are "misc" so moving out of dbus-connection.[hc] which is big enough already.
* 2006-11-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-151-0/+14
| | | | | | | | | | | | | | * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the UUID had the timestamp last, but the implementation had it first; move it to last since I think it's a tiny bit nicer (easier to compare at a glance, faster to sort, less code), and will not cause any practical compatibility problems. Also, always convert the timestamp to big endian. * doc/dbus-specification.xml: Clean up the docs on the UUID. * tools/dbus-uuidgen.1: more prominently say it is not suitable as a replacement for regular uuidgen/RFC4122.
* * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to haveJohn (J5) Palmieri2006-11-141-0/+9
| | | | | | | | the correct value so we don't assert when initalizing recursive threads * test/name-test/test-thread-init.c: call dbus_threads_init_default instead of _dbus_threads_init_debug since it is more of a real world test