profile/ivi/rygel.git
2010-02-12 Zeeshan Ali... tracker: Implement MediaContainer.add_item()
2010-02-12 Zeeshan Ali... tracker: Result of query is kept in the instance
2010-02-12 Zeeshan Ali... tracker: CategoryContainer keeps relavent ItemFactory
2010-02-12 Zeeshan Ali... tracker: ItemFactory provides 'upload_dir'
2010-02-12 Zeeshan Ali... tracker: Refined class hierarchy for Tracker queries
2010-02-12 Zeeshan Ali... tracker: Base class for category containers
2010-02-12 Zeeshan Ali... core: Don't forget to put URI into new MediaItem
2010-02-12 Zeeshan Ali... core: Modify error message to avoid potential crash
2010-02-03 Zeeshan Ali... core: Minor refactor
2010-02-03 Zeeshan Ali... core: Handle case of no ID during item URI parsing
2010-02-03 Zeeshan Ali... core: Handle HTTP Post requests
2010-02-03 Zeeshan Ali... core: Separate class for HTTP GET request
2010-02-03 Zeeshan Ali... core: Move get_writable method to MediaObject
2010-02-03 Zeeshan Ali... core: Micro coding-style fix
2010-02-03 Zeeshan Ali... core: Implement 'CreateObject' action of CDS
2010-02-03 Zeeshan Ali... core: Add MediaContainer.get_writable()
2010-02-03 Zeeshan Ali... core: Support for 'place holder' items
2010-02-03 Zeeshan Ali... core: Provide 'importUri' for all items
2010-02-03 Zeeshan Ali... core: Use 'this' keyword for more readable code
2010-02-03 Zeeshan Ali... core: HTTItemURI creates the whole URI
2010-02-03 Zeeshan Ali... core: HTTPItemURI gets HTTPServer reference
2010-02-03 Zeeshan Ali... core: Micro indentation fix
2010-02-03 Zeeshan Ali... core: No need to pass around the protocol string
2010-02-03 Zeeshan Ali... core: Containers without URIs are 'restricted'
2010-02-03 Zeeshan Ali... tracker: Category containers provide URIs
2010-02-03 Zeeshan Ali... core,mediathek: Adapt to new libxml VAPI
2010-02-01 Philip Withnallcore: A few fixes to satisfy latest valac (0.7.10)
2010-01-27 Zeeshan Ali... core: A bunch of coding-style fixes
2010-01-24 Zeeshan Ali... core: Restart application on SIGHUP
2010-01-23 Zeeshan Ali... core: Simplify HTTPRequest.handle_item_request()
2010-01-23 Zeeshan Ali... core: Micro coding-style fix
2010-01-23 Zeeshan Ali... core: Fix cancellation of SeekableResponse
2010-01-19 Zeeshan Ali... core: Clean-up MediaDBContainer code
2010-01-19 Zeeshan Ali... core: Remove unneeded newline
2010-01-19 Zeeshan Ali... core: Better error message from SearchCriteriaParser
2010-01-19 Zeeshan Ali... core: Add string property to get current parser context
2010-01-19 Zeeshan Ali... core: Rename SearchCriteriaParser parsing methods
2010-01-19 Zeeshan Ali... core: Major refactoring of SearchCriteriaParser
2010-01-19 Zeeshan Ali... core: SearchCriteriaSymbol should be private
2010-01-19 Zeeshan Ali... core: No need for 'construct'
2010-01-19 Jens Georgmedia-db: Use correct SQL function for "!="
2010-01-19 Jens Georgmedia-db: Refactor search translator
2010-01-19 Jens Georgmedia-db: Rename get_children_with_filter
2010-01-19 Jens Georgmedia-db: Return empty result on unknown criteria
2010-01-19 Jens Georgmedia-db: No need to reparent
2010-01-19 Jens Georgmedia-db: Implement search on MediaDBContainer
2010-01-19 Jens Georgcore: Rewrite SearchCriteriaParser
2010-01-19 Zeeshan Ali... core: Correct condition for byte-seeking
2010-01-19 Zeeshan Ali... core: Correctly handle boolean commandline options
2010-01-18 Zeeshan Ali... Revert "core: Push data directly from gst thread"
2010-01-18 Zeeshan Ali... Revert "core: Synchronous streaming of LiveResponse"
2010-01-13 Zeeshan Ali... core: Adapt to new Base64.decode() VAPI
2010-01-12 Zeeshan Ali... core: Move some code from LiveResponse to GstUtils
2010-01-12 Zeeshan Ali... core: Synchronous streaming of LiveResponse
2010-01-12 Zeeshan Ali... core: Better name for continuation field
2010-01-12 Zeeshan Ali... core: Push data directly from gst thread
2010-01-12 Zeeshan Ali... test: Micro simplification of code
2010-01-12 Zeeshan Ali... test: Remove redundant 'using' statements
2010-01-12 Zeeshan Ali... test: Coding style fixes
2010-01-12 Zeeshan Ali... core: Explicitly set DLNAv1.5 flag
2010-01-12 Zeeshan Ali... core: Live response is always sender-paced
2010-01-12 Zeeshan Ali... core: Indicate support for connection stalling
2010-01-12 Zeeshan Ali... core: Handle message abortion in HTTPServer
2010-01-11 Zeeshan Ali... core: HTTPRequest now uses it's own Cancellable
2010-01-11 Zeeshan Ali... core: HTTPServer keeps a list of active requests
2010-01-05 Zeeshan Ali... Enable check for Vala if any stamp file is absent
2010-01-05 Zeeshan Ali... core: Fix condition for partial content transfer
2010-01-04 Zeeshan Ali... build: Correct linker argument order
2010-01-04 Zeeshan Ali... core,ui,plugins: Work-around for automake bug
2010-01-03 Jens Georgcore: Limit search slice to result size
2010-01-03 Zeeshan Ali... core: Fix a spelling mistake in error message
2009-12-28 Zeeshan Ali... core: Throw error on invalid URI
2009-12-28 Zeeshan Ali... core: Clean-up & indent recently added code
2009-12-28 Zeeshan Ali... core: Rename ItemUri to HTTPItemURI
2009-12-28 Jens Georgcore: encode itemID base64
2009-12-28 Jens Georgcore: Fix uri creation and parsing
2009-12-28 Jens Georgcore: Minor formatting fix
2009-12-28 Jens Georgcore: Move uri generating and parsing to own class
2009-12-28 Jens Georgcore: Modify URI generation scheme
2009-12-28 Zeeshan Ali... core,ui,plugins: Vala debugging symbols
2009-12-23 Yakup AkbayFix typo in GetCurrentConnectionInfo action response.
2009-12-23 Zeeshan Ali... build: Require latest vala release (0.7.10)
2009-12-23 Zeeshan Ali... tracker: Act on new config options
2009-12-23 Zeeshan Ali... tracker: Minor refactoring of SearchContainer
2009-12-23 Zeeshan Ali... tracker: Update containers on changes to subjects
2009-12-23 Zeeshan Ali... tracker: Bind Resources.Class D-Bus interface
2009-12-23 Zeeshan Ali... core: Add SimpleContainer.clear()
2009-12-22 Zeeshan Ali... tracker: No need to create keychains on demand
2009-12-21 Zeeshan Ali... tracker: Simplified handling of nested properties
2009-12-21 Zeeshan Ali... tracker: Allow triplets to be chainable
2009-12-21 Zeeshan Ali... tracker: Avoid duplicate triplets
2009-12-11 Zeeshan Ali... tracker: Correct keychain for album and artist
2009-12-11 Zeeshan Ali... tracker: Item factory provides key chains, not keys
2009-12-11 Zeeshan Ali... tracker: Remove unneeded 'using' statements
2009-12-11 Zeeshan Ali... tracker: Prefer ArrayList over vala arrays
2009-12-10 Zeeshan Ali... tracker: Correct a typo
2009-12-10 Zeeshan Ali... core: Use printf for creating TimeSeekRange string
2009-12-10 Zeeshan Ali... core: Always time-seek if not byte-seeking
2009-12-10 Zeeshan Ali... core: Duration needs conversion to nano-seconds
2009-12-09 Zeeshan Ali... core: Remove some uneeded checks
next