aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/httpd/HttpdOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-19output/httpd: use boost::intrusive::list instead of std::forward_listMax Kellermann1-16/+9
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann1-1/+1
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann1-1/+1
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann1-6/+4
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann1-1/+1
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-13/+13
2015-01-08encoder/Interface: move functions into the structMax Kellermann1-3/+3
2015-01-08encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann1-0/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-26EncoderPlugin: pass Tag reference to method tag()Max Kellermann1-1/+1
2014-12-26OutputPlugin: pass Tag reference to _send_tag()Max Kellermann1-6/+4
2014-02-19output/httpd: move to dedicated directoryMax Kellermann1-1/+1
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-1/+1
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann1-1/+2
2014-01-28AudioOutput: add constructor and destructorMax Kellermann1-1/+0
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-12/+12
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann1-1/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-1/+1
2014-01-23Encoder*: move to src/encoderMax Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-05output/httpd: move the clients.clear() call to the IOThreadMax Kellermann1-1/+3
2014-01-05output/httpd: import GetEventLoop()Max Kellermann1-3/+3
2014-01-04output/httpd: move Bind()/Unbind() to the IOThreadMax Kellermann1-4/+8
2014-01-04output/httpd: move all broadcast operations to the IOThreadMax Kellermann1-10/+56
2014-01-04output/httpd: use the IOThreadMax Kellermann1-2/+2
2014-01-04output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann1-10/+0
2013-12-31output/httpd: change "struct" to "class"Max Kellermann1-2/+0
2013-12-31output/httpd: move code to methods Delay(), Play(), Cancel()Max Kellermann1-22/+39
2013-12-31output/httpd: move Cast() into the classMax Kellermann1-25/+10
2013-12-31output/httpd: add methods Init(), Finish()Max Kellermann1-12/+10
2013-12-31output/httpd: use reference instead of pointerMax Kellermann1-1/+1
2013-12-04system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann1-8/+3
2013-11-26HttpdOutputPlugin.cxx: fix null pointer dereferenceDenis Krjuchkov1-1/+2
2013-10-28*: use nullptr instead of NULLMax Kellermann1-11/+11
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-1/+1
2013-10-02output/httpd: don't include glib.h in headerMax Kellermann1-1/+3
2013-10-02Log: new logging library APIMax Kellermann1-8/+8
2013-09-04util/Error: new error passing libraryMax Kellermann1-35/+30
2013-09-04system/resolver: convert to C++Max Kellermann1-1/+1
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-2/+2
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-12/+10
2013-08-03audio_format: convert to C++Max Kellermann1-4/+4
2013-07-30tag: convert to C++Max Kellermann1-3/+4
2013-07-30encoder_api: convert to C++Max Kellermann1-6/+5
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-05-12timer: convert to classDenis Krjuchkov1-8/+8
2013-04-17encoder_list: convert to C++Max Kellermann1-1/+1
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann1-1/+1
2013-01-30ServerSocket: replace callback with virtual methodMax Kellermann1-25/+23