aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-05main: print usage to stdoutMax Kellermann1-26/+25
2008-11-05log: removed warning bufferMax Kellermann1-1/+0
2008-11-05main: initialize locale (LC_CTYPE)Max Kellermann1-0/+9
2008-11-05path: no CamelCaseMax Kellermann1-2/+2
2008-11-05enable GLib threadingMax Kellermann1-0/+3
2008-11-05main: don't close all file descriptors on startupMax Kellermann1-11/+0
2008-11-02music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann1-2/+2
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann1-1/+1
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-2/+3
2008-10-26input_stream: no CamelCaseMax Kellermann1-1/+1
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann1-1/+1
2008-10-26input_stream: added input_stream_global_finish()Max Kellermann1-0/+1
2008-10-22command: no CamelCaseMax Kellermann1-2/+2
2008-10-15mapper: moved musicDir initialization from path.cMax Kellermann1-0/+3
2008-10-14command: added command "idle"Max Kellermann1-0/+9
2008-10-14changed package name to "mpd-mk", updated version numberMax Kellermann1-1/+2
2008-10-09update: don't export updateDirectory()Max Kellermann1-1/+2
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-6/+6
2008-10-08directory: moved code to database.cMax Kellermann1-1/+1
2008-10-08directory: moved code to update.cMax Kellermann1-0/+1
2008-09-29directory: remove "Mp3" referencesEric Wong1-3/+3
2008-09-24notify: added notify_deinit()Max Kellermann1-0/+4
2008-09-23directory: update do its work inside a threadEric Wong1-1/+1
2008-09-23start using prefixcmp()Eric Wong1-1/+1
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-1/+0
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-1/+1
2008-08-28client: renamed all public functionsMax Kellermann1-4/+4
2008-08-28renamed interface.c to client.cMax Kellermann1-1/+1
2008-08-28include cleanupMax Kellermann1-1/+0
2008-08-26moved code to pc_init(), dc_init()Max Kellermann1-0/+6
2008-08-26renamed player.c to player_control.cMax Kellermann1-1/+1
2008-08-26renamed decoderInit() to decoder_thread_start()Max Kellermann1-1/+1
2008-08-26renamed decode.c to decoder_thread.cMax Kellermann1-1/+1
2008-08-26moved global variable "pc" to player.hMax Kellermann1-0/+1
2008-08-26moved variable "dc" to decode.hMax Kellermann1-0/+1
2008-08-26moved code to player_thread.cMax Kellermann1-2/+2
2008-08-26renamed functions in decoder_list.hMax Kellermann1-4/+4
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann1-1/+1
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-2/+2
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-1/+0
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-16/+2
2008-04-12pass dc to decoder_task()Max Kellermann1-1/+1
2008-04-12pass pc to player_task()Max Kellermann1-1/+1
2008-04-12use the notify API in the main threadMax Kellermann1-0/+16
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+2
2008-03-26moved handlePendingSignals() check into while() conditionMax Kellermann1-3/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-14/+1
2007-12-28Merge branches/ew r7104Eric Wong1-2/+2