chiark / gitweb /
Do not fatal-error when deleting a global pref that does not exist.
[disorder] / lib / trackdb.c
2011-07-30 Richard KettlewellDo not fatal-error when deleting a global pref that...
2011-07-30 Richard KettlewellEmit a log event when a global pref changes.
2011-05-28 Richard KettlewellMerge up to 5.0.2
2010-07-18 Richard KettlewellMerge memory hygeine branch
2010-06-17 Richard KettlewellEject a bunch of never-read variables, to reduce noise...
2010-06-17 Richard KettlewellMore clang-inspired fixes
2010-06-17 Richard KettlewellFix trackdb_search() deadlock handling.
2009-11-26 Richard KettlewellMerge Disobedience playlist support.
2009-11-22 Richard Kettlewell(Slightly scrappy) new playlist box
2009-11-20 Richard KettlewellUse libsamplerate in disorder-normalize, if available...
2009-11-20 Richard Kettlewellerror/fatal/info -> disorder_error/fatal/info
2009-11-20 Richard Kettlewellerror/fatal/info -> disorder_error/fatal/info
2009-10-25 Richard KettlewellMore comments.
2009-10-25 Richard KettlewellMore comments
2009-10-25 Richard KettlewellMore comments
2009-10-25 Richard KettlewellMore comments.
2009-10-25 Richard KettlewellImprove doc comments.
2009-10-25 Richard KettlewellTidy up trackdb_deinit() further, and include disorder...
2009-10-25 Richard Kettlewelltrackdb_deinit() kills stats subprocesses. Resolves...
2009-10-25 Richard KettlewellCleaner subprocess shutdow in trackdb_deinit().
2009-10-24 Richard KettlewellMerge playlist support.
2009-10-18 Richard KettlewellMerge from disorder.dev.
2009-10-18 Richard KettlewellShun time(), since on Linux it is not monotonic with...
2009-10-17 Richard KettlewellFix mis-merged trackdb_open().
2009-10-15 Richard KettlewellMerge from trunk
2009-10-10 Richard KettlewellMerge playlist support.
2009-05-24 Richard KettlewellDon't attempt to set the database version if TRACKDB_RE...
2009-02-17 Richard KettlewellMerge playlist branch against trunk to date.
2009-02-15 Richard KettlewellSet resource limits on the server to prevent more than...
2008-12-30 Richard KettlewellClose down databases on database-open error more carefu...
2008-10-25 Richard KettlewellDoxygen-clean
2008-10-19 Richard KettlewellSwitch to GPL v3
2008-07-19 Richard KettlewellLow level playlist database operations: read, createwri...
2008-06-28 Richard KettlewellSynchronize with DisOrder 4.1
2008-06-26 Richard KettlewellNew tracks list can no longer contains dupes
2008-06-24 Richard KettlewellWhen listing newly added tracks, skip ones that are...
2008-06-24 Richard KettlewellUse email_valid() to check email addresses throughout
2008-06-15 Richard KettlewellMerge the Disobedience rewrite.
2008-06-15 Richard KettlewellMake logevent keys consistently use '_' again.
2008-06-15 Richard KettlewellMerge from 4.0 branch
2008-06-15 Richard Kettlewelluser-* event log messages for benefit of admin users...
2008-06-15 Richard Kettlewelladd a TODO
2008-06-15 Richard KettlewellMerge from disorder.4.0 up to 4.0.1
2008-06-12 Richard KettlewellWhen listing a directory which contains an alias for...
2008-06-02 Richard KettlewellBuild fix for Linux
2008-05-25 Richard KettlewellSource code reorganization:
2008-05-25 Richard KettlewellQuieten over-pick compiler.
2008-05-25 Richard KettlewellMerge event scheduling implementation. This fixes...
2008-05-24 Richard KettlewellShadow disorder.dev
2008-05-24 Richard KettlewellBack end for scheduling code (cf defect #6). Currently...
2008-05-18 Richard KettlewellMerge disorder.macros branch.
2008-05-18 Richard KettlewellAdd a new 'wait' flag to the rescan command. This...
2008-05-18 Richard KettlewellTranslate preferences page to the new order.
2008-04-26 Richard KettlewellLog the time at which newly noticed tracks are added...
2008-04-25 Richard KettlewellMerge MDW's one-pass track picker
2008-04-20 Richard KettlewellMerge from 3.0 fixes branch
2008-04-20 Richard KettlewellClients now test whether users.db is readable before...
2008-04-20 Richard KettlewellMerge disorder.userman branch
2008-04-20 Richard KettlewellMerge more 3.0 branch changes
2008-04-20 Richard KettlewellMerge from 3.0 branch
2008-04-20 Richard KettlewellMerge fixes up to 3.0.1
2008-04-19 Richard KettlewellThe server now treats setting an empty email address...
2008-04-12 Richard KettlewellUse disorder-choose to pick random tracks.
2008-04-10 Richard Kettlewelldisorder-choose now supports everything that the old...
2008-04-10 Richard KettlewellNew disorder-choose program for performing random selec...
2008-01-20 Richard KettlewellA bit more doxygenization.
2008-01-19 Richard KettlewellReport an error if we cannot open the user database.
2008-01-12 Richard KettlewellBuild fix
2008-01-06 Richard KettlewellWhen shutting down, kill -rescan and wait for it to...
2008-01-01 Richard Kettlewelltypo
2007-12-31 Richard Kettlewelldisorder-rescan can now suppress the check phase, which...
2007-12-31 rjk@greenend.org.uk'confirm' now logs the user in (and sends back their...
2007-12-23 rjk@greenend.org.ukdoxygen cleanup
2007-12-22 Richard KettlewellSplit base64 code into a separate .c so that the server...
2007-12-22 Richard Kettlewelldisorder setup-guest + docs + tests
2007-12-21 Richard Kettlewellregister/confirm commands, and tests, and docs
2007-12-21 Richard Kettlewellmissing initialization
2007-12-21 Richard Kettlewelldefault_rights directive
2007-12-21 Richard Kettlewellrights now apply to commands; docs catch up a bit
2007-12-20 Richard Kettlewelladd "users" command
2007-12-20 Richard Kettlewelluserinfo/edituser implementation
2007-12-20 Richard KettlewellUse users.db. trackdb* moves to lib/, as it's now...