id3fs.git
2010-10-19 Ian BeckwithPath::Node: make type an int not a string
2010-10-19 Ian Beckwithremove more dead code
2010-10-19 Ian Beckwithhandle FIXMEs, remove dead code
2010-10-19 Ian Beckwithdebian/docs: install README and TODO into /usr/share...
2010-10-19 Ian Beckwithid3fsd: drop terminal unless verbose
2010-10-19 Ian Beckwithid3fs-index: update usage and man page
2010-10-19 Ian Beckwithadd META.yml
2010-10-19 Ian Beckwither, thats 3.0 (quilt), obviously
2010-10-19 Ian Beckwithswitch to 3.0 source format, I suppose
2010-10-19 Ian Beckwithid3fsd: update usage
2010-10-19 Ian Beckwithid3fsd: update man page
2010-10-19 Ian Beckwithdebian/control: update long description
2010-10-19 Ian Beckwithupdate MANIFEST
2010-10-19 Ian Beckwithadd README
2010-10-19 Ian Beckwithhandle /NOT/foo/OR/bar
2010-10-19 Ian Beckwithfix relativising symlinks
2010-10-19 Ian Beckwithtidy DB
2010-10-19 Ian Beckwithfix man1 extension
2010-10-19 Ian Beckwithfinish debian/copyright
2010-10-19 Ian Beckwithadd debian/watch
2010-10-19 Ian Beckwithallow lintian to bully me into adding debian/source...
2010-10-19 Ian Beckwithadd copyright/license headers
2010-10-19 Ian Beckwithtidy filtering code, ensure NOARTIST/NOALBUM/TRACKS...
2010-10-19 Ian BeckwithOR: show all unused tags
2010-10-19 Ian Beckwithadded stub ChangeLog
2010-10-19 Ian Beckwithadd TODO
2010-10-19 Ian Beckwithcontrol filters via $ENABLE_FILTER at the top of ID3FS...
2010-10-19 Ian Beckwithadded .gitignore
2010-10-18 Ian Beckwithupdate MANIFEST
2010-10-18 Ian Beckwithadd audiotype/ tags; reenable filters
2010-10-18 Ian Beckwithremove debug code
2010-10-18 Ian BeckwithNode: merge to_sql and node_to_sql
2010-10-18 Ian Beckwithspell ALLTRACKS as TRACKS again, clashes with AND in...
2010-10-18 Ian Beckwithdisable filters again
2010-10-18 Ian Beckwithdrop maxdepth to 10, spell TRACKS as ALLTRACKS
2010-10-18 Ian Beckwithrip out unnecessary references to parents_id
2010-10-18 Ian Beckwithstop special-casing /NOT
2010-10-18 Ian Beckwithreworked DB::new et al *again*
2010-10-18 Ian Beckwithremove some debugging messages
2010-10-18 Ian BeckwithRemove PathElement::*
2010-10-18 Ian Beckwithmerge PathElement::* into Path::Node
2010-10-18 Ian BeckwithPathElement::*: implement id() method
2010-10-18 Ian BeckwithPath::is and Path::at
2010-10-18 Ian Beckwithremove obsolete FIXMEs
2010-10-18 Ian Beckwithtweak indexes in schema
2010-10-18 Ian Beckwithrip out postgres support
2010-10-18 Ian Beckwithfilter out empty TRACKS, NOARTIST, NOALBUM
2010-10-18 Ian Beckwithspecify max tag depth (default: 15)
2010-10-17 Ian BeckwithPathElement::Tag: use parents_id when looking up tag
2010-10-17 Ian Beckwithrevert dirent reordering
2010-10-17 Ian Beckwithtweak relativise
2010-10-17 Ian Beckwithmore code tidying: sql_start()
2010-10-17 Ian Beckwithfix id3fs-index -l
2010-10-17 Ian Beckwithtidy code
2010-10-17 Ian Beckwithmerge duplicate id lookup functions
2010-10-17 Ian Beckwithremove dead code
2010-10-17 Ian Beckwithensure tags with different parents have different entri...
2010-10-17 Ian Beckwithfix filter, even though its still disabled. List specia...
2010-10-17 Ian Beckwithid3fsd verbosity: -v => sql, -vv => fuse debugging
2010-10-17 Ian Beckwithdisable filters - too slow
2010-10-17 Ian Beckwithfixed filter
2010-10-17 Ian Beckwithenable filter
2010-10-16 Ian Beckwithfix NOT with tagvals
2010-10-16 Ian Beckwithfix man8 and sbin install target destinations for vendo...
2010-10-16 Ian Beckwithdebian: add dependencies
2010-10-16 Ian Beckwithcustomise debian/
2010-10-16 Ian Beckwithran dh-make-perl
2010-10-16 Ian Beckwithfix sbin support
2010-10-16 Ian Beckwithswitch to MakeMaker, rip off man8 stuff from vipuls...
2010-10-16 Ian Beckwithuse $PATH_* instead of hardcoded names for TRACKS,...
2010-10-16 Ian Beckwithsupport decade/UNKNOWN
2010-10-16 Ian Beckwithincomplete support for filtering directories by whether...
2010-10-15 Ian Beckwithfix paths on add
2010-10-15 Ian Beckwith/ALL fixes
2010-10-15 Ian BeckwithNOT: fix left joins
2010-10-15 Ian Beckwithspecial-case /NOT
2010-10-12 Ian Beckwithfix /NOT
2010-10-12 Ian Beckwithtidy to_sql()
2010-10-12 Ian Beckwithuse list of join types instead of count
2010-10-11 Ian Beckwithfix pruning deleted files
2010-10-11 Ian Beckwithstart of support for NOT queries
2010-10-11 Ian Beckwithfix handling of unset artist/album; unset years default...
2010-10-11 Ian Beckwithfilter out empty artist/album names
2010-10-10 Ian Beckwith/ALL fixes
2010-10-10 Ian Beckwithtags: AND limit clauses together
2010-10-10 Ian Beckwithsort_elements: fix dropping parents
2010-10-10 Ian Beckwithsort_elements: skip elements with children
2010-10-10 Ian Beckwithtags: fix exclusion clause precedence
2010-10-10 Ian Beckwithfix elements_to_tree (needs array ref not array) and...
2010-10-10 Ian Beckwithtidy code
2010-10-10 Ian Beckwithmove big chunks of DB into Path
2010-10-10 Ian Beckwithfix foo/bar/AND/
2010-10-10 Ian Beckwithpartial (broken) support for tagvals
2010-10-09 Ian Beckwithuse tagtree in queries
2010-10-09 Ian Beckwithpass path to db methods, not just elements
2010-10-09 Ian Beckwithnode_to_sql
2010-10-07 Ian BeckwithVACUUM when pruning DB
2010-10-07 Ian Beckwithnon-working and-not implementation
2010-10-06 Ian Beckwithactually implement AND
2010-10-06 Ian Beckwithsort_elements: ignore everything except tags and booleans
next