platform/upstream/dbus.git
2010-02-06 Romain Pokrzywkarefactor the cmake build to match with autotools: only...
2010-02-06 Romain Pokrzywkaoops, this symbol belongs to the client exports
2010-02-06 Romain Pokrzywkasplit the symbols into separate files matching the...
2010-02-06 Romain Pokrzywkamake the def handling simpler with cmake, we don't...
2010-02-06 Ralf Habackerwin32 fix: _dbus_get_install_root(): there are more...
2010-02-06 Ralf Habackerwin32 fix: _dbus_get_install_root(): to catch all cases...
2010-02-03 Colin WaltersFix inotify shutdown
2010-02-03 Ralf Habackerlinux cmake build system related compile fix
2010-02-03 Colin WaltersFix compilation in --disable-selinux case
2010-02-02 Colin WaltersMerge branch 'my-dbus-1.2'
2010-02-02 Colin WaltersRelease 1.2.18 dbus-1.2.18
2010-02-02 Tom HughesUse monotonic clock for _dbus_get_current_time() if...
2010-02-02 Ralf Habackerwin32 fix: provide separate def file for cmake until...
2010-02-02 Ralf Habackerwin32 fix for commit 8a9880ffd2b81df38bb0e3492bda7a9636...
2010-02-01 Colin WaltersDon't crash when reloading if we haven't loaded user...
2010-02-01 Colin WaltersMerge branch 'my-dbus-1.2'
2010-02-01 Colin WaltersMove system-activation.txt into non-conditional EXTRA_DIST
2010-02-01 Colin WaltersClean up inotify watch handling
2010-01-29 Ralf Habacker_dbus_change_to_daemon_user() is platform related ...
2010-01-29 Ralf Habackerreverted 2aea64fbb69287f52bb9910e89b6732854f47be8 becau...
2010-01-28 Colin WaltersUpdate messagebus.in init script to start earlier
2010-01-28 Colin Walters[doc] diagram.[svg,png] to EXTRA_DIST
2010-01-28 Colin WaltersMerge branch 'my-dbus-1.2'
2010-01-28 Colin WaltersDon't drop pending activations when reloading configuration
2010-01-28 Colin WaltersSwitch to libcap-ng, avoid linking libdbus against...
2010-01-28 Colin WaltersAdd Will Thompson and Simon McVittie to reviewers,...
2010-01-28 Colin WaltersIgnore exit code zero from activated services
2010-01-28 Will ThompsonPrint all-printable-ASCII byte arrays as strings
2010-01-28 Will ThompsonPrint byte arrays as nicely-formatted hex.
2010-01-28 Will ThompsonAdd an accessor for the loader's corruption reason
2010-01-28 Will ThompsonInclude reason when reporting corrupt messages
2010-01-28 Will ThompsonForbid zero serial numbers
2010-01-28 Will ThompsonMake array-printing code easier to follow
2010-01-28 James WestbyCorrect timeout handling
2010-01-28 Marcus BrinkmannAllow to override test tool path for cross compilation...
2010-01-28 Hendrik BuschmeierBug 23502 - corrected wrong verbose-output
2010-01-28 Marcus BrinkmannInvoke AC_PROG_MKDIR_P to make sure MKDIR_P is defined.
2010-01-28 Marcus BrinkmannOnly list those symbols that can be exported (new toolc...
2010-01-28 Marcus BrinkmannInclude errno.h.
2010-01-20 Marcus BrinkmannFix buffer underrun and clarify condition.
2010-01-15 Colin WaltersAdd Will Thompson and Simon McVittie to reviewers,...
2010-01-14 Romain Pokrzywkafixes bug where sometimes objects were not unregistered...
2010-01-05 Will ThompsonRename DBusConnection *disconnected param to connection
2010-01-05 Will ThompsonGroup match rules by their interface.
2010-01-05 Will ThompsonExtract rule_list_remove_by_connection
2010-01-05 Will ThompsonExtract freeing a DBusList<BusMatchRule>
2010-01-05 Will ThompsonDon't bother re-matching features we've checked.
2010-01-05 Will ThompsonIndex match rules by message type
2010-01-05 Will ThompsonAdd a constant for the number of message types
2009-12-23 Ralf Habackeradded tranport address format to dbus specification
2009-12-23 Ralf Habackeradded initial tcp transport section
2009-12-23 Ralf Habackernonce tcp support requires _dbus_string_equal_len also...
2009-12-22 Ralf Habackerfixed install root when using msvc ide
2009-12-19 Ralf Habackerlet dbus_verbose print file name, line number and funct...
2009-12-18 Matthias ClasenBug 25697 - Fix memory leak in policy reload
2009-12-18 Ralf Habackerremoved local definition of _DBUS_GNUC_PRINTF, it is...
2009-12-18 Ralf HabackerDBusPipe related unix compile fix
2009-12-18 Ralf Habackeradded pipe related files real
2009-12-18 Ralf HabackerMerge branch 'master' of ssh://git.freedesktop.org...
2009-12-18 Ralf Habackerwindows does not support fork, skip it
2009-12-18 Ralf Habackermoved out DBusPipe implementation into separate files
2009-12-18 Ralf Habackermoved out DBusPipe implementation from into separate...
2009-12-15 Colin WaltersIgnore exit code zero from activated services
2009-12-14 Ralf Habackeradded new variable DBUS_BUILD_TIMESTAMP
2009-12-07 Ralf Habackerfixed memory leak
2009-12-07 Ralf Habackermost patches are obsolate
2009-12-06 Ralf Habackerfixed cmake version macro and string handling
2009-12-01 Ralf Habackeradded cmake option for using nonce-tcp protocol as...
2009-12-01 Ralf Habackerfixed crashes accessing not initiated noncefile member...
2009-12-01 Ralf Habackercleanup nonce socket only when really used
2009-12-01 Ralf Habackeruses tcp based test connections for now
2009-12-01 Ralf Habackerdbus-daemon needs more exports
2009-12-01 Ralf Habackerreadded test files required for windows
2009-12-01 Ralf Habackerremoved unsupported symbols for msvc
2009-12-01 Tor LillqvistDrop unused complex function
2009-12-01 Tor LillqvistSet the DBusError
2009-12-01 Tor LillqvistDon't fake network errno values on Windows
2009-12-01 Tor LillqvistHandle also WinSock errors in _dbus_error_from_errno
2009-12-01 Frank OsterfeldWindows fixes
2009-12-01 Tor LillqvistAvoid warnings on Windows
2009-12-01 Ralf Habackerused dbus/dbus-1.def for cmake too
2009-12-01 Ralf Habackeradded missing symbols for bus-test
2009-12-01 Ralf Habackerupdated version
2009-12-01 Tor LillqvistDrop terminating slash in _dbus_get_tmpdir
2009-12-01 Tor LillqvistUse nonce-tcp default session bus on Windows
2009-12-01 Tor LillqvistCheck for dirent.h
2009-12-01 Tor LillqvistDBUS_VERSION is always three numbers
2009-12-01 Tor LillqvistActually do install the .def file on Windows
2009-12-01 Tor LillqvistUse dbus-1.def on Windows
2009-12-01 Tor LillqvistDrop internal symbols, add missing symbols
2009-12-01 Tor LillqvistAdd a dbus/dbus-1.def file
2009-12-01 Tor LillqvistDon't use DBUS_DIR_SEPARATOR
2009-12-01 Tor LillqvistDon't use -fPIC and -fPIE on Windows
2009-12-01 Tor LillqvistAdd file describing the merge of the dbus4win code
2009-12-01 Tor LillqvistTell where the file comes from and that it might not...
2009-12-01 Tor LillqvistRename README.win to README.windbus to match its origin
2009-12-01 Tor LillqvistLook for config files also in the normal Unix-style...
2009-12-01 Tor LillqvistUse multi-byte string functions on Windows
2009-12-01 Tor LillqvistDon't bother with -Werror on Windows for now
2009-12-01 Frank Osterfeldwith msvc, replace va_copy by assigning the va_lists...
next