summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-util-win.c
Commit message (Expand)AuthorAgeFilesLines
* DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNINGAlban Crequy2014-11-181-0/+1
* Merge branch 'dbus-1.8'Simon McVittie2014-11-061-1/+34
|\
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-061-1/+34
* | Port dbus_directory_...() function to use win32 native api instead of opendir...Ralf Habacker2014-09-081-185/+90
|/
* _dbus_become_daemon: don't pretend it workedSimon McVittie2013-09-031-1/+3
* Move some sysdeps stuff only used by the dbus-daemon outside libdbusSimon McVittie2013-08-301-0/+204
* Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-3/+1
* Do not suppress syslog test's stderr just because init is systemdSimon McVittie2013-04-081-1/+1
* Make dbus-daemon.exe --print-address work under WindowsSimon McVittie2012-02-281-1/+1
* _dbus_init_system_log: remove FIXME on WindowsSimon McVittie2011-05-251-1/+1
* sysdeps-win needs _dbus_path_is_absoluteMark Brand2011-02-181-17/+0
* bus: Raise file descriptor limit to match configurationColin Walters2011-02-031-0/+5
* Wrap OutputDebugString for Windows CE builds, and add cast for MSVC.Marcus Brinkmann2010-07-191-1/+1
* fix {u}intptr_t usage on wince with msvcRomain Pokrzywka2010-05-051-0/+1
* Send system log messages to debug port for now.Ralf Habacker2010-05-051-1/+2
* Added missing implementation for _dbus_system_logv().Ralf Habacker2010-05-031-1/+15
* Add support for Windows CE to the code base.Marcus Brinkmann2010-04-131-6/+7
* Prepare for WinCE port: Convert windows code to native API, avoid errno.Marcus Brinkmann2010-04-131-104/+127
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+2
* Update the windows implementation of logging functionsRomain Pokrzywka2010-03-161-7/+17
* Drop unused complex functionTor Lillqvist2009-12-011-86/+0
* Set the DBusErrorTor Lillqvist2009-12-011-0/+2
* Avoid warnings on WindowsTor Lillqvist2009-12-011-20/+4
* Fixes to the nonce codeFrank Osterfeld2009-12-011-28/+0
* Move some functions from dbus-sysdeps-util-win.c to dbus-sysdeps-win.cNguyễn Thái Ngọc Duy2009-12-011-197/+0
* dbus/dbus-sysdeps-win.c: _dbus_windows_user_is_process_owner belongs to -util...Tor Lillqvist2009-11-301-0/+5
* dbus/dbus-sysdeps-util-win.c: use GetFileAttributes instead of CreateFile in ...Tor Lillqvist2009-11-301-18/+6
* dbus/dbus-sysdeps-util-win.c: remove unused str*_s definitions (cherry picked...Tor Lillqvist2009-11-301-21/+0
* dbus/dbus-sysdeps-*win.c: remove #undef open, which has no effect (cherry pic...Tor Lillqvist2009-11-301-2/+0
* dbus/dbus-sysdeps-*win.c: remove DBusFile abstraction (cherry picked from com...Tor Lillqvist2009-11-301-11/+13
* dbus/dbus-sysdeps-util-win.c: DBUS_WIN is always defined here (cherry picked ...Tor Lillqvist2009-11-301-6/+0
* all changes for dbus-1.2 API (cherry picked from commit 6734a3210a0705e3ab01e...Christian Ehrlicher2009-11-301-1/+137
* msvc 8 compile++ and removed some stupid casts (cherry picked from commit 8c6...Christian Ehrlicher2009-11-291-0/+2
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* Bug 18446: Keep umask for session busMatt McCutchen2008-11-101-1/+3
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-2/+1
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* * dbus/dbus-sysdeps-win.c,dbus-sysdeps-win.h,dbus-sysdeps-win-util.c,dbus-sys...Ralf Habacker2007-07-091-122/+838
* * dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-spawn-win.c, dbus/dbus-sysdeps-w...Ralf Habacker2007-06-211-0/+3
* * dbus/dbus-sysdeps-util-win.c, tools/dbus-launch-win.c: msvc7.1 fixes by Jar...Ralf Habacker2007-06-191-3/+3
* * cmake/ConfigureChecks.cmake,cmake/config.h.cmake: added check for HAVE_ERRNO_HRalf Habacker2007-06-151-74/+87
* * dbus/dbus-sysdeps-win.c: disabled DBusUserInfo related codeRalf Habacker2007-06-141-1/+37
* * (_dbus_get_install_root): bug fixRalf Habacker2007-06-011-1/+1
* * bus/main.c (main): uses _dbus_get_config_file_name() to detect session.conf...Ralf Habacker2007-06-011-0/+123
* * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): win32 compile fix.Ralf Habacker2007-03-131-1/+1
* * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-util-wi...Ralf Habacker2007-03-121-2/+2
* * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c, dbus/dbus-sysdeps-unix.c, dbu...Ralf Habacker2007-03-101-1/+1
* * dbus/*-win.*,bus/*-win.*: added win32 platform relatedRalf Habacker2007-03-031-0/+821