profile/ivi/rygel.git
2008-07-02 Zeeshan Ali... Disable the distribution and advertisement of the Conne...
2008-07-01 Zeeshan Ali... A temporary hack to make Vala compiler free string...
2008-07-01 Zeeshan Ali... No need to check for null on values returned from tracker.
2008-07-01 Zeeshan Ali... Put "dc:date" in the DIDL when available.
2008-07-01 Zeeshan Ali... Put the actual "album" in the DIDL when available.
2008-07-01 Zeeshan Ali... Refactor: separate functions for adding music, image...
2008-07-01 Zeeshan Ali... Indentation fix.
2008-07-01 Zeeshan Ali... Include "originalTrackNumber" in the DIDL for Music...
2008-07-01 Zeeshan Ali... Include the author, creator or artist in the DIDL when...
2008-07-01 Zeeshan Ali... Export the "abs_top_builddir" explicitly. Some installa...
2008-07-01 Zeeshan Ali... tracker gives us empty string rather than null for...
2008-07-01 Zeeshan Ali... Include the title instead of filename in the DIDL when...
2008-06-26 Zeeshan Ali... Correct the logic in MediaServer.set_friendly_name_and_...
2008-06-23 Zeeshan Ali... Remove the now redundant 'using GLib' from all sources.
2008-06-23 Zeeshan Ali... Start using the new Vala syntax for connecting signals...
2008-06-23 Zeeshan Ali... A small fix to setisfy the latest Vala compiler.
2008-06-16 Zeeshan Ali... Make all constants all CAPS.
2008-06-15 Zeeshan Ali... Check for gupnp-media-server.vala file rather than...
2008-06-15 Zeeshan Ali... Add the vala stamp file to CLEANFILES.
2008-06-15 Zeeshan Ali... Re-write the main module in Vala.
2008-06-15 Zeeshan Ali... Put all low-level stuff into a separate module.
2008-06-15 Zeeshan Ali... Check for gconf-2.0 Vala bindings and add it to the...
2008-06-13 Zeeshan Ali... Introduce a separate configure option for a strict...
2008-06-13 Zeeshan Ali... Re-write the MediaServer class in Vala.
2008-06-12 Zeeshan Ali... Add the copyright header.
2008-06-12 Zeeshan Ali... Correct a warning message (copy&paste mistake).
2008-06-12 Zeeshan Ali... Enable the commented out code of get_container_children...
2008-06-12 Zeeshan Ali... Use the nice and clean DBus API that Vala provides us.
2008-06-12 Zeeshan Ali... Correct the types of two parameters of MediaTracker...
2008-06-12 Zeeshan Ali... Re-write ContentDirectory implementation in Vala.
2008-06-12 Zeeshan Ali... Require Vala >= 0.3.4.
2008-06-12 Zeeshan Ali... Re-write MediaTracker in Vala.
2008-06-12 Zeeshan Ali... Re-write X_MS_MediaReceiverRegistrar implementation...
2008-06-12 Zeeshan Ali... Check for Vala and GUPnP bindings.
2008-05-13 Zeeshan Ali... Put the services implementations into separate objects.
2008-05-13 Zeeshan Ali... Provide 'res@resultion' in DIDL XML for audio and video...
2008-05-13 Zeeshan Ali... Xbox wants Images container to have ID of '16'.
2008-05-13 Zeeshan Ali... Report the correct UPnP class of the items.
2008-05-08 Zeeshan Ali... Quick security fix: only host the user's home dir.
2008-05-08 Zeeshan Ali... Don't escape '/' in the path before putting it in HTTP...
2008-05-08 Zeeshan Ali... Introduce a structure to hold container info: ID, title...
2008-05-07 Zeeshan Ali... Xbox 360 uses 'ContainerID' instead of 'ObjectID' for...
2008-05-07 Zeeshan Ali... Add the newly added xbox 360 specific xml files to...
2008-05-07 Zeeshan Ali... Use a separate description document for Xbox 360 to...
2008-05-07 Zeeshan Ali... Retrieve the services in version agnostic way.
2008-05-07 Zeeshan Ali... Add basic support for Xbox.
2008-05-06 Zeeshan Ali... Steal some more DLNA bits from rhythmbox GUPnP plugin.
2008-05-03 Zeeshan Ali... Adapt to latest didl writer API.
2008-05-02 Zeeshan Ali... In Browse() implementation, never return more than...
2008-05-02 Zeeshan Ali... In Browse() implementation, respect 'StartingIndex...
2008-05-02 Zeeshan Ali... offset param to Files.GetByServiceType method is zero...
2008-05-02 Zeeshan Ali... Use tracker to get the number of items in a category.
2008-05-02 Zeeshan Ali... Remove an unneeded param from a function.
2008-05-02 Zeeshan Ali... Escape the path before making a URI from it.
2008-05-02 Zeeshan Ali... Host the root directory rather than user's home directory.
2008-05-02 Zeeshan Ali... Start using tracker for fetching the list of media...
2008-05-02 Zeeshan Ali... Fix a small typo.
2008-04-28 Zeeshan Ali... Start using tracker for fetching the metadata.
2008-04-28 Zeeshan Ali... Add skeleton for tracker-based media provider.
2008-04-28 Zeeshan Ali... Remove first goal from TODO and update the design/plan.
2008-04-23 Zeeshan Ali... No need to load the modified description document anymore.
2008-04-23 Zeeshan Ali... Fetch the UDN and friendlyName from gconf.
2008-04-23 Zeeshan Ali... Let the context choose the hostname/IP and port for...
2008-04-23 Zeeshan Ali... Host user's home directory as '/media' and update paths...
2008-04-23 Zeeshan Ali... Mime-type of mp3 files should be 'audio/mpeg' rather...
2008-04-23 Zeeshan Ali... Implement 'BrowseMetadata'.
2008-04-23 Zeeshan Ali... Update/fix the build system for our dummy MS.
2008-04-23 Zeeshan Ali... Implement a dummy MS.
2008-04-23 Zeeshan Ali... Update the copyright/licence header.
2008-04-23 Zeeshan Ali... Advertise version 2 of MS and AV services and some...
2008-04-23 Zeeshan Ali... Add TODO file and put the general plan in there.
2008-04-23 Zeeshan Ali... Simpler design
2008-04-23 Zeeshan Ali... Add some more objects and description to design doc.
2008-04-23 Zeeshan Ali... The basic skeleton.
2008-04-23 Zeeshan Ali... Removing everything so to get the whole (14 commits...
2008-04-23 Zeeshan Ali... Merge ../gupnp-media-server-git