platform/upstream/dbus.git
2011-07-11 Cosimo AlfaranoDo not allow eavedropping unless rule owner explicitely...
2011-07-11 Simon McVittieMerge remote-tracking branch 'origin/dbus-1.4'
2011-07-11 Jiří KlimešDBusConnection: simplify registering object paths code
2011-07-08 Simon McVittieCope with platforms whose vsnprintf violates both POSIX...
2011-07-08 Simon McVittieIn Windows _dbus_printf_string_upper_bound, don't crash...
2011-07-08 Ralf HabackerAdded DBUS_ENABLE_STATS option to cmake buildsystem...
2011-07-08 Ralf HabackerVisual Studio Professional uses a different ide starter...
2011-07-08 Ralf HabackerCollected cmake doc into README.cmake.
2011-07-08 Ralf HabackerVisual Studio Professional uses a different ide starter...
2011-07-05 Ralf Habackerwin32 fix: Keep server autolaunch mutex settings accord...
2011-07-04 Ralf HabackerFixed cmake buildsystem - option command only supports...
2011-07-03 Simon McVittieCope with platforms whose vsnprintf violates both POSIX...
2011-07-03 Simon McVittieIn Windows _dbus_printf_string_upper_bound, don't crash...
2011-07-02 Ralf HabackerLimit batch file creating to windows
2011-07-02 Ralf HabackerFixed cmake buildsystem on unix - option command only...
2011-07-02 Ralf HabackerCollected cmake doc into README.cmake.
2011-07-01 Ralf HabackerAdded DBUS_ENABLE_STATS option to cmake buildsystem...
2011-07-01 Ralf Habackerwin32 fix: Keep server autolaunch mutex settings accord...
2011-07-01 Simon McVittieMerge branch 'dbus-1.4'
2011-07-01 Jiří KlimešDBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE inste...
2011-06-24 Simon McVittieInclude size of link cache in per-connection statistics
2011-06-24 Simon McVittieAlso record peak values for queued bytes/fds in connect...
2011-06-24 Simon McVittieAdd an initial round of stats to the Stats interface
2011-06-24 Simon McVittieDBusConnection, DBusTransport: add queue statistics
2011-06-24 Simon McVittieBusConnections: add usage stats for well-known names...
2011-06-24 Simon McVittieDBusList: add usage stats
2011-06-24 Simon McVittieDBusMemPool: add usage stats
2011-06-24 Simon McVittieAdd a stub .Debug.Stats interface if --enable-stats
2011-06-24 Simon McVittieconfigure.ac: add --enable-stats
2011-06-24 Simon McVittiematch_rule_to_string: don't reinvent dbus_message_type_...
2011-06-22 Simon McVittieRemove maximum length field from DBusString
2011-06-22 Simon McVittieRemove unused _dbus_string_copy_data_len, _dbus_string_...
2011-06-22 Simon McVittieSplit DBUS_GENERIC_STRING_PREAMBLE into sensible lines
2011-06-20 Ralf HabackerCMake fix: Do not use FORCE in variables which should...
2011-06-14 Ralf Habackerfixed cmake error: doc says CACHE needs type *and*...
2011-06-13 Simon McVittieNEWS
2011-06-13 Simon McVittieDBusLoop: store watches in a hash table keyed by fd
2011-06-13 Simon McVittieDBusLoop: fold Callback into TimeoutCallback
2011-06-13 Simon McVittieDrop WatchCallback entirely, just use a list of DBusWat...
2011-06-13 Simon McVittieDBusLoop: inline add_callback, remove_callback into...
2011-06-13 Simon McVittieDBusLoop: move OOM flag in watches inside the DBusWatch
2011-06-13 Simon McVittieDBusLoop: keep separate lists of watches and timeouts
2011-06-13 Simon McVittieDBusLoop: factor out watch_flags_to_poll_events, watch_...
2011-06-13 Simon McVittieRemove _dbus_loop_add_watch_full
2011-06-13 Simon McVittiebus-activation: separate the "finished" callback from...
2011-06-13 Simon McVittieDBusLoop: remove second layer of watch callbacks where...
2011-06-13 Simon McVittieDBusLoop: remove a layer of pointless abstraction aroun...
2011-06-13 Simon McVittieDBusConnection: ref the connection in the timeout handler
2011-06-13 Simon McVittiebus signal_handler: don't use _dbus_warn, and don't...
2011-06-13 Simon McVittiebus: signal_handler: ignore failure to write, and expla...
2011-06-13 Simon McVittieCheck that watches are removed, then invalidated, then...
2011-06-13 Simon McVittieAlways remove, invalidate and free watches before closi...
2011-06-13 Simon McVittiebump version
2011-06-10 Simon McVittieahem.
2011-06-10 Simon McVittiePrepare 1.5.4 dbus-1.5.4
2011-06-10 Simon McVittieMerge branch 'dbus-1.4'
2011-06-10 Simon McVittieversion bump
2011-06-10 Simon McVittieprepare 1.4.12 dbus-1.4.12
2011-06-10 Simon McVittiefix installable tests to not install if unwanted
2011-06-10 Simon McVittieMerge branch 'dbus-1.4'
2011-06-10 Simon McVittieNEWS
2011-06-10 Simon McVittieFix copyright dates
2011-06-10 Simon McVittieUse DBUS_TIMEOUT_INFINITE in dbus-daemon.c
2011-06-10 Simon McVittieAdd and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_...
2011-06-10 Simon McVittieTest that a message with the byte order mangled causes...
2011-06-10 Simon McVittiemarshal test: test dbus_message_demarshal_bytes_needed
2011-06-10 Simon McVittieAdd a test for marshalling and endian-swapping
2011-06-10 Simon McVittieinstallcheck: don't run installed tests against install...
2011-06-10 Simon McVittieAlter test-dbus-daemon so it tests the installed dbus...
2011-06-10 Simon McVittieAdd support for installing most of the modular tests
2011-06-10 Simon McVittienew test for being disconnected by a corrupt message...
2011-06-10 Simon McVittiemodular tests: depend on GIO 2.22 for GSocket
2011-06-10 Simon McVittieTest nonce-tcp transport
2011-06-10 Simon McVittiedbus-daemon test: sanity-check the just-installed confi...
2011-06-10 Simon McVittieAdd a simple integration test for dbus-daemon
2011-06-10 Simon McVittieRun integration tests on the installed dbus binaries...
2011-06-10 Simon McVittieGive the tests DBUS_TEST_DAEMON and DBUS_TEST_DATA...
2011-06-10 Simon McVittieAttempt to reproduce fd.o #34393 via another regression...
2011-06-10 Simon McVittieloopback test: unref messages after use
2011-06-10 Simon McVittieAdd an end-to-end sanity check for TCP and Unix DBusSer...
2011-06-10 Simon McVittieAdd support for building "modular" tests, which require...
2011-06-10 Simon McVittieDon't disable GLib assertions when disabling our own...
2011-06-10 Simon McVittiedbus_message_demarshal_bytes_needed: correct a wrong...
2011-06-10 Simon McVittie_dbus_header_byteswap: change the first byte of the...
2011-06-10 Simon McVittieConsistently use atomic operations for all access to...
2011-06-08 Simon McVittieMerge branch 'dbus-1.4'
2011-06-08 Simon McVittieNEWS
2011-06-08 Simon McVittiebus: use ln -fs to enable dbus in systemd, not $(LN_S)
2011-06-07 Simon McVittieMerge branch 'dbus-1.4'
2011-06-07 Simon McVittieNEWS
2011-06-07 Simon McVittieRemove support for -Wl,--gc-sections altogether
2011-06-07 Mark Branddon't try to build dbus-daemon-launch-helper for Windows
2011-06-01 Simon McVittieUse #!/bin/sh for run-with-tmp-session-bus.sh
2011-06-01 Simon McVittieadd a release name here too
2011-06-01 Simon McVittieadd release name :-)
2011-06-01 Simon McVittierestart development
2011-06-01 Simon McVittieFinalize D-Bus Spec 0.17, update lists of authors dbus-1.5.2
2011-06-01 Simon McVittieMerge branch 'dbus-1.4'
2011-06-01 Simon McVittieDevelopment version
2011-06-01 Simon McVittiePrepare version 1.4.10 dbus-1.4.10
next