aboutsummaryrefslogtreecommitdiff
path: root/src/output/httpd_output_plugin.c
Commit message (Expand)AuthorAge
* output/httpd: convert to C++Max Kellermann2013-01-15
* output/httpd: make variables more localMax Kellermann2012-10-02
* output/httpd: move delay from _pause() to _delay()Max Kellermann2012-08-14
* output/httpd: fix throttling bug after resuming playbackMax Kellermann2012-08-14
* output/httpd: move code to _has_clients()Max Kellermann2012-08-14
* socket_util: move sockaddr_to_string() to resolver.cMax Kellermann2011-09-20
* Merge branch 'v0.16.x'Max Kellermann2011-09-20
|\
| * fd_util: add function close_socket()Max Kellermann2011-09-20
* | output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-19
* | output: per-plugin headerMax Kellermann2011-09-17
* | Merge branch 'v0.16.x'Max Kellermann2011-07-20
|\|
| * encoder_plugin: add method pre_tag()Max Kellermann2011-07-20
| * output/httpd: explicitly convert size_t to bool in pause()Max Kellermann2011-07-20
* | Merge branch 'v0.16.x'Max Kellermann2011-07-19
|\|
| * output/httpd: add missing g_free in error pathJonathan Neuschäfer2011-07-18
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\|
| * output/httpd: include sys/socket.h only when building with libwrapMax Kellermann2011-03-18
| * output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein2011-03-09
| * output/httpd: initialize unflushed_inputThomas Jansen2011-02-09
* | copyright year 2011Max Kellermann2011-01-29
|/
* output/httpd: implement delay()Max Kellermann2010-11-05
* output/httpd: use the new server_socket libraryMax Kellermann2010-10-05
* output/httpd: don't close socket in open() failureMax Kellermann2010-10-05
* output/httpd: bind_to_address support (including IPv6)Thomas Jansen2010-09-25
* output/httpd: access sockaddr_storage object directlyMax Kellermann2010-09-23
* output/httpd: implement "pause"Max Kellermann2010-08-31
* output/httpd: forced flush after 32 kB of input dataMax Kellermann2010-08-31
* output/httpd: add libwrap supportTim Phipps2010-06-06
* output/httpd: added name/genre/website configurationJames Pike2010-04-05
* Add support for building httpd_output plugin for win32Avuton Olrich2010-03-22
* Update copyright notices.Avuton Olrich2009-12-31
* httpd: use get_mime_type to determine encoder contentViliam Mateicka2009-12-03
* include config.h in all sourcesMax Kellermann2009-11-12
* fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-08
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-07
* output/httpd: moved code to httpd_output_bind()Max Kellermann2009-11-07
* output/httpd: bind port when output is enabledMax Kellermann2009-11-05
* httpd: add config option to limit number of clientsViliam Mateicka2009-10-29
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* output/httpd: removed duplicate sys/types.h includeMax Kellermann2009-07-14
* output/httpd: include sys/types.hMax Kellermann2009-07-06
* latest git, httpd_output_plugin compile fix, mac os xPatrik Weiskircher2009-05-10
* httpd_output: save the page generated by encoder_tag()Max Kellermann2009-05-05
* httpd_output: moved code to httpd_output_encoder_to_clients()Max Kellermann2009-05-05
* httpd_output: disable Icy-Metadata when encoder supports tagsMax Kellermann2009-05-05
* httpd_output: assert that tag!=NULLMax Kellermann2009-05-05
* Implemented basic icy support for the httpd outputHagen Schink2009-04-13
* httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann2009-04-01
* httpd: fixed encoder plugin checkJeffrey Middleton2009-03-17
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-15