summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Bump version to 0.2.00.2.0Rob Staudinger1-2/+2
2011-09-01build: Fix 'make distcheck', well almost, old tests still need some care.Rob Staudinger6-36/+39
2011-09-01examples: Update mock-player so it exercises the Transcript interface.Rob Staudinger4-21/+228
2011-09-01Refactoring so that a service can implement multiple capabilities.Rob Staudinger17-193/+282
2011-09-01transcript-proxy: Initial implementaion.Rob Staudinger4-38/+396
2011-08-31video-profile: Some coding style tweaks.Rob Staudinger8-39/+39
2011-08-31tanscript-adapter: Initial implementation.Rob Staudinger6-40/+406
2011-08-31Change capability defines to new fqn-id naming scheme.Rob Staudinger15-43/+20
2011-08-31Introduce YtsgCapability interface for service implementations and -proxies.Rob Staudinger18-158/+315
2011-08-30video-profile: Review headers for coding style.Rob Staudinger10-85/+116
2011-08-30roster: Remove debug message.Rob Staudinger1-4/+0
2011-08-30client: Unregister proxy when service goes away.Rob Staudinger4-21/+104
2011-08-30client, service-adapter: Hand out created proxy async after it's done, to pre...Rob Staudinger19-208/+504
2011-08-29client, service-adapter: Emit properties to sync proxy when it registers.Rob Staudinger8-31/+131
2011-08-28proxy-service: Register proxies as they are created, unregister when they are...Rob Staudinger12-63/+249
2011-08-26profile: Implement infrastructure for registering event listeners with a prof...Rob Staudinger16-68/+868
2011-08-25service-adapter: Remove unnecessary service-gtype property.Rob Staudinger3-27/+3
2011-08-25profile: Move all profile code under profile/Rob Staudinger7-6/+7
2011-08-25Update TODORob Staudinger1-0/+2
2011-08-24Hook up response handling all over the place and adapt the video-profile exam...Rob Staudinger14-85/+418
2011-08-24client: Implement InvocationData inner class for response handling.Rob Staudinger9-94/+295
2011-08-23profile-impl: Add class for handling a profile as meta-service.Rob Staudinger7-8/+273
2011-08-23player-adapter: Constructor not needed, remove it.Rob Staudinger2-15/+3
2011-08-23adapter: Clear weak ref of adaptee when adapter goes away before.Rob Staudinger2-0/+35
2011-08-23profile: Implement interface and adapter.Rob Staudinger7-20/+425
2011-08-22service-proxy: Remove unused classRob Staudinger3-116/+0
2011-08-22client: Remove _from_mesh suffix from connect() and disconnect() methodsRob Staudinger12-25/+25
2011-08-22Rename 'video-service' dir to 'video-profile' everywhere, including namespacingRob Staudinger31-699/+699
2011-08-22examples: Rename 'video-service' dir to 'video-profile'Rob Staudinger7-2/+2
2011-08-22client: Unregister service when TP tells us it's gone.Rob Staudinger5-17/+113
2011-08-21client: Pass actual buffer length to rest_xml_parser_parse_from_data()Rob Staudinger2-2/+1
2011-08-20proxy: Remove capability property, it's held by the respective actual proxy i...Rob Staudinger5-66/+161
2011-08-19mock-player: Implement example for debugging, testing, and demonstration.Rob Staudinger8-6/+345
2011-08-19service-adapter: Make it a baseclass instead of an interface.Rob Staudinger15-145/+408
2011-08-18client: Implement client-side dispatching of messages.Rob Staudinger14-61/+402
2011-08-17Hook up proxy and -serviceRob Staudinger7-22/+138
2011-08-16vs-player-proxy: Make subclass of Proxy and hook up VSPlayer interfaceRob Staudinger12-13/+232
2011-08-16Implement YtsgServiceProxy, client-side profile object.Rob Staudinger18-9/+543
2011-08-12service: Pull required things up from MetadataServiceRob Staudinger7-193/+283
2011-08-11client: Deliver invocations to the service adapterRob Staudinger5-12/+71
2011-08-11client: Extend to manage service implementationsRob Staudinger2-2/+131
2011-08-11Stub out server-side player adapterRob Staudinger16-44/+450
2011-08-11Rename YtsgServiceImpl to -AdapterRob Staudinger8-34/+48
2011-08-10Implement YtsgServiceProxy, local interface for remote servicesRob Staudinger3-0/+116
2011-08-10Update TODO once moreRob Staudinger2-4/+4
2011-08-09Update TODORob Staudinger1-0/+1
2011-08-09Rename YtsgInvocationResponse to YtsgResponseMessage for consistencyRob Staudinger5-77/+77
2011-08-09Implement YtsgEventMessage for marshaling eventsRob Staudinger5-0/+176
2011-08-09Update TODORob Staudinger1-2/+2
2011-08-09Implement YtsgErrorMessage for marshaling errorsRob Staudinger4-0/+183