log data/fileio/FileSource.cpp @ 1582:70e172e6cc59 fix-static-analysis

age author description
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Tue, 15 May 2018 11:03:49 +0100 Chris Cannam Fix some compiler warnings
Wed, 19 Oct 2016 09:11:51 +0100 Chris Cannam Tidy and re-fix for Linux msvc2015_64
Tue, 18 Oct 2016 15:54:56 +0100 Chris Cannam MSVC build fixes msvc2015_64
Tue, 31 Mar 2015 13:06:29 +0100 Chris Cannam Remove some debug; set some gain values tonioni
Thu, 26 Feb 2015 09:43:12 +0000 Chris Cannam Debug reporting from FileSource
Wed, 08 Oct 2014 13:14:17 +0100 Chris Cannam Disconnect signals before abandoning reply object, avoiding "reply unknown" error
Tue, 09 Sep 2014 16:52:24 +0100 Chris Cannam Respond tidily to user cancellation during download, instead of going on to attempt to load the nonexistent file as a non-audio format
Wed, 03 Sep 2014 09:58:31 +0100 Chris Cannam Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind)
Mon, 19 May 2014 10:54:45 +0100 Chris Cannam Fixes to FileSource from Ted Felix (for Rosegarden): avoid blowing up through calling abort() from cleanup() when error occurred; set status correctly for FTP transfers
Tue, 13 May 2014 09:50:59 +0100 Chris Cannam Avoid potential crash when network connection fails tony_integration
Tue, 26 Nov 2013 13:43:31 +0000 Chris Cannam Drop toStdString, with debug header we can stream QStrings
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Tue, 30 Jul 2013 18:15:30 +0100 Chris Cannam Merge
Fri, 19 Jul 2013 13:47:11 +0100 Chris Cannam Use thread-local storage for network managers; otherwise we get "Cannot create children for a parent that is in a different thread" from nm.get()
Wed, 24 Jul 2013 18:12:57 +0100 Chris Cannam When switching to "literal mode" for a local file path, use the original file path as passed to the FileSource ctor rather than going through QUrl. This avoids filename becoming encoded and QUrl::toString failing to decode it (as is happening with Windows paths using Qt5 currently).
Tue, 12 Mar 2013 16:34:10 +0000 Chris Cannam Fix typo in signal name qt5
Mon, 11 Mar 2013 13:55:22 +0000 Chris Cannam Get remainder of svcore building with Qt5 qt5
Mon, 11 Mar 2013 13:42:01 +0000 Chris Cannam Get FileSource building qt5
Fri, 07 Oct 2011 17:04:09 +0100 Chris Cannam Make FileSource capable of handling resource files.
Tue, 14 Jun 2011 15:26:52 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:09 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Thu, 14 Apr 2011 15:20:27 +0100 Chris Cannam Make more (though still not entirely) robust in the face of running out of disc space
Tue, 19 Oct 2010 21:47:55 +0100 Chris Cannam * If a FileSource URL won't convert at all in strict mode, try again in tolerant mode (necessary for e.g. filenames with square brackets in them)
Thu, 15 Oct 2009 10:50:43 +0000 Chris Cannam * RDF importer: Features that are on different timeline URIs should go
Wed, 07 Oct 2009 13:10:49 +0000 Chris Cannam * Convert strings to URLs in strict mode first; only try again in tolerant
Thu, 10 Sep 2009 18:44:45 +0000 Chris Cannam * solaris build fixes
Tue, 20 Jan 2009 18:10:31 +0000 Chris Cannam * Try to avoid leaving output files open after completion
Fri, 16 Jan 2009 15:12:23 +0000 Chris Cannam * fix some warnings, remove debug
Thu, 15 Jan 2009 18:20:40 +0000 Chris Cannam * Fix crash in SimpleSPARQLQuery
Fri, 12 Dec 2008 15:33:28 +0000 Chris Cannam * remove some output
Thu, 11 Dec 2008 15:18:10 +0000 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
Fri, 05 Dec 2008 11:09:44 +0000 Chris Cannam * Add FeatureWriter method to set basic track metadata; write it out from
Thu, 04 Dec 2008 17:17:06 +0000 Chris Cannam * minor stuff
Fri, 28 Nov 2008 13:36:13 +0000 Chris Cannam Various fixes:
Thu, 27 Nov 2008 22:09:58 +0000 Chris Cannam * Support http redirects
Tue, 28 Oct 2008 11:37:33 +0000 Chris Cannam * revert changes from r1254 as well; also restore a fix from r1245
Tue, 28 Oct 2008 11:07:08 +0000 Chris Cannam * Revert revisions 1244 and 1245 on FileSource -- backing out its
Mon, 27 Oct 2008 20:29:55 +0000 Chris Cannam * complete switching the code to use CachedFile -- now to tidy & fix the
Fri, 17 Oct 2008 15:26:29 +0000 Chris Cannam * Some work on querying and cacheing plugin RDF from a central index
Fri, 17 Oct 2008 13:32:55 +0000 Chris Cannam * Add persistent cache file support to FileSource (e.g. for RDF
Tue, 14 Oct 2008 16:36:35 +0000 Chris Cannam * Add beginnings of capability to search plugins that are not yet
Thu, 18 Sep 2008 12:09:32 +0000 Chris Cannam * Merge revisions 1041 to 1130 from sv-rdf-import branch
Tue, 29 Apr 2008 09:44:44 +0000 Chris Cannam * Merge rev 1048 (build fixes) from rdf-import branch
Wed, 26 Mar 2008 14:35:03 +0000 Chris Cannam * Fix hang when using more than one consecutive coded audio file reader in
Fri, 14 Mar 2008 17:14:21 +0000 Chris Cannam * More work to abstract out interactive components used in the data library,
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig
Wed, 27 Feb 2008 10:32:45 +0000 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
Fri, 04 Jan 2008 17:08:10 +0000 Chris Cannam * better progress reporting in FileSource
Thu, 13 Dec 2007 17:14:33 +0000 Chris Cannam * Fix #1841095 tapping time instant gives wrong time in aligned track
Mon, 26 Nov 2007 15:05:51 +0000 Chris Cannam * Fixes for handling of DOS paths (C:\blah) -- not an unknown URL scheme!
Thu, 15 Nov 2007 13:19:25 +0000 Chris Cannam * Fix mishandling of encoded urls
Fri, 02 Nov 2007 16:50:31 +0000 Chris Cannam * some tweaks to improve usability of these classes in a console application
Thu, 01 Nov 2007 12:34:17 +0000 Chris Cannam * Document FileSource
Thu, 18 Oct 2007 16:20:26 +0000 Chris Cannam * RemoteFile -> FileSource base data/fileio/RemoteFile.cpp@667f002f0746