aboutsummaryrefslogtreecommitdiff
path: root/src/directory.c
Commit message (Expand)AuthorAge
* song: use flex arrays to store song->urlEric Wong2008-10-06
* directory: reuse existing directory if found on updateEric Wong2008-10-06
* directory: simplify list update handling logicEric Wong2008-10-06
* directory: streamline deletesEric Wong2008-10-06
* directory: isRootDirectory() is a one-linerEric Wong2008-09-29
* directory: writeDirectoryInfo propagates errorsEric Wong2008-09-29
* directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong2008-09-29
* directory: remove "Mp3" referencesEric Wong2008-09-29
* directory: remove shortname arguments everywhereEric Wong2008-09-29
* directory: replace DirectoryList with dirvecEric Wong2008-09-29
* directory: remove unused CPP definesEric Wong2008-09-29
* songvec_free => songvec_destroyEric Wong2008-09-29
* directory.c: kill unnecessary includesEric Wong2008-09-29
* directory: update playlist version if updatedEric Wong2008-09-29
* directory: fix leak introduced with threaded updateEric Wong2008-09-23
* Remove EINTR checking for open(2)Eric Wong2008-09-23
* directory: don't leak file handles if we get a corrupt dbEric Wong2008-09-23
* directory: update do its work inside a threadEric Wong2008-09-23
* directory: use enum update_return for return values IIMax Kellermann2008-09-23
* directory: use enum update_return for return valuesEric Wong2008-09-23
* workaround race condition on updates with broken signal blockingEric Wong2008-09-23
* Replace SongList with struct songvecEric Wong2008-09-23
* directory: remove unused updateMp3Directory() functionEric Wong2008-09-23
* start using prefixcmp()Eric Wong2008-09-23
* Directory: don't allocate stat information dynamicallyEric Wong2008-09-23
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-07
* directory: don't pass "fd" to updateInit()Max Kellermann2008-09-07
* directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-07
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-07
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-06
* tag: static directory nameMax Kellermann2008-08-29
* client: renamed all public functionsMax Kellermann2008-08-28
* renamed interface.c to client.cMax Kellermann2008-08-28
* include cleanupMax Kellermann2008-08-28
* clean up CPP includesMax Kellermann2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed -Wshadow warningsMax Kellermann2008-01-26
* fixed invalid C prototypesMax Kellermann2008-01-26
* directory: allow db_file to reside on / once againEric Wong2008-01-03
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong2008-01-03
* Merge branches/ew r7104Eric Wong2007-12-28
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-27
* Extra debug outputQball Cow2007-07-16
* "unable open" -> "unable to open"J. Alexander Treuman2007-05-26
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman2007-05-24