| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | playlist/embcue: fix filename suffix detection | k44 | 2014-12-16 | 1 | -1/+1 |
| * | decoder/ffmpeg: detect and fix negative time stamps | Max Kellermann | 2014-12-15 | 1 | -4/+7 |
* | | LogBackend: force-flush stderr on WIN32 | Max Kellermann | 2014-12-17 | 1 | -0/+6 |
* | | LogInit: make stderr line-buffered | Max Kellermann | 2014-12-17 | 1 | -0/+3 |
* | | util/HugeAllocator: enable MEM_COMMIT on Windows | Max Kellermann | 2014-12-17 | 1 | -1/+3 |
* | | storage/nfs: add timeout | Max Kellermann | 2014-12-15 | 2 | -3/+13 |
* | | storage/nfs: clear last_error in SetState() | Max Kellermann | 2014-12-15 | 1 | -0/+1 |
* | | lib/nfs/Connection: unregister socket with SocketMonitor::Steal() | Max Kellermann | 2014-12-15 | 1 | -1/+1 |
* | | lib/nfs/Connection: implement mount timeout | Max Kellermann | 2014-12-15 | 2 | -2/+31 |
* | | lib/nfs/Connection: add debug flag "in_destroy" | Max Kellermann | 2014-12-15 | 2 | -0/+11 |
* | | lib/nfs/Connection: add assertion | Max Kellermann | 2014-12-14 | 1 | -0/+2 |
* | | lib/nfs/Connection: fix reconnect after mount failure | Max Kellermann | 2014-12-14 | 1 | -1/+1 |
* | | lib/nfs/Connection: fix typo in code comment | Max Kellermann | 2014-12-14 | 1 | -1/+1 |
* | | lib/nfs/Connection: fix memory leak (and assertion failure) | Max Kellermann | 2014-12-14 | 3 | -0/+28 |
* | | lib/nfs/Connection: move code to Service() | Max Kellermann | 2014-12-14 | 2 | -12/+28 |
* | | lib/nfs/Connection: add assertions | Max Kellermann | 2014-12-14 | 1 | -0/+2 |
* | | lib/nfs/Connection: move code to method InternalClose() | Max Kellermann | 2014-12-14 | 2 | -3/+17 |
* | | lib/nfs/Connection: make in_service and in_event debug-only flags | Max Kellermann | 2014-12-14 | 2 | -0/+11 |
* | | lib/nfs/Connection: fix crash while canceling a failing Open() | Max Kellermann | 2014-12-14 | 1 | -2/+4 |
* | | event/Loop: read the "again" flag while holding mutex | Max Kellermann | 2014-12-14 | 1 | -1/+2 |
* | | lib/nfs/Connection: add assertions | Max Kellermann | 2014-12-14 | 1 | -0/+31 |
* | | util/HugeAllocator: disable MEM_LARGE_PAGES on Windows | Max Kellermann | 2014-12-12 | 1 | -1/+2 |
* | | input/Init: eliminate double colon from log message | Max Kellermann | 2014-12-12 | 1 | -1/+1 |
* | | playlist/Print: don't skip non-existent songs in "listplaylist" | Max Kellermann | 2014-12-09 | 1 | -6/+7 |
* | | Merge tag 'v0.18.20' into v0.19.x | Max Kellermann | 2014-12-08 | 2 | -2/+7 |
|\| |
|
| * | decoder/ffmpeg: support FFmpeg 2.5 | Max Kellermann | 2014-12-08 | 1 | -0/+5 |
| * | thread/Id: drop "::" prefix before pthread function names | Max Kellermann | 2014-12-08 | 1 | -2/+2 |
* | | Output: start with a null mixer. | Nix | 2014-12-01 | 1 | -0/+1 |
* | | Merge tag 'v0.18.19' into v0.19.x | Max Kellermann | 2014-11-26 | 1 | -4/+5 |
|\| |
|
| * | archive/zzip: fix inverted error handler | Max Kellermann | 2014-11-24 | 1 | -4/+5 |
* | | lib/nfs/FileReader: clean up on disconnect | Max Kellermann | 2014-11-25 | 1 | -1/+1 |
* | | lib/nfs/FileReader: move code to CancelOrClose() | Max Kellermann | 2014-11-25 | 2 | -0/+16 |
* | | lib/nfs/FileReader: reset state in OnNfsConnectionFailed() | Max Kellermann | 2014-11-25 | 1 | -0/+2 |
* | | lib/nfs/FileReader: update "state" in OnNfsError() | Max Kellermann | 2014-11-25 | 1 | -0/+24 |
* | | lib/nfs/Manager: defer NfsConnection destruction | Max Kellermann | 2014-11-25 | 2 | -9/+54 |
* | | lib/nfs/Connection: broadcast error before closing connection | Max Kellermann | 2014-11-25 | 1 | -4/+4 |
* | | lib/nfs/Connection: cancel DeferredMonitor on disconnect | Max Kellermann | 2014-11-25 | 1 | -0/+4 |
* | | lib/nfs/FileReader: include Compiler.h for "final" fallback | Max Kellermann | 2014-11-25 | 1 | -0/+1 |
* | | decoder/mp4v2: remove because of incompatible license | Max Kellermann | 2014-11-25 | 3 | -359/+0 |
* | | event/DeferredMonitor: include cleanup | Max Kellermann | 2014-11-25 | 2 | -3/+2 |
* | | decoder/{dsdiff,dsf,opus}: fix deadlock while seeking | Max Kellermann | 2014-11-24 | 2 | -3/+3 |
* | | Java/File: fix include guard | Max Kellermann | 2014-11-24 | 1 | -1/+1 |
* | | Merge tag 'v0.18.18' into v0.19.x | Max Kellermann | 2014-11-18 | 4 | -4/+8 |
|\| |
|
| * | Client: assume uid==0 is local socket | Max Kellermann | 2014-11-18 | 2 | -2/+2 |
| * | event/ServerSocket: fix get_remote_uid() error value | Max Kellermann | 2014-11-18 | 1 | -1/+1 |
| * | Construct a Null AllocatedPath if the filename conversion into UTF8 failed | Florent Le Coz | 2014-11-11 | 1 | -1/+5 |
| * | decoder/ffmpeg: support opus | Max Kellermann | 2014-11-10 | 1 | -1/+2 |
* | | QueueCommands: workaround for buggy clients that send "add /" | Max Kellermann | 2014-11-18 | 1 | -1/+10 |
* | | decoder/opus: add MIME types audio/ogg and application/ogg | Max Kellermann | 2014-11-12 | 1 | -0/+7 |
* | | decoder/opus: support chained streams | Max Kellermann | 2014-11-11 | 1 | -1/+36 |