summaryrefslogtreecommitdiff
path: root/src/storage
AgeCommit message (Expand)Author
2017-09-01storage/curl: use StringStartsWith()Max Kellermann
2017-09-01storage/curl: move code to IsXmlContentType()Max Kellermann
2017-08-29storage/nfs: migrate from TimeoutMonitor to TimerEventMax Kellermann
2017-08-18lib/curl/Init: share a CurlGlobal instance between input and storageMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-06-03storage, db, mixer, command: remove more bogus "pure" attributesMax Kellermann
2017-05-16*: remove lots of GCC 4.8 fallback codeMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-04-24Merge branch 'v0.20.x'Max Kellermann
2017-04-06storage/FileInfo, db/simple/Directory: use 64 bit for device/inodeMax Kellermann
2017-02-11storage/FileInfo: convert mtime to std::chrono::system_clock::time_pointMax Kellermann
2017-02-11storage/FileInfo: add initializing constructorMax Kellermann
2017-02-11util/ChronoUtil: new utility library for std::chronoMax Kellermann
2017-02-10fs/FileInfo: use std::chrono::system_clockMax Kellermann
2017-02-06storage/curl: use CURLOPT_POSTFIELDS instead of CURLOPT_READFUNCTIONMax Kellermann
2017-01-25lib/nfs/{FileReader,Glue}: pass EventLoop&Max Kellermann
2017-01-08storage/http: new storage pluginMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03input/curl, ...: use strncmp() instead of memcmp() to avoid crashMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-12-28event/Loop: use std::chronoMax Kellermann
2016-11-02config/Global: _get_path() throws exception on errorMax Kellermann
2016-10-27storage: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-27storage/FileInfo: make methods "constexpr"Max Kellermann
2016-10-27Merge branch 'v0.19.x'Max Kellermann
2016-10-27storage/Composite: avoid setting the error twiceMax Kellermann
2016-10-27Merge branch 'v0.19.x'Max Kellermann
2016-10-27storage/Composite: eliminate the second FindStorage() overloadMax Kellermann
2016-10-27storage/Composite: add FindStorage() API documentationMax Kellermann
2016-10-27storage/Composite: fix documentation typoMax Kellermann
2016-09-16{input,storage}/nfs: use C++ exceptions instead of class ErrorMax Kellermann
2016-09-05lib/smbclient/Init: throw std::runtime_error on errorMax Kellermann
2016-08-23Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-29fs/DirectoryReader: use C++ exceptions instead of class ErrorMax Kellermann
2015-11-06util/StringCompare: add StringIsEmpty()Max Kellermann
2015-06-26config/Global: allow calling config_get_string() with one argumentMax Kellermann
2015-06-21Merge tag 'v0.19.10'Max Kellermann
2015-05-29storage/nfs: fix deadlock when connectingThomas Guillem
2015-03-03storage/local: use PathTraitsFS typedefsMax Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.19.x'Max Kellermann