Merge "Bug fix for kdbus_do_iteration() causing busy loop" into tizen
[platform/upstream/dbus.git] / dbus /
2016-05-09 Hyotaek ShimMerge "Bug fix for kdbus_do_iteration() causing busy... accepted/tizen/common/20160510.050907 accepted/tizen/ivi/20160510.002139 accepted/tizen/mobile/20160510.002101 accepted/tizen/tv/20160510.002122 accepted/tizen/wearable/20160510.002105 submit/tizen/20160509.070355
2016-04-28 Lukasz Skalskikdbus: catch up with latest libdbuspolicy API changes 38/67838/1 accepted/tizen/common/20160429.170330 accepted/tizen/ivi/20160429.011827 accepted/tizen/mobile/20160429.011802 accepted/tizen/tv/20160429.011722 accepted/tizen/wearable/20160429.011727 submit/tizen/20160428.152642
2016-04-28 Hyotaek ShimBug fix for kdbus_do_iteration() causing busy loop 17/67817/1 submit/tizen/20160428.103823
2016-04-22 Paweł Szewczykfix some warnings 94/66994/1
2016-04-20 Adrian Szyndelareduced number of warnings 34/66734/1
2016-04-20 Adrian Szyndelafix SVACE bugs 73/66573/7 accepted/tizen/common/20160422.172237 accepted/tizen/ivi/20160423.060622 accepted/tizen/mobile/20160423.055705 accepted/tizen/tv/20160423.060059 accepted/tizen/wearable/20160423.060351 submit/tizen/20160422.093504
2016-04-19 Adrian SzyndelaAdded a strategy for selecting default protocol type. 29/66529/3
2016-04-19 Adrian Szyndelafixed some compiler/Valgrind warnings 81/66381/2
2016-04-19 Lukasz Skalskirefactoring: org.freedesktop.DBus method handling simpl... 62/66562/1
2016-04-18 Adrian Szyndelarefactoring: bloom filters handling moved to low-level 00/66300/1
2016-04-18 Adrian Szyndelarefactoring: cleanup 99/66299/1
2016-04-18 Adrian Szyndelarefactoring: using local types where available 98/66298/1
2016-04-18 Adrian Szyndelarefactoring: low-level API types changed to low-level 97/66297/1
2016-04-18 Adrian Szyndelarefactoring: coding style 96/66296/1
2016-04-14 Adrian Szyndelafix for memleaks 16/66016/2
2016-04-11 Adrian Szyndelachecking policy: don't check 'ins' if not a method... 84/65584/1
2016-02-19 Adrian Szyndelaadd dbuspolicy support
2016-02-19 Adrian SzyndelaFixed remarshalling and getting signature
2016-02-19 Adrian SzyndelaRemembering last offset and position at the message...
2016-02-19 INSUN PYODisable GVARIANT feature temporally
2016-02-19 Adrian SzyndelaAdd kdbus transport
2016-02-19 Hyotaek, ShimRevert "Add kdbus transport"
2016-02-19 Adrian SzyndelaAdd kdbus transport
2016-02-19 Jacek BukarewiczDisable message dispatching when send rule result is...
2016-02-19 Patrick OhlyGetConnectionCredentials - add smack support
2015-11-18 Simon McVittieWindows _dbus_get_autolaunch_address: don't leak shm_name
2015-11-17 Jan Alexander Stef... bus-driver: Support returning org.freedesktop.DBus...
2015-11-16 Ralf HabackerFix recursive loop in backtrace generator on windows.
2015-11-11 Ralf HabackerFix memory leak in _dbus_win_set_error_from_win_error().
2015-11-04 Ralf HabackerCompile fix on Windows.
2015-11-03 Ralf HabackerFix warning: variable 'ret' set but not used [-Wunused...
2015-11-02 Simon McVittieDon't use _dbus_warn() for intentionally-skipped tests
2015-11-02 Ralf HabackerFix warning: ISO C90 forbids mixed declarations and...
2015-11-02 Ralf HabackerFix typo and missing eol on debug message.
2015-10-27 Ralf HabackerFix crash running test-syslog on windows/wine.
2015-10-27 Ralf HabackerDisplay autolaunch scope on verbose print of daemon...
2015-09-30 Milan CrhaFix creation of Exec path for files not in prefix
2015-09-20 Ralf HabackerMake Windows dbus-daemon look for the config file we...
2015-08-06 Rolland DudemaineUse poll's data types directly, where used at all
2015-07-21 Simon McVittiedbus-1.9.16
2015-07-21 Simon McVittieMerge branch 'dbus-1.8'
2015-06-17 Simon McVittieMerge branch 'dbus-1.8'
2015-05-27 Dimitri John LedkovMove session & system bus configuration to datadir...
2015-05-14 Simon McVittieMerge branch 'dbus-1.8'
2015-05-14 Simon McVittieMerge branch 'dbus-1.8'
2015-05-14 Simon McVittieFail to generate random bytes instead of falling back...
2015-05-14 Simon McVittieMake UUID generation failable
2015-05-14 Simon McVittie_dbus_server_init_base: raise a DBusError
2015-05-14 Simon McVittie_dbus_server_new_for_socket: raise a DBusError
2015-05-14 Ralf Habackerdbus_daemon_publish_session_bus_address: Fix -Wsign...
2015-05-13 Simon McVittieAvoid reading beyond the length of a variable
2015-05-13 Simon McVittieFix whitespace as per Havoc's review (in 2010)
2015-05-13 Christian DywanImplement dbus_message_iter_get_element_count
2015-05-12 Simon McVittieDBusSocket: put the #ifdef case before the !defined...
2015-05-12 Ralf HabackerConvert mostly DBUS_SOCKET_... and DBUS_POLLABLE_....
2015-05-12 Simon McVittieTurn DBusSocket into a type-safe struct, preventing...
2015-05-12 Simon McVittieRemove _dbus_socket_is_invalid, no longer used
2015-05-12 Simon McVittieConvert miscellaneous socket APIs to DBusSocket
2015-05-12 Simon McVittiegeneric socket transport code: work in terms of DBusSocket
2015-05-12 Simon McVittieSplit _dbus_set_fd_nonblocking vs. _dbus_set_socket_non...
2015-05-12 Simon McVittieDBusMainLoop, DBusSocketSet: work in terms of DBusPollable
2015-05-12 Simon McVittieMostly remove the remnants of an older socket abstracti...
2015-05-12 Simon McVittiedbus-sysdeps: add more infrastructure around DBusSocket
2015-05-12 Ralf HabackerUse typedef DBusSocket for sockets fd's to avoid conver...
2015-05-08 Ralf Habackerreader_init: Initialize all fields of struct DBusTypeRe...
2015-05-08 Simon McVittieMerge branch 'dbus-1.8'
2015-05-08 Simon McVittieRevert "reader_init: Initialize all fields of struct...
2015-05-06 Ralf Habackerauth_set_unix_credentials: Fix calling _dbus_credential...
2015-05-06 Ralf Habackerauth_set_unix_credentials: Fix calling _dbus_credential...
2015-05-06 Ralf HabackerMerge remote-tracking branch 'origin/dbus-1.8'
2015-05-06 Ralf Habackerreader_init: Initialize all fields of struct DBusTypeRe...
2015-05-06 Ralf Habackerdo_check_nonce: Fix of calling _dbus_string_append_len...
2015-05-06 Ralf Habackerdbus_message_demarshal: Fix calling _dbus_string_append...
2015-05-05 Simon McVittieMerge branch 'dbus-1.8'
2015-05-05 Adrian SzyndelaDBusCounter: add a mutex to protect the refcount and...
2015-05-05 Adrian Szyndelaextend lock's range in live_messages_notify()
2015-05-01 Ralf HabackerMerge remote-tracking branch 'origin/dbus-1.8'
2015-04-28 Ralf Habackerdbus_server_set_auth_mechanisms: Fix returning without...
2015-04-20 Ralf HabackerFix msvc sign-compare warning on Windows7 64bit by...
2015-04-13 Ralf HabackerMerge branch 'dbus-1.8'
2015-04-13 Ralf HabackerAdd newline to verbose output in _dbus_trace_ref().
2015-03-24 Simon McVittieFix assorted compiler warnings on Windows.
2015-03-24 Ralf HabackerRename _dbus_full_duplex_pipe() to more descriptive...
2015-03-11 Ralf HabackerRevert "Rename _dbus_full_duplex_pipe() to more descrip...
2015-03-11 Ralf HabackerRevert "Use typedef DBusSocket for sockets fd's to...
2015-03-11 Ralf HabackerUse typedef DBusSocket for sockets fd's to avoid conver...
2015-03-11 Ralf HabackerRename _dbus_full_duplex_pipe() to more descriptive...
2015-03-04 Simon McVittie_dbus_listen_systemd_sockets: fds are signed ints ...
2015-03-04 Simon McVittieUse new _dbus_string_get_length_uint() to avoid another...
2015-03-04 Ralf HabackerTrivial -Wsign-compare fixes.
2015-03-04 Peter McCurdyMake all time values signed longs instead of a mix...
2015-03-02 Ralf HabackerFix warning: 'the comparison will always evaluate as...
2015-02-24 Ralf Habackerdbus-monitor: Add timestamp to --monitor mode.
2015-02-24 Simon McVittiedbus-launch: if autolaunching, use XDG_RUNTIME_DIR...
2015-02-24 Simon McVittieOn Unix platforms, try $XDG_RUNTIME_DIR/bus before...
2015-02-24 Simon McVittieAdd support for unix:runtime=yes as an address mode
2015-02-24 Simon McVittiemarshalling tests: fix an incorrect use of memcmp
2015-02-20 Simon McVittieFix static linking with mingw
2015-02-20 Bertrand SIMONNETLink dbus-daemon and dbus-daemon-lauch-helper against...
2015-02-20 Simon McVittieOn Unix platforms with gcc (or compatible), hide non...
next