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
Age
Commit message (
Expand
)
Author
2019-12-24
release v0.21.18
v0.21.18
Max Kellermann
2019-12-24
time/ISO8601: fix Windows build failure
Max Kellermann
2019-12-24
Revert "lib/curl/Global: remove lower bound on timeouts"
Max Kellermann
2019-12-24
input/curl: remove unnecessary InvalidateSockets() call
Max Kellermann
2019-12-24
.travis.yml: install brew packages using `addons/homebrew`
Max Kellermann
2019-12-24
.travis.yml: remove "brew update"
Max Kellermann
2019-12-24
.travis.yml: switch to xcode9.4, the current default
Max Kellermann
2019-12-24
.travis.yml: disable Homebrew analytics
Max Kellermann
2019-12-24
.travis.yml: cache Homebrew on osx
Max Kellermann
2019-12-24
.travis.yml: change "cache" yaml syntax
Max Kellermann
2019-12-24
time/ISO8601: refactor ParseTimeOfDay() to parse one by one
Max Kellermann
2019-12-24
time/ISO8601: move code to ParseTimeOfDay()
Max Kellermann
2019-12-24
util/Compiler.h: use `[[fallthrough]]` on clang
Max Kellermann
2019-12-24
.travis.yml: escape dollar signs in MATRIX_EVAL
Max Kellermann
2019-12-23
.travis.yml: add Ubuntu Bionic build
Max Kellermann
2019-12-23
.travis.yml: enable ccache on Linux
Max Kellermann
2019-12-23
.travis.yml: enable ccache on osx
Max Kellermann
2019-12-23
util/Compiler.h: add gcc_fallthrough
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-23
test/RunCurl: new debug program
Max Kellermann
2019-12-23
event/Loop: remove bogus assertion
Max Kellermann
2019-12-23
storage/curl: move start call out of the constructor
Max Kellermann
2019-12-22
test/run_storage: add command "stat"
Max Kellermann
2019-12-22
event/MultiSocketMonitor: add workaround for /dev/null
Max Kellermann
2019-12-22
event/MultiSocketMonitor: remove unnecessary `friend` declaration
Max Kellermann
2019-12-22
event/MultiSocketMonitor: remove duplicate IdleMonitor::Schedule() call
Max Kellermann
2019-12-22
event/MultiSocketMonitor: un-inline AddSocket()
Max Kellermann
2019-12-22
event/Loop: round timeout up to avoid unnecessary wakeups
Max Kellermann
2019-12-20
event/MultiSocketMonitor: use std::exchange()
Max Kellermann
2019-12-18
event/MultiSocketMonitor: AddSocket() returns bool
Max Kellermann
2019-12-18
event/SocketMonitor: Schedule() returns bool
Max Kellermann
2019-12-18
increment version number to 0.21.18
Max Kellermann
2019-12-16
release v0.21.17
v0.21.17
Max Kellermann
2019-12-16
time/ISO8601: support omitting field separators
Max Kellermann
2019-12-16
song/Filter: try ParseISO8601() first
Max Kellermann
2019-12-16
time/ISO8601: support omitting minutes
Max Kellermann
2019-12-16
time/ISO8601: support omitting seconds
Max Kellermann
2019-12-16
time/ISO8601: support time zone offset
Max Kellermann
2019-12-16
time/ISO8601: allow omitting the "Z" suffix
Max Kellermann
2019-12-16
time/ISO8601: allow omitting the time of day
Max Kellermann
2019-12-16
test/TestISO8601: unit test for time/ISO8601
Max Kellermann
2019-12-16
time/ISO8601: ParseISO8601() returns precision
Max Kellermann
2019-12-16
time/ISO8601: implement with strptime(), without ParseTimePoint()
Max Kellermann
2019-12-16
time/Convert: fallback TimeGm() implementation
Max Kellermann
2019-12-16
time/Parser: use TimeGm()
Max Kellermann
2019-12-16
time/Parser: explicitly initialize struct tm before strptime()
Max Kellermann
2019-12-16
time/Convert: include sys/time.h for struct timeval
Max Kellermann
2019-12-16
time/ISO8601: forward-declare StringBuffer
Max Kellermann
[next]