summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-07Let's call this version 0.2.1HEADmasterSimon McVittie1-2/+2
2012-08-06Avoid deprecated thingsSimon McVittie3-4/+4
2012-08-06Depend on GLib 2.30, tp-glib 0.18 and ignore any newer deprecationsSimon McVittie1-6/+12
2012-02-27Make it build with Android NDK R7Alvaro Soliverez1-0/+1
2012-02-22Support building for AndroidDerek Foreman5-1/+87
2012-02-16build: move "docs" to come last in the toplevel Makefile's SUBDIRSRob Staudinger1-2/+4
2012-02-07Produce DLL files when compiled for windowsSiraj Razick1-1/+1
2012-02-03build: add builddir to includes to allow for out-of-tree buildsRob Staudinger1-1/+2
2011-12-01server-ft: ensure the 0 offset is a guint64 even on 32bit architecturesJonny Lamb1-1/+1
2011-11-23server-ft: print debug messages when transferred bytes changesJonny Lamb1-1/+17
2011-11-23tp-yts-glib tests: add file transfer test/exampleJonny Lamb3-1/+306
2011-11-23configure: bump tp-glib versionJonny Lamb1-1/+1
2011-11-23account-manager: also add the client factory to the Yts AMJonny Lamb1-1/+3
2011-11-09Fix deprecation warningsWill Thompson5-10/+10
2011-11-09server-client-pong: add --persist flagWill Thompson1-2/+8
2011-11-09server-client-ping: correct a commentWill Thompson1-2/+1
2011-09-29Merge branch 'gabble'Jonny Lamb18-14/+1448
2011-09-23tests: add more gabble based testsJonny Lamb7-11/+654
2011-09-08configure: depend on tp-glib ≥ 0.15.5Jonny Lamb1-1/+1
2011-09-08tests/server-client-{ping,pong}: ensure accounts using the account managerJonny Lamb2-2/+10
2011-09-08account-manager: add ensure_account functionJonny Lamb3-0/+33
2011-09-08client: stop using the channel factory objectJonny Lamb1-10/+0
2011-09-08account-manager: store an actual TpAccountManager to retain the client factoryJonny Lamb1-1/+45
2011-09-08client-factory: implement simple TpAutomaticClientFactory subclassJonny Lamb5-0/+195
2011-09-08channel: add new_with_factory functionJonny Lamb3-1/+38
2011-09-08Adjust namespaces so they start with org.freedesktopRob Staudinger5-6/+6
2011-09-08build: Bump version to 0.2.0Rob Staudinger1-1/+1
2011-09-06server-client-{ping,pong}: add demos for ytstenut and gabbleJonny Lamb4-1/+485
2011-05-05channel: add accessors for channel propertiesJonny Lamb4-0/+292
2011-05-04status: add ::service-added, ::service-removed and ::status-changedJonny Lamb2-0/+105
2011-05-02status: clarify new behaviour of tp_yts_status_ensure()Jonny Lamb1-1/+5
2011-05-02status: fix grammarJonny Lamb1-2/+2
2011-05-02status: take a TpAccount and wait for a connection instead of taking a connec...Jonny Lamb5-148/+145
2011-04-27passing-status: set status, then clear it, then leaveJonny Lamb1-3/+39
2011-04-27passing-status: add test program to advertise a status and then leaveJonny Lamb3-1/+217
2011-04-27nosey-status: print existing Discovered{Statuses,Services} at startupJonny Lamb1-8/+65
2011-04-27nosey-status: register a client so we can advertise interestJonny Lamb1-1/+11
2011-04-26passing-service: add yet another test to show a service that appears for 10sJonny Lamb3-1/+123
2011-04-26client: add support for poking in the handler capability tokens for Ytstenut ...Jonny Lamb3-5/+235
2011-04-26nosey-status: add another test for debugging status sidecarJonny Lamb3-1/+289
2011-04-26status: register dbus-glib marshallers here tooJonny Lamb1-0/+5
2011-04-26status: fix copy-paste error when checking a async resultJonny Lamb1-1/+1
2011-04-26status: don't try and set a non-existant propertyJonny Lamb1-4/+1
2011-04-26status: call the right add_private GObject functionJonny Lamb1-1/+1
2011-04-26client-ping: wait for the TpConnection property to be filled before using itJonny Lamb1-10/+32
2011-04-26tp-yst-glib: add client ping & pong clients as examplesJonny Lamb4-1/+418
2011-04-26client: generate dbus-glib marshaller registration codeJonny Lamb2-0/+10
2011-04-26glib-client-marshaller-gen.py: make function staticJonny Lamb1-1/+1
2011-04-25account-manager: prepare the TpAccount before returning itJonny Lamb1-4/+32
2011-04-25client: fix type assertionJonny Lamb1-1/+1