profile/ivi/rygel.git
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
2009-12-09 Zeeshan Ali... core: No need for HTTPSeek.format anymore
2009-12-09 Zeeshan Ali... core: Rename a local variable for clarity
2009-12-09 Zeeshan Ali... core: Rename HTTPRequest.request_handler to handler
2009-12-09 Zeeshan Ali... core: Correct logic for decision to seek or not
2009-12-09 Zeeshan Ali... core: HTTPRequest.request_handler now public
2009-12-08 Zeeshan Ali... core: Move seeking decision to Seek classes
2009-12-08 Zeeshan Ali... core: Special seek classes for each format
2009-12-08 Zeeshan Ali... core: Always seek in case of byte seekable media
2009-12-08 Zeeshan Ali... core: HTTPRequest keeps only 1 instance of HTTPSeek
2009-12-08 Zeeshan Ali... core: HTTPSeek sets all related headers
2009-12-08 Zeeshan Ali... core: Micro coding style fix
2009-12-08 Zeeshan Ali... core: More power to HTTPSeek
2009-12-07 Zeeshan Ali... core: Rename an HTTPSeek method
2009-12-04 Zeeshan Ali... tracker: Provide "All" container for each category
2009-12-04 Zeeshan Ali... tracker: Provide 'Years' hierarchy
2009-12-04 Zeeshan Ali... tracker: Make sure ID's of children are unique
2009-12-04 Zeeshan Ali... tracker: Means to create ID from value
2009-12-03 Zeeshan Ali... tracker: Means to create filter from variable & value
2009-12-03 Zeeshan Ali... tracker: Use filters to make search query specific
2009-12-03 Zeeshan Ali... tracker: Means to create title from value
2009-12-03 Zeeshan Ali... tracker: Correct filter syntax
2009-12-03 Zeeshan Ali... Revert "tracker: Get rid of SearchContainer().filter"
2009-12-02 Zeeshan Ali... tracker: Tags is not specific to Photos any more
2009-12-02 Zeeshan Ali... tracker: Add 'Tags' hierarchy under Music
2009-12-02 Zeeshan Ali... tracker: Special container class for Videos
next