summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps-win.c
Commit message (Collapse)AuthorAgeFilesLines
* * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not getting user ↵Ralf Habacker2007-05-241-1/+1
| | | | info from a domain controller isn't an error, the computer may run in a non domain context.
* * dbus/dbus-sysdeps-win.c (_dbus_full_duplex_pipe): fixed assertation.Ralf Habacker2007-05-241-2/+1
|
* * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not reaching domain ↵Ralf Habacker2007-05-201-1/+1
| | | | controller isn't an error, converted error message to verbose message.
* * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound): compile fix for ↵Ralf Habacker2007-05-141-2/+2
| | | | MS Platform SDK 6 patch from Michael Luschas <mluschas@gmail.com>
* * cmake: added debug postfixes to debug exe's for easier debugging.Ralf Habacker2007-04-261-1/+1
| | | | * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): print error code in case no string message is available.
* * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append): new prototyp ↵Ralf Habacker2007-03-161-122/+3
| | | | | | (_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.
* * dbus/dbus-sysdeps-win.c: fixed broken DBusPipe on win32.Ralf Habacker2007-03-131-66/+29
| | | | * 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-23/+65
| | | | connection start up
* * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, ↵Ralf Habacker2007-03-121-21/+21
| | | | dbus/dbus-sysdeps-util-win.c: renamed functions _dbus_xxx_file() to _dbus_file_xxx() to reflect struct name DBusFile.
* * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c, dbus/dbus-sysdeps-unix.c, ↵Ralf Habacker2007-03-101-4/+74
| | | | 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-8/+10
| | | | | | | | 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
* * dbus-win.patch: dbus-connection.c (dbus_connection_get_unix_user,Ralf Habacker2007-03-081-1/+3
| | | | | | 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-3/+3
| | | | | | friendly error name ((fill_win_user_info_homedir): print user name in error case too.
* * dbus/*-win.*,bus/*-win.*: added win32 platform relatedRalf Habacker2007-03-031-0/+5178
files. These files are only added to the cmake build system. The missing dbus-win32.patch file will be added later.