summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Merge remote-tracking branch 'wjt/arg0namespace' into arg0namespace-24317Simon McVittie2-18/+51
2011-03-11connection: hook UnknownObject and UnknownInterface up where appropriateLennart Poettering3-5/+12
2011-03-10protocol: introduce four new errorsLennart Poettering1-1/+9
2011-03-10Make dbus_type_is_valid into public APISimon McVittie7-49/+56
2011-03-10Merge branch 'dbus-1.4'Simon McVittie5-13/+62
2011-03-10_dbus_marshal_write_fixed_multi: remove obsolete FIXME commentSimon McVittie1-2/+0
2011-03-10dbus_message_iter_append_basic: remove misleading documentationSimon McVittie1-4/+0
2011-03-10Merge branch 'validate-when-sending-16338' into dbus-1.4Simon McVittie3-0/+52
2011-03-10dbus_type_is_basic etc.: it is an error to pass in bad typecodesSimon McVittie1-7/+10
2011-03-04dbus_message_iter_append_fixed_array: add a check for valid booleansSimon McVittie1-0/+13
2011-03-04dbus_message_iter_append_basic: validate booleans tooSimon McVittie1-2/+4
2011-03-04dbus_message_iter_append_basic: check string-like arguments for validitySimon McVittie3-0/+37
2011-02-25Merge branch 'dbus-1.4'Simon McVittie1-0/+23
2011-02-24Allow X11 autolaunch to be disabled even if the headers/libraries are thereSimon McVittie1-1/+12
2011-02-24Don't attempt Unix X11 autolaunching if DISPLAY isn't setSimon McVittie1-0/+12
2011-02-24Merge branch 'dbus-1.4'Simon McVittie1-23/+26
2011-02-24Give XDG_DATA_HOME priority over XDG_DATA_DIRS for servicedirsSimon McVittie1-23/+26
2011-02-18Improved dbus_string_replace_len()Roberto Guido2-15/+116
2011-02-18sysdeps-win needs _dbus_path_is_absoluteMark Brand2-17/+17
2011-02-17Merge branch 'leak-fixes-33126'Simon McVittie1-11/+3
2011-02-17Don't distribute dbus-arch-deps.h in the tarballSimon McVittie1-3/+2
2011-02-17Remove references to dbus-md5, which hasn't been used for at least 8 yearsSimon McVittie3-643/+0
2011-02-16DBusTransport: don't copy DBusAuth's GUID to expected_guidSimon McVittie1-11/+3
2011-02-14Fix syslog string processingMatthias Clasen1-5/+5
2011-02-03bus: Raise file descriptor limit to match configurationColin Walters3-0/+60
2011-02-01dbus_bus_set_unique_name, dbus_bus_get_unique_name: remember to unlock on OOMSimon McVittie1-6/+8
2011-01-26_dbus_server_new_for_tcp_socket: fix error handlingSimon McVittie1-11/+13
2011-01-25Make _dbus_directory_get_next_file use readdir, not readdir_rSimon McVittie1-65/+10
2011-01-21_dbus_loop_iterate: if the kernel says a fd is bad, stop watching itSimon McVittie1-0/+9
2011-01-21_dbus_loop_iterate: cleanup: make more use of a temporary variableSimon McVittie1-4/+4
2011-01-21_dbus_loop_iterate: if a watch has been invalidated, skip itSimon McVittie1-0/+9
2011-01-21dbus-spawn: don't leave bad file descriptors being watchedSimon McVittie1-1/+26
2011-01-21_dbus_read_credentials_socket: support OpenBSDSimon McVittie1-0/+4
2011-01-19fix bad DBusMessageIter doc exampleRichard A. Hankins1-1/+1
2011-01-18_dbus_listen_tcp_socket: unify cleanup for EADDRINUSE and other failuresSimon McVittie1-2/+1
2011-01-18_dbus_listen_tcp_socket: free listen_fd in the error caseChristian Dywan1-0/+1
2011-01-17dbus-nonce: check results of _dbus_string_init for OOMChristian Dywan1-2/+7
2011-01-05Verify that getsockname succeeded in _dbus_listen_tcp_socketChristian Dywan1-4/+6
2011-01-05Handle failure to allocate error message in _read_subprocess_line_argvChristian Dywan1-1/+6
2011-01-05Annotate dbus_malloc*() functions with __attribute__ malloc and __attribute__...Cristian Rodríguez2-0/+22
2011-01-05connection: correct HAVE_DECL_MSG_NOSIGNAL guardWill Thompson1-1/+1
2011-01-04Fix error condition in _dbus_pipe_closeChristian Dywan1-2/+2
2011-01-04Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATALChristian Dywan1-0/+1
2010-12-31Windows fix: MSVC 2010 has errno.h.Pau Garcia i Quiles1-10/+0
2010-12-29Avoid live lock in Windows (CE) under some situations due to unfair condition...Marcus Brinkmann1-3/+18
2010-12-29Use absolute session service dir path in bus-test on windows.Ralf Habacker3-8/+8
2010-12-24sysdeps-unix: use #if for HAVE_DECL_MSG_NOSIGNALMike McQuaid1-5/+5
2010-12-20CVE 2010-4352: Reject deeply nested variantsHavoc Pennington3-5/+91
2010-12-16sysdeps-unix: check for HAVE_DECL_MSG_NOSIGNALWill Thompson1-5/+5
2010-12-16sysdeps-unix: use MSG_NOSIGNAL when sending credsScott James Remnant1-2/+10