| Commit message (Expand) | Author | Files | Lines |
2008-10-06 | directory: streamline deletes | Eric Wong | 1 | -17/+15 |
2008-09-29 | directory: isRootDirectory() is a one-liner | Eric Wong | 1 | -4/+1 |
2008-09-29 | directory: writeDirectoryInfo propagates errors | Eric Wong | 1 | -21/+19 |
2008-09-29 | directory: make it clear that DIRECTORY_MTIME is deprecated | Eric Wong | 1 | -1/+1 |
2008-09-29 | directory: remove "Mp3" references | Eric Wong | 1 | -17/+17 |
2008-09-29 | directory: remove shortname arguments everywhere | Eric Wong | 1 | -80/+41 |
2008-09-29 | directory: replace DirectoryList with dirvec | Eric Wong | 1 | -195/+96 |
2008-09-29 | directory: remove unused CPP defines | Eric Wong | 1 | -4/+0 |
2008-09-29 | songvec_free => songvec_destroy | Eric Wong | 1 | -1/+1 |
2008-09-29 | directory.c: kill unnecessary includes | Eric Wong | 1 | -4/+1 |
2008-09-29 | directory: update playlist version if updated | Eric Wong | 1 | -1/+6 |
2008-09-23 | directory: fix leak introduced with threaded update | Eric Wong | 1 | -1/+1 |
2008-09-23 | Remove EINTR checking for open(2) | Eric Wong | 1 | -1/+1 |
2008-09-23 | directory: don't leak file handles if we get a corrupt db | Eric Wong | 1 | -1/+1 |
2008-09-23 | directory: update do its work inside a thread | Eric Wong | 1 | -106/+50 |
2008-09-23 | directory: use enum update_return for return values II | Max Kellermann | 1 | -16/+21 |
2008-09-23 | directory: use enum update_return for return values | Eric Wong | 1 | -72/+49 |
2008-09-23 | workaround race condition on updates with broken signal blocking | Eric Wong | 1 | -39/+50 |
2008-09-23 | Replace SongList with struct songvec | Eric Wong | 1 | -47/+47 |
2008-09-23 | directory: remove unused updateMp3Directory() function | Eric Wong | 1 | -18/+0 |
2008-09-23 | start using prefixcmp() | Eric Wong | 1 | -15/+8 |
2008-09-23 | Directory: don't allocate stat information dynamically | Eric Wong | 1 | -44/+19 |
2008-09-07 | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 1 | -7/+6 |
2008-09-07 | directory: don't pass "fd" to updateInit() | Max Kellermann | 1 | -11/+4 |
2008-09-07 | directory: printDirectoryInfo() does not call commandError() | Max Kellermann | 1 | -3/+1 |
2008-09-07 | directory: don't pass fd to traverseAllIn() | Max Kellermann | 1 | -7/+5 |
2008-09-07 | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 1 | -12/+11 |
2008-09-07 | song: moved code to song_print.c, song_save.c | Max Kellermann | 1 | -0/+2 |
2008-09-06 | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 1 | -2/+2 |
2008-08-29 | tag: static directory name | Max Kellermann | 1 | -5/+3 |
2008-08-28 | client: renamed all public functions | Max Kellermann | 1 | -1/+1 |
2008-08-28 | renamed interface.c to client.c | Max Kellermann | 1 | -1/+1 |
2008-08-28 | include cleanup | Max Kellermann | 1 | -0/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -6/+2 |
2008-04-12 | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 1 | -1/+0 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -30/+38 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -14/+14 |
2008-01-26 | fixed invalid C prototypes | Max Kellermann | 1 | -1/+1 |
2008-01-03 | directory: allow db_file to reside on / once again | Eric Wong | 1 | -0/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -5/+0 |
2008-01-03 | directory.c: get rid of the horrid dirname(3) and libgen.h dependency | Eric Wong | 1 | -13/+3 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -139/+87 |
2007-08-27 | removing debug messages from signal handlers | J. Alexander Treuman | 1 | -6/+8 |
2007-07-16 | Extra debug output | Qball Cow | 1 | -3/+16 |
2007-05-26 | "unable open" -> "unable to open" | J. Alexander Treuman | 1 | -1/+1 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -33/+15 |
2007-05-24 | Don't list playlists in lsinfo if the path isn't the root directory (they | J. Alexander Treuman | 1 | -1/+9 |
2007-04-26 | Fixing some code that was rendered unreadable by indent. | J. Alexander Treuman | 1 | -6/+2 |
2007-04-25 | Set directory_dbModTime when writing the db, so that it will be set after | J. Alexander Treuman | 1 | -2/+6 |
2007-04-25 | fials -> fails | J. Alexander Treuman | 1 | -2/+2 |