aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* todo updateWarren Dukes2004-06-201-0/+7
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1583 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* todo updateWarren Dukes2004-06-201-0/+6
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1580 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* use getdtablesize() to get the max number of fd'sWarren Dukes2004-06-201-10/+2
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1579 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix poping at the beginng of mp3'sWarren Dukes2004-06-201-12/+17
| | | | | Theory: in previous versions, dither struct was static, which by definetion means its initiallized as all O's. However, i removed static from the dither structbut then its not initialized. Thus dithering started with some random stuff in the bit buckets. Should be fixed now. git-svn-id: https://svn.musicpd.org/mpd/trunk@1578 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* put CHUNK_SIZE backWarren Dukes2004-06-201-2/+2
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1577 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* todo updateWarren Dukes2004-06-201-6/+0
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1576 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix playlistid command so it can take an argumentWarren Dukes2004-06-191-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1575 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix move commandWarren Dukes2004-06-191-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1574 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* bump version numberWarren Dukes2004-06-191-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1573 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence ↵Warren Dukes2004-06-195-10/+20
| | | | | when switch songs git-svn-id: https://svn.musicpd.org/mpd/trunk@1572 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* DEBUG messageWarren Dukes2004-06-191-2/+7
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1571 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* uber minor tweaksWarren Dukes2004-06-192-5/+7
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1563 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* actually, scratch the last changeWarren Dukes2004-06-173-22/+2
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1524 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* check in configure script if iconv() needs CONSTWarren Dukes2004-06-173-2/+22
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1523 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* include sys/time.hWarren Dukes2004-06-171-0/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1522 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* add LIBMIKMOD_LDADD to MPD_LIBSWarren Dukes2004-06-171-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1520 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* bump release date back a dayWarren Dukes2004-06-171-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1518 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* add copyright noticesWarren Dukes2004-06-165-0/+90
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1512 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix C99 stuff for commandErrorWarren Dukes2004-06-159-48/+53
| | | | | also some slight optimizations to interfacePrintWithFD() and myfprintf() git-svn-id: https://svn.musicpd.org/mpd/trunk@1503 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* todo updateWarren Dukes2004-06-151-0/+4
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1499 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* authors updatesWarren Dukes2004-06-141-2/+2
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1491 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* update install w/ mikmod infoWarren Dukes2004-06-141-1/+4
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1490 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* upgrade UPGRADINGWarren Dukes2004-06-142-1/+12
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1489 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* change ACK error codesWarren Dukes2004-06-141-7/+9
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1484 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* add default port change to ChangeLogWarren Dukes2004-06-141-1/+2
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1482 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* forget to set playlist.current = 0 when toggling randomWarren Dukes2004-06-141-0/+1
| | | | | and doing swapOrder(playlist.current, 0) git-svn-id: https://svn.musicpd.org/mpd/trunk@1480 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* bug fix for deleting a song when the last song or next to last song is ↵Warren Dukes2004-06-141-4/+4
| | | | | playing and causing playlist.current to be set to -1 git-svn-id: https://svn.musicpd.org/mpd/trunk@1479 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* update mpd man page with --no-create-db optionWarren Dukes2004-06-131-2/+8
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1473 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* comment on song id's vs playlist position commandsWarren Dukes2004-06-131-0/+10
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1472 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* slight bug fix for making sure url's obey the RFC'sWarren Dukes2004-06-131-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1470 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* updated changelog for 0.11.0Warren Dukes2004-06-131-0/+22
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1466 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* update changelog with 0.10.4 changesWarren Dukes2004-06-131-0/+7
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1465 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix some docbook stuffWarren Dukes2004-06-131-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1464 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* more MPD-Protocol.xml progressWarren Dukes2004-06-131-16/+33
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1463 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* more progroess on MPD-Protocol.xmlWarren Dukes2004-06-131-9/+80
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1462 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* make swapid and deleteid actually workWarren Dukes2004-06-131-2/+2
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1461 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* make seekid actually workWarren Dukes2004-06-131-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1460 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* make playid actually workWarren Dukes2004-06-131-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1459 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* change 'Num' => 'Pos" for positionWarren Dukes2004-06-131-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1455 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* docbook MPD Protocol documentation beginningsWarren Dukes2004-06-131-0/+244
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1454 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* update mpd manpage and sample config file with replaygain andWarren Dukes2004-06-123-6/+16
| | | | | audio_output_format options git-svn-id: https://svn.musicpd.org/mpd/trunk@1453 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* update COMMANDS docs, I'll be rewriting this hopefully in a usefulWarren Dukes2004-06-121-4/+36
| | | | | document format soon git-svn-id: https://svn.musicpd.org/mpd/trunk@1452 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* change 'current' command to 'currentsong'Warren Dukes2004-06-121-3/+3
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1447 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* when we create log files, be sure to they're umasked to 066Warren Dukes2004-06-121-1/+9
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1443 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-1211-38/+106
| | | | | | warnings are buffered until the error log is opened, and then flushed to the error log. git-svn-id: https://svn.musicpd.org/mpd/trunk@1442 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-103-9/+8
| | | | | | not time played, for previous add a hack where we record the difference in time between previous presses git-svn-id: https://svn.musicpd.org/mpd/trunk@1440 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* minor little cleanupsWarren Dukes2004-06-102-18/+24
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1439 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* todo updateWarren Dukes2004-06-102-4/+13
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1433 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix bug where inputStream_httpRead was returning 0 when cnnection closed,Warren Dukes2004-06-091-3/+4
| | | | | but data is still left in the buffer git-svn-id: https://svn.musicpd.org/mpd/trunk@1425 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix some streaming metadata issuesWarren Dukes2004-06-094-9/+19
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@1416 09075e82-0dd4-0310-85a5-a0d7c8717e4f