| Commit message (Expand) | Author | Age | Files | Lines |
* | Copying the name before using it to remove as it seems that the unwatch can c... | Ted Gould | 2012-03-02 | 1 | -1/+3 |
* | Fixing the libindicator test suite | Ted Gould | 2011-07-14 | 1 | -11/+9 |
|\ |
|
| * | Cleaning up removal of watchers as the string was getting free'd before it co... | Ted Gould | 2011-07-11 | 1 | -11/+9 |
* | | Adding in the shutdown function | Ted Gould | 2011-07-12 | 1 | -0/+2 |
* | | In replace mode we need to ask the other guy to shutdown and still wait for t... | Ted Gould | 2011-07-12 | 1 | -2/+27 |
* | | Adding in a property for being in replace mode | Ted Gould | 2011-07-12 | 1 | -0/+8 |
|/ |
|
* | Adding in the ability to cancel the connection on short lived objects. | Ted Gould | 2011-01-09 | 1 | -2/+18 |
* | Switching to the session bus | Ted Gould | 2011-01-07 | 1 | -1/+1 |
* | Instead of setting up a proxy to watch the watcher we're setting up a bus nam... | Ted Gould | 2011-01-07 | 1 | -45/+24 |
* | Little clean-ups the compiler found now that it's more happy. | Ted Gould | 2011-01-07 | 1 | -2/+3 |
* | Switch over to getting the GDBus bus instead of the dbus-glib one | Ted Gould | 2011-01-07 | 1 | -32/+44 |
* | Removing unused prototypes | Ted Gould | 2011-01-07 | 1 | -3/+0 |
* | Fleshing out the bus_method_call functions and tying them into the traditiona... | Ted Gould | 2011-01-07 | 1 | -20/+15 |
* | Switching the way that we get a name on dbus and removing the dbus_proxy whic... | Ted Gould | 2011-01-07 | 1 | -45/+40 |
* | Setting up the VTable | Ted Gould | 2011-01-07 | 1 | -3/+20 |
* | Switching the registration of the object over. | Ted Gould | 2011-01-07 | 1 | -7/+17 |
* | Parsing the XML file for the interface description on class init | Ted Gould | 2011-01-07 | 1 | -3/+26 |
* | Removing the dbus-glib headers | Ted Gould | 2011-01-07 | 1 | -2/+0 |
* | Adding a new variable to adjust the time of the kill switch. | Ted Gould | 2010-07-12 | 1 | -2/+15 |
* | We want the key not the value. | Ted Gould | 2010-07-09 | 1 | -3/+14 |
* | Stop asking for the name, instead let's find it on our own. | Ted Gould | 2010-07-09 | 1 | -1/+13 |
* | A could of protections for the core. | Ted Gould | 2010-07-09 | 1 | -0/+3 |
* | Documenting the choices of not having a nice callback func. | Ted Gould | 2010-07-08 | 1 | -0/+4 |
* | Use the same function so we know everything is all right. | Ted Gould | 2010-07-08 | 1 | -1/+1 |
* | Unreffing the objects in dispose and ensuring we disconnect the signals first. | Ted Gould | 2010-07-08 | 1 | -0/+15 |
* | Disconnecting signal before removing from hashtable so we don't try twice. | Ted Gould | 2010-07-08 | 1 | -0/+1 |
* | Creating a callback for the destory signal, but then moving the unwatch into ... | Ted Gould | 2010-07-06 | 1 | -8/+34 |
* | Actually creating a proxy to see if we can detect the watcher going away. | Ted Gould | 2010-07-06 | 1 | -3/+13 |
* | Making ths bus tracked in the private structure | Ted Gould | 2010-07-06 | 1 | -4/+6 |
* | Switching the watchers data structure over to a hashtable. | Ted Gould | 2010-07-06 | 1 | -17/+13 |
* | Changing timeout to be approximatedly 1 second. | Ted Gould | 2010-01-28 | 1 | -1/+1 |
* | checking the error field for name callback and printing an error when it fails. | Ted Gould | 2010-01-28 | 1 | -0/+7 |
* | In the timeout function mention that we're shutting down, and have an environ... | Ted Gould | 2010-01-28 | 1 | -1/+6 |
* | GPLv3 copyright headers. | Ted Gould | 2009-12-04 | 1 | -0/+23 |
* | Putting in comments for the functions. | Ted Gould | 2009-12-03 | 1 | -1/+38 |
* | Merge in from trunk, now two failing tests. | Ted Gould | 2009-12-02 | 1 | -0/+42 |
|\ |
|
| * | Using the define for the version on both sides | Ted Gould | 2009-12-01 | 1 | -1/+1 |
| * | Finding the watcher and removing him from the list. | Ted Gould | 2009-12-01 | 1 | -1/+17 |
| * | Add an unwatch function with a basic handler. | Ted Gould | 2009-12-01 | 1 | -0/+26 |
* | | Adding _new functions that include the version number in them. | Ted Gould | 2009-12-02 | 1 | -0/+25 |
* | | Sending a version number for the local service. | Ted Gould | 2009-12-02 | 1 | -1/+19 |
* | | Change the watch function to return both an API version and a user set version. | Ted Gould | 2009-12-01 | 1 | -1/+1 |
|/ |
|
* | Making a warning not use a colloquialism. | Ted Gould | 2009-11-03 | 1 | -2/+2 |
* | Adding a fallback to the session bus after trying the starter bus. | Ted Gould | 2009-11-02 | 1 | -5/+15 |
* | Sending shutdown signal 500 ms after getting a name if we have no watchers. | Ted Gould | 2009-10-29 | 1 | -0/+10 |
* | Adding in the watchers and timeout parameter. | Ted Gould | 2009-10-29 | 1 | -3/+35 |
* | Adding in some shared strings for finding intefaces and objects. | Ted Gould | 2009-10-29 | 1 | -1/+2 |
* | Woot! We're a DBus service now. | Ted Gould | 2009-10-29 | 1 | -0/+15 |
* | Building ourselves a DBus proxy. | Ted Gould | 2009-10-29 | 1 | -3/+40 |
* | Filling in more of the name property. | Ted Gould | 2009-10-29 | 1 | -1/+53 |