aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-11playlist/rss: new playlist plugin for RSS feedsMax Kellermann3-0/+348
2010-10-09mixer: winmm_mixer implementedDenis Krjuchkov4-0/+153
2010-10-08win32_output: renamed win32 output plugin to winmmDenis Krjuchkov2-53/+53
2010-10-05output/httpd: use the new server_socket libraryMax Kellermann2-118/+32
2010-10-05listen: move generic code to server_socket.cMax Kellermann3-354/+551
2010-10-05output/httpd: don't close socket in open() failureMax Kellermann1-2/+0
2010-10-05output_all: disable outputs on shutdownMax Kellermann1-0/+1
2010-10-03output/httpd: MIME type audio/ogg for Ogg VorbisMax Kellermann1-1/+1
2010-09-28main_win: replaced g_error usages with MPD_ERRORDenis Krjuchkov1-3/+4
2010-09-28mpd_error: more correct MPD_ERROR implementationDenis Krjuchkov2-3/+3
2010-09-28input/rewind: enable for MMSThomas Jansen1-2/+10
2010-09-28playlist: make single mode 'sticky'Andrew Morgan1-4/+1
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-23rewind_input_plugin: Update MIME not only onceThomas Jansen1-3/+4
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-08Correctly terminate stream_title.Qball Cow1-0/+1
2010-09-07input/curl: fix version check for curl_multi_timeout()Max Kellermann1-1/+1
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-19output_thread: fix race condition after CANCEL commandMax Kellermann1-0/+10
2010-08-19notify: add function notify_clear()Max Kellermann2-0/+12
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