summaryrefslogtreecommitdiff
path: root/src/network-light
Commit message (Expand)AuthorAgeFilesLines
* all: Fix inconsistency regarding action errorsJens Georg2022-03-281-3/+10
* network-light: Fix typoJens Georg2021-05-101-1/+1
* network-light: Enable ipv6Jens Georg2021-05-103-4/+27
* network-light: Fix some memory leaksJens Georg2020-07-292-1/+13
* network-light: Fix device creationJens Georg2020-07-291-2/+2
* network-light: Remove deprecated GUPnP callsJens Georg2020-07-291-25/+39
* data: Change iconsJens Georg2020-01-021-1/+1
* all: Port to new GUPnP APIJens Georg2018-12-011-4/+14
* build: Fix missing windows thingsJens Georg2018-11-111-2/+10
* Port build system to mesonJens Georg2018-07-015-54/+31
* universal-cp: Fix about iconJens Georg2017-09-091-0/+2
* Remove deprecated functions for 3.22Jens Georg2016-11-211-0/+4
* all: Remove deprecated APIJens Georg2016-10-161-5/+5
* network-light: Use newTargetValueJens Georg2016-04-251-2/+2
* Added command line argument for exclusive changeljsachs2016-04-033-6/+25
* build: Use upstream gettextJens Georg2016-03-281-0/+1
* Added command line argument for friendly nameljsachs2016-03-265-8/+42
* network-light: Prevent critical on shutdownJens Georg2015-07-121-0/+2
* network-light: Use UUID function from GUPnPJens Georg2015-06-141-21/+4
* Remove gnome-common stuffJens Georg2015-06-143-13/+92
* network-light: Do not create about dialog all the timeJens Georg2015-06-141-6/+0
* network-light: Add --interface and --port optionJens Georg2013-10-203-6/+39
* network-light: mark messages as translatableJiro Matsuzawa2013-01-071-18/+0
* Initialize i18n support functionJiro Matsuzawa2012-12-232-0/+11
* Drop deprecated g_thread_init callJens Georg2012-10-082-5/+0
* Fix linking against recent gupnp stackJens Georg2012-10-081-1/+8
* network-light: Fix typoJens Georg2012-02-251-1/+1
* Add utility function for XML pretty-printingJens Georg2011-07-301-1/+1
* Correctly install icons on win32Jens Georg2009-12-042-0/+12
* Mark exported symbols as suchJens Georg2009-12-042-2/+20
* Make sure everything builds on windowsJens Georg2009-12-042-3/+19
* Port the code to new gupnp and gupnp-av APIsZeeshan Ali (Khattak)2009-08-211-9/+16
* No need to care about hosting of desc doc anymoreZeeshan Ali (Khattak)2009-07-271-8/+2
* Cast the signal handlers to make compiler happyZeeshan Ali (Khattak)2009-07-271-2/+2
* Signal handlers as passed gpointer not 'gpointer *'Zeeshan Ali (Khattak)2009-07-271-1/+1
* Use new api to leave CP management to gupnpZeeshan Ali (Khattak)2009-07-271-11/+7
* Only create the device description once.Zeeshan Ali (Khattak)2009-06-251-61/+51
* Generate the UUID only once.Zeeshan Ali (Khattak)2009-06-251-22/+18
* Remove an unneeded check and action based on it.Zeeshan Ali (Khattak)2009-06-251-7/+1
* Update console message.Zeeshan Ali (Khattak)2009-06-251-2/+4
* Support for multiple networks.Zeeshan Ali (Khattak)2009-06-251-54/+156
* First big step towards freedom from libglade.Zeeshan Ali (Khattak)2009-04-143-27/+38
* Replace my non-working "@gstreamer.net" email with "@gnome.org" one.Zeeshan Ali2008-11-055-9/+9
* Initialize the thread system before doing anything else.Zeeshan Ali2008-10-282-5/+4
* Don't initialize thread system if it is already initialized.Zeeshan Ali2008-09-291-1/+2
* 2008-09-22 Ross Burton <ross@linux.intel.com>Ross Burton2008-09-222-6/+6
* Refactor: Put client and server (de)initialization in separate functions.Zeeshan Ali2008-09-061-33/+70
* The UI now controls all network lights on the network, not just itself.Zeeshan Ali2008-09-062-3/+177
* Explicitly require and link to libgthread-2.0.Zeeshan Ali2008-08-121-3/+7
* Fix distcheck.Zeeshan Ali2008-06-161-1/+1