summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-10lib/curl/Request: don't enable CURLOPT_NETRC on WindowsMax Kellermann
2020-06-10decoder/gme: use class NarrowPath() for Windows compatibilityMax Kellermann
2020-06-10decoder/gme: simplify LoadGmeAndM3u() by moving code to ReplaceSuffix()Max Kellermann
2020-06-10decoder/gme: use StringAfterPrefix()Max Kellermann
2020-06-10add a few IWYU pragmasMax Kellermann
2020-06-10decoder/gme: use Path::GetSuffix()Max Kellermann
2020-06-10fs/AllocatedPath: add method GetSuffix()Max Kellermann
2020-06-10decoder/Bridge: add flag to make initial seek errors fatalMax Kellermann
2020-05-30use cwchar includeRosen Penev
2020-05-29src/db: fitting libmpdclient interfaceShen-Ta Hsieh
2020-05-28storage/State: disable -Wcomma to work around Boost compiler warningMax Kellermann
2020-05-28output/openal: disable -Wdeprecated-declarations on AppleMax Kellermann
2020-05-27meson.build: fix the WildMidi check when the feature is disabledMax Kellermann
2020-05-27lib/ffmpeg/Time: replace C99 compound literal with C++ initializer listMax Kellermann
2020-05-27util/TemplateString: remove extra semicolonMax Kellermann
2020-05-27remove some more extra semicolonsRosen Penev
2020-05-27decoder/modplug: assume ModPlug is built as static library on WindowsMax Kellermann
2020-05-27decoder/wildmidi: assume WildMidi is built as static library on WindowsMax Kellermann
2020-05-27decoder/wildmidi: use NarrowPath, fixing the Windows buildMax Kellermann
2020-05-27meson.build: attempt to detect WildMidi using pkg-configMax Kellermann
2020-05-05db/simple: fix crash when mounting twiceMax Kellermann
2020-04-30command/all: "tagtypes" requires no permissionsMax Kellermann
2020-04-30Revert "Fix unsafe float comparison."Max Kellermann
2020-04-29Math.hxx: fix wrong macro nameRosen Penev
2020-04-23lib/nfs/FileReader: use `struct stat64` on Windows 32-bitMax Kellermann
2020-04-23fs/NarrowPath: preserve nullptr in Path operatorMax Kellermann
2020-04-23lib/nfs/Connection: pass POLLHUP and POLLERR to nfs_service()Max Kellermann
2020-04-23event/SocketMonitor: handle epoll_ctl()=EBADF/ENOENT in Schedule()Max Kellermann
2020-04-23lib/nfs/Connection: don't pass HANGUP to Schedule()Max Kellermann
2020-04-23zeroconf/AvahiPoll: don't pass ERROR|HANGUP to Schedule()Max Kellermann
2020-04-23event/SocketMonitor: remove HANGUP|ERROR from ScheduleRead()Max Kellermann
2020-04-23event/PollGroupWinSelect: make EVENT_{READ,WRITE} `static`Max Kellermann
2020-04-23lib/nfs/FileReader: reset `state` in OnNfsCallback()Max Kellermann
2020-04-23lib/nfs/FileReader: set `state=IDLE` before invoking callbackMax Kellermann
2020-04-22tag/Fallback: add tag fallback for AlbumSortgeneticdrift
2020-04-22gme: adapt to API change in the upcoming version 0.7.0Max Kellermann
2020-04-22lib/icu/Compare: add Windows implementationMax Kellermann
2020-04-22lib/icu/Compare: use AllocatedString::Clone()Max Kellermann
2020-04-22lib/icu/Collate: use NORM_IGNORECASE instead of LINGUISTIC_IGNORECASEMax Kellermann
2020-04-22lib/icu/CaseFold: remove Windows implementationMax Kellermann
2020-04-22Fix unsafe float comparison.Rosen Penev
2020-04-15storage/curl: fix path comparison when the server escapes differentlyThomas Guillem
2020-04-15storage/curl: fix href when file has a '&' charThomas Guillem
2020-04-15Added missing channel order setups for ALSAFlorian Heese
2020-04-14player/Thread: drain outputs at end of song in "single" modeMax Kellermann
2020-04-09Math.hxx: move cmath include out of defineRosen Penev
2020-04-02fs/io/GzipOutputStream: increase buffer size to 16 kBMax Kellermann
2020-04-02fs/io/BufferedReader: larger default buffer (4 kB -> 16 kB)Max Kellermann
2020-04-02src/event/meson.build: depend in libnet.aMax Kellermann
2020-04-02fs/NarrowPath: add class FromNarrowPathMax Kellermann