aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* icy_server: don't export icy_server_metadata_string()Max Kellermann2009-04-13
* httpd: use C99 "bool" instead of GLib's gbooleanMax Kellermann2009-04-13
* httpd: use g_ascii_strncasecmp() to compare headersMax Kellermann2009-04-13
* Implemented basic icy support for the httpd outputHagen Schink2009-04-13
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-13
* log: removed "unused" attribute from log_level parameterMax Kellermann2009-04-10
* decoder: prefer wildmidi over fluidsynthAvuton Olrich2009-04-06
* vorbis: move #define out of function to top of sourcesAvuton Olrich2009-04-02
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-02
* configure.ac: renamed --enable-mod to --enable-mikmodMax Kellermann2009-04-01
* httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann2009-04-01
* configure.ac: renamed --enable-oggvorbis to --enable-vorbisMax Kellermann2009-04-01
* command: added command "sticker find"Max Kellermann2009-04-01
* Move db_get_song into sub-handlers. (FReq 2112)Eric Wollesen2009-04-01
* song_sticker: added song_sticker_find()Max Kellermann2009-04-01
* sticker: added sticker_find()Max Kellermann2009-04-01
* directory: added directory_lookup_song()Max Kellermann2009-04-01
* directory: renamed directory_get_directory()Max Kellermann2009-04-01
* sticker_print: new library for sending stickers to a clientMax Kellermann2009-04-01
* sticker: pass const sticker to sticker_foreach()Max Kellermann2009-04-01
* client, event_pipe: explicitly ignore the write() resultMax Kellermann2009-04-01
* socket_util: fixed format warningMax Kellermann2009-04-01
* flac: fixed "unused variable" warning without libcueMax Kellermann2009-04-01
* Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil2009-03-31
* track length is computed correctly nowJochen Keil2009-03-31
* free previously allocated flac metadata objectJochen Keil2009-03-31
* remove old commented codeJochen Keil2009-03-31
* Build tags from information in cue sheetsJochen Keil2009-03-31
* do not consider single mode with "next" commandRomain Bignon2009-03-31
* client: group static function declarations together.Avuton Olrich2009-03-30
* queue_print: queue_print_song_info() is not necessry for export.Avuton Olrich2009-03-30
* queue: queue_generate_id() is not necessary for export.Avuton Olrich2009-03-30
* player_control: remove unused function playerCurrentDecodeSong().Avuton Olrich2009-03-30
* conf: config_param_free() not necessary for export.Avuton Olrich2009-03-30
* command: command_error() is not necessary for export.Avuton Olrich2009-03-30
* client: client_write() does not necessary for export.Avuton Olrich2009-03-30
* implemented the 'consume' modeRomain Bignon2009-03-30
* Bugfix for time/offset in flac pluginJochen Keil2009-03-28
* mixer: assert that the new volume value is validMax Kellermann2009-03-27
* mpcdec: changed plugin name to "mpcdec"Max Kellermann2009-03-27
* mpcdec: support the new libmpcdec SV8 APIMax Kellermann2009-03-27
* mpcdec: no CamelCaseMax Kellermann2009-03-27
* tag_pool: use memcmp() instead of strcmp() for non-terminated stringMax Kellermann2009-03-27
* tag_pool: use size_t for string lengthMax Kellermann2009-03-27
* event_pipe can only be non-blocking if !WIN32Sean McNamara2009-03-27
* More debugging for Win32 ioctlsocket: complain if it's not a WinsockSean McNamara2009-03-27
* Add winsock2 headers for curl's use of select() on socketsSean McNamara2009-03-27
* Uniform getaddrinfo() on WIN32 or POSIX, because MinGW now supports itSean McNamara2009-03-27
* Winsock2 is needed on MinGW (or other pure Win32 toolchains) forSean McNamara2009-03-27
* sticker: move SQLite statements into an arrayMax Kellermann2009-03-27