| Commit message (Expand) | Author | Age | Files | Lines |
* | directory: remove redundant sanitizePathDup | Eric Wong | 2008-09-29 | 1 | -15/+7 |
* | update: move path sanitation up the stack to avoid extra copies | Eric Wong | 2008-09-29 | 1 | -12/+26 |
* | clean up updateInit calling and error handling | Eric Wong | 2008-09-28 | 1 | -8/+4 |
* | directory: isRootDirectory() is a one-liner | Eric Wong | 2008-09-28 | 1 | -4/+1 |
* | directory: writeDirectoryInfo propagates errors | Eric Wong | 2008-09-28 | 1 | -28/+19 |
* | directory: make it clear that DIRECTORY_MTIME is deprecated | Eric Wong | 2008-09-28 | 1 | -1/+1 |
* | directory: remove "Mp3" references | Eric Wong | 2008-09-28 | 1 | -17/+17 |
* | directory: remove shortname arguments everywhere | Eric Wong | 2008-09-28 | 1 | -79/+40 |
* | directory: replace DirectoryList with dirvec | Eric Wong | 2008-09-28 | 1 | -195/+96 |
* | directory: remove unused CPP defines | Eric Wong | 2008-09-28 | 1 | -4/+0 |
* | songvec_free => songvec_destroy | Eric Wong | 2008-09-28 | 1 | -1/+1 |
* | directory.c: kill unnecessary includes | Eric Wong | 2008-09-28 | 1 | -4/+0 |
* | directory: update playlist version if updated | Eric Wong | 2008-09-28 | 1 | -1/+6 |
* | Revert "directory: serialize freeSong() within the main thread" | Eric Wong | 2008-09-23 | 1 | -9/+1 |
* | directory: use songvec_free to prevent memory leaks. | Eric Wong | 2008-09-23 | 1 | -2/+1 |
* | directory: fix leak introduced with threaded update | Eric Wong | 2008-09-23 | 1 | -1/+1 |
* | directory: serialize freeSong() within the main thread | Eric Wong | 2008-09-23 | 1 | -1/+10 |
* | Remove EINTR checking for open(2) | Eric Wong | 2008-09-22 | 1 | -2/+1 |
* | directory: don't leak file handles if we get a corrupt db | Eric Wong | 2008-09-22 | 1 | -1/+1 |
* | Merge branch 'ew/directory' | Eric Wong | 2008-09-22 | 1 | -177/+96 |
|\ |
|
| * | directory: update do its work inside a thread | Eric Wong | 2008-09-22 | 1 | -108/+50 |
| * | directory: use enum update_return for return values | Eric Wong | 2008-09-22 | 1 | -72/+49 |
* | | Merge branch 'ew/directory' | Eric Wong | 2008-09-20 | 1 | -119/+105 |
|\| |
|
| * | workaround race condition on updates with broken signal blocking | Eric Wong | 2008-09-20 | 1 | -39/+50 |
| * | Replace SongList with struct songvec | Eric Wong | 2008-09-20 | 1 | -47/+47 |
| * | directory: remove unused updateMp3Directory() function | Eric Wong | 2008-09-20 | 1 | -18/+0 |
| * | start using prefixcmp() | Eric Wong | 2008-09-20 | 1 | -15/+8 |
* | | Oops, open() with O_CREAT is nicer with a mode | Eric Wong | 2008-09-20 | 1 | -1/+1 |
|/ |
|
* | Move away from fprintf() when writing DB/state_file | Eric Wong | 2008-09-18 | 1 | -16/+21 |
* | Directory: don't allocate stat information dynamically | Eric Wong | 2008-09-18 | 1 | -44/+19 |
* | Merge branch 'mk/client' | Eric Wong | 2008-09-09 | 1 | -2/+2 |
|\ |
|
| * | client: renamed all public functions | Max Kellermann | 2008-09-01 | 1 | -1/+1 |
| * | renamed interface.c to client.c | Max Kellermann | 2008-09-01 | 1 | -1/+1 |
* | | directory: printDirectoryInfo() does not call commandError() | Max Kellermann | 2008-09-09 | 1 | -3/+1 |
* | | directory: don't pass fd to traverseAllIn() | Max Kellermann | 2008-09-09 | 1 | -7/+5 |
* | | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 2008-09-09 | 1 | -12/+11 |
* | | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 2008-09-09 | 1 | -2/+2 |
* | | tag: static directory name | Max Kellermann | 2008-09-02 | 1 | -5/+3 |
|/ |
|
* | include cleanup | Max Kellermann | 2008-08-31 | 1 | -0/+1 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -6/+2 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -1/+0 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -30/+38 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -14/+14 |
* | fixed invalid C prototypes | Max Kellermann | 2008-01-26 | 1 | -1/+1 |
* | directory: allow db_file to reside on / once again | Eric Wong | 2008-01-03 | 1 | -0/+2 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -5/+0 |
* | directory.c: get rid of the horrid dirname(3) and libgen.h dependency | Eric Wong | 2008-01-03 | 1 | -13/+3 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -139/+87 |
* | removing debug messages from signal handlers | J. Alexander Treuman | 2007-08-27 | 1 | -6/+8 |
* | Extra debug output | Qball Cow | 2007-07-16 | 1 | -3/+16 |