summaryrefslogtreecommitdiff
path: root/libdleyna
Commit message (Expand)AuthorAgeFilesLines
* Changed the Copyright to 2017Rick Bell2017-02-2716-16/+16
* Fix for issue #161 -- Uninitialized argument value in prv_open_uri_cbljsachs-patch-1ljsachs2016-10-121-0/+2
* Avoid any attempts to delete the same dlr_upnp_t twiceDebarshi Ray2016-09-151-0/+1
* Used core functionality dleyna_core_prv_convert_udn_to_path for persistent pathRick Bell2015-05-011-48/+3
* Merge pull request #132 from lferrandis/uidRick Bell2015-04-213-9/+54
|\
| * to fix upLudovic Ferrandis2013-09-171-7/+49
| * [Deprecated API] Use new API instead of deprecatedLudovic Ferrandis2013-09-161-2/+2
| * [Path] Make object paths stable across restartsLudovic Ferrandis2013-09-163-9/+12
* | Ensure that g_context.watchers has a valid valueDebarshi Ray2015-03-121-1/+3
* | [Deprecated API] Use new API instead of deprecatedLudovic Ferrandis2014-07-111-2/+2
* | [Device] Free dlna class strings after useJussi Kukkonen2014-07-071-5/+1
* | host-service: use push-host-port setting for the web serverJussi Kukkonen2014-07-076-5/+18
* | upnp: use port setting when creating GUPnPContextManagerJussi Kukkonen2014-07-074-1/+7
* | [Autoconf] Add Math lib to linkLudovic Ferrandis2014-07-071-1/+2
* | [Autoconf] Sub Makefile: Remove ACLOCAL_AMFLAGSLudovic Ferrandis2014-07-071-2/+0
* | [Device] Update playspeed when rate is setJussi Kukkonen2014-06-231-1/+12
* | [Configuration] Remove libdleyna-renderer .pc fileLudovic Ferrandis2013-12-122-18/+4
* | [Property] Add 'Never Quit' property to ManagerLudovic Ferrandis2013-10-033-2/+49
* | [Network Filtering] New API and saveLudovic Ferrandis2013-10-035-250/+244
* | [Memory Leak] Partial fix for bug 129Mark Ryan2013-09-261-12/+30
* | [Tasks] Fix a memory leakRegis Merlino2013-09-191-0/+3
* | [Device] Check X_DLNA_GetBytePositionInfo action availabilityChristophe Guiraud2013-09-172-5/+25
* | [Device] Fix dlr_device_seek implementationChristophe Guiraud2013-09-171-7/+109
* | [Device] Fix DLR_INTERFACE_PROP_BYTE_POSITION retrievalChristophe Guiraud2013-09-171-92/+236
* | [Device] Fix dlr_device_set_position implementationChristophe Guiraud2013-09-161-2/+2
|/
* [PushHost] Use GUPnP Mime Type if availableChristophe Guiraud2013-09-131-41/+62
* [Control Point] Get control point versionRegis Merlino2013-09-111-1/+7
* [Release] Version 0.2.2v0.2.2Regis Merlino2013-08-221-1/+1
* [Network Filtering] Add Network Filtering supportLudovic Ferrandis2013-08-2210-21/+659
* [API] Use object paths in LostRenderer and FoundRendererJussi Kukkonen2013-08-211-4/+4
* [API] Return object paths in GetRenderers() as documentedJussi Kukkonen2013-08-213-4/+4
* [Coding Convention] Fix tabulationLudovic Ferrandis2013-08-081-1/+1
* [Task] Use string constant for Open/Set URILudovic Ferrandis2013-08-082-19/+32
* [Build] Ship the internal library in a private directoryEmanuele Aina2013-08-082-2/+2
* [Debug] Print the error message on failed tasks, not just the pointerEmanuele Aina2013-08-071-1/+2
* [Player] Fix OpenUri() after changes in commit bea7776Emanuele Aina2013-08-071-1/+3
* [Renderer] Enable byte seekRegis Merlino2013-08-015-23/+220
* [Introspection] Fixed bug 97Mark Ryan2013-07-232-63/+188
* [Server] Update following the publish_object() connector API changeRegis Merlino2013-07-233-7/+23
* [Player] Add OpenNextUri() methodRegis Merlino2013-07-194-18/+75
* [Coding Convention] CheckPatch [3.8.0.26]Ludovic Ferrandis2013-07-182-4/+0
* [API] Issue #94: Add new SetUri API to PlayerLudovic Ferrandis2013-07-184-0/+34
* [Device] Fix #78: MPRIS OpenUri() does not start playingLudovic Ferrandis2013-07-181-2/+18
* [Server] Fix a crash case for Rescan()Regis Merlino2013-07-171-1/+0
* [Device] GetAll: do not fail if the DMR returns an error for GetPositionInfoRegis Merlino2013-07-171-7/+16
* [Cleanup] Code cleanup after code reviewLudovic Ferrandis2013-07-172-14/+15
* [Klockwork] NULL pointer may be dereferenced. (#25)Ludovic Ferrandis2013-07-011-3/+3
* [Klockwork] NULL pointer may be dereferenced. (#24)Ludovic Ferrandis2013-07-011-3/+3
* [Cleanup] Removed unused include.Mark Ryan2013-06-241-1/+0
* [Server] Fix a crash case when the server stopsRegis Merlino2013-06-071-3/+3