summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-util-win.c
Commit message (Expand)AuthorAgeFilesLines
* sysdeps: Stop pretending _dbus_set_signal_handler is portable to WindowsSimon McVittie2017-09-271-12/+0
* _dbus_lm_strerror: move default behaviour inside switchSimon McVittie2017-04-071-5/+7
* sysdeps: Add accessor for a list of transient service directoriesSimon McVittie2017-02-211-0/+15
* Fix double printing function name in _dbus_verbose() messages.Ralf Habacker2016-10-051-1/+1
* sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-111-57/+0
* Fix memory leak in _dbus_replace_install_prefix() on success case on Windows.Ralf Habacker2016-05-101-0/+1
* Merge branch 'dbus-1.10'Simon McVittie2015-11-061-3/+4
|\
| * Fix crash running test-syslog on windows/wine.Ralf Habacker2015-10-271-3/+4
* | Assume that DBUS_DATADIR is absolute on WindowsSimon McVittie2015-10-051-16/+2
* | Use DBusString for all relocation and install-root codeSimon McVittie2015-10-051-60/+73
* | Rename getters for session, system config filesSimon McVittie2015-09-301-6/+10
|/
* Fix creation of Exec path for files not in prefixMilan Crha2015-09-301-5/+12
* Make Windows dbus-daemon look for the config file we installRalf Habacker2015-09-201-0/+22
* Fix assorted compiler warnings on Windows.Simon McVittie2015-03-241-1/+0
* 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