summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-30docs: Use nicer parameter names for signal handlers in client.0.3.0Rob Staudinger1-9/+9
2011-09-30roster: Update docs.Rob Staudinger1-13/+13
2011-09-30docs: Make init and version docs nicer.Rob Staudinger2-4/+4
2011-09-30roster: Style audit.Rob Staudinger2-103/+86
2011-09-30build: Remove yts-debug from the public API.Rob Staudinger3-2/+2
2011-09-30docs: YtsContact.Rob Staudinger3-53/+54
2011-09-30client: GI annotation updates.Rob Staudinger1-5/+5
2011-09-30contact: Style audit.Rob Staudinger2-155/+151
2011-09-30client: Style fixes.Rob Staudinger2-14/+14
2011-09-30docs: YtsClient done.Rob Staudinger2-48/+105
2011-09-28docs: YtsClientRob Staudinger3-96/+88
2011-09-28docs: yts-client.hRob Staudinger3-33/+45
2011-09-28client: Shuffle around and simplify a bit.Rob Staudinger3-860/+823
2011-09-27docs: Document YtsCapability.Rob Staudinger2-10/+31
2011-09-27build: Update docs build to consider dependencies.Rob Staudinger2-5/+9
2011-09-23build: Fix 'make dist'.Rob Staudinger1-1/+1
2011-09-23metadata: Remove from public API, we have the new low-level API in place now.Rob Staudinger9-30/+16
2011-09-23status: Remove from public API, the simple string-based API is a perfect matc...Rob Staudinger7-58/+47
2011-09-23caps: Remove yts-caps from the public API.Rob Staudinger8-42/+22
2011-09-23types: Remove unneeded forward declarations.Rob Staudinger4-56/+46
2011-09-23contact: Remove unneeded has_capability() method.Rob Staudinger3-23/+0
2011-09-23roster: Remove uneeded find_contact_by_capability() method.Rob Staudinger3-41/+0
2011-09-23roster: Remove unneeded get_client() method.Rob Staudinger3-24/+0
2011-09-23docs: Update docs build to scan public classes.Rob Staudinger2-6/+9
2011-09-22metadata-service: Remove, all the required functionality is in service by now.Rob Staudinger24-454/+94
2011-09-22client, service: Implement new low-level interface to replace the old metadat...Rob Staudinger13-109/+292
2011-09-16build: Remove --enable-docs build option, just go by --enable-gtk-doc.Rob Staudinger1-8/+1
2011-09-16build: Enable lots of warnings when building on gcc and fix them.Rob Staudinger12-73/+74
2011-09-16build: Simplify debug options.Rob Staudinger5-29/+8
2011-09-16build: Check for 'nm' in configure.Rob Staudinger2-1/+3
2011-09-16build: Check that all public symbols from ytstenut.sym actually show up in th...Rob Staudinger3-44/+45
2011-09-15client: Add callback iterator for registered services.Rob Staudinger4-24/+57
2011-09-15contact, service: Use consistent get_id() instead of jid/uid respectively.Rob Staudinger16-35/+33
2011-09-15service: Do not reference client.Rob Staudinger22-395/+376
2011-09-15factory: Do not warn when not finding type for fqc-id, that's a valid things ...Rob Staudinger1-4/+8
2011-09-14metadata-service: Remove some dead code.Rob Staudinger3-62/+0
2011-09-14factory: Use GArray for holding the lookup table, evading qsort.Rob Staudinger1-25/+24
2011-09-14factory: Implement service-factory and use it in the roster.Rob Staudinger12-52/+236
2011-09-14service: Implement YtsCapability for a consistent fqc-id interface.Rob Staudinger9-113/+114
2011-09-14service: Audit for coding style.Rob Staudinger4-306/+275
2011-09-13client, proxy-service: Use adapter and proxy factories respectively.Rob Staudinger6-108/+61
2011-09-13docs: Update docs build for preceding commit.Rob Staudinger1-0/+3
2011-09-13factory: Initial infrastruture for adapter and proxy factories.Rob Staudinger14-8/+569
2011-09-12proxy-service: Defer instantiation of the proxy object until the server repli...Rob Staudinger6-43/+44
2011-09-12build: Move pkg-config file to and create API-versioned filename automatically.Rob Staudinger5-6/+19
2011-09-12build: Use single-digit API series number.Rob Staudinger1-1/+1
2011-09-12build: Use git.mk.Rob Staudinger9-57/+247
2011-09-09Update TODO, remove accomplished stuff.Rob Staudinger1-36/+1
2011-09-09cleanup: Make sure config.h is included everywhere, update docs build ignore ...Rob Staudinger38-24/+64
2011-09-09refactoring: Split up yts-private.h to respective -internal.h headers.Rob Staudinger28-260/+357