Age | Commit message (Expand) | Author | Files | Lines |
2008-02-22 | refactor Ready function to avoid goto | Robert McQueen | 1 | -7/+7 |
2008-02-22 | don't emit NewStreamHandler signals multiple times if Ready is called multipl... | Robert McQueen | 1 | -4/+4 |
2007-10-29 | gabble_media_session_error(): access temporary array instead of just cleared ... | Senko Rasic | 1 | -1/+1 |
2007-08-17 | GabbleMediaSession: if the session we initiated timeouts, we assume the calle... | Senko Rasic | 1 | -2/+6 |
2007-08-01 | gabble-media-session.c: change default session timeout to 60 seconds | Senko Rasic | 1 | -1/+1 |
2007-05-22 | GabbleMediaSession: set the h263-n800-hack property on video streams with con... | Robert McQueen | 1 | -0/+16 |
2007-04-16 | remove unused src/handles.[ch] | Robert McQueen | 1 | -1/+0 |
2007-04-06 | src/: wrap long lines | Simon McVittie | 1 | -28/+41 |
2007-04-05 | Make the corresponding header the first include in each .c file, to ensure se... | Simon McVittie | 1 | -1/+2 |
2007-03-08 | Convert Gabble to use new handle API. | Simon McVittie | 1 | -2/+4 |
2007-03-01 | move gabble-presence-cache.? -> presence-cache.? | Dafydd Harries | 1 | -1/+1 |
2007-03-01 | move gabble-presence.? -> presence.? | Dafydd Harries | 1 | -1/+1 |
2007-02-21 | Stop using conn->parent.foo to access TpBaseConnection members - use a cast i... | Simon McVittie | 1 | -4/+9 |
2007-02-14 | Remove lots of now-unneeded casts for greater clarity | Simon McVittie | 1 | -3/+2 |
2007-01-29 | src/: stop trying to include individual headers for all interfaces, use the n... | Simon McVittie | 1 | -1/+1 |
2007-01-26 | src/: Port Gabble implementations of interfaces to new ABI in the generated G... | Simon McVittie | 1 | -2/+5 |
2007-01-23 | Merge all Gabble signal marshallers into gabble-signals-marshal.{list,c,h} so... | Simon McVittie | 1 | -2/+2 |
2007-01-22 | Port media stream, media session to implement GInterfaces | Simon McVittie | 1 | -37/+33 |
2007-01-12 | Extract superclass TpBaseConnection from GabbleConnection | Simon McVittie | 1 | -4/+4 |
2007-01-08 | Rename lib/helpers.c to lib/dbus.c since that's now all it does | Simon McVittie | 1 | -1/+1 |
2007-01-08 | Expose TpHandleRepoIface* array in GabbleConnection, convert most gabble_hand... | Simon McVittie | 1 | -2/+2 |
2007-01-05 | Replace TpError_PermissionDenied with TP_ERROR_PERMISSION_DENIED, etc. | Simon McVittie | 1 | -8/+8 |
2007-01-05 | Remove tp- prefix from header files: it serves no namespacing purpose and get... | Simon McVittie | 1 | -3/+3 |
2007-01-05 | util.[ch]: move g_strdiff, gabble_mixin_offset_cast to lbi as tp_strdiff, tp_... | Simon McVittie | 1 | -8/+8 |
2007-01-05 | Move/copy debug infrastructure to lib | Simon McVittie | 1 | -16/+16 |
2007-01-04 | Move telepathy-helpers.[ch] to lib | Simon McVittie | 1 | -1/+1 |
2007-01-04 | Move src/telepathy-errors.c to lib. Replace #includes of dummy headers telepa... | Simon McVittie | 1 | -1/+1 |
2007-01-04 | Add TpError_ prefix to all uses of error enum names, and remove the compatibi... | Simon McVittie | 1 | -8/+8 |
2007-01-04 | Replace GabbleHandle with TpHandle everywhere, remove compatibility #define | Simon McVittie | 1 | -6/+6 |
2006-12-05 | GabbleMediaSession: tweak debugging string | Robert McQueen | 1 | -1/+1 |
2006-12-05 | GabbleMediaSession: turn the <content creator=""> value into an initiator val... | Robert McQueen | 1 | -13/+52 |
2006-12-05 | GabbleMediaSession: make _lookup_stream_by_name_and_initiator fuzzy at matchi... | Robert McQueen | 1 | -30/+2 |
2006-12-05 | GabbleMediaSession: make _add_content_descriptions iterate the streams in the... | Robert McQueen | 1 | -41/+23 |
2006-12-05 | GabbleMediaSession: call _stream_not_ready_for_initiate by iterating the poin... | Robert McQueen | 1 | -10/+14 |
2006-12-05 | GabbleMediaSession: name streams by searching the pointer array for existing ... | Robert McQueen | 1 | -1/+4 |
2006-12-05 | GabbleMediaSession: call _stream_not_ready_for_accept by iterating the pointe... | Robert McQueen | 1 | -11/+15 |
2006-12-05 | GabbleMediaSession: remove the hash table of streams by name | Robert McQueen | 1 | -9/+4 |
2006-12-05 | GabbleMediaSession: when creating streams, check for an existing stream with ... | Robert McQueen | 1 | -1/+28 |
2006-12-05 | GabbleMediaSession: when looking up streams to handle actions on, use any cre... | Robert McQueen | 1 | -15/+33 |
2006-12-05 | GabbleMediaSession: remove indentation from _call_handlers_on_streams by addi... | Robert McQueen | 1 | -27/+24 |
2006-12-05 | GabbleMediaSession: use _gabble_media_stream_add_content_node function for cr... | Robert McQueen | 1 | -11/+6 |
2006-12-04 | GabbleMediaSession: move initiator to a public member | Robert McQueen | 1 | -17/+13 |
2006-11-14 | GabbleMediaSession: make calls to start sending only when the accepts have be... | Robert McQueen | 1 | -4/+33 |
2006-11-21 | simplify destroying all streams when media session is terminated | Dafydd Harries | 1 | -13/+2 |
2006-11-21 | make destroy_media_stream call _gabble_media_stream_close | Dafydd Harries | 1 | -7/+2 |
2006-11-21 | rename forget_media_stream -> destroy_media_stream | Dafydd Harries | 1 | -6/+6 |
2006-11-21 | media sessions: forget streams after closing them, except when sending conten... | Dafydd Harries | 1 | -3/+13 |
2006-11-21 | forget_media_stream | Dafydd Harries | 1 | -0/+10 |
2006-11-21 | media session: don't pay attention to close signal from stream | Dafydd Harries | 1 | -21/+0 |
2006-11-16 | GabbleMediaSession: if content-add fails, don't send a content-remove, just d... | Robert McQueen | 1 | -1/+1 |