| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-07-08 | Visual Studio Professional uses a different ide starter - pointed out by Roma...HEADmaster | Ralf Habacker | 1 | -18/+33 |
| 2011-07-04 | Fixed cmake buildsystem - option command only supports boolean values | Ralf Habacker | 1 | -3/+3 |
| 2011-07-03 | Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1 | Simon McVittie | 1 | -0/+3 |
| 2011-07-03 | In Windows _dbus_printf_string_upper_bound, don't crash on malloc failure | Simon McVittie | 1 | -0/+4 |
| 2011-07-02 | Limit batch file creating to windows | Ralf Habacker | 1 | -0/+4 |
| 2011-07-02 | Fixed cmake buildsystem on unix - option command only supports boolean values | Ralf Habacker | 1 | -2/+2 |
| 2011-07-02 | Collected cmake doc into README.cmake. | Ralf Habacker | 3 | -61/+152 |
| 2011-07-01 | Added DBUS_ENABLE_STATS option to cmake buildsystem to keep in sync with auto... | Ralf Habacker | 3 | -0/+10 |
| 2011-07-01 | win32 fix: Keep server autolaunch mutex settings according to client detectio... | Ralf Habacker | 1 | -0/+12 |
| 2011-07-01 | Merge branch 'dbus-1.4' | Simon McVittie | 1 | -6/+8 |
| 2011-07-01 | DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE instead of DBUS_ERROR_ADDRE... | Jiří Klimeš | 1 | -6/+8 |
| 2011-06-24 | Include size of link cache in per-connection statistics | Simon McVittie | 3 | -4/+14 |
| 2011-06-24 | Also record peak values for queued bytes/fds in connection stats | Simon McVittie | 7 | -9/+77 |
| 2011-06-24 | Add an initial round of stats to the Stats interface | Simon McVittie | 1 | -0/+59 |
| 2011-06-24 | DBusConnection, DBusTransport: add queue statistics | Simon McVittie | 4 | -0/+57 |
| 2011-06-24 | BusConnections: add usage stats for well-known names, match rules | Simon McVittie | 2 | -0/+133 |
| 2011-06-24 | DBusList: add usage stats | Simon McVittie | 2 | -2/+17 |
| 2011-06-24 | DBusMemPool: add usage stats | Simon McVittie | 2 | -0/+48 |
| 2011-06-24 | Add a stub .Debug.Stats interface if --enable-stats | Simon McVittie | 4 | -0/+339 |
| 2011-06-24 | configure.ac: add --enable-stats | Simon McVittie | 1 | -0/+10 |
| 2011-06-24 | match_rule_to_string: don't reinvent dbus_message_type_to_string | Simon McVittie | 1 | -30/+3 |
| 2011-06-22 | Remove maximum length field from DBusString | Simon McVittie | 4 | -105/+16 |
| 2011-06-22 | Remove unused _dbus_string_copy_data_len, _dbus_string_steal_data_len | Simon McVittie | 1 | -100/+0 |
| 2011-06-22 | Split DBUS_GENERIC_STRING_PREAMBLE into sensible lines | Simon McVittie | 1 | -1/+10 |
| 2011-06-20 | CMake fix: Do not use FORCE in variables which should be changeable by the user. | Ralf Habacker | 1 | -3/+3 |
| 2011-06-14 | fixed cmake error: doc says CACHE needs type *and* doc string | Ralf Habacker | 1 | -5/+5 |
| 2011-06-13 | NEWS | Simon McVittie | 1 | -0/+5 |
| 2011-06-13 | DBusLoop: store watches in a hash table keyed by fd | Simon McVittie | 1 | -106/+227 |
| 2011-06-13 | DBusLoop: fold Callback into TimeoutCallback | Simon McVittie | 1 | -32/+10 |
| 2011-06-13 | Drop WatchCallback entirely, just use a list of DBusWatch in the main loop | Simon McVittie | 1 | -66/+27 |
| 2011-06-13 | DBusLoop: inline add_callback, remove_callback into their callers | Simon McVittie | 1 | -51/+21 |
| 2011-06-13 | DBusLoop: move OOM flag in watches inside the DBusWatch | Simon McVittie | 3 | -8/+24 |
| 2011-06-13 | DBusLoop: keep separate lists of watches and timeouts | Simon McVittie | 1 | -78/+88 |
| 2011-06-13 | DBusLoop: factor out watch_flags_to_poll_events, watch_flags_from_poll_revents | Simon McVittie | 1 | -15/+32 |
| 2011-06-13 | Remove _dbus_loop_add_watch_full | Simon McVittie | 2 | -34/+3 |
| 2011-06-13 | bus-activation: separate the "finished" callback from the watch callback | Simon McVittie | 4 | -23/+54 |
| 2011-06-13 | DBusLoop: remove second layer of watch callbacks where possible | Simon McVittie | 10 | -145/+49 |
| 2011-06-13 | DBusLoop: remove a layer of pointless abstraction around timeouts | Simon McVittie | 8 | -145/+42 |
| 2011-06-13 | DBusConnection: ref the connection in the timeout handler | Simon McVittie | 2 | -4/+2 |
| 2011-06-13 | bus signal_handler: don't use _dbus_warn, and don't pretend to be portable | Simon McVittie | 1 | -2/+21 |
| 2011-06-13 | bus: signal_handler: ignore failure to write, and explain why | Simon McVittie | 1 | -9/+7 |
| 2011-06-13 | Check that watches are removed, then invalidated, then unreffed | Simon McVittie | 2 | -1/+8 |
| 2011-06-13 | Always remove, invalidate and free watches before closing watched sockets | Simon McVittie | 8 | -78/+124 |
| 2011-06-13 | bump version | Simon McVittie | 2 | -1/+4 |
| 2011-06-10 | ahem. | Simon McVittie | 1 | -1/+1 |
| 2011-06-10 | Prepare 1.5.4 | Simon McVittie | 2 | -3/+3 |
| 2011-06-10 | Merge branch 'dbus-1.4' | Simon McVittie | 2 | -4/+4 |
| 2011-06-10 | version bump | Simon McVittie | 2 | -1/+4 |
| 2011-06-10 | prepare 1.4.12dbus-1.4.12 | Simon McVittie | 3 | -6/+9 |
| 2011-06-10 | fix installable tests to not install if unwanted | Simon McVittie | 1 | -1/+1 |