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