Attachment #112995
Detect ipv6 support and handler related error cases patch 2015-01-31 12:42:37 UTC 3.01 KB no flags Details
Attachment #135874
Fix IPV6 support in _dbus_get_peer_pid_from_tcp_handle() on Windows patch 2017-12-02 00:50:45 UTC 5.22 KB no flags Details
Attachment #137355
Fix dbus-daemon startup on Windows in case no family is specified and ipv6 is disabled patch 2018-02-14 13:18:12 UTC 7.31 KB no flags Details
Attachment #137356
Let dbus-daemon be more descriptive in case of ipv6 listen errors on Windows patch 2018-02-14 13:18:32 UTC 1.94 KB no flags Details
Attachment #137863
Fix msvc runtime check failure "The variable 'has_ipv6' is being used without being initialized patch 2018-03-07 15:43:45 UTC 821 bytes no flags Details
Attachment #137882
Fix "failed to bind socket: Cannot assign requested address" on linux with ipv6 disabled patch 2018-03-08 08:21:33 UTC 3.20 KB no flags Details
Attachment #137883
Fix dbus-daemon startup on Windows in case no family is specified and ipv6 is disable patch 2018-03-08 08:25:43 UTC 7.32 KB no flags Details
Attachment #137884
Fix "failed to bind socket: Cannot assign requested address" on linux with ipv6 disabled patch 2018-03-08 08:43:06 UTC 3.20 KB no flags Details
Attachment #137885
Let dbus-daemon be more descriptive in case of ipv6 listen errors on Windows patch 2018-03-08 08:43:45 UTC 2.32 KB no flags Details
Attachment #137891
[1/7] _dbus_append_address_from_socket: Make control flow clearer patch 2018-03-08 14:44:12 UTC 3.70 KB no flags Details
Attachment #137892
[2/7] _dbus_append_address_from_socket: Correct misleading error message patch 2018-03-08 14:44:39 UTC 967 bytes no flags Details
Attachment #137893
[3/7] _dbus_append_address_from_socket: Factor out inet_sockaddr_to_string patch 2018-03-08 14:46:15 UTC 4.69 KB no flags Details
Attachment #137894
[4/7] _dbus_listen_tcp_socket: Set more specific IP-related errors patch 2018-03-08 14:47:30 UTC 3.73 KB no flags Details
Attachment #137895
[5/7] _dbus_listen_tcp_socket: Treat bind() failures as non-fatal patch 2018-03-08 14:49:26 UTC 7.56 KB no flags Details
Attachment #137896
[6/7] _dbus_connect_tcp_socket_with_nonce: Always goto out patch 2018-03-08 14:49:40 UTC 2.56 KB no flags Details
Attachment #137897
[7/7] _dbus_connect_tcp_socket_with_nonce: Combine all connect() errors patch 2018-03-08 14:50:56 UTC 2.70 KB no flags Details
Attachment #137907
Keep Windows implementation of _dbus_listen_tcp_socket in sync with unix patch 2018-03-08 17:52:09 UTC 21.79 KB no flags Details
Attachment #137917
Windows _dbus_listen_tcp_socket: Treat bind() failures as non-fatal patch 2018-03-08 23:36:23 UTC 8.14 KB no flags Details
Attachment #137918
Windows _dbus_connect_tcp_socket_with_nonce: Combine all connect() errors patch 2018-03-08 23:36:43 UTC 6.14 KB no flags Details
Attachment #137919
On Windows use the same error code for 'Unknown address family' errors in _dbus_connect_tcp_socket_with_nonce() as on unix patch 2018-03-08 23:37:03 UTC 934 bytes no flags Details
Attachment #137927
_dbus_get_low_level_socket_errno: Add patch 2018-03-09 10:39:36 UTC 2.85 KB no flags Details
Attachment #137928
Windows: Target Windows Vista or higher patch 2018-03-09 10:39:50 UTC 1.97 KB no flags Details
Attachment #137929
_dbus_append_address_from_socket: Factor out inet_sockaddr_to_string patch 2018-03-09 10:40:00 UTC 6.89 KB no flags Details
Attachment #137930
sysdeps-unix: Set more specific IP-related errors when listening patch 2018-03-09 10:40:06 UTC 4.85 KB no flags Details
Attachment #137931
sysdeps-unix: Treat bind() failures as non-fatal patch 2018-03-09 10:40:22 UTC 8.55 KB no flags Details
Attachment #137932
Unix _dbus_connect_tcp_socket_with_nonce: Always goto out patch 2018-03-09 10:40:37 UTC 2.61 KB no flags Details
Attachment #137933
Unix _dbus_connect_tcp_socket_with_nonce: Combine all connect() errors patch 2018-03-09 10:40:47 UTC 2.86 KB no flags Details
Attachment #137962
Windows _dbus_listen_tcp_socket: Treat bind() failures as non-fatal patch 2018-03-10 13:21:27 UTC 7.51 KB no flags Details
Attachment #137963
Windows _dbus_connect_tcp_socket_with_nonce: Combine all connect() errors patch 2018-03-10 13:21:30 UTC 4.78 KB no flags Details
Attachment #137964
Windows _dbus_connect_tcp_socket_with_nonce: Simplify initialization of variable noncefileStr patch 2018-03-10 13:21:34 UTC 1.22 KB no flags Details
Attachment #137965
Windows _dbus_connect_tcp_socket_with_nonce: Keep error code for 'Unknown address family' in sync with unix patch 2018-03-10 13:21:38 UTC 919 bytes no flags Details
Attachment #137966
Windows _dbus_listen_tcp_socket: Use AF_UNSPEC if family is unspecified patch 2018-03-10 13:21:42 UTC 1.02 KB no flags Details
Attachment #137967
Windows _dbus_listen_tcp_socket: Set socket options SO_REUSEADDR and TCP_NODELAY patch 2018-03-10 13:21:46 UTC 1.97 KB no flags Details
Attachment #138019
DBusSocket helpers: Declare as _DBUS_GNUC_WARN_UNUSED_RESULT patch 2018-03-12 12:45:10 UTC 1.83 KB no flags Details
Attachment #138023
Windows _dbus_connect_tcp_socket_with_nonce: Combine all connect() errors patch 2018-03-12 14:05:33 UTC 4.75 KB no flags Details
Attachment #138024
Remove obsolate call to _dbus_string_free() in unix variant of _dbus_connect_tcp_socket_with_nonce patch 2018-03-12 14:29:37 UTC 974 bytes no flags Details
Attachment #138025
Windows _dbus_connect_tcp_socket_with_nonce: Simplify initialization of variable noncefileStr patch 2018-03-12 14:30:40 UTC 1.29 KB no flags Details
Attachment #138026
Windows _dbus_listen_tcp_socket: Set socket options SO_REUSEADDR and TCP_NODELAY patch 2018-03-12 14:47:53 UTC 2.01 KB no flags Details
Attachment #138212
Fix using uninitialized value "name" in _dbus_combine_tcp_errors patch 2018-03-20 07:06:24 UTC 840 bytes no flags Details

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.