2011-07-18 |
Simon McVittie | _dbus_open_unix_socket: make static |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | _dbus_open_tcp_socket: remove |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Simon McVittie | _dbus_connect_tcp_socket_with_nonce: don't create an... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Simon McVittie | DBusServer: exclusively use atomic operations on the... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Simon McVittie | DBusPendingCall: exclusively use atomic operations... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Cosimo Alfarano | Add testsuite for eavesdrop=true DBusMatchRule |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Cosimo Alfarano | Fix dbus-monitor using eavesdrop=true when no filters... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Simon McVittie | DBusHeader: only store byte-order in the fixed-length... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Simon McVittie | DBusMessage: don't redundantly store byte order, ask... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Cosimo Alfarano | Add "eavesdrop=true" as constant match rule for dbus... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Cosimo Alfarano | Do not allow eavedropping unless rule owner explicitely... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Simon McVittie | Merge remote-tracking branch 'origin/dbus-1.4' |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Jiří Klimeš | DBusConnection: simplify registering object paths code |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Simon McVittie | Cope with platforms whose vsnprintf violates both POSIX... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Simon McVittie | In Windows _dbus_printf_string_upper_bound, don't crash... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Ralf Habacker | Added DBUS_ENABLE_STATS option to cmake buildsystem... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Ralf Habacker | Visual Studio Professional uses a different ide starter... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Ralf Habacker | Collected cmake doc into README.cmake. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Ralf Habacker | Visual Studio Professional uses a different ide starter... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Ralf Habacker | win32 fix: Keep server autolaunch mutex settings accord... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Ralf Habacker | Fixed cmake buildsystem - option command only supports... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Simon McVittie | Cope with platforms whose vsnprintf violates both POSIX... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Simon McVittie | In Windows _dbus_printf_string_upper_bound, don't crash... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Ralf Habacker | Limit batch file creating to windows |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Ralf Habacker | Fixed cmake buildsystem on unix - option command only... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Ralf Habacker | Collected cmake doc into README.cmake. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Ralf Habacker | Added DBUS_ENABLE_STATS option to cmake buildsystem... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Ralf Habacker | win32 fix: Keep server autolaunch mutex settings accord... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Jiří Klimeš | DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE inste... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | Include size of link cache in per-connection statistics |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | Also record peak values for queued bytes/fds in connect... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | Add an initial round of stats to the Stats interface |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | DBusConnection, DBusTransport: add queue statistics |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | BusConnections: add usage stats for well-known names... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | DBusList: add usage stats |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | DBusMemPool: add usage stats |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | Add a stub .Debug.Stats interface if --enable-stats |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | configure.ac: add --enable-stats |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Simon McVittie | match_rule_to_string: don't reinvent dbus_message_type_... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Simon McVittie | Remove maximum length field from DBusString |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Simon McVittie | Remove unused _dbus_string_copy_data_len, _dbus_string_... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Simon McVittie | Split DBUS_GENERIC_STRING_PREAMBLE into sensible lines |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Ralf Habacker | CMake fix: Do not use FORCE in variables which should... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Ralf Habacker | fixed cmake error: doc says CACHE needs type *and*... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusLoop: store watches in a hash table keyed by fd |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusLoop: fold Callback into TimeoutCallback |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | Drop WatchCallback entirely, just use a list of DBusWat... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusLoop: inline add_callback, remove_callback into... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusLoop: move OOM flag in watches inside the DBusWatch |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusLoop: keep separate lists of watches and timeouts |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusLoop: factor out watch_flags_to_poll_events, watch_... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | Remove _dbus_loop_add_watch_full |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | bus-activation: separate the "finished" callback from... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusLoop: remove second layer of watch callbacks where... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusLoop: remove a layer of pointless abstraction aroun... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | DBusConnection: ref the connection in the timeout handler |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | bus signal_handler: don't use _dbus_warn, and don't... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | bus: signal_handler: ignore failure to write, and expla... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | Check that watches are removed, then invalidated, then... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | Always remove, invalidate and free watches before closi... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Simon McVittie | bump version |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | ahem. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Prepare 1.5.4 dbus-1.5.4 |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | version bump |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | prepare 1.4.12 dbus-1.4.12 |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | fix installable tests to not install if unwanted |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Fix copyright dates |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Use DBUS_TIMEOUT_INFINITE in dbus-daemon.c |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Test that a message with the byte order mangled causes... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | marshal test: test dbus_message_demarshal_bytes_needed |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add a test for marshalling and endian-swapping |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | installcheck: don't run installed tests against install... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Alter test-dbus-daemon so it tests the installed dbus... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add support for installing most of the modular tests |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | new test for being disconnected by a corrupt message... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | modular tests: depend on GIO 2.22 for GSocket |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Test nonce-tcp transport |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | dbus-daemon test: sanity-check the just-installed confi... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add a simple integration test for dbus-daemon |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Run integration tests on the installed dbus binaries... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Give the tests DBUS_TEST_DAEMON and DBUS_TEST_DATA... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Attempt to reproduce fd.o #34393 via another regression... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | loopback test: unref messages after use |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add an end-to-end sanity check for TCP and Unix DBusSer... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Add support for building "modular" tests, which require... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Don't disable GLib assertions when disabling our own... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | dbus_message_demarshal_bytes_needed: correct a wrong... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | _dbus_header_byteswap: change the first byte of the... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Simon McVittie | Consistently use atomic operations for all access to... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Simon McVittie | Merge branch 'dbus-1.4' |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Simon McVittie | NEWS |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Simon McVittie | bus: use ln -fs to enable dbus in systemd, not $(LN_S) |
commit | commitdiff | tree | snapshot |
next |