| Commit message (Expand) | Author | Files | Lines |
2014-01-08 | PlayerThread: use Song references | Max Kellermann | 1 | -15/+13 |
2014-01-08 | DecoderThread: use Song references | Max Kellermann | 1 | -10/+10 |
2014-01-07 | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 19 | -57/+208 |
2014-01-07 | DecoderBuffer: use NewVarSize() | Max Kellermann | 1 | -13/+10 |
2014-01-07 | tag/TagPool: use NewVarSize() to allocate TagPoolSlot | Max Kellermann | 1 | -21/+27 |
2014-01-07 | tag/TagPool: rename struct slot to TagPoolSlot | Max Kellermann | 1 | -14/+13 |
2014-01-07 | tag/TagPool: use gcc_packed instead of mpd_packed | Max Kellermann | 1 | -1/+1 |
2014-01-07 | Directory: make some code generic, move to VarSize.hxx | Max Kellermann | 3 | -10/+93 |
2014-01-07 | Directory: use g_malloc() instead of g_malloc0() | Max Kellermann | 1 | -3/+4 |
2014-01-07 | playlist/soundcloud: parse URI without copying it | Max Kellermann | 1 | -19/+11 |
2014-01-07 | playlist/soundcloud: change scheme check to assertion | Max Kellermann | 1 | -18/+2 |
2014-01-07 | playlist/soundcloud: eliminate nullptr checks before g_free() | Max Kellermann | 1 | -8/+4 |
2014-01-07 | pcm/Utils: remove unused function pcm_end_pointer() | Max Kellermann | 1 | -12/+0 |
2014-01-07 | pcm/Volume: use number of samples instead of end pointer | Max Kellermann | 1 | -25/+19 |
2014-01-06 | pcm/Format: change parameters/return values to ConstBuffer | Max Kellermann | 3 | -259/+160 |
2014-01-06 | pcm/Format: use number of samples instead of end pointer | Max Kellermann | 1 | -44/+34 |
2014-01-06 | DecoderBuffer: _read() returns ConstBuffer object | Max Kellermann | 3 | -68/+55 |
2014-01-06 | DecoderBuffer: add "pure" attributes | Max Kellermann | 1 | -0/+4 |
2014-01-06 | DecoderBuffer: add method _clear() | Max Kellermann | 3 | -8/+12 |
2014-01-06 | decoder/faad: make variables more local | Max Kellermann | 1 | -47/+31 |
2014-01-06 | decoder/faad: eliminate local variable "ret" | Max Kellermann | 1 | -5/+2 |
2014-01-06 | event/Loop: cancel the WakeFD monitor in destructor | Max Kellermann | 1 | -0/+4 |
2014-01-06 | input/AlsaInputPlugin.cxx: use I/O thread to poll for available data | Steven O'Brien | 1 | -55/+289 |
2014-01-06 | event/MultiSocketMonitor: add method ClearSocketList() | Max Kellermann | 3 | -1/+17 |
2014-01-06 | event/SocketMonitor: don't close the socket automatically | Max Kellermann | 12 | -21/+20 |
2014-01-06 | util/Cast: new utility library | Max Kellermann | 3 | -2/+62 |
2014-01-06 | event/IdleMonitor: cancel in destructor only if active | Max Kellermann | 1 | -1/+6 |
2014-01-06 | event/MultiSocketMonitor: API documentation | Max Kellermann | 1 | -0/+10 |
2014-01-05 | event/Loop: try to avoid the WakeFD when adding DeferredMonitor | Max Kellermann | 2 | -2/+24 |
2014-01-05 | event/Loop: combine multiple WakeFD::Write() calls | Max Kellermann | 1 | -1/+6 |
2014-01-05 | event/Loop: add attribute "again" | Max Kellermann | 2 | -2/+10 |
2014-01-05 | event/Loop: add thread-safety assertions | Max Kellermann | 3 | -1/+30 |
2014-01-05 | output/httpd: move the clients.clear() call to the IOThread | Max Kellermann | 1 | -1/+3 |
2014-01-05 | output/httpd: import GetEventLoop() | Max Kellermann | 2 | -3/+5 |
2014-01-05 | ClientList: use "delete" instead of Client::Close() | Max Kellermann | 1 | -2/+8 |
2014-01-05 | event/Loop: remove obsolete assertion | Max Kellermann | 1 | -2/+0 |
2014-01-05 | event/Loop: move code to HandleDeferred() | Max Kellermann | 2 | -8/+19 |
2014-01-05 | event/MultiSocketMonitor: add missing <algorithm> include | Max Kellermann | 1 | -0/+2 |
2014-01-05 | event/MultiSocketMonitor: add method ReplaceSocketList() | Max Kellermann | 3 | -18/+43 |
2014-01-05 | event/MultiSocketMonitor: include cleanup | Max Kellermann | 2 | -8/+1 |
2014-01-04 | event/Loop: remove the GLib implementation | Max Kellermann | 12 | -664/+3 |
2014-01-04 | output/httpd: move Bind()/Unbind() to the IOThread | Max Kellermann | 1 | -4/+8 |
2014-01-04 | event/poll: eliminate one vector::size() call | Max Kellermann | 1 | -2/+3 |
2014-01-04 | output/httpd: move all broadcast operations to the IOThread | Max Kellermann | 2 | -11/+76 |
2014-01-04 | output/httpd: use the IOThread | Max Kellermann | 1 | -2/+2 |
2014-01-04 | output/httpd: move queue size check to HttpdClient::PushPage() | Max Kellermann | 3 | -18/+6 |
2014-01-04 | output/httpd: wrap the std::list in std::queue | Max Kellermann | 2 | -6/+16 |
2014-01-04 | output/httpd: merge duplicate code to ClearQueue() | Max Kellermann | 2 | -5/+15 |
2014-01-04 | output/httpd: keep track of queue size | Max Kellermann | 2 | -13/+14 |
2014-01-04 | event/Loop: remove bogus "!quit" assertion | Max Kellermann | 1 | -5/+3 |