index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-23
directory: update do its work inside a thread
Eric Wong
1
-1
/
+1
2008-09-23
start using prefixcmp()
Eric Wong
1
-1
/
+1
2008-09-08
output: static audio_output_plugin list as array
Max Kellermann
1
-1
/
+0
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
1
-1
/
+1
2008-08-28
client: renamed all public functions
Max Kellermann
1
-4
/
+4
2008-08-28
renamed interface.c to client.c
Max Kellermann
1
-1
/
+1
2008-08-28
include cleanup
Max Kellermann
1
-1
/
+0
2008-08-26
moved code to pc_init(), dc_init()
Max Kellermann
1
-0
/
+6
2008-08-26
renamed player.c to player_control.c
Max Kellermann
1
-1
/
+1
2008-08-26
renamed decoderInit() to decoder_thread_start()
Max Kellermann
1
-1
/
+1
2008-08-26
renamed decode.c to decoder_thread.c
Max Kellermann
1
-1
/
+1
2008-08-26
moved global variable "pc" to player.h
Max Kellermann
1
-0
/
+1
2008-08-26
moved variable "dc" to decode.h
Max Kellermann
1
-0
/
+1
2008-08-26
moved code to player_thread.c
Max Kellermann
1
-2
/
+2
2008-08-26
renamed functions in decoder_list.h
Max Kellermann
1
-4
/
+4
2008-08-26
renamed inputPlugin.* to decoder_list.*
Max Kellermann
1
-1
/
+1
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
1
-2
/
+2
2008-06-02
remove audioDeviceStates from playerData and getPlayerData
Eric Wong
1
-1
/
+0
2008-04-13
Stop passing our single DecoderControl object everywhere
Eric Wong
1
-1
/
+1
2008-04-13
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
1
-1
/
+1
2008-04-12
Fix the problem of songs not advancing without client activity
Eric Wong
1
-16
/
+2
2008-04-12
pass dc to decoder_task()
Max Kellermann
1
-1
/
+1
2008-04-12
pass pc to player_task()
Max Kellermann
1
-1
/
+1
2008-04-12
use the notify API in the main thread
Max Kellermann
1
-0
/
+16
2008-04-12
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
1
-0
/
+2
2008-03-26
moved handlePendingSignals() check into while() condition
Max Kellermann
1
-3
/
+2
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-14
/
+1
2007-12-28
Merge branches/ew r7104
Eric Wong
1
-2
/
+2
2007-06-04
Don't initialize zeroconf until after we've daemonized and log output has
J. Alexander Treuman
1
-3
/
+2
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
1
-29
/
+15
2007-04-25
Removing references to options.updateDB in main.c.
J. Alexander Treuman
1
-9
/
+1
2007-04-05
The massive copyright update
Avuton Olrich
1
-2
/
+2
2007-02-18
Reverting all of my localization changes. It was a horrible
J. Alexander Treuman
1
-3
/
+0
2007-01-17
Call initLocalization() earlier so that errors, --version, etc. output
J. Alexander Treuman
1
-1
/
+1
2007-01-11
Added zeroconf service publishing using avahi
Jim Ramsay
1
-0
/
+3
2007-01-08
Convert log messages sent to stdout to the current locale's charset.
J. Alexander Treuman
1
-1
/
+1
2007-01-08
Moving localization stuff from path.c to localization.c so we can reuse it
J. Alexander Treuman
1
-0
/
+3
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
1
-1
/
+1
2006-08-14
Several bugfixes during exit found by valgrind
Eric Wong
1
-2
/
+2
2006-08-07
sparse / gcc-2.95 / -pedantic fixes
Eric Wong
1
-1
/
+2
2006-08-06
merge changes from mpd-tree:
Warren Dukes
1
-70
/
+19
2006-08-03
main.c: initialize the verbose flag correctly
Eric Wong
1
-0
/
+1
2006-08-01
logging cleanups
Eric Wong
1
-75
/
+7
2006-07-30
Standardize state_file handling routines.
Eric Wong
1
-4
/
+3
2006-07-30
remove deprecated myfprintf wrapper
Eric Wong
1
-4
/
+4
2006-07-27
Use AudioCompress for volume normalization
J. Alexander Treuman
1
-0
/
+3
2006-07-24
Open the db file before daemonizing/creating the master process, so we can ha...
J. Alexander Treuman
1
-2
/
+1
2006-07-21
Initialize more stuff before daemonizing so we exit properly on fatal errors
J. Alexander Treuman
1
-4
/
+5
2006-07-20
Rolling back change to when we redirect to logs. Turns out it silenced fatal...
J. Alexander Treuman
1
-5
/
+1
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-1
/
+1
[next]