aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* pcm_prng: renamed prng() to pcm_prng()Max Kellermann2009-01-073-3/+4
* pcm_utils: moved code to pcm_mix.cMax Kellermann2009-01-076-93/+151
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-079-109/+171
* pcm_utils: export pcm_range()Max Kellermann2009-01-072-14/+16
* removed dlist.hMax Kellermann2009-01-072-485/+0
* curl: use GQueue instead of dlist.h for buffer listMax Kellermann2009-01-071-69/+138
* client: use GList instead of dlist.hMax Kellermann2009-01-071-37/+47
* input_curl: disable "seekable" when icy-metadata is enabledMax Kellermann2009-01-071-1/+1
* locate: fix strcmp() return value checkMax Kellermann2009-01-051-1/+1
* fix G_BYTE_ORDER checkMax Kellermann2009-01-054-4/+4
* configure.ac: use AC_CHECK_HEADERS to check for locale.hMax Kellermann2009-01-051-2/+2
* use GLib byte order macrosMax Kellermann2009-01-054-10/+11
* tag: allocate space for null terminator in clear_non_printable()Max Kellermann2009-01-041-3/+1
* database: use stdboolMax Kellermann2009-01-043-26/+27
* database: db_init() initializes library, does not updateMax Kellermann2009-01-043-9/+25
* stats: added stats_update()Max Kellermann2009-01-044-7/+11
* removed the "condition" libraryMax Kellermann2009-01-043-124/+0
* update: use notify.h instead of condition.hMax Kellermann2009-01-041-12/+10
* event_pipe: removed the unused function event_pipe_wait()Max Kellermann2009-01-042-16/+4
* don't exit after --create-dbMax Kellermann2009-01-043-14/+2
* update: refresh stats when database update is finishedMax Kellermann2009-01-041-0/+5
* update: splitted reap_update_task()Max Kellermann2009-01-041-17/+30
* initialize GError pointersMax Kellermann2009-01-044-4/+4
* path, tag: don't allocate GError for charset conversionMax Kellermann2009-01-043-19/+7
* path: removed pfx_dir()Max Kellermann2009-01-044-41/+10
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-046-7/+7
* song: allocate the result of song_get_url()Max Kellermann2009-01-0413-85/+110
* directory: added directory_is_root()Max Kellermann2009-01-046-8/+18
* mapper: allocate the result of map_fs_to_utf8()Max Kellermann2009-01-043-11/+10
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-043-5/+4
* playlist: use GLib loggingMax Kellermann2009-01-041-21/+19
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-046-18/+29
* update: removed struct delete_dataMax Kellermann2009-01-041-9/+3
* ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann2009-01-044-59/+39
* update: moved code to update_regular_file()Max Kellermann2009-01-041-26/+35
* song: removed duplicate '\n' checkMax Kellermann2009-01-041-5/+2
* ls: include cleanupMax Kellermann2009-01-043-9/+7
* update: moved code to directory_exists(), fix typoMax Kellermann2009-01-041-9/+18
* playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann2009-01-043-14/+13
* command: check URI scheme in "addid"Max Kellermann2009-01-041-12/+22
* command: added variable "uri" to command handlersMax Kellermann2009-01-041-20/+24
* player_thread: fix cross-fading duplicate chunk bugMax Kellermann2009-01-041-0/+8
* input_curl: enabled Icy-Metadata supportMax Kellermann2009-01-032-12/+97
* added library for parsing icy-metadataMax Kellermann2009-01-033-1/+275
* input_stream: added tag() methodMax Kellermann2009-01-036-78/+129
* tag: added function tag_merge()Max Kellermann2009-01-032-0/+55
* decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann2009-01-031-7/+17
* tag: revert g_strescape() patchMax Kellermann2009-01-031-7/+56
* player: emit PLAYLIST event when stream tag changesMax Kellermann2009-01-031-0/+7
* utils: removed unused functionsMax Kellermann2009-01-034-112/+8