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
/
input
Age
Commit message (
Expand
)
Author
2017-07-05
util/TruncateString: rename CopyString() to CopyTruncateString()
Max Kellermann
2017-07-05
util/StringUtil: move CopyString() to TruncateString.cxx
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-03-01
input/curl: use %lu instead of %llu
Max Kellermann
2017-03-01
input/curl: format Range offset as unsigned
Max Kellermann
2017-02-21
input/curl: use %lu instead of %llu
Max Kellermann
2017-02-21
input/curl: format Range offset as unsigned
Max Kellermann
2017-02-19
Merge branch 'v0.20.x'
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
Max Kellermann
2017-02-10
input/alsa: use the EventLoop& passed to init() instead of io_thread_get()
Max Kellermann
2017-02-10
{input,mixer}/alsa: cancel the DeferredMonitor in the destructor
Max Kellermann
2017-02-09
{input,mixer}/alsa: move code to lib/alsa/NonBlock.cxx
Max Kellermann
2017-02-09
Merge branch 'v0.20.x'
Max Kellermann
2017-02-09
event/MultiSocketMonitor: add method Reset()
Max Kellermann
2017-02-09
{input,mixer}/alsa: fix off-by-one bug in count check
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-26
input/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-26
input/nfs: use NfsFileReader::GetEventLoop()
Max Kellermann
2017-01-26
lib/nfs/FileReader: use nfs_get_event_loop()
Max Kellermann
2017-01-26
lib/nfs/FileReader: use C++11 initializers
Max Kellermann
2017-01-25
input/async: pass EventLoop& to constructor
Max Kellermann
2017-01-25
input/Plugin: include cleanup
Max Kellermann
2017-01-25
input/curl: use CurlGlobal::GetEventLoop()
Max Kellermann
2017-01-25
input/async: add method GetEventLoop()
Max Kellermann
2017-01-25
lib/nfs/{FileReader,Glue}: pass EventLoop&
Max Kellermann
2017-01-25
input/alsa: use snd_pcm_?w_params_alloca()
Max Kellermann
2017-01-14
input/alsa: set period_size=buffer_size/4
Max Kellermann
2017-01-14
input/alsa: remove the start_threshold setting
Max Kellermann
2017-01-14
input/alsa: dump buffer/period sizes
Max Kellermann
2017-01-14
input/alsa: enable non-blocking mode
Steven O'Brien
2017-01-14
input/alsa: handle EAGAIN
Steven O'Brien
2017-01-14
input/alsa: call snd_pcm_start() after snd_pcm_prepare()
Max Kellermann
2017-01-14
input/alsa: improve logging in Recover()
Max Kellermann
2017-01-14
input/alsa: check snd_pcm_state() in Recover()
Max Kellermann
2017-01-13
input/alsa: make two attributes "const"
Max Kellermann
2017-01-13
input/alsa: clear sockets from within IOThread
Max Kellermann
2017-01-09
input/curl: wake up client thread after seek to end of file
Max Kellermann
2017-01-07
lib/curl/Request: require the caller to explicitly register the request
Max Kellermann
2017-01-06
lib/curl/Slist: new wrapper for curl_slist
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
input/curl, ...: use strncmp() instead of memcmp() to avoid crash
Max Kellermann
2017-01-03
input/curl: move code to class CurlRequest
Max Kellermann
2017-01-03
input/curl: fold input_curl_easy_add_indirect() into the only caller
Max Kellermann
2017-01-03
input/curl: move code to SeekInternal(), simplify DoSeek()
Max Kellermann
2017-01-03
input/curl: move class CurlGlobal to separate source file
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-12-28
event/Loop: use std::chrono
Max Kellermann
[next]