Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -279/+0 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | util/Cast: new utility library | Max Kellermann | 2014-01-06 | 1 | -1/+2 |
| | |||||
* | output/httpd: import GetEventLoop() | Max Kellermann | 2014-01-05 | 1 | -0/+2 |
| | |||||
* | output/httpd: move all broadcast operations to the IOThread | Max Kellermann | 2014-01-04 | 1 | -1/+20 |
| | | | | | | | Add a Page queue to class HttpdOutput, and use DeferredMonitor to flush this queue inside the IOThread. This fixes a thread-safety issue: much of EventLoop is not thread-safe, and the httpd plugin ignored that problem. | ||||
* | output/httpd: change "struct" to "class" | Max Kellermann | 2013-12-31 | 1 | -1/+6 |
| | |||||
* | output/httpd: move code to methods Delay(), Play(), Cancel() | Max Kellermann | 2013-12-31 | 1 | -0/+7 |
| | |||||
* | output/httpd: move Cast() into the class | Max Kellermann | 2013-12-31 | 1 | -0/+13 |
| | |||||
* | output/httpd: add methods Init(), Finish() | Max Kellermann | 2013-12-31 | 1 | -0/+19 |
| | |||||
* | output/httpd: don't use incomplete template argument with libc++ | Max Kellermann | 2013-11-11 | 1 | -0/+5 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | output/httpd: don't include glib.h in header | Max Kellermann | 2013-10-02 | 1 | -3/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -0/+2 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | DecoderControl: use GLib forward declarations | Max Kellermann | 2013-09-27 | 1 | -0/+2 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -6/+6 |
| | | | | Replaces GLib's GError. | ||||
* | OutputPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -2/+2 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+2 |
| | |||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+2 |
| | |||||
* | timer: convert to class | Denis Krjuchkov | 2013-05-12 | 1 | -3/+3 |
| | |||||
* | output: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | TagPool, ...: include cleanup | Max Kellermann | 2013-01-30 | 1 | -2/+0 |
| | |||||
* | ServerSocket: replace callback with virtual method | Max Kellermann | 2013-01-30 | 1 | -6/+6 |
| | |||||
* | output/httpd: forward-declare class HttpdClient | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | output/httpd: add constructor, destructor, Configure() | Max Kellermann | 2013-01-30 | 1 | -2/+7 |
| | |||||
* | ServerSocket: expose the class | Max Kellermann | 2013-01-30 | 1 | -1/+2 |
| | | | | Eliminate the C wrappers. | ||||
* | page: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -4/+4 |
| | |||||
* | output/httpd: move functions into the HttpdOutput class | Max Kellermann | 2013-01-27 | 1 | -14/+72 |
| | |||||
* | output/httpd: rename struct httpd_output | Max Kellermann | 2013-01-27 | 1 | -3/+3 |
| | |||||
* | output/httpd: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -0/+142 |