summaryrefslogtreecommitdiff
path: root/src/upload/main.c
Commit message (Expand)AuthorAgeFilesLines
* upload: Check for UDNJens Georg2020-06-071-1/+6
* all: Port to new GUPnP APIJens Georg2018-12-011-1/+1
* Port build system to mesonJens Georg2018-07-011-0/+2
* upload: Make UDN a parameterJens Georg2016-02-121-5/+6
* upload: Use help text from option contextJens Georg2016-02-121-1/+5
* Remove gnome-common stuffJens Georg2015-06-141-7/+3
* upload: Add output concerning network interfaceJens Georg2015-01-111-0/+4
* upload: Fix critical on shutdownJens Georg2015-01-111-2/+3
* Disable deprecation warningJens Georg2012-12-211-2/+2
* Drop deprecated g_thread_init callJens Georg2012-10-081-2/+1
* Add cmdline option to specify network interfaceZeeshan Ali (Khattak)2009-08-211-1/+6
* Port the code to new gupnp and gupnp-av APIsZeeshan Ali (Khattak)2009-08-211-2/+3
* Declare variables as const to setisfy the compiler.Zeeshan Ali2008-11-241-2/+2
* Use g_printerr() instead of g_critical() in case of problems.Zeeshan Ali2008-11-241-2/+3
* Initialize the thread system before doing anything else.Zeeshan Ali2008-10-281-4/+3
* Small refactoring.Zeeshan Ali2008-10-271-5/+1
* Use g_main_loop_unref() instead of g_object_unref() to unref main_loop.Zeeshan Ali2008-10-131-3/+3
* Support uploading of multiple files.Zeeshan Ali2008-10-131-21/+60
* Invert the order of commandline arguments.Zeeshan Ali2008-10-131-3/+3
* Introducing gupnp-upload.Zeeshan Ali2008-10-131-0/+162