aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-05song: use flex arrays to store song->urlEric Wong1-1/+1
2008-10-05directory: fix writeDirectoryDBEric Wong1-2/+4
2008-10-04directory: reuse existing directory if found on updateEric Wong1-4/+9
2008-10-03directory: simplify list update handling logicEric Wong1-59/+61
2008-10-03directory: streamline deletesEric Wong1-17/+15
2008-09-29directory: remove redundant sanitizePathDupEric Wong1-15/+7
2008-09-29update: move path sanitation up the stack to avoid extra copiesEric Wong1-12/+26
2008-09-28clean up updateInit calling and error handlingEric Wong1-8/+4
2008-09-28directory: isRootDirectory() is a one-linerEric Wong1-4/+1
2008-09-28directory: writeDirectoryInfo propagates errorsEric Wong1-28/+19
2008-09-28directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong1-1/+1
2008-09-28directory: remove "Mp3" referencesEric Wong1-17/+17
2008-09-28directory: remove shortname arguments everywhereEric Wong1-79/+40
2008-09-28directory: replace DirectoryList with dirvecEric Wong1-195/+96
2008-09-28directory: remove unused CPP definesEric Wong1-4/+0
2008-09-28songvec_free => songvec_destroyEric Wong1-1/+1
2008-09-28directory.c: kill unnecessary includesEric Wong1-4/+0
2008-09-28directory: update playlist version if updatedEric Wong1-1/+6
2008-09-23Revert "directory: serialize freeSong() within the main thread"Eric Wong1-9/+1
2008-09-23directory: use songvec_free to prevent memory leaks.Eric Wong1-2/+1
2008-09-23directory: fix leak introduced with threaded updateEric Wong1-1/+1
2008-09-23directory: serialize freeSong() within the main threadEric Wong1-1/+10
2008-09-22Remove EINTR checking for open(2)Eric Wong1-2/+1
2008-09-22directory: don't leak file handles if we get a corrupt dbEric Wong1-1/+1
2008-09-22directory: update do its work inside a threadEric Wong1-108/+50
2008-09-22directory: use enum update_return for return valuesEric Wong1-72/+49
2008-09-20workaround race condition on updates with broken signal blockingEric Wong1-39/+50
2008-09-20Replace SongList with struct songvecEric Wong1-47/+47
2008-09-20directory: remove unused updateMp3Directory() functionEric Wong1-18/+0
2008-09-20start using prefixcmp()Eric Wong1-15/+8
2008-09-20Oops, open() with O_CREAT is nicer with a modeEric Wong1-1/+1
2008-09-18Move away from fprintf() when writing DB/state_fileEric Wong1-16/+21
2008-09-18Directory: don't allocate stat information dynamicallyEric Wong1-44/+19
2008-09-09directory: printDirectoryInfo() does not call commandError()Max Kellermann1-3/+1
2008-09-09directory: don't pass fd to traverseAllIn()Max Kellermann1-7/+5
2008-09-09directory: don't pass fd to traverseAllIn() callbacksMax Kellermann1-12/+11
2008-09-09dbUtils, playlist, directory: pass constant pointersMax Kellermann1-2/+2
2008-09-02tag: static directory nameMax Kellermann1-5/+3
2008-09-01client: renamed all public functionsMax Kellermann1-1/+1
2008-09-01renamed interface.c to client.cMax Kellermann1-1/+1
2008-08-31include 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