summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-07-26lib/gcrypt/MD5: move code to util/HexFormat.cxxMax Kellermann
2018-07-26lib/gcrypt/MD5: return a StringBufferMax Kellermann
2018-07-26lib/gcrypt/MD5: move code to Hash.hxxMax Kellermann
2018-07-26lib/gcrypt/MD5: relicense to BSD-2Max Kellermann
2018-07-19fs/io/OutputStream: relicense under BSD-2Max Kellermann
2018-07-07decoder/flac: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/flac: move flac_sample_format() to FlacAudioFormat.hxxMax Kellermann
2018-07-07lib/xiph/FlacStreamMetadata: move code to Scan(FLAC__StreamMetadata_StreamInfo)Max Kellermann
2018-07-07decoder/flac: rename FlacMetadata.cxx to FlacStreamMetadata.cxxMax Kellermann
2018-07-07lib/xiph/FlacMetadataChain: un-inline Read(InputStream)Max Kellermann
2018-07-07decoder/flac: move class FlacMetadataChain to separate sourceMax Kellermann
2018-07-07decoder/flac: move FlacIOHandle.?xx to lib/xiph/Max Kellermann
2018-07-07lib/xiph/FlacMetadataIterator: disallow copyingMax Kellermann
2018-07-07lib/xiph/FlacMetadataIterator: reuse default constructorMax Kellermann
2018-07-07lib/xiph/FlacMetadataIterator: proper CamelCaseMax Kellermann
2018-07-07decoder/flac: move class FLACMetadataIterator to separate sourceMax Kellermann
2018-07-06Merge branch 'v0.20.x'Max Kellermann
2018-07-06input/curl: use new class HttpStatusErrorMax Kellermann
2018-07-06lib/nfs/Connection: use new class NfsClientErrorMax Kellermann
2018-07-06util/StringFormat: new utility libraryMax Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-06-04storage/udisks: new pluginMax Kellermann
2018-06-04lib/dbus/AsyncRequest: add missing includeMax Kellermann
2018-06-04neighbor/udisks: move code to class UDisks2::ParseObjects(ODBus::Message)Max Kellermann
2018-06-04neighbor/udisks: move code to class UDisks2::ParseObjects(ReadMessageIter)Max Kellermann
2018-06-04neighbor/udisks: move ParseObject() to UDisks2.cxxMax Kellermann
2018-06-04neighbor/udisks: move struct UdisksObject to UDisks2.hxxMax Kellermann
2018-06-04neighbor/Iter: add missing includeMax Kellermann
2018-06-04lib/dbus/AsyncRequest: new helper classMax Kellermann
2018-06-04lib/dbus/Connection: add DBusConnection& cast operatorMax Kellermann
2018-06-03lib/dbus/ObjectManager: use TypeTraits instead of CPP macroMax Kellermann
2018-06-03lib/dbus/Types: add ObjectPathTypeTraitsMax Kellermann
2018-06-03lib/dbus/Types: rename _MakeStructTypeAsString to ConcatTypeAsStringMax Kellermann
2018-06-03lib/dbus/ReadIter: add ForEachProperty()Max Kellermann
2018-06-03lib/dbus/ReadIter: add ForEachRecurse()Max Kellermann
2018-06-03lib/dbus/ReadIter: add API documentationMax Kellermann
2018-06-03neighbor/udisks: move code to ForEachInterface()Max Kellermann
2018-06-03lib/dbus/Types: support DBUS_TYPE_DICT_ENTRYMax Kellermann
2018-06-03lib/dbus/Glue: move Connect()/Disconnect() calls to I/O threadMax Kellermann
2018-06-03lib/dbus/Glue: use private connectionMax Kellermann
2018-06-03lib/dbus/Glue: singleton for global initializationMax Kellermann
2018-06-02odbus: import dbus-1 OO wrapper libraryMax Kellermann
2018-04-26Merge tag 'v0.20.19'Max Kellermann
2018-04-25lib/ffmpeg/Init: fix av_register_all() deprecation warningMax Kellermann
2018-02-24Merge tag 'v0.20.18'Max Kellermann
2018-02-24lib/nfs/FileReader: move sys/stat.h to header because "struct stat" may be macroMax Kellermann
2018-02-24lib/nfs/Connection: use winsock2.h instead of poll.h on WindowsMax Kellermann
2018-02-24Fix curl storage plugin failure if the authentication method is different tha...tpoeiras
2018-02-11Merge tag 'v0.20.17'Max Kellermann
2018-02-09lib/curl: remove .netrc support on AndroidMax Kellermann