| Commit message (Expand) | Author | Files | Lines |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 5 | -15/+15 |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 1 | -4/+4 |
2015-01-21 | input/curl: work around format warning on WIN32 | Max Kellermann | 1 | -0/+3 |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2 | -2/+2 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 22 | -22/+22 |
2014-12-26 | db/lazy, input/mms: add "override" keywords | Max Kellermann | 1 | -1/+1 |
2014-12-23 | input/mms: limit the mmsx_read() size | Max Kellermann | 1 | -0/+7 |
2014-12-21 | input/ffmpeg: use FfmpegInit() instead of av_register_all() | Max Kellermann | 1 | -2/+2 |
2014-12-14 | input/nfs: include cleanup | Max Kellermann | 1 | -4/+0 |
2014-12-01 | input/cdio_paranoia: use CopyString() instead of g_strlcpy() | Max Kellermann | 1 | -2/+1 |
2014-11-25 | event/DeferredMonitor: include cleanup | Max Kellermann | 1 | -0/+2 |
2014-11-10 | input/curl: ignore ResponseBoundary() while seeking | Max Kellermann | 1 | -0/+4 |
2014-11-02 | input/curl: forget Content-Length (and more) after redirect | Max Kellermann | 1 | -0/+26 |
2014-11-01 | input/curl: fix curl_easy_setopt() parameter types | Max Kellermann | 1 | -3/+3 |
2014-10-02 | input/Open: use OpenLocalInputStream() | Max Kellermann | 2 | -28/+12 |
2014-10-02 | input/archive: export function OpenArchiveInputStream() | Max Kellermann | 2 | -16/+33 |
2014-10-02 | input/file: export function OpenFileInputStream() | Max Kellermann | 2 | -13/+37 |
2014-10-02 | input/file: generate Error when errno==ENOENT | Max Kellermann | 1 | -1/+1 |
2014-10-02 | input/file: make the "fd" attribute "const" | Max Kellermann | 1 | -1/+1 |
2014-10-02 | input/file: make variables more local | Max Kellermann | 1 | -6/+3 |
2014-10-02 | input/file: convert to class | Max Kellermann | 1 | -1/+2 |
2014-09-16 | CurlInputPlugin: fix crash after second init call | Thomas Guillem | 1 | -0/+1 |
2014-09-02 | input/nfs: auto-reconnect if failed while paused | Max Kellermann | 1 | -1/+46 |
2014-08-31 | input/nfs: notify client on error | Max Kellermann | 1 | -0/+2 |
2014-08-19 | InputStream: make offset_type unsigned | Max Kellermann | 2 | -4/+4 |
2014-08-18 | input/ffmpeg: use av_strerror() | Max Kellermann | 1 | -4/+4 |
2014-08-18 | {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxx | Max Kellermann | 1 | -3/+1 |
2014-08-18 | input/ffmpeg: update offset after seeking | Max Kellermann | 1 | -0/+1 |
2014-08-18 | input/ffmpeg: refactor error code path | Max Kellermann | 1 | -4/+4 |
2014-08-18 | input/ffmpeg: use "auto" | Max Kellermann | 1 | -10/+10 |
2014-08-07 | util/StringUtil: add StripRight() overload with "end" argument | Max Kellermann | 1 | -6/+3 |
2014-07-11 | input/curl: options "verify_peer" and "verify_host" | Max Kellermann | 1 | -0/+8 |
2014-06-21 | input/nfs: never read more than space available in buffer | Max Kellermann | 1 | -2/+4 |
2014-06-17 | input/nfs: use the asynchronous libnfs API | Max Kellermann | 1 | -84/+138 |
2014-06-17 | input/curl: hold mutex while writing to postponed_error | Max Kellermann | 1 | -3/+4 |
2014-05-24 | input/curl: move code to AsyncInputStream | Max Kellermann | 1 | -211/+48 |
2014-05-24 | input/curl: call SetReady() only if not yet ready | Max Kellermann | 1 | -1/+2 |
2014-05-24 | input/curl: include cleanup | Max Kellermann | 1 | -7/+0 |
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 7 | -59/+21 |
2014-05-21 | input/curl: relock mutex in error paths | Max Kellermann | 1 | -2/+7 |
2014-05-21 | input/curl: pass remaining size to CircularBuffer::Append() | Max Kellermann | 1 | -1/+1 |
2014-05-21 | input/curl: move code to IcyInputStream | Max Kellermann | 1 | -86/+16 |
2014-05-21 | input/rewind: move code to class ProxyInputStream | Max Kellermann | 1 | -59/+14 |
2014-05-21 | input/rewind: include cleanup | Max Kellermann | 1 | -4/+2 |
2014-05-21 | input/rewind: work around assertion failure | Max Kellermann | 1 | -1/+1 |
2014-05-12 | InputStream: "protect" attributes | Max Kellermann | 1 | -7/+7 |
2014-05-12 | input/cdio: convert to class | Max Kellermann | 1 | -1/+2 |
2014-05-12 | input/cdio: move initialization code to constructor | Max Kellermann | 1 | -51/+50 |
2014-05-12 | input/cdio: handle cdio_open() failure | Max Kellermann | 1 | -0/+5 |
2014-05-12 | input/cdio: initialize lsn_relofs in constructor | Max Kellermann | 1 | -2/+1 |