Age | Commit message (Expand) | Author | Files | Lines |
2012-08-08 | Make the documentation check pass in both in-tree and out-of-tree buildsHEADmaster | Simon McVittie | 1 | -1/+2 |
2012-08-08 | Fix out-of-tree build, again | Simon McVittie | 1 | -2/+2 |
2012-08-07 | YtsRoster: don't crash if contact's status arrives before TpContact | Simon McVittie | 1 | -2/+99 |
2012-08-07 | YtsContact: don't crash if our contact or one of our services outlives us | Simon McVittie | 1 | -8/+27 |
2012-08-07 | YtsContact: remember and replay service statuses for added services | Simon McVittie | 1 | -2/+57 |
2012-08-07 | YtsContact: debug when a contact gains, loses or is assumed to have a service | Simon McVittie | 1 | -0/+9 |
2012-08-07 | roster: debug when we add, or assume the presence of, a contact | Simon McVittie | 1 | -0/+6 |
2012-08-07 | Add DEBUG(), etc., macros based on the ones in telepathy-glib | Simon McVittie | 1 | -0/+24 |
2012-08-07 | Install yts-version.h again | Simon McVittie | 1 | -0/+1 |
2012-08-07 | docs: resync Makefile.am with telepathy-glib | Simon McVittie | 1 | -9/+7 |
2012-08-07 | Fix missing arguments to some functions in status-set | Simon McVittie | 1 | -3/+6 |
2012-08-07 | Install the examples and tests | Simon McVittie | 3 | -7/+14 |
2012-08-07 | Merge branch 'build' | Simon McVittie | 46 | -162/+205 |
2012-08-06 | Include config.h as the first thing in every C file | Simon McVittie | 45 | -50/+75 |
2012-08-06 | This is not C++, hoist declaration to the beginning | Simon McVittie | 1 | -1/+2 |
2012-08-06 | Install headers that belong in a subdirectory to a subdirectory | Simon McVittie | 1 | -1/+1 |
2012-08-06 | Don't prefix $(srcdir) to everything | Simon McVittie | 1 | -105/+105 |
2012-08-06 | Split out generated sources, headers in build system | Simon McVittie | 1 | -6/+23 |
2012-08-06 | examples: fix boolean option parsing | Simon McVittie | 6 | -17/+17 |
2012-08-06 | Require GLib 2.30, telepathy-glib 0.18 | Simon McVittie | 1 | -2/+8 |
2012-08-06 | On Android, use pkg-config --static | Alvaro Soliverez | 1 | -0/+1 |
2012-08-06 | Add ytstenut-uninstalled.pc support | Danilo Cesar Lemes de Paula | 2 | -0/+17 |
2012-02-14 | build: Delete .gitignore, it's not supposed to be checked in | Rob Staudinger | 1 | -42/+0 |
2012-02-14 | file-transfer: Pass sender service-id in file metadata | Rob Staudinger | 5 | -35/+153 |
2012-02-13 | build: Check for nonexistant exported symbols in check-local | Rob Staudinger | 1 | -1/+1 |
2012-02-13 | docs: Fix theck for ignored files | Rob Staudinger | 1 | -11/+3 |
2012-02-13 | build: use $(AM_V_GET) consistently | Rob Staudinger | 1 | -6/+6 |
2012-02-13 | build: add a few missing GITIGNOREFILES | Rob Staudinger | 3 | -0/+21 |
2012-02-13 | Client: Add "tp-status" property | Rob Staudinger | 2 | -7/+25 |
2012-02-09 | docs: check if ignored header files actually exist | Rob Staudinger | 1 | -1/+18 |
2012-02-09 | Client: remove deprecated virtual methods | Rob Staudinger | 18 | -143/+55 |
2012-02-09 | docs: Fix many warnings in the docs build | Rob Staudinger | 13 | -63/+26 |
2012-02-07 | IncomingFile: Add API for receiving files | Rob Staudinger | 20 | -198/+1026 |
2012-02-03 | File transfer: remove old style file transfer code | Rob Staudinger | 10 | -2169/+2 |
2012-02-02 | OutgoingFile: Add API for transmitting files | Rob Staudinger | 25 | -8/+1449 |
2012-02-02 | Build fixes for Mingw32 | Siraj Razick | 3 | -13/+61 |
2012-02-01 | docs: Add missing section titles | Rob Staudinger | 4 | -3/+5 |
2012-02-01 | docs: Clean up docs build, removing stale file references | Rob Staudinger | 11 | -584/+5 |
2012-01-30 | Roster: remove unused function from internal header | Rob Staudinger | 1 | -4/+0 |
2012-01-27 | ClientStatus: add function annotation | Rob Staudinger | 1 | -1/+1 |
2012-01-27 | Variable naming consistency fixes | Rob Staudinger | 3 | -32/+39 |
2012-01-26 | examples: Update "dictionary-message" so it can also run with C2S | Rob Staudinger | 1 | -6/+21 |
2012-01-26 | g-introspection: rename from Yts to Ytstenut | Rob Staudinger | 1 | -3/+3 |
2012-01-26 | build: clean up ytstenut/Makefile.am so Anjuta understands it | Rob Staudinger | 1 | -178/+216 |
2012-01-26 | docs: fix build by skipping the internal yts-client-status.h | Rob Staudinger | 1 | -1/+1 |
2012-01-26 | Rewrite capability handling in YtsClient | Rob Staudinger | 10 | -418/+669 |
2012-01-24 | Client: move away from deprecated API | Rob Staudinger | 1 | -6/+6 |
2012-01-23 | Client: make sure capabilities are namespaced correctly | Rob Staudinger | 2 | -18/+42 |
2012-01-23 | Client: remove avatar handling and expose TpAccount | Rob Staudinger | 2 | -115/+21 |
2012-01-23 | Client: prefix all TP fields with "tp_" | Rob Staudinger | 1 | -51/+55 |