summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.c
Commit message (Expand)AuthorAgeFilesLines
* sysdeps-win: Print word-size-dependent offset correctlyRalf Habacker2018-10-041-1/+1
* internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-051-7/+1
* sysdeps: assert that log severity is one we expectSimon McVittie2017-04-071-0/+1
* _dbus_global_lock: move success case up into switchSimon McVittie2017-04-071-2/+2
* _dbus_lm_strerror: move default behaviour inside switchSimon McVittie2017-04-071-5/+8
* Merge branch 'dbus-1.10'Simon McVittie2017-02-161-1/+30
|\
| * Change _dbus_create_directory to fail for existing directoriesSimon McVittie2017-02-161-1/+30
* | Move defaults for some switches into a default caseSimon McVittie2017-01-171-2/+3
* | Fix remaining -Wundef warningsSimon McVittie2016-10-131-2/+2
* | Be more const-correctSimon McVittie2016-10-131-1/+1
* | Protect debug-only variables behind DBUS_ENABLE_VERBOSE_MODEThomas Zimmermann2016-10-101-0/+2
* | Cast -1 to DWORD for comparing to variableThomas Zimmermann2016-10-101-2/+2
* | Fix function declarationsThomas Zimmermann2016-10-101-3/+5
* | Fix double printing function name in _dbus_verbose() messages.Ralf Habacker2016-10-051-1/+1
* | Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-3/+3
* | _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-301-9/+33
* | _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-111-1/+3
* | _dbus_init_system_log: record a syslog tag (executable name)Simon McVittie2016-08-111-1/+12
* | sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-111-0/+39
* | Display thread id in _dbus_verbose to be able to see threading issues.Ralf Habacker2016-05-131-1/+0
* | Workaround with infinite loop while walking along the stack frames on wine64.Ralf Habacker2015-11-241-0/+15
* | Add x86_64 support to backtrace generator on windows.Ralf Habacker2015-11-241-4/+5
* | Refactor windows backtrace generator to link directly to dbghelp shared library.Ralf Habacker2015-11-241-236/+86
* | Add file and line support to backtrace generator on windows.Ralf Habacker2015-11-241-21/+44
* | Fix warning: "pointer targets in passing argument 1 of '_mbsrchr' differ in s...Ralf Habacker2015-11-241-13/+14
* | Fix warning: "pointer targets in passing argument 3 of 'CryptGenRandom' diffe...Ralf Habacker2015-11-241-2/+2
* | Merge branch 'dbus-1.10'Simon McVittie2015-11-231-0/+10
|\ \ | |/
| * Windows _dbus_get_autolaunch_address: don't leak shm_nameSimon McVittie2015-11-181-0/+1
| * bus-driver: Support returning org.freedesktop.DBus UID and PIDJan Alexander Steffens (heftig)2015-11-171-0/+9
* | Print stack index in backtrace generator on Windows.Ralf Habacker2015-11-171-4/+5
* | Merge branch 'dbus-1.10'Ralf Habacker2015-11-161-7/+2
|\ \ | |/
| * Fix recursive loop in backtrace generator on windows.Ralf Habacker2015-11-161-1/+1
| * Fix memory leak in _dbus_win_set_error_from_win_error().Ralf Habacker2015-11-111-6/+1
* | Merge branch 'dbus-1.10'Simon McVittie2015-11-061-4/+5
|\ \ | |/
| * Fix warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after...Ralf Habacker2015-11-021-1/+2
| * Fix typo and missing eol on debug message.Ralf Habacker2015-11-021-1/+1
| * Display autolaunch scope on verbose print of daemon found message on windows.Ralf Habacker2015-10-271-2/+2
* | Use DBusString for all relocation and install-root codeSimon McVittie2015-10-051-22/+61
|/
* Make Windows dbus-daemon look for the config file we installRalf Habacker2015-09-201-65/+0
* Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-141-4/+13
* dbus_daemon_publish_session_bus_address: Fix -Wsign-compare issue.Ralf Habacker2015-05-141-1/+4
* Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-121-2/+2
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-78/+79
* Remove _dbus_socket_is_invalid, no longer usedSimon McVittie2015-05-121-6/+0
* Convert miscellaneous socket APIs to DBusSocketSimon McVittie2015-05-121-2/+2
* Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie2015-05-121-4/+4
* Mostly remove the remnants of an older socket abstraction layerSimon McVittie2015-05-121-1/+1
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-05-121-26/+26
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-241-8/+10
* Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-111-10/+8