summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [Release] Version 0.4.0v0.4.0Regis Merlino2013-10-033-2/+9
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Settings] Update: Save, monitoring, notificationLudovic Ferrandis2013-09-204-226/+217
| | | | | | | | | | | | | | | | Make settings & white list independant. Settings doesn't call directly WhiteList API. Settings 'never_quit' & 'netf_enabled' & 'netf_entries' are now save to the settings file when set using the new API below: - dleyna-settings_set_never_quit - dleyna_settings_set_white_list_enabled - dleyna_settings_set_white_list_entries Monitoring has been removed. Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Coding Convention] New version of CheckPatch [3.8.0.30]Ludovic Ferrandis2013-09-111-1/+1
| | | | Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Control Point] Get version from the control point libRegis Merlino2013-09-043-3/+3
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Documentation] Updated the checkpatch parametersMark Ryan2013-09-031-1/+1
| | | | | | | | | Newer versions of checkpatch check for the use of camel case in the code. Although, dLeyna does not itself use camel case, it uses a lot of glib structures and functions that do. Therefore, this warning needs to be disabled, otherwise you see a lot of spurious errors. Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
* [Task] Fix queued task cancellationLudovic Ferrandis2013-08-271-1/+2
| | | | | | | When the action callback failed and it returns 'failed' parameter set to FALSE, the queued task was not completed and the process blocked. Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Logs] Print correct service name & versionRegis Merlino2013-08-234-8/+13
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Configuration] Post-release version bumpRegis Merlino2013-08-221-1/+1
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Release] Version 0.2.2v0.2.2Regis Merlino2013-08-221-0/+5
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Coding Convention] CheckpatchLudovic Ferrandis2013-08-223-11/+5
| | | | Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Core] Fix GLib Deprecated warnings (#20)Ludovic Ferrandis2013-08-221-0/+2
| | | | | | Fix issue #20: <https://github.com/01org/dleyna-core/issues/20> Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Network Filtering] Add Network Filtering supportLudovic Ferrandis2013-08-226-10/+338
| | | | | | | | | | | | Add Network Filtering support in dLeyna. Add API to the core library to manage the GUPnPWhiteList object Manage 2 new settings: 1 - netf_enabled (boolean): To activate or deactivate the network filtering 2 - netf_entries (str list): List of supported network Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Connector] Change publish_object() signatureRegis Merlino2013-07-232-2/+2
| | | | | | | | | | | | The interface_index parameter relates to the corresponding xml part from the introspection data passed to initialize(). This was convenient for the d-bus connector implementation, but required xml parsing for other connector implementations. This commit replaces the interface_index parameter with the actual interface name to avoid the xml parsing task. Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Configuration] Post-branch version bumpRegis Merlino2013-06-031-1/+1
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Release] Version 0.1.0v0.1.0Regis Merlino2013-06-032-1/+4
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Configuration] Post-release version bumpRegis Merlino2013-05-312-2/+2
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Release] Version 0.0.2v0.0.2Regis Merlino2013-05-311-0/+5
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* This is the second fix for https://github.com/01org/dleyna-renderer/issues/69.Mark Ryan2013-05-081-10/+30
| | | | | | | | | | | The first fix correctly ensured that all queues were cancelled when shutting down but unfortunately the queue cancellation code was buggy. It could result in a hash table entry being removed from a hash table during a call to g_hash_table_for_each. This meant that if multiple devices were being constructed at once, not all of the queues responsible for device construction got cancelled. The uncancelled queues were executing code during shutdown which lead to nasty things happening. Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
* [Processor] Fix a potential crash when quitting the appRegis Merlino2013-05-031-3/+6
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Build] Add autogen.sh script to call `autoreconf -i`Emanuele Aina2013-05-023-4/+22
| | | | | | | | | | | | Even when using autoreconf an autogen.sh script is usually expected, as it save users from needing to know which flags to pass to autoreconf (ie. '-i'). It is also usually responsible of launching autoreconf from the right directory, calling utilities like intltoolize and gtkdocize, checking out git submodules and running ./configure unless $NOCONFIGURE is set. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
* [Processor] Prevent potential bug when a queue is cancelled or removed.Regis Merlino2013-04-091-15/+10
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Processor] Handle empty queue start()Regis Merlino2013-04-041-4/+11
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Copyright] Fix copyright headersLudovic Ferrandis2013-03-212-4/+5
| | | | Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Configuration] Post-release version bumpLudovic Ferrandis2013-03-122-2/+2
| | | | Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Release] dLeyna-core v0.0.1v0.0.1Ludovic Ferrandis2013-03-121-1/+2
| | | | Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Architecture] Change directory structure to enable a master buildRegis Merlino2013-03-1119-18/+18
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Build] Add missing gmodule referencesRegis Merlino2013-02-282-0/+3
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Service] Add gupnp service-task utilityRegis Merlino2013-02-285-2/+200
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Build] Add gmodule-2.0 to .pc dependenciesJussi Kukkonen2013-02-281-2/+2
| | | | Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
* [Control Point] Rename "finalize" to "stop-service"Regis Merlino2013-02-272-3/+3
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Connector - Control Point] Add new APIsRegis Merlino2013-02-263-1/+17
| | | | | | | - Add a disconnect function in connector - Add a finalize function in control point Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Documentation] Add doc folderLudovic Ferrandis2013-02-253-0/+306
| | | | | | | | | Add doc files: - logging.txt - TODO.txt - coding-style.txt Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Main Loop] Add missing include fileRegis Merlino2013-02-221-0/+1
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Init] Add initial source filesRegis Merlino2013-02-2226-0/+3024
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Configuration] Initial CommitLudovic Ferrandis2013-02-201-0/+5
Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>