summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-28playlist: make single mode 'sticky'Andrew Morgan
2010-09-25eliminate g_error() usageThomas Jansen
2010-09-25output/httpd: bind_to_address support (including IPv6)Thomas Jansen
2010-09-25conf: Whitespace cosmeticsThomas Jansen
2010-09-23playlist: fix "queued" check in playlist_sync()Max Kellermann
2010-09-23decoder/mp4ff: support more variations of "album artist"Max Kellermann
2010-09-23listen: fix "unused parameter" warning on WIN32Max Kellermann
2010-09-23main: Add Windows Service supportDenis Krjuchkov
2010-09-23playlist_state: Fix the "state" line in the outputThomas Jansen
2010-09-23zeroconf-bonjour: use g_htons() instead of htons()Max Kellermann
2010-09-23directory: cast DEVICE_INARCHIVE, DEVICE_CONTAINER to dev_tMax Kellermann
2010-09-23playlist_database: initialize pm.mtimeMax Kellermann
2010-09-23fd_util: work around aliasing warning in recvmsg_cloexec()Max Kellermann
2010-09-23output/httpd: access sockaddr_storage object directlyMax Kellermann
2010-09-23decoder_control: use g_free() to manage mixramp allocationsMax Kellermann
2010-09-07update_walk: update existing playlist entryMax Kellermann
2010-09-07playlist_vector: update_or_add() returns boolMax Kellermann
2010-08-31output/httpd: implement "pause"Max Kellermann
2010-08-31output/httpd: forced flush after 32 kB of input dataMax Kellermann
2010-08-23ReplayGain filter: allow gain > 100 %Johan Kiviniemi
2010-08-03fd_util: add function dup_cloexec()Max Kellermann
2010-08-03fd_util: add function recvmsg_cloexec()Max Kellermann
2010-08-03fd_util: add function socketpair_cloexec()Max Kellermann
2010-07-25playlist_song: fix memory leakMax Kellermann
2010-07-25directory: free playlist vector in directory_free()Max Kellermann
2010-07-25queue_save: save tags and range of non-database songsMax Kellermann
2010-07-25song_save: save start_ms and end_msMax Kellermann
2010-07-25queue_save: simplify get_song()Max Kellermann
2010-07-25{queue,song}_print: print relative paths if possibleMax Kellermann
2010-07-25queue_print: hide HTTP password in the "playlist" commandMax Kellermann
2010-07-25queue_save: move code to queue_save_song()Max Kellermann
2010-07-25queue_save: queue_load_song() returns voidMax Kellermann
2010-07-25song_save: song_load() returns NULL instead of falseMax Kellermann
2010-07-25state_file: use the text_file libraryMax Kellermann
2010-07-25playlist_state: simplify printf() callsMax Kellermann
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann
2010-07-25directory_save: duplicate the playlist nameMax Kellermann
2010-07-23Added album tag support for libgme decoderRasi
2010-07-21update: store playlist files in databaseMax Kellermann
2010-07-21song_save: pass const songvec to songvec_save()Max Kellermann
2010-07-21song_save: include cleanupMax Kellermann
2010-07-21database: remove outdated commentMax Kellermann
2010-07-20tag_rva2: move code to rva2_apply_data()Max Kellermann
2010-07-20tag_rva2: add struct rva2_dataMax Kellermann
2010-07-20tag_rva2: name the CHANNEL_* enumMax Kellermann
2010-07-20decoder/mad: move RVA2 code to tag_rva2.cMax Kellermann
2010-07-20Merge release 0.15.12 from branch 'v0.15.x'Max Kellermann
2010-07-20replay_gain_info: fix indentationMax Kellermann
2010-07-20input/curl: remove assertion after curl_multi_fdset()Max Kellermann
2010-07-20input/curl: query timeout from CURLMax Kellermann