Age | Commit message (Expand) | Author | Files | Lines |
2011-12-01 | server-ft: ensure the 0 offset is a guint64 even on 32bit architecturesHEADmaster | Jonny Lamb | 1 | -1/+1 |
2011-11-23 | server-ft: print debug messages when transferred bytes changes | Jonny Lamb | 1 | -1/+17 |
2011-11-23 | tp-yts-glib tests: add file transfer test/example | Jonny Lamb | 2 | -1/+305 |
2011-11-23 | account-manager: also add the client factory to the Yts AM | Jonny Lamb | 1 | -1/+3 |
2011-11-09 | Fix deprecation warnings | Will Thompson | 5 | -10/+10 |
2011-11-09 | server-client-pong: add --persist flag | Will Thompson | 1 | -2/+8 |
2011-11-09 | server-client-ping: correct a comment | Will Thompson | 1 | -2/+1 |
2011-09-29 | Merge branch 'gabble' | Jonny Lamb | 14 | -13/+1423 |
2011-09-23 | tests: add more gabble based tests | Jonny Lamb | 6 | -11/+651 |
2011-09-08 | tests/server-client-{ping,pong}: ensure accounts using the account manager | Jonny Lamb | 2 | -2/+10 |
2011-09-08 | account-manager: add ensure_account function | Jonny Lamb | 2 | -0/+32 |
2011-09-08 | client: stop using the channel factory object | Jonny Lamb | 1 | -10/+0 |
2011-09-08 | account-manager: store an actual TpAccountManager to retain the client factory | Jonny Lamb | 1 | -1/+45 |
2011-09-08 | client-factory: implement simple TpAutomaticClientFactory subclass | Jonny Lamb | 3 | -0/+178 |
2011-09-08 | channel: add new_with_factory function | Jonny Lamb | 2 | -1/+37 |
2011-09-08 | Adjust namespaces so they start with org.freedesktop | Rob Staudinger | 1 | -1/+1 |
2011-09-06 | server-client-{ping,pong}: add demos for ytstenut and gabble | Jonny Lamb | 3 | -1/+483 |
2011-05-05 | channel: add accessors for channel properties | Jonny Lamb | 3 | -0/+287 |
2011-05-04 | status: add ::service-added, ::service-removed and ::status-changed | Jonny Lamb | 2 | -0/+105 |
2011-05-02 | status: clarify new behaviour of tp_yts_status_ensure() | Jonny Lamb | 1 | -1/+5 |
2011-05-02 | status: fix grammar | Jonny Lamb | 1 | -2/+2 |
2011-05-02 | status: take a TpAccount and wait for a connection instead of taking a connec... | Jonny Lamb | 4 | -146/+143 |
2011-04-27 | passing-status: set status, then clear it, then leave | Jonny Lamb | 1 | -3/+39 |
2011-04-27 | passing-status: add test program to advertise a status and then leave | Jonny Lamb | 2 | -1/+216 |
2011-04-27 | nosey-status: print existing Discovered{Statuses,Services} at startup | Jonny Lamb | 1 | -8/+65 |
2011-04-27 | nosey-status: register a client so we can advertise interest | Jonny Lamb | 1 | -1/+11 |
2011-04-26 | passing-service: add yet another test to show a service that appears for 10s | Jonny Lamb | 2 | -1/+122 |
2011-04-26 | client: add support for poking in the handler capability tokens for Ytstenut ... | Jonny Lamb | 2 | -4/+228 |
2011-04-26 | nosey-status: add another test for debugging status sidecar | Jonny Lamb | 2 | -1/+288 |
2011-04-26 | status: register dbus-glib marshallers here too | Jonny Lamb | 1 | -0/+5 |
2011-04-26 | status: fix copy-paste error when checking a async result | Jonny Lamb | 1 | -1/+1 |
2011-04-26 | status: don't try and set a non-existant property | Jonny Lamb | 1 | -4/+1 |
2011-04-26 | status: call the right add_private GObject function | Jonny Lamb | 1 | -1/+1 |
2011-04-26 | client-ping: wait for the TpConnection property to be filled before using it | Jonny Lamb | 1 | -10/+32 |
2011-04-26 | tp-yst-glib: add client ping & pong clients as examples | Jonny Lamb | 3 | -1/+416 |
2011-04-26 | client: generate dbus-glib marshaller registration code | Jonny Lamb | 2 | -0/+10 |
2011-04-25 | account-manager: prepare the TpAccount before returning it | Jonny Lamb | 1 | -4/+32 |
2011-04-25 | client: fix type assertion | Jonny Lamb | 1 | -1/+1 |
2011-04-25 | channel: fix typo in returning the wrong type from _new() | Jonny Lamb | 1 | -1/+1 |
2011-04-25 | channel: be sure to subclass TpChannel | Jonny Lamb | 1 | -1/+1 |
2011-04-25 | client: also set the TpYtsClient:service-name property | Jonny Lamb | 1 | -0/+1 |
2011-04-25 | account-manager: clarify what state the TpAccount is in when returned | Jonny Lamb | 1 | -0/+3 |
2011-04-14 | client: fix :account to actually be a TpAccount | Jonny Lamb | 1 | -1/+2 |
2011-04-14 | tp-ytstenut-glib.h: also include status.h | Jonny Lamb | 1 | -1/+1 |
2011-04-04 | Use StatusChanged, ServiceAdded, ServiceRemoved to keep properties in sync. | Stef Walter | 1 | -54/+186 |
2011-03-30 | Add Contact ID to Status.DiscoveredServices property. | Stef Walter | 1 | -16/+22 |
2011-03-30 | Don't leak the channel request. | Stef Walter | 1 | -2/+5 |
2011-03-30 | Fix style issues. | Stef Walter | 2 | -6/+5 |
2011-03-30 | Remove placeholder errors file. | Stef Walter | 3 | -80/+0 |
2011-03-30 | Documentation for TpYtsChannel, TpYtsChannelFactory, TpYtsClient | Stef Walter | 5 | -13/+236 |