index
:
dbus/dbus
RHEL-4
bus-inotify-error-handling
dbus-0.23-branch
dbus-0.35-branch
dbus-0.36-branch
dbus-1.0-branch
dbus-1.10
dbus-1.10-ci
dbus-1.12
dbus-1.14
dbus-1.2
dbus-1.2.4permissive
dbus-1.4
dbus-1.6
dbus-1.8
dbus-object-names
leak-locator
master
wip/setuid-hardening
a lightweight ipc mechanism (mirrored from https://gitlab.freedesktop.org/dbus/dbus)
desrt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbus
/
dbus-sysdeps-win.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
dbus: fix warning: label 'oom' defined but not used
Marc-André Lureau
1
-7
/
+2
8 days
On Windows in autolaunch related function use rmutex related functions to sup...
Ralf Habacker
1
-67
/
+62
2021-12-16
In _dbus_get_autolaunch_address() avoid uninitialized mutex
Ralf Habacker
1
-2
/
+3
2021-12-16
Cleanup zero string length case condition in Windows helper functions
Ralf Habacker
1
-7
/
+30
2021-12-16
Fix "out of memory" handling in _dbus_get_install_root_as_hash()
Ralf Habacker
1
-4
/
+10
2021-12-16
Fix "out of memory" handling in _dbus_get_address_string()
Ralf Habacker
1
-14
/
+38
2021-12-16
_dbus_get_install_root_as_hash() now expects an initialized DBusString instan...
Ralf Habacker
1
-6
/
+21
2021-12-16
_dbus_get_address_string() now expects an initialized DBusString instance as ...
Ralf Habacker
1
-5
/
+41
2021-12-16
Indentation correction of Windows specific utility functions
Ralf Habacker
1
-41
/
+42
2021-12-15
sysdeps: Document _dbus_daemon_unpublish_session_bus_address
Simon McVittie
1
-0
/
+16
2021-12-03
_dbus_win_set_error_from_last_error: Always set the error
Simon McVittie
1
-1
/
+7
2021-11-29
Fix MinGW build error: cast between incompatible function types from 'FARPROC...
Ralf Habacker
1
-1
/
+1
2021-11-25
Fix printf format string in _dbus_win_event_create_inheritable()
Ralf Habacker
1
-1
/
+1
2021-11-24
Clarify NULL vs. INVALID_HANDLE_VALUE in _dbus_win_event_free()
Ralf Habacker
1
-1
/
+1
2021-11-23
dbus-sysdeps-win.c: Add helper functions to handle events on Windows
Ralf Habacker
1
-1
/
+170
2021-11-19
dbus/dbus-sysdeps-win.c: Convert the character buffer 'dbus_args' to a DBusSt...
Ralf Habacker
1
-3
/
+16
2021-11-19
dbus/dbus-sysdeps-*win.c: correct indentation when calling functions
Ralf Habacker
1
-53
/
+53
2021-11-19
dbus/dbus-sysdeps-win.c: correction of indentations in _dbus_get_autolaunch_a...
Ralf Habacker
1
-17
/
+17
2020-11-23
_dbus_poll_select (): fix concating multiple verbose lines
Ralf Habacker
1
-1
/
+1
2020-11-23
Add verbose info to publishing session bus related functions
Ralf Habacker
1
-0
/
+11
2020-04-29
Fix return type and usage of WSAWaitForMultipleEvents()
Ralf Habacker
1
-3
/
+3
2020-04-29
Add debug output functions for _dbus_poll_xx() functions
Ralf Habacker
1
-0
/
+148
2020-04-29
Fix bug not detecting out of memory condition in _dbus_poll_events ()
Ralf Habacker
1
-5
/
+19
2020-04-29
Separate the event based implementation for _dbus_poll() from the fd based one
Ralf Habacker
1
-20
/
+48
2020-04-29
dbus_poll(): Remove debug output to make room for a better implementation
Ralf Habacker
1
-106
/
+0
2020-04-27
In dbus_get_autolaunch_address() return all errors as dbus error
Ralf Habacker
1
-3
/
+5
2020-04-27
Fix indention in _dbus_get_autolaunch_address()
Ralf Habacker
1
-7
/
+7
2020-04-27
_dbus_verbose_real: Use the Python convention for quoting potentially multi-l...
Ralf Habacker
1
-6
/
+23
2020-03-11
sysdeps-win: Refactor cleanup of struct addrinfo during connect()
Simon McVittie
1
-5
/
+5
2020-03-10
Fix missing release of the memory allocated in _dbus_connect_tcp_socket_with_...
Ralf Habacker
1
-0
/
+2
2019-12-12
_dbus_modify_sigpipe: be thread-safe
Simon McVittie
1
-0
/
+22
2019-12-12
various: comment static variables that are locked or otherwise OK
Simon McVittie
1
-0
/
+4
2018-12-17
trivial: Remove trailing whitespace from copyright notices
Simon McVittie
1
-3
/
+3
2018-11-20
_DBUS_ASSERT_ERROR_XOR_BOOL: Add and use
Simon McVittie
1
-5
/
+1
2018-03-22
sysdeps-win: Print word-size-dependent offset correctly
Ralf Habacker
1
-1
/
+1
2018-03-19
Add actual used ip family to --print-address output in case of listening on tcp
Ralf Habacker
1
-1
/
+14
2018-03-12
Windows _dbus_connect_tcp_socket_with_nonce: Simplify initialization of varia...
Ralf Habacker
1
-10
/
+1
2018-03-12
Windows _dbus_listen_tcp_socket: Set socket options SO_REUSEADDR and TCP_NODELAY
Ralf Habacker
1
-0
/
+18
2018-03-12
Windows _dbus_listen_tcp_socket: Use AF_UNSPEC if family is unspecified
Ralf Habacker
1
-1
/
+1
2018-03-12
Windows _dbus_connect_tcp_socket_with_nonce: Keep error code for 'Unknown add...
Ralf Habacker
1
-1
/
+1
2018-03-12
Windows _dbus_connect_tcp_socket_with_nonce: Combine all connect() errors
Ralf Habacker
1
-15
/
+49
2018-03-12
Windows _dbus_listen_tcp_socket: Treat bind() failures as non-fatal
Ralf Habacker
1
-32
/
+77
2018-03-09
Windows: Target Windows Vista or higher
Simon McVittie
1
-6
/
+0
2018-03-09
_dbus_get_low_level_socket_errno: Add
Simon McVittie
1
-0
/
+14
2018-01-15
_dbus_credentials_add_from_user: Only accept numeric uid for EXTERNAL
Simon McVittie
1
-0
/
+1
2018-01-15
_dbus_credentials_add_from_user: Add proper error reporting
Simon McVittie
1
-4
/
+11
2017-11-15
Windows autolaunch: Turn stdout spam into stderr spam
Simon McVittie
1
-2
/
+2
2017-11-15
Remove commented-out printf debugging
Simon McVittie
1
-1
/
+0
2017-07-05
internals: Decouple logging an error from exiting unsuccessfully
Simon McVittie
1
-7
/
+1
2017-04-07
sysdeps: assert that log severity is one we expect
Simon McVittie
1
-0
/
+1
[next]