aboutsummaryrefslogtreecommitdiffstats
path: root/src/myfprintf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-18fdprintf and vfdprintf get error handlingEric Wong1-12/+20
2008-09-01client: renamed all public functionsMax Kellermann1-1/+1
2008-09-01renamed interface.c to client.cMax Kellermann1-1/+1
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-03-26use size_tMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-8/+1
2007-12-28Merge branches/ew r7104Eric Wong1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-19More (v)snprintf-related buffer over-allocations removedEric Wong1-1/+1
2006-08-20This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich1-1/+1
2006-08-01logging cleanupsEric Wong1-51/+3
2006-07-30myfprintf: parse paths so we can reopen log files correctlyEric Wong1-2/+2
2006-07-30fix some warnings introduced in the big malloc-reduction patchEric Wong1-3/+5
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-47/+29
2006-07-20Add mpd-indent.shAvuton Olrich1-58/+65
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
2006-07-14[CLEANUP] Make static what makes sense.Avuton Olrich1-6/+6
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-29myfprintf: we should be near -ke speeds on most desktopsEric Wong1-3/+1
2005-11-18DJWLindenaar's fix race condition and some memory leaks patchQball Cow1-0/+7
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes1-5/+4
2004-11-03todo updateWarren Dukes1-1/+0
2004-07-12potential fix for avuton's bugWarren Dukes1-0/+1
2004-07-12potential fixes for NHI\'s bugsWarren Dukes1-7/+9
2004-06-15fix C99 stuff for commandErrorWarren Dukes1-11/+8
2004-04-29clean-up a wee-bit of codeWarren Dukes1-2/+7
2004-04-15log cycling and a few cleanupsWarren Dukes1-1/+34
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13make some code look neaterWarren Dukes1-3/+3
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-11/+28