summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Revert "Use typedef DBusSocket for sockets fd's to avoid conversion warnings."Ralf Habacker2015-03-111-23/+23
* Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-03-111-23/+23
* Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-111-8/+10
* Minor optimization in _dbus_getsid().Ralf Habacker2015-02-111-2/+8
* Add test for windows sid.Ralf Habacker2015-02-111-1/+1
* _dbus_listen_tcp_socket: Keep windows code to fetch port from tcp listening s...Ralf Habacker2015-02-041-6/+5
* Fix 'dbus-daemon on Windows: Failed to bind socket "localhost:xxxx": Address ...Ralf Habacker2015-01-301-2/+14
* In _dbus_listen_tcp_socket() set socket family to ipv4 in unspecified case fo...Ralf Habacker2015-01-301-1/+1
* Merge branch 'dbus-1.8'Ralf Habacker2015-01-051-1/+1
|\
| * Fix GetExtendedTcpTable crash on vista sp0.Илья А. Ткаченко2014-12-231-1/+1
* | Consistently save and restore errnoSimon McVittie2014-10-291-3/+15
* | Split _dbus_fd_set_close_on_exec into Unix and Windows versionsSimon McVittie2014-09-151-5/+6
|/
* MSVC compile fix.Ralf Habacker2014-01-071-0/+1
* Fix for MinGW buildMatt Fischer2013-11-271-0/+5
* dbus-sysdeps-win: don't include wspiapi.hSimon McVittie2013-09-161-10/+0
* Move some sysdeps stuff only used by the dbus-daemon outside libdbusSimon McVittie2013-08-301-204/+0
* _dbus_win_startup_winsock: be thread-safeSimon McVittie2013-08-301-7/+28
* Comment some suspicious uses of static variablesSimon McVittie2013-08-301-0/+2
* _dbus_get_tmpdir: be thread-safeSimon McVittie2013-08-291-1/+7
* Fixed gcc 4.8.1 -Wformat warnings on windows.Ralf Habacker2013-08-281-4/+4
* Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-4/+4
* Fixed remaining issues.Ralf Habacker2013-08-091-25/+44
* Add debug messages to load_ex_ip_helper_procedures().Ralf Habacker2013-08-091-0/+6
* Refactored get_pid_from_extended_tcp_table() and get_pid_from_tcp_ex_table() ...Ralf Habacker2013-08-091-14/+15
* Fix for broken wine AllocateAndGetTcpExTableFromStack() implementation.Ralf Habacker2013-08-091-70/+84
* Add doc to load_ex_ip_helper_procedures().Ralf Habacker2013-08-091-0/+5
* Only take process id of localhost client connection entries.Ralf Habacker2013-08-091-2/+5
* Fixed bug of unsupported GetExtendTcpTable() on Windows XP SP2 and earlier.Ralf Habacker2013-08-091-0/+62
* Dump fetched sid on return of _dbus_getsid().Ralf Habacker2013-08-071-1/+1
* Add WINXP <= SP3 support to _dbus_getsid().Ralf Habacker2013-08-071-1/+34
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-2/+2