dbus: fix 64-bit compiler warnings
[platform/upstream/dbus.git] / dbus /
2022-07-21 Gaurav Guptadbus: fix 64-bit compiler warnings 24/278524/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.061519 accepted/tizen/7.0/unified/hotfix/20221116.110704 accepted/tizen/unified/20220722.031020 submit/tizen/20220721.133433 tizen_7.0_m2_release
2021-12-08 Adrian SzyndelaGVariant: reuse existing init function 84/267684/2
2021-11-05 Adrian SzyndelaGVariant: fix dbus_message_copy() 93/266093/2 accepted/tizen/unified/20211116.130508 submit/tizen/20211110.015122 submit/tizen/20211115.094939
2021-10-01 Adrian Szyndelakdbus: add memfd_create() syscall number for aarch64 75/264875/1 submit/tizen/20211001.142833
2021-05-14 Adrian Szyndelabus: add ConnectionOverflow signal API 87/257987/2
2021-05-14 Adrian Szyndeladbus: prepare API for checking transport overflow 86/257986/2
2020-11-04 Hyotaek ShimMerge "Merge '1.12.20' into tizen" into tizen
2020-09-28 Adrian SzyndelaMerge '1.12.20' into tizen 71/244971/1
2020-09-25 Adrian SzyndelaMerge 'dbus-1.12.20' into tizen
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-07-02 Simon McVittieuserdb: Reference-count DBusUserInfo, DBusGroupInfo
2020-07-02 Simon McVittieuserdb: Make lookups return a const pointer
2020-07-02 Andy FiddamanSolaris and derivatives do not adjust cmsg_len on MSG_C...
2020-06-02 Simon McVittiesysdeps-unix: On MSG_CTRUNC, close the fds we did receive
2020-05-19 sanghyeok.ohCoverity fix 61/232161/2
2020-04-20 Felipe Franciosidoxygen: fix example for dbus_message_append_args
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
next