summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Implement dbus_message_iter_get_element_countChristian Dywan2015-05-133-7/+101
* | DBusSocket: put the #ifdef case before the !defined caseSimon McVittie2015-05-121-19/+19
* | Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-1211-63/+99
* | Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-1212-207/+212
* | Remove _dbus_socket_is_invalid, no longer usedSimon McVittie2015-05-123-14/+0
* | Convert miscellaneous socket APIs to DBusSocketSimon McVittie2015-05-129-51/+58
* | generic socket transport code: work in terms of DBusSocketSimon McVittie2015-05-126-25/+32
* | Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblockingSimon McVittie2015-05-125-9/+18
* | main: reload_pipe is (despite its name) a socket pairSimon McVittie2015-05-121-3/+5
* | DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie2015-05-129-83/+153
* | Mostly remove the remnants of an older socket abstraction layerSimon McVittie2015-05-122-15/+2
* | dbus-sysdeps: add more infrastructure around DBusSocketSimon McVittie2015-05-121-3/+58
* | bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie2015-05-121-5/+6
* | Use typedef DBusSocket for sockets fd's to avoid conversion warnings.Ralf Habacker2015-05-1213-76/+98
* | Merge branch 'dbus-1.8'Simon McVittie2015-05-081-5/+4
|\ \ | |/
| * Revert "reader_init: Initialize all fields of struct DBusTypeReader (CID 5475...Simon McVittie2015-05-081-5/+4
* | auth_set_unix_credentials: Fix calling _dbus_credentials_add_pid without chec...Ralf Habacker2015-05-061-2/+4
* | auth_set_unix_credentials: Fix calling _dbus_credentials_add_unix_uid without...Ralf Habacker2015-05-061-1/+4
* | Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker2015-05-063-6/+16
|\ \ | |/
| * reader_init: Initialize all fields of struct DBusTypeReader (CID 54754, 54772...Ralf Habacker2015-05-061-4/+5
| * do_check_nonce: Fix of calling _dbus_string_append_len without checking retur...Ralf Habacker2015-05-061-1/+7
| * dbus_message_demarshal: Fix calling _dbus_string_append_len without checking ...Ralf Habacker2015-05-061-1/+4
* | Update NEWS for 1.9 branchSimon McVittie2015-05-051-1/+5
* | Merge branch 'dbus-1.8'Simon McVittie2015-05-053-8/+65
|\ \ | |/
| * NEWS for 1.8 branchSimon McVittie2015-05-051-1/+20
| * DBusCounter: add a mutex to protect the refcount and notify functionAdrian Szyndela2015-05-051-5/+47
| * extend lock's range in live_messages_notify()Adrian Szyndela2015-05-051-2/+2
* | tools: MSVC compile fixesRalf Habacker2015-05-012-2/+10
* | Merge remote-tracking branch 'origin/dbus-1.8'Ralf Habacker2015-05-011-1/+4
|\ \ | |/
| * dbus_server_set_auth_mechanisms: Fix returning without unlocking server->mute...Ralf Habacker2015-04-281-1/+4
| * Add manual tcp test case.Ralf Habacker2015-04-153-0/+56
* | test_command_line_internal: Fix variable original_argv going out of scope lea...Ralf Habacker2015-05-011-3/+3
* | test_remove_directory: Fix 'variable iter going out of scope leaks the storag...Ralf Habacker2015-05-011-0/+1
* | test_command_line_internal: Fix 'variable shell_argv going out of scope leaks...Ralf Habacker2015-05-011-0/+2
* | dbus_test_tool_spam: Fix 'variable payload going out of scope leaks the stora...Ralf Habacker2015-05-011-0/+1
* | dbus_test_tool_spam: Fix 'variable random_sizes going out of scope leaks the ...Ralf Habacker2015-05-011-0/+2
* | cmake: Give users a hint to run autogen.sh if config.h.in is not present to s...Ralf Habacker2015-04-201-0/+2
* | Fix msvc sign-compare warning on Windows7 64bit by adding a type cast.Ralf Habacker2015-04-201-2/+2
* | cmake: Add msvc support for sign-compare warnings.Ralf Habacker2015-04-201-2/+7
* | cmake: Dump missing config header checks only if config.h.in is present.Ralf Habacker2015-04-201-1/+5
* | Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker2015-04-171-3/+15
* | include_dir: skip processing on error (CID 54744)Ralf Habacker2015-04-161-0/+2
* | Move Autoconf/Automake droppings into /build-aux/Simon McVittie2015-04-164-2/+4
* | Run name-test tests under the TAP driverSimon McVittie2015-04-163-43/+120
* | name-test: remove unused die functionSimon McVittie2015-04-162-22/+0
* | Run most tests under the TAP driver, with a simple adaptor for non-TAP testsSimon McVittie2015-04-165-10/+84
* | dbus-run-session(1): document modern Automake syntaxSimon McVittie2015-04-161-2/+3
* | name-test: also switch to AM_TESTS_ENVIRONMENT hereSimon McVittie2015-04-161-7/+7
* | Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs preferSimon McVittie2015-04-161-11/+12
* | Depend on Automake 1.13 so we can use the correct AM_TESTS_ENVIRONMENTSimon McVittie2015-04-162-3/+3