summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * cmake/: don't install test applications and service files, moved ↵Ralf Habacker2007-04-281-2/+7
| | | | CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
* 2007-04-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-04-271-0/+6
| | | | | | * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from Tobias Nygren, checking pointer to fd vs. 0 rather than checking the fd itself
* * cmake: added debug postfixes to debug exe's for easier debugging.Ralf Habacker2007-04-261-0/+7
| | | | * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): print error code in case no string message is available.
* dbus/dbus-message-util.c, dbus/dbus-message.c, dbus/dbus-message.h:Simon McVittie2007-04-061-0/+7
| | | | | | Add API to convert a DBusMessage to/from a byte array. Patch from Dafydd Harries <dafydd.harries@collabora.co.uk>, approved by Havoc Pennington.
* * dbus/dbus-address.c (dbus_parse_address): Do not accept zero-length address.Ralf Habacker2007-04-031-0/+7
| | | | * dbus/dbus-address.c (_dbus_address_test): Add test for zero-length address.
* * cmake/dbus/CMakeLists.txt: debug postfix also for mingw.Ralf Habacker2007-03-251-0/+4
|
* * cmake/modules/FindExpat.cmake: fix package detection on win32.Ralf Habacker2007-03-161-0/+6
| | | | * README.win: update install instructions.
* * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append): new prototyp ↵Ralf Habacker2007-03-161-0/+9
| | | | | | (_DBUS_PATH_SEPARATOR): new macro. * dbus/dbus-sysdeps.c (_dbus_split_paths_and_append): merged from dbus/dbus-sysdeps-unix.c and dbus/dbus-sysdeps-win.c.
* * bus/config-parser.c, bus/policy.c, bus/policy.h, ↵Ralf Habacker2007-03-151-0/+8
| | | | bus/dbus-daemon.1.in,bus/session.conf.in: added eavesdrop support for replies - patch by olli.salli at collabora.co.uk approved by Havoc Pennington.
* * dbus\dbus-sysdeps-win-thread.c: renamed to dbus-sysdeps-thread-win.c, it ↵Ralf Habacker2007-03-151-0/+6
| | | | is a platform depending file similar to dbus-sysdeps-pthread.c.
* * cmake\doc\CMakeLists.txt: added prelimary xml doc support, needs cmake ↵Ralf Habacker2007-03-151-0/+5
| | | | find script.
* * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX.Ralf Habacker2007-03-141-0/+4
|
* * cmake: added doxygen supportRalf Habacker2007-03-141-0/+4
|
* * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): win32 compile fix.Ralf Habacker2007-03-131-0/+5
|
* * dbus-win.patch: removed obsolate patches.Ralf Habacker2007-03-131-6/+1
|
* * dbus/dbus-sysdeps-win.c: fixed broken DBusPipe on win32.Ralf Habacker2007-03-131-0/+9
| | | | * dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-unix.c: moved platform independent DBusPipe function to dbus-sysdeps.c.
* * dbus/dbus-sysdeps-win.c: added zero byte sending and receiving after ↵Ralf Habacker2007-03-131-0/+5
| | | | connection start up
* 2007-03-11 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-03-121-0/+14
| | | | | | | | | | | | | | * tools/dbus-launch.c (do_close_stderr): fix C89 problem and formatting problem * Mostly fix the DBusPipe mess. - put line break after function return types - put space before parens - do not pass structs around by value - don't use dbus_strerror after calling supposedly cross-platform api - don't name pipe variables "fd" - abstract special fd numbers like -1 and 1
* * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, ↵Ralf Habacker2007-03-121-0/+7
| | | | dbus/dbus-sysdeps-util-win.c: renamed functions _dbus_xxx_file() to _dbus_file_xxx() to reflect struct name DBusFile.
* * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon): fix _dbus_pid_fd check.Ralf Habacker2007-03-121-0/+5
|
* * 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