aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-25eliminate g_error() usageThomas Jansen27-103/+166
2010-09-25output/httpd: bind_to_address support (including IPv6)Thomas Jansen1-12/+52
2010-09-25conf: Whitespace cosmeticsThomas Jansen1-9/+9
2010-09-23playlist: fix "queued" check in playlist_sync()Max Kellermann1-1/+1
2010-09-23decoder/mp4ff: support more variations of "album artist"Max Kellermann1-0/+4
2010-09-23listen: fix "unused parameter" warning on WIN32Max Kellermann1-0/+2
2010-09-23main: Add Windows Service supportDenis Krjuchkov5-1/+228
2010-09-23playlist_state: Fix the "state" line in the outputThomas Jansen1-1/+1
2010-09-23zeroconf-bonjour: use g_htons() instead of htons()Max Kellermann1-1/+1
2010-09-23directory: cast DEVICE_INARCHIVE, DEVICE_CONTAINER to dev_tMax Kellermann1-2/+2
2010-09-23playlist_database: initialize pm.mtimeMax Kellermann1-1/+3
2010-09-23fd_util: work around aliasing warning in recvmsg_cloexec()Max Kellermann1-2/+2
2010-09-23output/httpd: access sockaddr_storage object directlyMax Kellermann1-3/+2
2010-09-23decoder_control: use g_free() to manage mixramp allocationsMax Kellermann3-20/+10
2010-09-07update_walk: update existing playlist entryMax Kellermann1-1/+3
2010-09-07playlist_vector: update_or_add() returns boolMax Kellermann2-2/+10
2010-08-31output/httpd: implement "pause"Max Kellermann1-0/+19
2010-08-31output/httpd: forced flush after 32 kB of input dataMax Kellermann2-0/+23
2010-08-23ReplayGain filter: allow gain > 100 %Johan Kiviniemi1-3/+11
2010-08-03fd_util: add function dup_cloexec()Max Kellermann2-0/+17
2010-08-03fd_util: add function recvmsg_cloexec()Max Kellermann2-0/+49
2010-08-03fd_util: add function socketpair_cloexec()Max Kellermann2-0/+35
2010-07-25playlist_song: fix memory leakMax Kellermann1-0/+2
2010-07-25directory: free playlist vector in directory_free()Max Kellermann1-0/+2
2010-07-25queue_save: save tags and range of non-database songsMax Kellermann5-21/+63
2010-07-25song_save: save start_ms and end_msMax Kellermann1-0/+11
2010-07-25queue_save: simplify get_song()Max Kellermann1-10/+3
2010-07-25{queue,song}_print: print relative paths if possibleMax Kellermann4-1/+22
2010-07-25queue_print: hide HTTP password in the "playlist" commandMax Kellermann1-5/+2
2010-07-25queue_save: move code to queue_save_song()Max Kellermann1-7/+11
2010-07-25queue_save: queue_load_song() returns voidMax Kellermann3-11/+7
2010-07-25song_save: song_load() returns NULL instead of falseMax Kellermann1-2/+2
2010-07-25state_file: use the text_file libraryMax Kellermann3-38/+42
2010-07-25playlist_state: simplify printf() callsMax Kellermann1-22/+18
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann5-18/+18
2010-07-25directory_save: duplicate the playlist nameMax Kellermann1-2/+9
2010-07-23Added album tag support for libgme decoderRasi1-0/+2
2010-07-21update: store playlist files in databaseMax Kellermann9-31/+353
2010-07-21song_save: pass const songvec to songvec_save()Max Kellermann2-2/+3
2010-07-21song_save: include cleanupMax Kellermann1-1/+0
2010-07-21database: remove outdated commentMax Kellermann1-1/+0
2010-07-20tag_rva2: move code to rva2_apply_data()Max Kellermann1-11/+16
2010-07-20tag_rva2: add struct rva2_dataMax Kellermann1-18/+39
2010-07-20tag_rva2: name the CHANNEL_* enumMax Kellermann1-12/+12
2010-07-20decoder/mad: move RVA2 code to tag_rva2.cMax Kellermann3-89/+151
2010-07-20replay_gain_info: fix indentationMax Kellermann1-10/+7
2010-07-20input/curl: remove assertion after curl_multi_fdset()Max Kellermann1-2/+0
2010-07-20input/curl: query timeout from CURLMax Kellermann1-1/+18
2010-07-20tag_rva2: set "gain", not "peak"Max Kellermann1-2/+2
2010-07-20decoder/mad: parse_rva2() returns boolMax Kellermann1-9/+8