Mercurial > hg > svcore
log data/fileio/FileSource.cpp @ 971:9869ea3a93b7
age | author | description |
---|---|---|
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() |