index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
2020-06-10
lib/curl/Request: don't enable CURLOPT_NETRC on Windows
Max Kellermann
2020-05-27
lib/ffmpeg/Time: replace C99 compound literal with C++ initializer list
Max Kellermann
2020-05-27
remove some more extra semicolons
Rosen Penev
2020-04-23
lib/nfs/FileReader: use `struct stat64` on Windows 32-bit
Max Kellermann
2020-04-23
lib/nfs/Connection: pass POLLHUP and POLLERR to nfs_service()
Max Kellermann
2020-04-23
lib/nfs/Connection: don't pass HANGUP to Schedule()
Max Kellermann
2020-04-23
lib/nfs/FileReader: reset `state` in OnNfsCallback()
Max Kellermann
2020-04-23
lib/nfs/FileReader: set `state=IDLE` before invoking callback
Max Kellermann
2020-04-22
lib/icu/Compare: add Windows implementation
Max Kellermann
2020-04-22
lib/icu/Compare: use AllocatedString::Clone()
Max Kellermann
2020-04-22
lib/icu/Collate: use NORM_IGNORECASE instead of LINGUISTIC_IGNORECASE
Max Kellermann
2020-04-22
lib/icu/CaseFold: remove Windows implementation
Max Kellermann
2020-03-26
lib/curl/Request: fix Exception "error" on Android
Thomas Guillem
2020-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-03-26
lib/curl/Easy: add method Unpause()
Max Kellermann
2020-03-26
lib/curl/Easy: add setter functions
Max Kellermann
2020-03-26
lib/curl/Global: make ReadInfo() private
Max Kellermann
2020-03-26
lib/curl/Global: remove redundant API docs
Max Kellermann
2020-03-26
lib/curl: fix coding style
Max Kellermann
2020-03-26
event/*, ...: make GetEventLoop() const
Max Kellermann
2020-03-26
lib/curl/Init: add `const` overloads
Max Kellermann
2020-03-26
lib/curl/Init: add `noexcept`
Max Kellermann
2020-01-25
lib/xiph/OggFind: add parameter "synced"
Max Kellermann
2019-12-24
Revert "lib/curl/Global: remove lower bound on timeouts"
Max Kellermann
2019-12-23
lib/curl/Global: remove InvalidateSockets() call from Remove()
Max Kellermann
2019-12-23
lib/curl/Global: remove lower bound on timeouts
Max Kellermann
2019-12-23
lib/curl: drop support for CURL versions older than 7.32.0
Max Kellermann
2019-12-16
pcm/Convert, ...: add missing include for std::runtime_error
Max Kellermann
2019-12-16
lib/gcrypt/MD5: add missing include for uint8_t
Max Kellermann
2019-12-16
lib/xiph: add missing meson dependency
Jacob Vosmaer
2019-12-04
util/PrintException, ...: update copyright
Max Kellermann
2019-11-04
lib/sqlite: disable if -Ddatabase=false
Max Kellermann
2019-10-15
lib/curl/Escape: add CurlUnescape()
Max Kellermann
2019-10-15
storage/curl: move code to EscapeUriPath()
Max Kellermann
2019-10-15
lib/curl/String: OO wrapper for allocated strings returned from CURL
Max Kellermann
2019-10-07
lib/icu: fix build with iconv()
Andre Heider
2019-08-06
input/cdio_paranoia: drop support for libcdio-paranoia older than 10.2+0.93+1
Max Kellermann
2019-08-02
lib/xiph/OggVisitor: invoke OnOggPacket() with the "E_O_S" packet
Max Kellermann
2019-08-02
lib/xiph/OggVisitor: more API documentation
Max Kellermann
2019-03-18
src/lib/gcrypt/meson.build: use dependency() for quering linker flags
Jörg Krause
2019-03-17
lib/xiph: disable Tremor detection if libvorbis was found
Max Kellermann
2019-03-17
decoder/ogg: ignore the BOS packet after seek to the beginning of song
Max Kellermann
2019-02-23
Ensure SEEK_SET is set on systems where stdio.h is not pulled in by accident.
Thomas Zander
2019-02-21
lib/dbus/udisks2: parse the MountPoints property
Max Kellermann
2019-02-21
lib/dbus/ReadIter: add dbus_message_iter_get_fixed_array() wrapper
Max Kellermann
2019-02-19
lib/cdio/Paranoia: add method GetDiscSectorRange()
Max Kellermann
2019-02-15
nfs: work around assertion failure on exception during program init
Max Kellermann
2019-01-21
input/CdioParanoia: C++ wrappers for libcdio types
Max Kellermann
2019-01-21
python/build/libs.py: upgrade CURL to 7.63.0
Max Kellermann
2019-01-21
meson: add fixed-point Vorbis (Tremor) decoder support
Jörg Krause
[next]