summaryrefslogtreecommitdiff
path: root/apps/plugins/searchengine/token.h (follow)
Commit message (Collapse)AuthorAge
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
| | | | | | | | | later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
* First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk2005-07-01
| | | | | | | which is still rather crude; playcount gets increased even if the song started playback but was skipped... track rating should be trivial to add, autorating also works since its based on playcount. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6969 a1c6a512-1295-4272-9138-f99709370657
* New search capabilities; autorating, bitrate, track number, playtime, samplerateMichiel Van Der Kolk2005-06-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6588 a1c6a512-1295-4272-9138-f99709370657
* Starts with and ends with support (for strings), as requested.Michiel Van Der Kolk2005-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6454 a1c6a512-1295-4272-9138-f99709370657
* Alignment.Michiel Van Der Kolk2005-04-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6384 a1c6a512-1295-4272-9138-f99709370657
* Code policy...Michiel Van Der Kolk2005-04-29
| | | | | | | Removed tokentool for now since this is not the proper place, but what is? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6383 a1c6a512-1295-4272-9138-f99709370657
* Count hits... string searches appear to be broken for now, unsure why,Michiel Van Der Kolk2005-04-28
| | | | | | | maybe something goes wrong when allocating ram for the strings.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6373 a1c6a512-1295-4272-9138-f99709370657
* Proper headers, simulator support should (emphasis on should) work.Michiel Van Der Kolk2005-04-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6370 a1c6a512-1295-4272-9138-f99709370657
* Search engine core for database v2, has an hardcoded "songs for year >= 1980 ↵Michiel Van Der Kolk2005-04-28
and year < 1990" at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6367 a1c6a512-1295-4272-9138-f99709370657