profile/ivi/rygel.git
2009-02-09 Zeeshan Ali... More utilization of state-machine in Browse.
2009-02-09 Zeeshan Ali... Correct the doc comment indentation.
2009-02-09 Zeeshan Ali... Put SimpleAsyncResult in separate file.
2009-02-09 Zeeshan Ali... Turn MediaContainer.find_object() async.
2009-02-09 Zeeshan Ali... Provide a simple implementation of AsyncResult: SimpleA...
2009-02-09 Zeeshan Ali... Hook to end of response before starting it.
2009-02-09 Zeeshan Ali... HTTPRequest pauses the message rather than HTTPResponse.
2009-02-09 Zeeshan Ali... MediaObject now derives from GLib.Object.
2009-02-09 Zeeshan Ali... Some refactoring to prepare fetch_requested_item for...
2009-02-09 Zeeshan Ali... Make sure we really found the object.
2009-02-09 Zeeshan Ali... Some refactoring to prepare fetch_media_object for...
2009-02-09 Zeeshan Ali... Mark privates fields as private explicitly.
2009-02-09 Zeeshan Ali... Rename 'metadata' boolean field to 'fetch_metadata'.
2009-02-09 Zeeshan Ali... 'metadata' boolean should be maintained as part of...
2009-02-09 Zeeshan Ali... Rename find_object_by_id to find_object.
2009-02-09 Zeeshan Ali... ContentDirectory doesn't need to implement find_object_...
2009-02-09 Zeeshan Ali... Use root container directly whenever possible.
2009-02-09 Zeeshan Ali... Create root container before HTTP server.
2009-02-09 Zeeshan Ali... Put HTTP request handling into a separate class: HTTPRe...
2009-02-09 Zeeshan Ali... SeekableResponse constructor doesn't need to throw...
2009-02-09 Zeeshan Ali... MediaItem don't need http_server field anymore.
2009-02-09 Zeeshan Ali... Separate class for serializing the media objects.
2009-02-09 Zeeshan Ali... Live items provide gst source element creation method.
2009-02-09 Zeeshan Ali... Don't forget to serialize the MediaObject.
2009-02-09 Zeeshan Ali... Get rid of HTTPServer.item_requested signal.
2009-02-09 Zeeshan Ali... HTTPServer keeps a weak (for now) ref to ContentDir.
2009-02-09 Zeeshan Ali... Refactor and clean-up of Browse class.
2009-02-09 Zeeshan Ali... A bit more docs on new Browse class.
2009-02-09 Zeeshan Ali... Move 'Browse' handling to a separate class.
2009-01-30 Zeeshan Ali... GUPnPService::action_invoked.action is now owned by...
2009-01-29 Zeeshan Ali... MediaContainer keeps it's update_id.
2009-01-29 Zeeshan Ali... Remove an unneeded null check.
2009-01-29 Zeeshan Ali... Refactor: remove now unneeded methods of ContentDir.
2009-01-29 Zeeshan Ali... Minor beautification change.
2009-01-29 Zeeshan Ali... Only ContentDirectoryError uses the HTTP codes.
2009-01-29 Zeeshan Ali... MediaContainer is now an abstract class.
2009-01-28 Zeeshan Ali... Move the "max_count == 0" check into ContentDirectory.
2009-01-28 Zeeshan Ali... Remove child_count param of Container.get_children().
2009-01-28 Zeeshan Ali... Containers should initialize child_count at creation...
2009-01-28 Zeeshan Ali... MediaContainer.get_children is now nullable.
2009-01-28 Zeeshan Ali... ContentDir.get_children () returns List<MediaObject>.
2009-01-28 Zeeshan Ali... MediaContainer.find_item_by_id is now nullable.
2009-01-28 Zeeshan Ali... Prefix own calls with 'this' for clarity.
2009-01-28 Zeeshan Ali... More docs for MediaContainer.
2009-01-28 Zeeshan Ali... Update ContentDir docs.
2009-01-28 Zeeshan Ali... No need for all methods in ContentDir to be protected...
2009-01-28 Zeeshan Ali... Move most of ContentDirectory implementation into the...
2009-01-28 Zeeshan Ali... Separate class for Test root container.
2009-01-28 Zeeshan Ali... Separate class for Tracker's root container.
2009-01-28 Zeeshan Ali... Get rid of unused search parser object.
2009-01-28 Zeeshan Ali... Separate class for DVB's root container.
2009-01-28 Zeeshan Ali... Add get_children & find_object_by_id methods to MediaCo...
2009-01-28 Zeeshan Ali... Create the HTTPServer before Root container.
2009-01-28 Zeeshan Ali... Root container is now created by ContentDir implementat...
2009-01-28 Zeeshan Ali... MediaContainer derivates must implement find_object_by_...
2009-01-28 Zeeshan Ali... MediaContainer derivates must implement get_children...
2009-01-28 Zeeshan Ali... Fix a typo in last release announcement.
2009-01-28 Zeeshan Ali... No need to provide any equality function to ArrayList.
2009-01-28 Zeeshan Ali... DVBChannelGroup:get_channels does the slicing.
2009-01-28 Zeeshan Ali... DVBChannelGroup keeps an ArrayList of channels.
2009-01-28 Zeeshan Ali... Update ContentDirectory docs.
2009-01-28 Zeeshan Ali... ContentDirectory.get_*_children() returns a Gee.List.
2009-01-28 Zeeshan Ali... Always slice the browse results.
2009-01-28 Zeeshan Ali... Drop slice_object_list() in favor of Gee.List.slice().
2009-01-28 Zeeshan Ali... Remove now unneeded TrackerContainer.add_item_from_db.
2009-01-28 Zeeshan Ali... Save ContentDir implementations from handling HTTPServe...
2009-01-28 Zeeshan Ali... HTTPServer doesn't print warning when item is not found.
2009-01-28 Zeeshan Ali... Free ContentDirectory implementations from DIDL-Lite...
2009-01-28 Zeeshan Ali... Separate out search and serialization in Test plugin.
2009-01-28 Zeeshan Ali... Separate out search and serialization in DVB plugin.
2009-01-28 Zeeshan Ali... Refactor: Put slicing of ArrayList into a separate...
2009-01-28 Zeeshan Ali... Remove some forgotten redundant code.
2009-01-28 Zeeshan Ali... Separate out search and serialization of root container...
2009-01-28 Zeeshan Ali... Separate out search and serialization in Tracker plugin.
2009-01-28 Zeeshan Ali... MediaTracker serializes the children rather than Tracke...
2009-01-28 Zeeshan Ali... get_children_from_db returns children objects rather...
2009-01-28 Zeeshan Ali... Minor clean-up/move.
2009-01-28 Zeeshan Ali... Duplicate common DIDLLiteResource fields in MediaItem.
2009-01-28 Zeeshan Ali... Decide priority based on requested transfer mode.
2009-01-27 Zeeshan Ali... Revert "Merge branch 'easy-plugin'."
2009-01-27 Zeeshan Ali... Merge branch 'easy-plugin'.
2009-01-24 Zeeshan Ali... Explicitly build/link against libuuid.
2009-01-20 Zeeshan Ali... Post release version bump.
2009-01-20 Zeeshan Ali... Switch back to Tracker trunk API.
2009-01-19 Zeeshan Ali... Minor change in the NEWS file. RYGEL_0_2
2009-01-19 Zeeshan Ali... Create the groups ArrayList before any dbus calls.
2009-01-19 Zeeshan Ali... Distribute vapi source files as well.
2009-01-19 Zeeshan Ali... DVB plugin uses gstreamer-0.10 package.
2009-01-19 Zeeshan Ali... Prepare NEWS file for next (0.2) release.
2009-01-19 Zeeshan Ali... Revert "Use the new Tracker interface."
2009-01-19 Zeeshan Ali... Version bump.
2009-01-19 Zeeshan Ali... Refer to Rygel by name in License headers.
2009-01-19 Zeeshan Ali... Refer to LGPL by it's (not so) new name.
2009-01-19 Zeeshan Ali... Relicense under LGPL version 2.
2009-01-19 Zeeshan Ali... Require latest vala, gupnp and gupnp-av.
2009-01-19 Zeeshan Ali... configure options for disabling dvb and tracker plugins.
2009-01-19 Zeeshan Ali... Don't use underscores in configure options.
2009-01-19 Zeeshan Ali... Correctly initialize the responses array list.
2009-01-19 Zeeshan Ali... Rename StreamingResponse to LiveResponse.
2009-01-19 Zeeshan Ali... Rename InteractiveResponse to SeekableResponse.
next