aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11CPP include cleanupMax Kellermann4-4/+3
2008-10-11song: converted typedef Song to struct songMax Kellermann15-90/+99
2008-10-11directory: converted typedef Directory to struct directoryMax Kellermann9-84/+89
2008-10-11update: merged exploreDirectory() into updateDirectory()Max Kellermann3-49/+15
2008-10-11directory: added directory_is_empty()Max Kellermann2-1/+6
2008-10-11directory: moved code to update.cMax Kellermann8-571/+629
2008-10-11dirvec: moved code to dirvec.cMax Kellermann3-62/+75
2008-10-11song: really make the song struct non-packedMax Kellermann1-1/+1
2008-10-11song: don't make the struct packedMax Kellermann2-2/+2
2008-10-07directory: fix return value in removeDeletedFromDirectoryEric Wong1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong3-11/+27
2008-10-07directory: use songvec_for_each for iteratorsEric Wong3-63/+56
2008-10-07dbUtils: more cleanupsEric Wong1-11/+3
2008-10-07song: Add song_print_url_xEric Wong2-0/+8
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2-22/+14
2008-10-07songvec: lock traversals for thread-safe updates/readsEric Wong1-10/+34
2008-10-06song: add print_song_info_x for iterators tha pass void *Eric Wong2-0/+8
2008-10-05songvec: add songvec_for_each iteratorEric Wong2-0/+15
2008-10-05song: replace printSong* with song_print_*Eric Wong5-24/+23
2008-10-05wavpack: remove C99 initializersEric Wong1-12/+16
2008-10-05dbUtils: remove C99 initializerEric Wong1-3/+2
2008-10-05Assert if we don't have song or song->url setEric Wong2-4/+10
2008-10-05autotools: tidy up make distEric Wong2-144/+2
2008-10-05song: stop storing song_typeEric Wong5-29/+22
2008-10-05song: use flex arrays to store song->urlEric Wong3-19/+24
2008-10-05song: converted "type" to enumMax Kellermann2-5/+8
2008-10-05song: get rid of newNullSong()Eric Wong1-15/+4
2008-10-05song: call freeJustSong if newSong failsEric Wong1-1/+1
2008-10-05playlist.h: fix build for folks that don't -DMPD_PATH_MAX=...Eric Wong1-0/+1
2008-10-05decode: fix build for folks that don't -DMPD_PATH_MAX=...Eric Wong1-0/+1
2008-10-05directory: fix writeDirectoryDBEric Wong1-2/+4
2008-10-05command: fix return statusEric Wong1-16/+6
2008-10-04playlist: fix "currentsong" at end-of-playlistEric Wong1-4/+11
2008-10-04directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-04song: better handling of existing songs when rereading DBEric Wong1-4/+13
2008-10-03tag: merge clearMpdTag into tag_freeEric Wong1-12/+2
2008-10-03song: start avoiding race in updateSongInfoEric Wong1-9/+12
2008-10-03command: get rid of specialized list handlersEric Wong1-106/+67
2008-10-03directory: simplify list update handling logicEric Wong3-100/+71
2008-10-03main_notify: define main_task so we can use it for assertionsEric Wong2-0/+7
2008-10-03directory: streamline deletesEric Wong1-17/+15
2008-10-03song: start avoiding race in updateSongInfoEric Wong1-9/+12
2008-10-03playlist: small lines of code reductionEric Wong1-96/+47
2008-10-02Revert "Start using song pointers in core data structures"Eric Wong8-49/+44
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong31-132/+150
2008-09-29allow searching for albums with an empty tagEric Wong2-1/+25
2008-09-29directory: remove redundant sanitizePathDupEric Wong1-15/+7
2008-09-29update: move path sanitation up the stack to avoid extra copiesEric Wong3-30/+58
2008-09-29command: don't clobber next list value when preparsingEric Wong1-3/+6
2008-09-29flac: removed FlacData.chunk_lengthMax Kellermann4-9/+3