summaryrefslogtreecommitdiff
path: root/src/upload/main.c
Commit message (Collapse)AuthorAgeFilesLines
* upload: Check for UDNJens Georg2020-06-071-1/+6
|
* all: Port to new GUPnP APIJens Georg2018-12-011-1/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* 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
| | | | | | Make wrong arguments help match output of --help Signed-off-by: Jens Georg <mail@jensge.org>
* Remove gnome-common stuffJens Georg2015-06-141-7/+3
| | | | | | Fix compiler warnings on the way. Signed-off-by: Jens Georg <mail@jensge.org>
* upload: Add output concerning network interfaceJens Georg2015-01-111-0/+4
| | | | | | Show interface and ip address that will be used. Signed-off-by: Jens Georg <mail@jensge.org>
* upload: Fix critical on shutdownJens Georg2015-01-111-2/+3
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* 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
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de>. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1376 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Use g_printerr() instead of g_critical() in case of problems.Zeeshan Ali2008-11-241-2/+3
| | | | | | Based on a patch by Sven Neumann <s.neumann@phase-zero.de>. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1374 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Initialize the thread system before doing anything else.Zeeshan Ali2008-10-281-4/+3
| | | | | | | This automatically removes the need to check for thread system already initialized. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1329 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Small refactoring.Zeeshan Ali2008-10-271-5/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1324 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Use g_main_loop_unref() instead of g_object_unref() to unref main_loop.Zeeshan Ali2008-10-131-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1304 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Support uploading of multiple files.Zeeshan Ali2008-10-131-21/+60
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1303 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Invert the order of commandline arguments.Zeeshan Ali2008-10-131-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1301 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Introducing gupnp-upload.Zeeshan Ali2008-10-131-0/+162
A small utility commandline application that uploads files to MediaServers. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@1300 d8cb91d7-bff9-0310-92b9-80b65e4482b2