summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.c
Commit message (Expand)AuthorAgeFilesLines
* sysdeps-win: Refactor cleanup of struct addrinfo during connect()mr143-refactoringSimon McVittie2020-03-111-5/+5
* Fix missing release of the memory allocated in _dbus_connect_tcp_socket_with_...Ralf Habacker2020-03-101-0/+2
* _dbus_modify_sigpipe: be thread-safeSimon McVittie2019-12-121-0/+22
* various: comment static variables that are locked or otherwise OKSimon McVittie2019-12-121-0/+4
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-201-5/+1
* sysdeps-win: Print word-size-dependent offset correctlyRalf Habacker2018-03-221-1/+1
* Add actual used ip family to --print-address output in case of listening on tcpRalf Habacker2018-03-191-1/+14
* Windows _dbus_connect_tcp_socket_with_nonce: Simplify initialization of varia...Ralf Habacker2018-03-121-10/+1
* Windows _dbus_listen_tcp_socket: Set socket options SO_REUSEADDR and TCP_NODELAYRalf Habacker2018-03-121-0/+18
* Windows _dbus_listen_tcp_socket: Use AF_UNSPEC if family is unspecifiedRalf Habacker2018-03-121-1/+1
* Windows _dbus_connect_tcp_socket_with_nonce: Keep error code for 'Unknown add...Ralf Habacker2018-03-121-1/+1
* Windows _dbus_connect_tcp_socket_with_nonce: Combine all connect() errorsRalf Habacker2018-03-121-15/+49
* Windows _dbus_listen_tcp_socket: Treat bind() failures as non-fatalRalf Habacker2018-03-121-32/+77
* Windows: Target Windows Vista or higherSimon McVittie2018-03-091-6/+0
* _dbus_get_low_level_socket_errno: AddSimon McVittie2018-03-091-0/+14
* _dbus_credentials_add_from_user: Only accept numeric uid for EXTERNALSimon McVittie2018-01-151-0/+1
* _dbus_credentials_add_from_user: Add proper error reportingSimon McVittie2018-01-151-4/+11
* Windows autolaunch: Turn stdout spam into stderr spamSimon McVittie2017-11-151-2/+2
* Remove commented-out printf debuggingSimon McVittie2017-11-151-1/+0
* 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
|\ \ | |/