aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-07directory: use songvec_for_each for iteratorsEric Wong1-28/+30
2008-10-07dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong1-12/+9
2008-10-07Assert if we don't have song or song->url setEric Wong1-2/+2
2008-10-06song: stop storing song_typeEric Wong1-1/+1
2008-10-06song: use flex arrays to store song->urlEric Wong1-1/+1
2008-10-06directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-06directory: simplify list update handling logicEric Wong1-45/+60
2008-10-06directory: streamline deletesEric Wong1-17/+15
2008-09-29directory: isRootDirectory() is a one-linerEric Wong1-4/+1
2008-09-29directory: writeDirectoryInfo propagates errorsEric Wong1-21/+19
2008-09-29directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong1-1/+1
2008-09-29directory: remove "Mp3" referencesEric Wong1-17/+17
2008-09-29directory: remove shortname arguments everywhereEric Wong1-80/+41
2008-09-29directory: replace DirectoryList with dirvecEric Wong1-195/+96
2008-09-29directory: remove unused CPP definesEric Wong1-4/+0
2008-09-29songvec_free => songvec_destroyEric Wong1-1/+1
2008-09-29directory.c: kill unnecessary includesEric Wong1-4/+1
2008-09-29directory: update playlist version if updatedEric Wong1-1/+6
2008-09-23directory: fix leak introduced with threaded updateEric Wong1-1/+1
2008-09-23Remove EINTR checking for open(2)Eric Wong1-1/+1
2008-09-23directory: don't leak file handles if we get a corrupt dbEric Wong1-1/+1
2008-09-23directory: update do its work inside a threadEric Wong1-106/+50
2008-09-23directory: use enum update_return for return values IIMax Kellermann1-16/+21
2008-09-23directory: use enum update_return for return valuesEric Wong1-72/+49
2008-09-23workaround race condition on updates with broken signal blockingEric Wong1-39/+50
2008-09-23Replace SongList with struct songvecEric Wong1-47/+47
2008-09-23directory: remove unused updateMp3Directory() functionEric Wong1-18/+0
2008-09-23start using prefixcmp()Eric Wong1-15/+8
2008-09-23Directory: don't allocate stat information dynamicallyEric Wong1-44/+19
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-7/+6
2008-09-07directory: don't pass "fd" to updateInit()Max Kellermann1-11/+4
2008-09-07directory: printDirectoryInfo() does not call commandError()Max Kellermann1-3/+1
2008-09-07directory: don't pass fd to traverseAllIn()Max Kellermann1-7/+5
2008-09-07directory: don't pass fd to traverseAllIn() callbacksMax Kellermann1-12/+11
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-0/+2
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann1-2/+2
2008-08-29tag: static directory nameMax Kellermann1-5/+3
2008-08-28client: renamed all public functionsMax Kellermann1-1/+1
2008-08-28renamed interface.c to client.cMax Kellermann1-1/+1
2008-08-28include cleanupMax Kellermann1-0/+1
2008-04-12clean up CPP includesMax Kellermann1-6/+2
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-1/+0
2008-02-05fix -Wconst warningsMax Kellermann1-30/+38
2008-01-26fixed -Wshadow warningsMax Kellermann1-14/+14
2008-01-26fixed invalid C prototypesMax Kellermann1-1/+1
2008-01-03directory: allow db_file to reside on / once againEric Wong1-0/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-5/+0
2008-01-03directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong1-13/+3
2007-12-28Merge branches/ew r7104Eric Wong1-139/+87
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman1-6/+8