index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output
/
HttpdOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2014-01-23
output/*: move to output/plugins/
Max Kellermann
2014-01-23
Encoder*: move to src/encoder
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-05
output/httpd: move the clients.clear() call to the IOThread
Max Kellermann
2014-01-05
output/httpd: import GetEventLoop()
Max Kellermann
2014-01-04
output/httpd: move Bind()/Unbind() to the IOThread
Max Kellermann
2014-01-04
output/httpd: move all broadcast operations to the IOThread
Max Kellermann
2014-01-04
output/httpd: use the IOThread
Max Kellermann
2014-01-04
output/httpd: move queue size check to HttpdClient::PushPage()
Max Kellermann
2013-12-31
output/httpd: change "struct" to "class"
Max Kellermann
2013-12-31
output/httpd: move code to methods Delay(), Play(), Cancel()
Max Kellermann
2013-12-31
output/httpd: move Cast() into the class
Max Kellermann
2013-12-31
output/httpd: add methods Init(), Finish()
Max Kellermann
2013-12-31
output/httpd: use reference instead of pointer
Max Kellermann
2013-12-04
system/Resolver: sockaddr_to_string() returns std::string()
Max Kellermann
2013-11-26
HttpdOutputPlugin.cxx: fix null pointer dereference
Denis Krjuchkov
2013-10-28
*: use nullptr instead of NULL
Max Kellermann
2013-10-20
TagType: rename enum tag_type to TagType
Max Kellermann
2013-10-02
output/httpd: don't include glib.h in header
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-09-04
system/resolver: convert to C++
Max Kellermann
2013-08-07
Makefile.am: move sources to libsystem.a
Max Kellermann
2013-08-04
EncoderPlugin: pass config_param reference
Max Kellermann
2013-08-04
OutputPlugin: pass config_param reference
Max Kellermann
2013-08-03
audio_format: convert to C++
Max Kellermann
2013-07-30
tag: convert to C++
Max Kellermann
2013-07-30
encoder_api: convert to C++
Max Kellermann
2013-07-30
output_api: convert to C++
Max Kellermann
2013-05-12
timer: convert to class
Denis Krjuchkov
2013-04-17
encoder_list: convert to C++
Max Kellermann
2013-01-30
output/httpd: use the BufferedSocket class for HttpdClient
Max Kellermann
2013-01-30
ServerSocket: replace callback with virtual method
Max Kellermann
2013-01-30
output/httpd: safer cast, consider offset
Max Kellermann
2013-01-30
output/httpd: add constructor, destructor, Configure()
Max Kellermann
2013-01-30
ServerSocket: expose the class
Max Kellermann
2013-01-30
ServerSocket: move to libevent.a
Max Kellermann
2013-01-30
page: convert to C++
Max Kellermann
2013-01-30
icy_server: convert to C++
Max Kellermann
2013-01-30
icy_server: pass pointer to _metadata_page()
Max Kellermann
2013-01-27
output/httpd: move functions into the HttpdOutput class
Max Kellermann
2013-01-27
output/httpd: rename struct httpd_output
Max Kellermann
2013-01-15
ServerSocket: use the SocketMonitor class
Max Kellermann
2013-01-15
server_socket: convert to C++
Max Kellermann
2013-01-15
output/httpd: convert to C++
Max Kellermann