aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-20fd_util: add function close_socket()Max Kellermann1-2/+2
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-27/+41
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-07-20encoder_plugin: add method pre_tag()Max Kellermann1-1/+1
2011-07-20output/httpd: explicitly convert size_t to bool in pause()Max Kellermann1-1/+2
2011-07-18output/httpd: add missing g_free in error pathJonathan Neuschäfer1-0/+1
2011-03-18output/httpd: include sys/socket.h only when building with libwrapMax Kellermann1-1/+1
2011-03-09output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein1-0/+1
2011-02-09output/httpd: initialize unflushed_inputThomas Jansen1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-11-05output/httpd: implement delay()Max Kellermann1-2/+11
2010-10-05output/httpd: use the new server_socket libraryMax Kellermann1-96/+31
2010-10-05output/httpd: don't close socket in open() failureMax Kellermann1-2/+0
2010-10-03output/httpd: MIME type audio/ogg for Ogg VorbisMax Kellermann1-1/+1
2010-09-25output/httpd: bind_to_address support (including IPv6)Thomas Jansen1-12/+52
2010-09-23output/httpd: access sockaddr_storage object directlyMax Kellermann1-3/+2
2010-08-31output/httpd: implement "pause"Max Kellermann1-0/+19
2010-08-31output/httpd: forced flush after 32 kB of input dataMax Kellermann1-0/+15
2010-06-06output/httpd: add libwrap supportTim Phipps1-0/+28
2010-04-05output/httpd: added name/genre/website configurationJames Pike1-0/+6
2010-03-22Add support for building httpd_output plugin for win32Avuton Olrich1-0/+5
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-03httpd: use get_mime_type to determine encoder contentViliam Mateicka1-7/+6
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-08fd_util: added O_NONBLOCK functionsMax Kellermann1-1/+2
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-2/+3
2009-11-07output/httpd: moved code to httpd_output_bind()Max Kellermann1-28/+48
2009-11-05output/httpd: bind port when output is enabledMax Kellermann1-13/+42
2009-10-29httpd: add config option to limit number of clientsViliam Mateicka1-3/+14
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-3/+2
2009-07-14output/httpd: removed duplicate sys/types.h includeMax Kellermann1-4/+0
2009-07-06output/httpd: include sys/types.hMax Kellermann1-0/+1
2009-05-10latest git, httpd_output_plugin compile fix, mac os xPatrik Weiskircher1-0/+4
2009-05-05httpd_output: save the page generated by encoder_tag()Max Kellermann1-0/+21
2009-05-05httpd_output: moved code to httpd_output_encoder_to_clients()Max Kellermann1-14/+32
2009-05-05httpd_output: disable Icy-Metadata when encoder supports tagsMax Kellermann1-15/+24
2009-05-05httpd_output: assert that tag!=NULLMax Kellermann1-8/+7
2009-04-13Implemented basic icy support for the httpd outputHagen Schink1-1/+36
2009-04-01httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann1-1/+1
2009-03-17httpd: fixed encoder plugin checkJeffrey Middleton1-1/+1
2009-03-15httpd: new output plugin to replace "shout"Max Kellermann1-0/+393