summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-23added tranport address format to dbus specificationHEADmasterRalf Habacker1-9/+128
2009-12-23added initial tcp transport sectionRalf Habacker1-0/+16
2009-12-23nonce tcp support requires _dbus_string_equal_len also when build without testsRalf Habacker1-2/+0
2009-12-22fixed install root when using msvc ideRalf Habacker1-0/+2
2009-12-19let dbus_verbose print file name, line number and function name if available;...Ralf Habacker2-2/+71
2009-12-18removed local definition of _DBUS_GNUC_PRINTF, it is already in dbus-macro.hRalf Habacker1-34/+0
2009-12-18DBusPipe related unix compile fixRalf Habacker5-5/+27
2009-12-18added pipe related files realRalf Habacker4-0/+303
2009-12-18Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker0-0/+0
2009-12-18windows does not support fork, skip itRalf Habacker1-2/+5
2009-12-18moved out DBusPipe implementation into separate filesRalf Habacker6-211/+43
2009-12-18moved out DBusPipe implementation from into separate filesRalf Habacker6-211/+43
2009-12-15Ignore exit code zero from activated servicesColin Walters7-32/+155
2009-12-14added new variable DBUS_BUILD_TIMESTAMPRalf Habacker2-5/+11
2009-12-07fixed memory leakRalf Habacker1-1/+3
2009-12-07most patches are obsolateRalf Habacker1-211/+0
2009-12-06fixed cmake version macro and string handlingRalf Habacker5-34/+36
2009-12-01added cmake option for using nonce-tcp protocol as default; set tcp as defaul...Ralf Habacker1-2/+8
2009-12-01fixed crashes accessing not initiated noncefile member structRalf Habacker1-3/+9
2009-12-01cleanup nonce socket only when really usedRalf Habacker1-1/+2
2009-12-01uses tcp based test connections for nowRalf Habacker2-8/+24
2009-12-01dbus-daemon needs more exportsRalf Habacker1-0/+2
2009-12-01readded test files required for windowsRalf Habacker3-0/+39
2009-12-01removed unsupported symbols for msvcRalf Habacker1-6/+0
2009-12-01Drop unused complex functionTor Lillqvist1-86/+0
2009-12-01Set the DBusErrorTor Lillqvist1-0/+2
2009-12-01Don't fake network errno values on WindowsTor Lillqvist2-7/+3
2009-12-01Handle also WinSock errors in _dbus_error_from_errnoTor Lillqvist1-22/+26
2009-12-01Windows fixesFrank Osterfeld5-71/+54
2009-12-01Avoid warnings on WindowsTor Lillqvist6-74/+26
2009-12-01used dbus/dbus-1.def for cmake tooRalf Habacker2-878/+4
2009-12-01added missing symbols for bus-testRalf Habacker1-10/+654
2009-12-01updated versionRalf Habacker1-2/+2
2009-12-01Drop terminating slash in _dbus_get_tmpdirTor Lillqvist1-1/+14
2009-12-01Use nonce-tcp default session bus on WindowsTor Lillqvist2-2/+9
2009-12-01Check for dirent.hTor Lillqvist1-0/+2
2009-12-01DBUS_VERSION is always three numbersTor Lillqvist1-10/+4
2009-12-01Actually do install the .def file on WindowsTor Lillqvist1-1/+6
2009-12-01Use dbus-1.def on WindowsTor Lillqvist1-4/+4
2009-12-01Drop internal symbols, add missing symbolsTor Lillqvist1-658/+14
2009-12-01Add a dbus/dbus-1.def fileTor Lillqvist1-0/+869
2009-12-01Don't use DBUS_DIR_SEPARATORTor Lillqvist1-3/+3
2009-12-01Don't use -fPIC and -fPIE on WindowsTor Lillqvist1-2/+2
2009-12-01Add file describing the merge of the dbus4win codeTor Lillqvist1-0/+71
2009-12-01Tell where the file comes from and that it might not be reliableTor Lillqvist1-0/+5
2009-12-01Rename README.win to README.windbus to match its originTor Lillqvist2-1/+2
2009-12-01Look for config files also in the normal Unix-style location (cherry picked f...Tor Lillqvist1-5/+21
2009-12-01Use multi-byte string functions on WindowsTor Lillqvist1-9/+13
2009-12-01Don't bother with -Werror on Windows for nowTor Lillqvist1-1/+2
2009-12-01with msvc, replace va_copy by assigning the va_lists (cherry picked from comm...Frank Osterfeld2-1/+6