summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-util-win.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* Fix memory leaks in Windows variant of _dbus_directory_open()Ralf Habacker2021-12-091-0/+2
* tools/dbus-run-session.c: use _dbus_win_set_error_from_last_error() on remain...Ralf Habacker2021-11-231-13/+0
* dbus/dbus-sysdeps-*win.c: correct indentation when calling functionsRalf Habacker2021-11-191-1/+1
* bus: Try to raise soft fd limit to match hard limitSimon McVittie2019-04-181-2/+1
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* Move _dbus_disable_crash_handling() back into test/ directorySimon McVittie2018-12-111-24/+0
* _dbus_disable_crash_handling: Factor out from test-segfaultSimon McVittie2018-11-201-0/+24
* sysdeps: Return an error for _dbus_command_for_pid on WindowsSimon McVittie2018-10-311-1/+2
* Add Windows implementation of dbus-run-session toolRalf Habacker2018-10-251-0/+13
* bus: Also tell systemd before we shut downSimon McVittie2018-03-021-0/+5
* bus: Also tell systemd when we're reloadingSimon McVittie2018-03-021-0/+10
* bus: Notify systemd when we are readySimon McVittie2018-03-021-0/+5
* 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