summaryrefslogtreecommitdiff
path: root/src/upload
Commit message (Expand)AuthorAgeFilesLines
* all: Fix inconsistency regarding action errorsJens Georg2022-03-281-3/+8
* upload: Remove deprecated functionsJens Georg2020-07-293-107/+174
* 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-013-28/+16
* all: Remove deprecated APIJens Georg2016-10-161-1/+1
* 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-147-13/+13
* 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-082-4/+1
* Fix linking against recent gupnp stackJens Georg2012-10-081-0/+1
* Empty item id is mandatoryJens Georg2011-09-211-0/+1
* Avoid compiler warning by using format constantJens Georg2011-09-211-1/+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-213-103/+92
* API update: Some props of resource are now optionalZeeshan Ali (Khattak)2009-07-311-2/+0
* API update: GUPnPDIDLLiteResource is now a GObjectZeeshan Ali (Khattak)2009-07-311-19/+19
* 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-134-37/+70
* Display the name of the file being transfered.Zeeshan Ali2008-10-131-3/+11
* Invert the order of commandline arguments.Zeeshan Ali2008-10-131-3/+3
* Introducing gupnp-upload.Zeeshan Ali2008-10-1311-0/+1097