Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -11/+11 | |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -1/+1 | |
2013-10-02 | output/httpd: don't include glib.h in header | Max Kellermann | 1 | -1/+3 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -8/+8 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -35/+30 | |
Replaces GLib's GError. | |||||
2013-09-04 | system/resolver: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -2/+2 | |
2013-08-04 | EncoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 | |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -12/+10 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -4/+4 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -3/+4 | |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | 1 | -6/+5 | |
2013-07-30 | output_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-05-12 | timer: convert to class | Denis Krjuchkov | 1 | -8/+8 | |
2013-04-17 | encoder_list: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | ServerSocket: replace callback with virtual method | Max Kellermann | 1 | -25/+23 | |
2013-01-30 | output/httpd: safer cast, consider offset | Max Kellermann | 1 | -10/+16 | |
2013-01-30 | output/httpd: add constructor, destructor, Configure() | Max Kellermann | 1 | -48/+59 | |
2013-01-30 | ServerSocket: expose the class | Max Kellermann | 1 | -8/+7 | |
Eliminate the C wrappers. | |||||
2013-01-30 | ServerSocket: move to libevent.a | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | page: convert to C++ | Max Kellermann | 1 | -11/+11 | |
2013-01-30 | icy_server: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | icy_server: pass pointer to _metadata_page() | Max Kellermann | 1 | -3/+6 | |
Don't use va_list. | |||||
2013-01-27 | output/httpd: move functions into the HttpdOutput class | Max Kellermann | 1 | -155/+136 | |
2013-01-27 | output/httpd: rename struct httpd_output | Max Kellermann | 1 | -25/+25 | |
2013-01-15 | ServerSocket: use the SocketMonitor class | Max Kellermann | 1 | -1/+3 | |
2013-01-15 | server_socket: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-15 | output/httpd: convert to C++ | Max Kellermann | 1 | -144/+91 | |
2012-10-02 | output/httpd: make variables more local | Max Kellermann | 1 | -31/+16 | |
2012-08-14 | output/httpd: move delay from _pause() to _delay() | Max Kellermann | 1 | -1/+5 | |
2012-08-14 | output/httpd: fix throttling bug after resuming playback | Max Kellermann | 1 | -0/+8 | |
Reset the timer when paused and no client is connected. This fixes Mantis ticket 0003527. | |||||
2012-08-14 | output/httpd: move code to _has_clients() | Max Kellermann | 1 | -11/+27 | |
2011-09-20 | socket_util: move sockaddr_to_string() to resolver.c | Max Kellermann | 1 | -1/+1 | |
2011-09-20 | fd_util: add function close_socket() | Max Kellermann | 1 | -2/+2 | |
Wrap close(), use closesocket() on WIN32/WinSock. | |||||
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -27/+41 | |
Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs. | |||||
2011-09-17 | output: per-plugin header | Max Kellermann | 1 | -0/+1 | |
Move the "extern" declarations from output_list.c, for more type safety. | |||||
2011-07-20 | encoder_plugin: add method pre_tag() | Max Kellermann | 1 | -1/+1 | |
In the "vorbis" plugin, this is a copy of the old flush() method, while flush() gets a lot of code remove, it just sets the "flush" flag and nothing else. It doesn't start a new stream now, which should fix a few problems in some players. | |||||
2011-07-20 | output/httpd: explicitly convert size_t to bool in pause() | Max Kellermann | 1 | -1/+2 | |
2011-07-18 | output/httpd: add missing g_free in error path | Jonathan Neuschäfer | 1 | -0/+1 | |
2011-03-18 | output/httpd: include sys/socket.h only when building with libwrap | Max Kellermann | 1 | -1/+1 | |
Fixes build failure on WIN32. | |||||
2011-03-09 | output/httpd: include sys/socket.h for AF_UNIX | Ulrich Spörlein | 1 | -0/+1 | |
2011-02-09 | output/httpd: initialize unflushed_input | Thomas Jansen | 1 | -0/+1 | |
This fixes the following valgrind warning occuring on the first call of httpd_output_read_page: ==20124== Conditional jump or move depends on uninitialised value(s) ==20124== at 0x425E65: httpd_output_read_page (httpd_output_plugin.c:240) ==20124== by 0x426087: httpd_output_open (httpd_output_plugin.c:279) ==20124== by 0x41D862: ao_open (output_plugin.h:206) ==20124== by 0x41E133: audio_output_task (output_thread.c:590) | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-11-05 | output/httpd: implement delay() | Max Kellermann | 1 | -2/+11 | |
2010-10-05 | output/httpd: use the new server_socket library | Max Kellermann | 1 | -96/+31 | |
2010-10-05 | output/httpd: don't close socket in open() failure | Max Kellermann | 1 | -2/+0 | |
This cleanup call is obsolete, since we moved the binding code to enable()/disable(). | |||||
2010-10-03 | output/httpd: MIME type audio/ogg for Ogg Vorbis | Max Kellermann | 1 | -1/+1 | |
RFC 5334 10.3 defines the MIME type "audio/ogg". We could use "application/ogg" as well, but we know for sure that we only emit audio data. | |||||
2010-09-25 | output/httpd: bind_to_address support (including IPv6) | Thomas Jansen | 1 | -12/+52 | |
Added support for a new optional configuration setting for the httpd output named "bind_to_address". Setting it to a specific IP address (v4 or v6) will cause the httpd output to bind to that address exclusively. Supporting multiple addresses in parallel is future work. This implements the feature requests #2998 and #2646. | |||||
2010-09-23 | output/httpd: access sockaddr_storage object directly | Max Kellermann | 1 | -3/+2 | |
Work around aliasing warning. |