Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-10-19 | output/httpd: use boost::intrusive::list instead of std::forward_list | Max Kellermann | 1 | -16/+9 | |
2015-07-22 | net/ToString: rename sockaddr_to_string() to ToString() | Max Kellermann | 1 | -1/+1 | |
2015-07-22 | net/Resolver: move sockaddr_to_string() to ToString.cxx | Max Kellermann | 1 | -1/+1 | |
2015-02-10 | net/SocketAddress: light wrapper for struct sockaddr | Max Kellermann | 1 | -6/+4 | |
2015-02-10 | system/{Resolver,Socket{Error,Util}}: move to new library libnet.a | Max Kellermann | 1 | -1/+1 | |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 1 | -13/+13 | |
The old struct config_param remains only for top-level string options. | |||||
2015-01-08 | encoder/Interface: move functions into the struct | Max Kellermann | 1 | -3/+3 | |
2015-01-08 | encoder/Plugin: move struct Encoder to EncoderInterface.hxx | Max Kellermann | 1 | -0/+1 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-26 | EncoderPlugin: pass Tag reference to method tag() | Max Kellermann | 1 | -1/+1 | |
2014-12-26 | OutputPlugin: pass Tag reference to _send_tag() | Max Kellermann | 1 | -6/+4 | |
2014-02-19 | output/httpd: move to dedicated directory | Max Kellermann | 1 | -1/+1 | |
2014-01-29 | output: move functions into the AudioOutput struct | Max Kellermann | 1 | -1/+1 | |
2014-01-29 | AudioOutput: pass plugin to constructor | Max Kellermann | 1 | -1/+2 | |
Make it "const". | |||||
2014-01-28 | AudioOutput: add constructor and destructor | Max Kellermann | 1 | -1/+0 | |
2014-01-28 | output: rename struct audio_output to AudioOutput | Max Kellermann | 1 | -12/+12 | |
2014-01-28 | OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | Encoder*: move to src/encoder | Max Kellermann | 1 | -2/+2 | |
.. and move the plugins to src/encoder/plugins/. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-05 | output/httpd: move the clients.clear() call to the IOThread | Max Kellermann | 1 | -1/+3 | |
This call is not thread-safe. | |||||
2014-01-05 | output/httpd: import GetEventLoop() | Max Kellermann | 1 | -3/+3 | |
2014-01-04 | output/httpd: move Bind()/Unbind() to the IOThread | Max Kellermann | 1 | -4/+8 | |
Fixes more thread-safety bugs. | |||||
2014-01-04 | output/httpd: move all broadcast operations to the IOThread | Max Kellermann | 1 | -10/+56 | |
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. | |||||
2014-01-04 | output/httpd: use the IOThread | Max Kellermann | 1 | -2/+2 | |
Do all I/O in the IOThread and not in the main thread. This solves an upcoming deadlock problem. | |||||
2014-01-04 | output/httpd: move queue size check to HttpdClient::PushPage() | Max Kellermann | 1 | -10/+0 | |
Don't let the server care for client problems. | |||||
2013-12-31 | output/httpd: change "struct" to "class" | Max Kellermann | 1 | -2/+0 | |
2013-12-31 | output/httpd: move code to methods Delay(), Play(), Cancel() | Max Kellermann | 1 | -22/+39 | |
2013-12-31 | output/httpd: move Cast() into the class | Max Kellermann | 1 | -25/+10 | |
2013-12-31 | output/httpd: add methods Init(), Finish() | Max Kellermann | 1 | -12/+10 | |
2013-12-31 | output/httpd: use reference instead of pointer | Max Kellermann | 1 | -1/+1 | |
2013-12-04 | system/Resolver: sockaddr_to_string() returns std::string() | Max Kellermann | 1 | -8/+3 | |
No GLib memory allocation. | |||||
2013-11-26 | HttpdOutputPlugin.cxx: fix null pointer dereference | Denis Krjuchkov | 1 | -1/+2 | |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -11/+11 | |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -1/+1 | |
2013-10-02 | output/httpd: don't include glib.h in header | Max Kellermann | 1 | -1/+3 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -8/+8 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -35/+30 | |
Replaces GLib's GError. | |||||
2013-09-04 | system/resolver: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -2/+2 | |
2013-08-04 | EncoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 | |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -12/+10 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -4/+4 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -3/+4 | |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | 1 | -6/+5 | |
2013-07-30 | output_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-05-12 | timer: convert to class | Denis Krjuchkov | 1 | -8/+8 | |
2013-04-17 | encoder_list: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | ServerSocket: replace callback with virtual method | Max Kellermann | 1 | -25/+23 | |