summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GetExtendedTcpTable crash on vista sp0.Илья А. Ткаченко2014-12-231-1/+1
* 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
* cmake: fix a typo DBUS_DISABLE_ASSERTS should be DBUS_DISABLE_ASSERTChengwei Yang2013-06-251-1/+1
* Merge branch 'dbus-1.6'Simon McVittie2013-06-121-2/+7
|\
| * CVE-2013-2168: _dbus_printf_string_upper_bound: copy the va_list for each useSimon McVittie2013-06-121-2/+7
| * CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters2012-09-281-0/+6
* | DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie2013-05-091-2/+0
* | Add function _dbus_get_peer_pid_from_tcp_handle() which returns pid and sid f...Ralf Habacker2013-04-051-17/+127
* | Rename the term 'unix_pid' to 'pid' in variables and functions.Ralf Habacker2013-03-081-1/+1
* | Do not retrieve credential information from the wrong side of the connection.Ralf Habacker2013-03-081-2/+1
* | Debug message eol fix.Ralf Habacker2013-03-081-1/+1
* | Use InterlockedExchange to get a full memory barrier on WindowsSimon McVittie2012-11-091-2/+12
* | CVE-2012-3524: Don't access environment variables or run dbus-launch when setuidColin Walters2012-09-271-0/+6
|/
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-3/+18
* Merge branch 'dbus-1.4'Ralf Habacker2011-10-281-3/+32
|\
| * Optimized error handling of previous patchRalf Habacker2011-10-281-3/+18
| * Find dbus-daemon executable next to dbus shared libaray on windows.Jesper Dam2011-10-281-3/+17
* | sysdeps: remove misleading commentsSimon McVittie2011-09-281-5/+0
* | Remove more never-used variablesSimon McVittie2011-09-191-12/+0
|/
* Implement _dbus_atomic_get directly, rather than via inc + decSimon McVittie2011-07-291-0/+15
* In Windows _dbus_printf_string_upper_bound, don't crash on malloc failureSimon McVittie2011-07-081-0/+4
* win32 fix: Keep server autolaunch mutex settings according to client detectio...Ralf Habacker2011-07-051-0/+12
* sysdeps-win needs _dbus_path_is_absoluteMark Brand2011-02-181-0/+17
* Use absolute session service dir path in bus-test on windows.Ralf Habacker2010-12-291-8/+1
* Handle case when autolaunched daemon address is already pulished on windows.Ralf Habacker2010-12-141-13/+52
* Windows fix: In install path scope case add hashed install path to mutex/shm ...Ralf Habacker2010-12-131-0/+3
* Be more verbose when publishing or requesting session bus address on Windows.Ralf Habacker2010-12-131-1/+4
* Implements user limited session bus on Windows.Ralf Habacker2010-12-101-44/+21
* Fixed bug not freeing mutex handle on Windows.Ralf Habacker2010-12-101-7/+7
* Variables and functions name cleanup on Windows.Ralf Habacker2010-12-101-27/+27
* Service dir related bug fix on windows.Ralf Habacker2010-10-291-0/+20
* Restore the close_on_exec flag on windows.Romain Pokrzywka2010-10-291-0/+3