summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.c
Commit message (Expand)AuthorAgeFilesLines
* dbus-sysdeps-win: do not log function name twiceBarnabás Pőcze2023-05-151-2/+2
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* dbus/dbus-backtrace-win.c: New file with backtrace generator for WindowsRalf Habacker2022-11-291-204/+0
* Remove emulation of va_copy() in non-C99 compilersSimon McVittie2022-07-191-4/+4
* dbus/win: use SIO_AF_UNIX_GETPEERPID to lookup peer PIDMarc-André Lureau2022-07-151-1/+63
* dbus: add function for Unix sockets on WindowsMarc-André Lureau2022-07-151-0/+226
* dbus: simplify socket close() & invalidate() callsMarc-André Lureau2022-07-151-7/+5
* dbus: set the socket as invalid in _dbus_close_socket()Marc-André Lureau2022-07-151-1/+3
* dbus: make _dbus_close_socket() take DBusSocket*Marc-André Lureau2022-07-151-5/+6
* dbus/win: fix a code comment about get_tmpdir()Marc-André Lureau2022-07-151-2/+1
* Misc style fixMarc-André Lureau2022-07-151-1/+1
* sysdeps-win: display process id of started dbus-daemonRalf Habacker2022-06-271-1/+1
* sysdeps-win: Use the `connection readiness` event when starting dbus-daemonRalf Habacker2022-06-271-16/+82
* sysdeps-win: Let tests access autostarted dbus-daemon's handleRalf Habacker2022-06-271-1/+27
* sysdeps-win: Add support to give auto launched dbus daemon custom parameterRalf Habacker2022-06-271-1/+22
* Fix indentation of functions that are later changedRalf Habacker2022-06-271-22/+21
* dbus: fix warning: label 'oom' defined but not usedMarc-André Lureau2022-05-181-7/+2
* On Windows in autolaunch related function use rmutex related functions to sup...Ralf Habacker2022-05-171-67/+62
* In _dbus_get_autolaunch_address() avoid uninitialized mutexRalf Habacker2021-12-161-2/+3
* Cleanup zero string length case condition in Windows helper functionsRalf Habacker2021-12-161-7/+30
* Fix "out of memory" handling in _dbus_get_install_root_as_hash()Ralf Habacker2021-12-161-4/+10
* Fix "out of memory" handling in _dbus_get_address_string()Ralf Habacker2021-12-161-14/+38
* _dbus_get_install_root_as_hash() now expects an initialized DBusString instan...Ralf Habacker2021-12-161-6/+21
* _dbus_get_address_string() now expects an initialized DBusString instance as ...Ralf Habacker2021-12-161-5/+41
* Indentation correction of Windows specific utility functionsRalf Habacker2021-12-161-41/+42
* sysdeps: Document _dbus_daemon_unpublish_session_bus_addressSimon McVittie2021-12-151-0/+16
* _dbus_win_set_error_from_last_error: Always set the errorSimon McVittie2021-12-031-1/+7
* Fix MinGW build error: cast between incompatible function types from 'FARPROC...Ralf Habacker2021-11-291-1/+1
* Fix printf format string in _dbus_win_event_create_inheritable()Ralf Habacker2021-11-251-1/+1
* Clarify NULL vs. INVALID_HANDLE_VALUE in _dbus_win_event_free()Ralf Habacker2021-11-241-1/+1
* dbus-sysdeps-win.c: Add helper functions to handle events on WindowsRalf Habacker2021-11-231-1/+170
* dbus/dbus-sysdeps-win.c: Convert the character buffer 'dbus_args' to a DBusSt...Ralf Habacker2021-11-191-3/+16
* dbus/dbus-sysdeps-*win.c: correct indentation when calling functionsRalf Habacker2021-11-191-53/+53
* dbus/dbus-sysdeps-win.c: correction of indentations in _dbus_get_autolaunch_a...Ralf Habacker2021-11-191-17/+17
* _dbus_poll_select (): fix concating multiple verbose linesRalf Habacker2020-11-231-1/+1
* Add verbose info to publishing session bus related functionsRalf Habacker2020-11-231-0/+11
* Fix return type and usage of WSAWaitForMultipleEvents()Ralf Habacker2020-04-291-3/+3
* Add debug output functions for _dbus_poll_xx() functionsRalf Habacker2020-04-291-0/+148
* Fix bug not detecting out of memory condition in _dbus_poll_events ()Ralf Habacker2020-04-291-5/+19
* Separate the event based implementation for _dbus_poll() from the fd based oneRalf Habacker2020-04-291-20/+48
* dbus_poll(): Remove debug output to make room for a better implementationRalf Habacker2020-04-291-106/+0
* In dbus_get_autolaunch_address() return all errors as dbus errorRalf Habacker2020-04-271-3/+5
* Fix indention in _dbus_get_autolaunch_address()Ralf Habacker2020-04-271-7/+7
* _dbus_verbose_real: Use the Python convention for quoting potentially multi-l...Ralf Habacker2020-04-271-6/+23
* 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