| Commit message (Expand) | Author | Age | Files | Lines |
* | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 9 | -13/+13 |
* | Filter*: move to filter/ | Max Kellermann | 2014-01-24 | 4 | -11/+11 |
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 8 | -11/+11 |
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 57 | -17/+3501 |
* | Encoder*: move to src/encoder | Max Kellermann | 2014-01-23 | 3 | -6/+6 |
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 35 | -35/+35 |
* | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 2014-01-07 | 1 | -1/+1 |
* | event/SocketMonitor: don't close the socket automatically | Max Kellermann | 2014-01-06 | 1 | -0/+3 |
* | util/Cast: new utility library | Max Kellermann | 2014-01-06 | 1 | -1/+2 |
* | output/httpd: move the clients.clear() call to the IOThread | Max Kellermann | 2014-01-05 | 1 | -1/+3 |
* | output/httpd: import GetEventLoop() | Max Kellermann | 2014-01-05 | 2 | -3/+5 |
* | output/httpd: move Bind()/Unbind() to the IOThread | Max Kellermann | 2014-01-04 | 1 | -4/+8 |
* | output/httpd: move all broadcast operations to the IOThread | Max Kellermann | 2014-01-04 | 2 | -11/+76 |
* | output/httpd: use the IOThread | Max Kellermann | 2014-01-04 | 1 | -2/+2 |
* | output/httpd: move queue size check to HttpdClient::PushPage() | Max Kellermann | 2014-01-04 | 3 | -18/+6 |
* | output/httpd: wrap the std::list in std::queue | Max Kellermann | 2014-01-04 | 2 | -6/+16 |
* | output/httpd: merge duplicate code to ClearQueue() | Max Kellermann | 2014-01-04 | 2 | -5/+15 |
* | output/httpd: keep track of queue size | Max Kellermann | 2014-01-04 | 2 | -13/+14 |
* | output/httpd: change "struct" to "class" | Max Kellermann | 2013-12-31 | 3 | -4/+7 |
* | output/httpd: move code to methods Delay(), Play(), Cancel() | Max Kellermann | 2013-12-31 | 2 | -22/+46 |
* | output/httpd: move Cast() into the class | Max Kellermann | 2013-12-31 | 2 | -25/+23 |
* | output/httpd: add methods Init(), Finish() | Max Kellermann | 2013-12-31 | 2 | -12/+29 |
* | output/httpd: use reference instead of pointer | Max Kellermann | 2013-12-31 | 3 | -14/+14 |
* | output/httpd: make the HttpdClient base class "private" | Max Kellermann | 2013-12-31 | 1 | -1/+1 |
* | output/osx: fix typo | Max Kellermann | 2013-12-19 | 1 | -1/+1 |
* | output/osx: use DynamicFifoBuffer instead of struct fifo_buffer | Max Kellermann | 2013-12-19 | 1 | -26/+21 |
* | output/alsa: use new[] instead of g_malloc() | Max Kellermann | 2013-12-14 | 1 | -6/+5 |
* | Merge branch 'v0.18.x' | Max Kellermann | 2013-12-14 | 2 | -4/+4 |
|\ |
|
| * | output/osx: fix build failure | Lukas Stabe | 2013-12-10 | 1 | -3/+3 |
| * | output/openal: check __APPLE__ instead of HAVE_OSX | Lukas Stabe | 2013-12-02 | 1 | -1/+1 |
* | | system/Resolver: sockaddr_to_string() returns std::string() | Max Kellermann | 2013-12-04 | 1 | -8/+3 |
* | | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 4 | -10/+1 |
* | | HttpdOutputPlugin.cxx: fix null pointer dereference | Denis Krjuchkov | 2013-11-26 | 1 | -1/+2 |
|/ |
|
* | output/httpd: don't use incomplete template argument with libc++ | Max Kellermann | 2013-11-11 | 1 | -0/+5 |
* | output/alsa: avoid endless loop in Raspberry Pi workaround | Max Kellermann | 2013-11-04 | 1 | -1/+17 |
* | Log: add level "DEFAULT" | Max Kellermann | 2013-11-04 | 1 | -1/+1 |
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 2 | -2/+2 |
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 2 | -18/+18 |
* | output/httpd: accept icy-metadata with and without space | Oddegamra | 2013-10-26 | 1 | -1/+2 |
* | output/httpd: support HEAD requests | Max Kellermann | 2013-10-25 | 2 | -5/+29 |
* | output/httpd: remove bogus assertion | Max Kellermann | 2013-10-25 | 1 | -1/+0 |
* | Util/ASCII: add StringEqualsCaseASCII() overload with length | Max Kellermann | 2013-10-21 | 1 | -3/+3 |
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 2 | -2/+2 |
* | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 2013-10-19 | 1 | -4/+2 |
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -3/+4 |
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 2 | -7/+5 |
* | output/roar: use const_cast instead of g_strdup() | Max Kellermann | 2013-10-15 | 1 | -9/+3 |
* | output/roar: use std::string | Max Kellermann | 2013-10-15 | 1 | -12/+10 |
* | output/roar: move code into the RoarOutput class | Max Kellermann | 2013-10-15 | 2 | -96/+137 |