aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* log: moved code to log_init_file()Max Kellermann2008-12-28
* log: merged initLog() and open_log_files().Max Kellermann2008-12-28
* log: moved code to parse_log_level()Max Kellermann2008-12-28
* log: use the GLogLevelFlags typeMax Kellermann2008-12-28
* log: don't manipulate the umaskMax Kellermann2008-12-28
* log: moved code to open_log_file()Max Kellermann2008-12-28
* log: deprecated "error_file" optionMax Kellermann2008-12-28
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-28
* Add RVA2 tag support to MPDPauli Virtanen2008-12-28
* notify: use GLib lockingMax Kellermann2008-12-27
* output_control: no static "notify" initializationMax Kellermann2008-12-27
* cmdline: fixed option_no_createdb usageViliam Mateicka2008-12-27
* cmdline: use g_build_filename() for ~/.mpdconfMax Kellermann2008-12-27
* cmdline: use GLib's option parserMax Kellermann2008-12-27
* cmdline: use gboolean instead of intMax Kellermann2008-12-27
* moved command line parser to cmdline.cMax Kellermann2008-12-27
* audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann2008-12-27
* disable archive API without pluginsMax Kellermann2008-12-27
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-27
|\
| * shout: fixed bad error message printoutViliam Mateicka2008-12-23
| * archiveapi: archive plugin for ISO filesViliam Mateicka2008-12-16
| * archiveapi: archive plugin for ZIP filesViliam Mateicka2008-12-16
| * archiveapi: archive plugin for BZ2 filesViliam Mateicka2008-12-16
| * update: adding archive updating related codeViliam Mateicka2008-12-16
| * song: adding support for songs in archivesViliam Mateicka2008-12-16
| * ls: adding get_archive_by_suffix() functionViliam Mateicka2008-12-16
| * new archive api, input_archive streamViliam Mateicka2008-12-16
| * utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-09
| * decoder: audiofile plugin using input stream instead of fileViliam Mateicka2008-12-03
* | playlist: fix stored playlist modifications with absolute pathsMax Kellermann2008-12-24
* | stored_playlist: fix integer overflow in length estimationMax Kellermann2008-12-24
* | ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-24
* | ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-24
* | Makefile.am: fix sparse invocationMax Kellermann2008-12-24
* | mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann2008-12-24
* | listen: "port" argument is unused when TCP support is disabledMax Kellermann2008-12-24
* | pcm_utils: check pcm_convert()==0Max Kellermann2008-12-24
* | client: always attempt to flush deferred buffersMax Kellermann2008-12-24
* | shout: fixed bad error message printoutViliam Mateicka2008-12-23
* | Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-21
|\ \
| * | Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-20
* | | log: map log level "SECURE" to GLib's "INFO"Max Kellermann2008-12-20
|/ /
* | Remove useless statement.Emanuele Giaquinta2008-12-17
* | player_control: check if errored_song is setMax Kellermann2008-12-17
* | playlist: clear pc.errored_song on deleteMax Kellermann2008-12-17
* | Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-17
* | Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-17
* | Factor computation.Emanuele Giaquinta2008-12-17
* | Use MIN.Emanuele Giaquinta2008-12-17
* | Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-17