| Commit message (Expand) | Author | Age | Files | Lines |
* | rygel: Remove rygel-main.vala | Jens Georg | 2022-05-12 | 1 | -333/+0 |
* | engine-gst: Enable MPEG2 encoding using VA-API | Jens Georg | 2022-05-12 | 1 | -0/+2 |
* | rygel: Make it possible to enable IPv6 | Jens Georg | 2020-07-26 | 1 | -1/+16 |
* | all: Fix deprecated functions | Jens Georg | 2018-10-22 | 1 | -3/+3 |
* | rygel,server: Init MediaEngine in MediaServerPlugin | Jens Georg | 2018-10-18 | 1 | -1/+0 |
* | rygel: Allow IP addresses in interface list | Jens Georg | 2016-06-26 | 1 | -2/+3 |
* | rygel: When ignoring a context, disable it | Jens Georg | 2016-06-14 | 1 | -0/+1 |
* | all: Update license text to LGPLv2.1 proper | Jens Georg | 2015-11-02 | 1 | -8/+8 |
* | core,main: Add DBus ACL implementation | Jens Georg | 2015-07-20 | 1 | -0/+6 |
* | core,ui: Remove "enable-upnp" setting | Jens Georg | 2015-07-05 | 1 | -8/+1 |
* | Minor translatable strings fixes | Piotr Drąg | 2015-05-24 | 1 | -2/+2 |
* | rygel: Disable plugin timeout completely | Jens Georg | 2014-10-12 | 1 | -1/+7 |
* | rygel: Mark string translatable | Jens Georg | 2013-09-28 | 1 | -1/+1 |
* | rygel: Print version number on startup | Jens Georg | 2013-09-16 | 1 | -0/+2 |
* | rygel: Add message about streaming-only mode | Jens Georg | 2013-05-28 | 1 | -0/+6 |
* | core,rygel,doc: Use multiple interfaces | Jens Georg | 2013-05-10 | 1 | -5/+5 |
* | i18n: Change ".." to "..." in a string | Piotr Drąg | 2013-04-13 | 1 | -2/+2 |
* | server,engine: Move MediaEngine into .so | Jens Georg | 2012-10-05 | 1 | -6/+3 |
* | core: Move executable configuration out of core | Jens Georg | 2012-09-21 | 1 | -1/+23 |
* | rygel: Drop misc.vapi | Jens Georg | 2012-08-19 | 1 | -1/+1 |
* | core,ui: Explicit initialization of MetaConfig | Jens Georg | 2012-07-03 | 1 | -0/+3 |
* | all: Clean-up VAPI source files | Jens Georg | 2012-07-03 | 1 | -1/+1 |
* | core: Fix DLNA bitrates using presets | Jens Georg | 2012-05-17 | 1 | -0/+5 |
* | core: Port signal handling to GLib 2.30 API | Jens Georg | 2012-03-26 | 1 | -3/+4 |
* | core: Add env variable to change plugin timeout | Jens Georg | 2012-02-09 | 1 | -1/+10 |
* | core: Use new GUPnP API | Jens Georg | 2011-09-13 | 1 | -1/+1 |
* | core: Shutdown other instance of rygel ourselves | Jens Georg | 2011-07-27 | 1 | -0/+4 |
* | core: Make rygel single-instance. | Jens Georg | 2011-07-14 | 1 | -8/+10 |
* | core: Ability to bind to specific networks | Zeeshan Ali (Khattak) | 2011-01-31 | 1 | -6/+10 |
* | dbus: Add method to unregister from DBus | Jens Georg | 2011-01-23 | 1 | -1/+5 |
* | core: Prevent possible crash on Ctrl-C | Jens Georg | 2011-01-18 | 1 | -2/+7 |
* | core,data: Correct meaning for 'upnp_enabled' config | Zeeshan Ali (Khattak) | 2011-01-11 | 1 | -1/+2 |
* | core,plugins: Rename Plugin.available to active | Zeeshan Ali (Khattak) | 2010-12-24 | 1 | -5/+5 |
* | core: Remove redundant call to Gst.init() | Zeeshan Ali (Khattak) | 2010-11-03 | 1 | -3/+0 |
* | core: No need to pass dummy args to Gst.init() | Zeeshan Ali (Khattak) | 2010-11-01 | 1 | -2/+1 |
* | core: Destroy the device list before quiting main loop | Zeeshan Ali (Khattak) | 2010-10-05 | 1 | -0/+1 |
* | build,core,plugins: Port to GDBus and GVariant | Zeeshan Ali (Khattak) | 2010-10-04 | 1 | -1/+1 |
* | core,ui,build: Make i18n system actually work | Zeeshan Ali (Khattak) | 2010-09-28 | 1 | -0/+6 |
* | core,plugins: Fix bgo#629348 | Jens Georg | 2010-09-11 | 1 | -3/+3 |
* | core,plugins: Miscellaneous string fixes | Philip Withnall | 2010-08-31 | 1 | -2/+2 |
* | core: Correctly handle string involving plurals | Zeeshan Ali (Khattak) | 2010-08-11 | 1 | -1/+3 |
* | core: Remove redundant return statement | Zeeshan Ali (Khattak) | 2010-08-10 | 1 | -2/+0 |
* | core: Separate VAPI for misc functions from C world | Zeeshan Ali (Khattak) | 2010-06-22 | 1 | -6/+1 |
* | core: Simplify and fix (unix) signal handling | Zeeshan Ali (Khattak) | 2010-06-22 | 1 | -16/+11 |
* | core: Handle POSIX signals in Vala, no need for C | Zeeshan Ali (Khattak) | 2010-06-21 | 1 | -5/+16 |
* | core,ui: Drop usage of '+=' for connecting signals | Zeeshan Ali (Khattak) | 2010-06-19 | 1 | -3/+5 |
* | core: Timeout on plugin loading | Zeeshan Ali (Khattak) | 2010-05-25 | 1 | -0/+13 |
* | core,plugins,ui: Mark translatable strings | Zeeshan Ali (Khattak) | 2010-04-19 | 1 | -8/+8 |
* | core: Fix build against vala git master | Jens Georg | 2010-03-21 | 1 | -1/+1 |
* | core: Restart application on SIGHUP | Zeeshan Ali (Khattak) | 2010-01-24 | 1 | -1/+11 |