summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-22storage/udisks2: move empty string check out of the fallback block in MapUTF8()Max Kellermann
2019-02-22db/simple: call ReturnSong() on mounted databaseMax Kellermann
2019-02-22db/simple: use C++11 initializerMax Kellermann
2019-02-22storage/udisks2: use the relative pathMax Kellermann
2019-02-22storage/udisks2: pass Path to SetMountPoint()Max Kellermann
2019-02-22TagPrint: omit tags which were disabled by the clientMax Kellermann
2019-02-22tag/Mask: fix another typo, this time in `operator^=`Max Kellermann
2019-02-21storage/udisks2: use existing mount point if already mountedMax Kellermann
2019-02-21storage/udisks2: move code to SetMountPoint()Max Kellermann
2019-02-21storage/udisks2: adjust lambda indentMax Kellermann
2019-02-21lib/dbus/udisks2: parse the MountPoints propertyMax Kellermann
2019-02-21lib/dbus/ReadIter: add dbus_message_iter_get_fixed_array() wrapperMax Kellermann
2019-02-20db/simple/Directory: close the Database in destructorMax Kellermann
2019-02-20db/simple: reorder checks in assert() to fix assertion failureMax Kellermann
2019-02-20Main: create Database on stack, move to Instance after Open() succeededMax Kellermann
2019-02-20Instance: use std::unique_ptr<> to manage the Database pointerMax Kellermann
2019-02-20db/Plugin: use std::unique_ptr<> to manage Database pointersMax Kellermann
2019-02-20db/simple/Directory: add `noexcept`Max Kellermann
2019-02-20mixer/pulse: add missing ParseFloat() checkMax Kellermann
2019-02-20mixer/pulse: move `volume_scale_factor` up to improve struct packingMax Kellermann
2019-02-20mixer/pulse: add `const` to `volume_scale_factor`Max Kellermann
2019-02-20mixer/pulse: use C++11 initializerMax Kellermann
2019-02-20mixer/pulse: rename `scale` to `scale_volume`Max Kellermann
2019-02-17mixer/pulse: Add a new 'scale' parameter to allow volumes above 100Clément Pit-Claudel
2019-02-19net/IPv[46]Address: update copyrightMax Kellermann
2019-02-19net/AllocatedSocketAddress: add methods IsV6Any(), IsV4Mapped()Max Kellermann
2019-02-19net/SocketAddress: add method GetLocalPath()Max Kellermann
2019-02-19net/AllocatedSocketAddress: add method GetLocalRaw()Max Kellermann
2019-02-19lib/cdio/Paranoia: add method GetDiscSectorRange()Max Kellermann
2019-02-19fs/io/OutputStream: update include guardMax Kellermann
2019-02-19fs/io/BufferedOutputStream: add WithBufferedOutputStream()Max Kellermann
2019-02-19system/UniqueFileDescriptor: import std::swapMax Kellermann
2019-02-19system/Open: add OpenWriteOnly(), OpenDirectory()Max Kellermann
2019-02-19system/EpollFD: include cleanupMax Kellermann
2019-02-19util/StringView: add SkipPrefix(), RemoveSuffix()Max Kellermann
2019-02-15nfs: work around assertion failure on exception during program initMax Kellermann
2019-02-15Instance: eliminate FinishShutdownUpdate(), move code to destructorMax Kellermann
2019-02-15Instance: eliminate ShutdownDatabase(), move code to destructorMax Kellermann
2019-02-05playlist/Registry: add RAII classMax Kellermann
2019-02-05Main: use AtScopeExit() to call DeinitFS()Max Kellermann
2019-02-05Mapper: remove empty function mapper_finish()Max Kellermann
2019-02-05Instance: remove FinishShutdownPartitions()Max Kellermann
2019-02-05event/Loop: add flag `alive`Max Kellermann
2019-02-05command/AllCommands: remove empty function command_finish()Max Kellermann
2019-02-05decoder/List: add RAII classMax Kellermann
2019-02-05decoder/List: add `noexcept`Max Kellermann
2019-02-05input/Init: add RAII classMax Kellermann
2019-02-05Main: stop io_thread and rtio_thread automaticallyMax Kellermann
2019-02-05archive/List: add RAII classMax Kellermann
2019-02-05archive/List: add `noexcept`Max Kellermann