BUS_RESULT: fix missed changes of TRUE/FALSE to BUS_RESULT
[platform/upstream/dbus.git] / dbus /
2020-08-27 DEEPAK SINGHAdded a check to avoid integer underflow. 41/242041/2 accepted/tizen/unified/20200907.023444 submit/tizen/20200827.104709 submit/tizen/20200903.044811
2020-05-19 sanghyeok.ohCoverity fix 61/232161/2
2020-04-20 Adrian Szyndeladbus-message: bring back the original layout of DBusMes... 35/231235/3 accepted/tizen/unified/20200421.051607 submit/tizen/20200420.123023 submit/tizen/20200420.213220
2020-04-16 Adrian SzyndelaMerge dbus-1.12.16 into tizen 87/230987/1 submit/tizen/20200417.133959
2020-04-16 Adrian Szyndeladbus-transport: stop using orig_len outside its context
2020-04-16 Adrian SzyndelaMerge dbus-1.12.16 into tizen
2020-01-13 Simon McVittieauth: Reject DBUS_COOKIE_SHA1 for users other than... 59/222259/1
2019-07-19 Adrian Szyndelakdbus: fix computing bloom filters 65/210465/1 accepted/tizen/unified/20190722.074825 submit/tizen/20190719.104741
2019-07-01 sanghyeok.ohgvariant: fix UBSan related code 24/208924/1 accepted/tizen/unified/20190702.114943 submit/tizen/20190701.095512
2019-06-24 sanghyeok ohMerge "Remove unused DbusError to avoid memory leak... accepted/tizen/unified/20190624.115337 submit/tizen/20190624.005319
2019-06-17 Himanshu Maithaniremove unused DBusError in kdbus_read_message() 89/207789/2
2019-06-13 Gaurav GuptaRemove unused DbusError to avoid memory leak. 80/207880/1
2019-06-12 himanshu.m@samsung.comfix: missing dbus_error_free in kdbus_write_msg_internal 88/207788/1 submit/tizen/20190624.001018
2019-06-09 Simon McVittietest: Add basic test coverage for DBUS_COOKIE_SHA1
2019-06-09 Simon McVittieauth: Reject DBUS_COOKIE_SHA1 for users other than...
2019-05-13 Simon McVittiebus: Try to raise soft fd limit to match hard limit
2019-05-09 sanghyeok.ohcoverity fix 13/205813/6
2019-04-17 Simon McVittieMerge branch '1-12-logical-op' into 'dbus-1.12'
2019-04-17 Simon McVittieMerge branch '1-12-code-coverage' into 'dbus-1.12'
2019-04-17 David King_dbus_get_is_errno_eagain_or_ewouldblock: Avoid warning
2019-04-17 Simon McVittieAdapt to API change in AX_CODE_COVERAGE version 28
2019-03-19 Adrian Szyndelakdbus: share fd and pool with libdbuspolicy 72/201472/6 accepted/tizen/unified/20190322.075523 submit/tizen/20190321.094448
2019-03-18 Adrian Szyndelakdbus: add assert for non-NULL member 69/201669/2
2019-03-14 Adrian Szyndelakdbus: move dbuspolicy init to bus_register_kdbus 71/201471/2
2019-02-14 sanghyeok.ohkdbus: Fix memory leakage in capture_org_freedesktop_DB... 50/199750/3 accepted/tizen/unified/20190219.154258 submit/tizen/20190215.045528
2019-02-13 sanghyeok.ohDBusMessage: bugfix for wrong type specifier 14/199614/1 accepted/tizen/unified/20190214.154123 submit/tizen/20190213.080620
2019-02-01 Simon McVittiedbus_message_iter_open_container: Don't leak signature... 22/199022/1 submit/tizen/20190211.015911
2019-02-01 Simon McVittiedbus_message_append_args_valist: Don't leak memory... 21/199021/1
2019-02-01 Marc MutzDBusMessage: Fix UB (misaligned access) in call to... 20/199020/1
2019-02-01 Simon McVittiedbus_message_iter_append_basic: Don't leak signature... 19/199019/1
2019-02-01 Philip Withnalldbus-hash: Fix a potential shift by a negative integer 18/199018/1
2019-02-01 Ralf HabackerDisplay thread id in _dbus_verbose to be able to see... 17/199017/1
2019-01-17 sanghyeok.ohdbus-connection: Add _dbus_string_free to deallocate... 23/197923/1 accepted/tizen/unified/20190128.061345 submit/tizen/20190117.090745 submit/tizen/20190121.055508
2019-01-17 Shin-ichi MORITAFix missing dbus_message_unref() in error reply path 15/197915/1
2019-01-17 Philip Withnalldbus-connection: Remove a duplicate _dbus_list_clear... 14/197914/1
2019-01-09 Adrian Szyndeladbus-daemon: add send_destination_prefix support 68/194868/3 accepted/tizen/unified/20190110.060340 submit/tizen/20190109.021130
2019-01-03 sanghyeok.ohkdbus: fixed memory leak in process_connection_info_cmd() 84/196684/1 accepted/tizen/unified/20190105.054101 submit/tizen/20190104.021452
2018-12-04 Simon McVittieCONTRIBUTING: Reformat as Markdown
2018-12-04 Simon McVittieRename HACKING to CONTRIBUTING
2018-11-16 Simon McVittiebuild: Never use poll() on Darwin family (macOS, etc...
2018-11-05 Michal BlochRemove kdbus interface header 47/192447/1 accepted/tizen/unified/20181107.082204 submit/tizen/20181106.112838
2018-10-04 Ralf Habackersysdeps-win: Print word-size-dependent offset correctly
2018-10-04 Ralf Habackerdbus-transport-socket: Correctly print DBusSocket with...
2018-09-17 pr.jungRemove build warnings 53/189353/3 accepted/tizen/5.0/unified/20181102.025209 accepted/tizen/unified/20180919.061631 submit/tizen/20180918.043057 submit/tizen_5.0/20181101.000006
2018-08-30 Simon McVittieDo not apply __attribute__((__malloc__)) to dbus_realloc()
2018-08-29 Simon McVittieserver-unix: Don't leak address of systemd server on...
2018-08-02 Simon McVittievalidate_body_helper: Bounds-check before validating...
2018-08-02 Simon McVittienonce: Don't try to rmdir(NULL) on OOM
2018-08-02 Simon McVittiedbus_server_listen: Don't leak first_connect_error
2018-08-02 Simon McVittiesysdeps: Reassure gcc 8 that we are not overflowing...
2018-06-05 Aleksy Barczkdbus: check policy first, only then open kdbus 50/178150/4
2018-06-05 Adrian Szyndeladbus: a couple of corrections after static analysis 84/180884/1
2018-06-04 Simon McVittiesysdeps-unix: Handle errors from getaddrinfo correctly
2018-05-24 Adrian SzyndelaGVariant: fix alignment of elements in array 31/179931/5
2018-05-24 Adrian Szyndeladbus-marshal-gvariant: a couple of additional checks 25/180025/4
2018-04-13 Adrian Szyndelagvariant: handle immediate iteration with empty body 42/175942/1 accepted/tizen/unified/20180418.143529 submit/tizen/20180418.024038 submit/tizen/20180420.022505
2018-04-10 Adrian Szyndelagvariant: fix recursing into empty array 80/175480/1
2018-02-06 Simon McVittieDBusPendingCall: Improve doc-comments around completed...
2018-02-06 Manish NarangDBusPendingCall: Only update ->completed under the...
2018-02-06 Manish NarangDBusConnection: Pass a pending call around more often
2017-11-28 Simon McVittieMerge remote-tracking branch 'github/dbus-1.12' into...
2017-11-27 Simon McVittie_dbus_server_new_for_socket: Iterate over arrays as...
2017-11-24 Simon McVittie_dbus_listen_tcp_socket: Don't rely on dbus_realloc...
2017-11-24 Simon McVittie_dbus_server_new_for_socket: Properly disconnect during...
2017-11-24 Simon McVittie_dbus_server_new_for_socket: Invalidate watches during...
2017-11-07 Simon McVittie_dbus_accept_with_noncefile: Don't leak nonce
2017-11-07 Simon McVittiedo_noncefile_create: Avoid freeing uninitialized memory...
2017-11-07 Simon McVittiedo_check_nonce: Don't free uninitialized memory on OOM
2017-10-23 Simon McVittiebuild: Don't distribute versioninfo.rc in "make dist...
2017-10-18 Ralf HabackerUpdate versioninfo.rc.in
2017-10-17 Simon McVittieWindows: Stop manipulating line numbering in versioninfo.rc
2017-10-09 Simon McVittieWindows: Simplify compiling versioninfo.rc by using...
2017-09-29 Simon McVittieunix: Condition Linux-specific abstract sockets on...
2017-09-28 Simon McVittiebuild: Remove unused variables
2017-09-28 Simon McVittiedbus: Actually link versioninfo.o into libdbus
2017-09-28 Simon McVittiedbus: Clarify why we are not just adding the resource...
2017-09-28 Simon McVittiedbus: Make SUFFIXES more specific
2017-09-27 Simon McVittiesysdeps: Stop pretending _dbus_set_signal_handler is...
2017-09-27 Simon McVittieMake sure non-aborting signal handlers save and restore...
2017-09-25 Simon McVittieDeprecate the pam_console/pam_foreground flag-file...
2017-09-25 Simon McVittieMerge branch 'dbus-1.10'
2017-09-25 Simon McVittieunix: Reduce log level for DBUS_SYSTEM_LOG_INFO to...
2017-08-15 Simon McVittieMerge branch 'dbus-1.10'
2017-08-15 Alan CoopersmithFix -Werror=declaration-after-statement build failure...
2017-08-15 Lennart Poetteringsysdeps: increase listen() backlog of AF_UNIX sockets...
2017-08-08 Adrian SzyndelaGVariant: fix for not having offset for empty arrays 05/142905/2 accepted/tizen/4.0/unified/20170828.222508 accepted/tizen/unified/20170808.171336 accepted/tizen/unified/20170811.021149 submit/tizen/20170808.013620 submit/tizen/20170810.123503 submit/tizen_4.0/20170828.100005
2017-07-30 Simon McVittieImplement dbus_clear_connection(), etc.
2017-07-28 Simon McVittiebuild: Clean up DBUS_COOKIE_SHA1 keyrings
2017-07-28 Simon McVittieuserdb: Respect $HOME for the home directory of our...
2017-07-28 Simon McVittiepolicy: Add max_fds, min_fds qualifiers for send, recei...
2017-07-28 Simon McVittieMerge branch 'dbus-1.10'
2017-07-20 Michal KoutnýDBusMainLoop: ensure all required timeouts are restarted
2017-07-18 sanghyeok.ohkdbus: check policy only for method call or unicast... 95/139295/1 accepted/tizen/4.0/unified/20170816.012441 accepted/tizen/unified/20170727.190334 submit/tizen/20170719.103604 submit/tizen/20170725.023005 submit/tizen_4.0/20170811.094300
2017-07-18 sanghyeok.ohkdbus: libdbuspolicy: To perform policy check, pass... 38/138938/3
2017-07-07 Simon McVittieMerge branch 'dbus-1.10'
2017-07-07 Simon McVittieMerge branch 'dbus-1.10'
2017-07-07 Adrian SzyndelaRemove legacy smack support, keep upstream smack support 70/133270/7 accepted/tizen/unified/20170712.164836 submit/tizen/20170707.072404 submit/tizen/20170710.061501
2017-07-05 Simon McVittiemessage: Add DBusVariant, a way to copy a single messag...
2017-07-05 Simon McVittieDBusMessageIter: Add a function to abandon possibly...
2017-07-05 Simon McVittiedbus_message_iter_open_container: Don't leak signature...
next