summaryrefslogtreecommitdiff
path: root/src/output/HttpdOutputPlugin.cxx
AgeCommit message (Expand)Author
2014-01-23output/*: move to output/plugins/Max Kellermann
2014-01-23Encoder*: move to src/encoderMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-05output/httpd: move the clients.clear() call to the IOThreadMax Kellermann
2014-01-05output/httpd: import GetEventLoop()Max Kellermann
2014-01-04output/httpd: move Bind()/Unbind() to the IOThreadMax Kellermann
2014-01-04output/httpd: move all broadcast operations to the IOThreadMax Kellermann
2014-01-04output/httpd: use the IOThreadMax Kellermann
2014-01-04output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann
2013-12-31output/httpd: change "struct" to "class"Max Kellermann
2013-12-31output/httpd: move code to methods Delay(), Play(), Cancel()Max Kellermann
2013-12-31output/httpd: move Cast() into the classMax Kellermann
2013-12-31output/httpd: add methods Init(), Finish()Max Kellermann
2013-12-31output/httpd: use reference instead of pointerMax Kellermann
2013-12-04system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann
2013-11-26HttpdOutputPlugin.cxx: fix null pointer dereferenceDenis Krjuchkov
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann
2013-10-02output/httpd: don't include glib.h in headerMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-09-04system/resolver: convert to C++Max Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-30tag: convert to C++Max Kellermann
2013-07-30encoder_api: convert to C++Max Kellermann
2013-07-30output_api: convert to C++Max Kellermann
2013-05-12timer: convert to classDenis Krjuchkov
2013-04-17encoder_list: convert to C++Max Kellermann
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann
2013-01-30ServerSocket: replace callback with virtual methodMax Kellermann
2013-01-30output/httpd: safer cast, consider offsetMax Kellermann
2013-01-30output/httpd: add constructor, destructor, Configure()Max Kellermann
2013-01-30ServerSocket: expose the classMax Kellermann
2013-01-30ServerSocket: move to libevent.aMax Kellermann
2013-01-30page: convert to C++Max Kellermann
2013-01-30icy_server: convert to C++Max Kellermann
2013-01-30icy_server: pass pointer to _metadata_page()Max Kellermann
2013-01-27output/httpd: move functions into the HttpdOutput classMax Kellermann
2013-01-27output/httpd: rename struct httpd_outputMax Kellermann
2013-01-15ServerSocket: use the SocketMonitor classMax Kellermann
2013-01-15server_socket: convert to C++Max Kellermann
2013-01-15output/httpd: convert to C++Max Kellermann