Commit graph

1594 commits

Author SHA1 Message Date
Simon McVittie
c9780cf5ed HACKING: Point to correct mailing list 2007-05-21 16:41:16 +00:00
Simon McVittie
5d7f93cc8b HACKING: point to the correct mailing list 2007-05-21 16:39:43 +00:00
Simon McVittie
442e8ab1f3 doc/dbus-specification.xml: explicitly specify that STRING cannot contain embedded NULs. 2007-05-21 15:40:59 +00:00
Ralf Habacker
c8e445c8c1 removed applied patches 2007-05-21 06:24:39 +00:00
Ralf Habacker
6b83766121 * dbus/dbus-internal.c: fix inline problem on win32. 2007-05-20 19:50:05 +00:00
Ralf Habacker
1f9f66bba8 minor fix 2007-05-20 09:45:37 +00:00
Ralf Habacker
c926a15fc4 * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not reaching domain controller isn't an error, converted error message to verbose message. 2007-05-20 09:14:33 +00:00
Ralf Habacker
0c0df1910d minor fix 2007-05-20 09:06:11 +00:00
Ralf Habacker
c0275bccc9 removed obsolate and applied patches 2007-05-19 18:22:28 +00:00
Ralf Habacker
5c593d75ff * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): disabled tests not running on wince. 2007-05-19 18:15:56 +00:00
Ralf Habacker
383312097c removed applied patches 2007-05-19 15:46:37 +00:00
Ralf Habacker
a28a5a0bd4 * dbus/dbus-sysdeps.c (_dbus_setenv): win32 requires 'varname=' to unset a environment variable. 2007-05-19 15:39:01 +00:00
Ralf Habacker
53d9af1117 * bus/policy (bus_policy_create_client_policy): win32 temporary fix until the userdb stuff is ported completly. 2007-05-19 15:26:32 +00:00
Ralf Habacker
c3793db07f * dbus/dbus-server.c (listen_funcs): _dbus_server_listen_platform_specific is empty on win32, limited to unix only.
* dbus/dbus-server.c (valid_addresses): limit unix only addresses to unix.
2007-05-19 15:17:26 +00:00
Ralf Habacker
aa86ddfa83 * wrong date fix 2007-05-19 15:05:44 +00:00
Ralf Habacker
12b138100c removed obsolate patches 2007-05-19 15:02:02 +00:00
Havoc Pennington
c81036b7ec be consistent about notations 2007-05-18 18:12:24 +00:00
Havoc Pennington
d5b030efcc 2007-05-18 Havoc Pennington <hp@redhat.com>
* doc/dbus-specification.xml: add a GetAll to the Properties
	interface.
2007-05-18 18:10:18 +00:00
Ralf Habacker
e02f8b1c00 * bus\config-parser.c (test_default_session_servicedirs):win32 fix. 2007-05-17 11:47:48 +00:00
Ralf Habacker
feb6a0ce97 * configure.in: define constant DBUS_UNIX. 2007-05-17 11:44:42 +00:00
Ralf Habacker
d090a33096 * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound): compile fix for MS Platform SDK 6 patch from Michael Luschas <mluschas@gmail.com> 2007-05-14 15:34:46 +00:00
John (J5) Palmieri
90e35e17e5 * dbus-1.pc.in: add daemondir to pc file
patch from Brian Cameron
2007-05-10 15:33:57 +00:00
Simon McVittie
e600d78e41 doc/dbus-specification.xml: mention the reserved o.fd.DBus.Local interface
and the corresponding /o/fd/DBus/Local object path; describe them as reserved
and forbid using them in a sent message, mentioning that in the reference
implementation this will cause the connection to be dropped.
Patch approved by Havoc.
2007-05-04 10:28:12 +00:00
Ralf Habacker
17b84104f2 * cmake/: don't install test applications and service files, moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt 2007-04-28 19:37:25 +00:00
Havoc Pennington
c85da03580 2007-04-27 Havoc Pennington <hp@redhat.com>
* 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
2007-04-27 17:58:46 +00:00
Ralf Habacker
4bd8418548 * cmake: added debug postfixes to debug exe's for easier debugging.
* dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): print error code in case no string message is available.
2007-04-26 09:30:38 +00:00
Simon McVittie
c4a5da3e59 dbus/dbus-message-util.c, dbus/dbus-message.c, dbus/dbus-message.h:
Add API to convert a DBusMessage to/from a byte array.
Patch from Dafydd Harries <dafydd.harries@collabora.co.uk>, approved by
Havoc Pennington.
2007-04-06 12:13:13 +00:00
Ralf Habacker
54eabbe892 * dbus/dbus-address.c (dbus_parse_address): Do not accept zero-length address.
* dbus/dbus-address.c (_dbus_address_test): Add test for zero-length address.
2007-04-03 18:53:25 +00:00
Ralf Habacker
3718730332 * cmake/dbus/CMakeLists.txt: debug postfix also for mingw. 2007-03-25 19:28:05 +00:00
Ralf Habacker
ea58ec1cf9 * cmake/modules/FindExpat.cmake: fix package detection on win32.
* README.win: update install instructions.
2007-03-16 22:34:40 +00:00
Ralf Habacker
6e07b30fab * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append): new prototyp (_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.
2007-03-16 21:56:33 +00:00
Ralf Habacker
cd57ebe33b * bus/config-parser.c, bus/policy.c, bus/policy.h, 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. 2007-03-15 13:27:01 +00:00
Ralf Habacker
280e313ef7 * dbus\dbus-sysdeps-win-thread.c: renamed to dbus-sysdeps-thread-win.c, it is a platform depending file similar to dbus-sysdeps-pthread.c. 2007-03-15 12:13:39 +00:00
Ralf Habacker
a2d6c5ebc6 * cmake\doc\CMakeLists.txt: added prelimary xml doc support, needs cmake find script. 2007-03-15 12:10:07 +00:00
Ralf Habacker
d6387f4aae * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX. 2007-03-14 18:01:01 +00:00
Ralf Habacker
c01a63299e * cmake: added doxygen support 2007-03-14 00:16:05 +00:00
Ralf Habacker
d372907895 * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): win32 compile fix. 2007-03-13 21:52:21 +00:00
Ralf Habacker
1470cae3fc * dbus-win.patch: removed obsolate patches. 2007-03-13 17:40:50 +00:00
Ralf Habacker
fabc977527 * dbus/dbus-sysdeps-win.c: fixed broken DBusPipe on win32.
* dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-unix.c: moved platform independent DBusPipe function to dbus-sysdeps.c.
2007-03-13 17:14:35 +00:00
Ralf Habacker
288d47c783 * dbus/dbus-sysdeps-win.c: added zero byte sending and receiving after connection start up 2007-03-13 16:56:32 +00:00
Havoc Pennington
9362aac398 2007-03-11 Havoc Pennington <hp@redhat.com>
* 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
2007-03-12 22:52:40 +00:00
Havoc Pennington
cc0aea750c add COPYING to docs copied to web site 2007-03-12 21:35:50 +00:00
Ralf Habacker
c99f87dc5f * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-util-win.c: renamed functions _dbus_xxx_file() to _dbus_file_xxx() to reflect struct name DBusFile. 2007-03-12 15:59:44 +00:00
Ralf Habacker
1f8d30bea1 * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon): fix _dbus_pid_fd check. 2007-03-12 07:51:02 +00:00
Ralf Habacker
af4e4dc276 * tools/dbus-print-message.c (print_message): added printing of the reply serial to method returns and errors, so you can actually figure out the message/reply pairs - patch by olli.salli at collabora.co.uk. 2007-03-10 19:52:30 +00:00
Ralf Habacker
d2a4955338 * dbus-win.patch: removed committed patch. 2007-03-10 09:13:57 +00:00
Ralf Habacker
47e318a6e1 * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c, dbus/dbus-sysdeps-unix.c, 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. 2007-03-10 09:10:36 +00:00
Ralf Habacker
f3fd4d60ad * dbus/dbus-sysdeps.h (_dbus_listen_tcp_socket): changed type or port to 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
2007-03-10 08:04:39 +00:00
Ralf Habacker
4350f5798e * cmake/config.h.cmake: win32 msvc bug fix 2007-03-09 20:54:07 +00:00
Ralf Habacker
6bccff6baa * cmake/config.h.cmake: fixed DBUS_WINxx defines, using _WINCE does not work. 2007-03-09 19:23:45 +00:00