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