aboutsummaryrefslogtreecommitdiffstats
path: root/src/myfprintf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fdprintf and vfdprintf get error handlingEric Wong2008-09-181-12/+20
* client: renamed all public functionsMax Kellermann2008-09-011-1/+1
* renamed interface.c to client.cMax Kellermann2008-09-011-1/+1
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-1/+1
* clean up CPP includesMax Kellermann2008-04-121-2/+0
* use size_tMax Kellermann2008-03-261-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-8/+1
* Merge branches/ew r7104Eric Wong2007-12-281-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* More (v)snprintf-related buffer over-allocations removedEric Wong2007-02-191-1/+1
* This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich2006-08-201-1/+1
* logging cleanupsEric Wong2006-08-011-51/+3
* myfprintf: parse paths so we can reopen log files correctlyEric Wong2006-07-301-2/+2
* fix some warnings introduced in the big malloc-reduction patchEric Wong2006-07-301-3/+5
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-47/+29
* Add mpd-indent.shAvuton Olrich2006-07-201-58/+65
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* [CLEANUP] Make static what makes sense.Avuton Olrich2006-07-141-6/+6
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* myfprintf: we should be near -ke speeds on most desktopsEric Wong2006-03-291-3/+1
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-181-0/+7
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-061-5/+4
* todo updateWarren Dukes2004-11-031-1/+0
* potential fix for avuton's bugWarren Dukes2004-07-121-0/+1
* potential fixes for NHI\'s bugsWarren Dukes2004-07-121-7/+9
* fix C99 stuff for commandErrorWarren Dukes2004-06-151-11/+8
* clean-up a wee-bit of codeWarren Dukes2004-04-291-2/+7
* log cycling and a few cleanupsWarren Dukes2004-04-151-1/+34
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* make some code look neaterWarren Dukes2004-04-131-3/+3
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-131-11/+28
* import from SF CVSWarren Dukes2004-02-231-0/+70