aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-08directory: eliminate CamelCaseMax Kellermann9-58/+58
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann11-68/+79
2008-10-08database: removed printDirectoryInfo()Max Kellermann3-14/+5
2008-10-08directory: moved code to database.cMax Kellermann13-336/+425
2008-10-08directory: converted isRootDirectory() to an inline functionMax Kellermann2-6/+10
2008-10-08song: don't allow calling song_get_url(NULL)Max Kellermann2-7/+2
2008-10-08song: use song_file_update() in song_file_load()Max Kellermann1-10/+3
2008-10-08song: song_file_update() returns boolMax Kellermann3-6/+6
2008-10-08song: don't check song_is_file() in song_file_update()Max Kellermann1-17/+16
2008-10-08song: removed CamelCaseMax Kellermann13-58/+59
2008-10-08song: replaced all song constructorsMax Kellermann5-28/+49
2008-10-08playlist: simplified setPlaylistRandomStatus()Max Kellermann1-16/+15
2008-10-08use the "bool" data type instead of "int"Max Kellermann20-65/+74
2008-10-08don't include os_compat.hMax Kellermann62-38/+143
2008-10-08CPP include cleanupMax Kellermann5-8/+4
2008-10-08notify: removed the "Notify" typedefMax Kellermann7-19/+29
2008-10-08song: converted typedef Song to struct songMax Kellermann26-118/+196
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann11-87/+102
2008-10-08update: merged exploreDirectory() into updateDirectory()Max Kellermann3-49/+15
2008-10-08directory: added directory_is_empty()Max Kellermann2-1/+9
2008-10-08directory: moved code to update.cMax Kellermann8-586/+653
2008-10-08dirvec: moved code to dirvec.cMax Kellermann3-62/+75
2008-10-08notify: loop while no signal is pendingMax Kellermann1-2/+1
2008-10-07song: really make the song struct non-packedMax Kellermann1-1/+1
2008-10-07directory: fix return value in removeDeletedFromDirectoryEric Wong1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong3-11/+28
2008-10-07directory: use songvec_for_each for iteratorsEric Wong1-28/+30
2008-10-07song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann2-20/+19
2008-10-07songvec: pass const pointersMax Kellermann2-4/+10
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2-14/+11
2008-10-07songvec: lock traversals for thread-safe updates/readsEric Wong1-10/+34
2008-10-07songvec: add songvec_for_each iteratorEric Wong2-0/+15
2008-10-07song: replace printSong* with song_print_*Eric Wong4-14/+14
2008-10-07Assert if we don't have song or song->url setEric Wong2-4/+10
2008-10-06autotools: tidy up make distEric Wong2-144/+1
2008-10-06song: stop storing song_typeEric Wong6-27/+22
2008-10-06song: don't make the struct packedMax Kellermann2-2/+2
2008-10-06song: use flex arrays to store song->urlEric Wong4-17/+25
2008-10-06song: get rid of newNullSong()Eric Wong3-16/+3
2008-10-06song: call freeJustSong if newSong failsEric Wong1-1/+1
2008-10-06command: fix return statusEric Wong1-17/+8
2008-10-06directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-06tag: merge clearMpdTag into tag_freeEric Wong1-12/+2
2008-10-06command: get rid of specialized list handlersEric Wong1-88/+67
2008-10-06directory: simplify list update handling logicEric Wong3-111/+83
2008-10-06main_notify: define main_task so we can use it for assertionsEric Wong2-1/+6
2008-10-06directory: streamline deletesEric Wong1-17/+15
2008-09-29pcm_utils: 24 bit supportMax Kellermann1-0/+67
2008-09-29pcm_utils: moved code to special 8/16 bit functionsMax Kellermann1-72/+93
2008-09-29pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann3-22/+28