summaryrefslogtreecommitdiffstats
path: root/apps/plugins/searchengine
AgeCommit message (Expand)AuthorFilesLines
2006-03-02Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold1-1/+1
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-18"Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyrid...Hristo Kovachev2-6/+6
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold2-7/+4
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg1-1/+17
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-08-31Fake an USB connections to force reload of the file-tree after running these ...Jonas Häggqvist1-0/+4
2005-07-07entry *entryarray is static in the C source so it can't be extern hereDaniel Stenberg1-1/+0
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk3-10/+22
2005-06-06New search capabilities; autorating, bitrate, track number, playtime, samplerateMichiel Van Der Kolk2-0/+16
2005-06-05Database v3 support.. works with the new format, new fields aren't getting us...Michiel Van Der Kolk2-1/+7
2005-05-11Autorating should work now. at least. it would. but there is no runtime data ...Michiel Van Der Kolk3-22/+50
2005-05-10Starts with and ends with support (for strings), as requested.Michiel Van Der Kolk3-41/+54
2005-05-07Same 'DLL' messages as the new plugin Makefile.Jens Arnold1-1/+1
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-16/+16
2005-04-29Better error messenging. less crashes. good.Michiel Van Der Kolk1-6/+12
2005-04-29fixes warning.Michiel Van Der Kolk1-1/+1
2005-04-29whoops.Michiel Van Der Kolk1-2/+2
2005-04-29*whistles*Michiel Van Der Kolk1-0/+1
2005-04-29hopefully fixes alignment and doesn't break anything..Michiel Van Der Kolk1-2/+4
2005-04-29Alignment.Michiel Van Der Kolk1-1/+1
2005-04-29Code policy...Michiel Van Der Kolk7-417/+329
2005-04-28This should give some optimization when and-ing things....Michiel Van Der Kolk2-23/+50
2005-04-28dumb dumb dumb dumb dumb.....Michiel Van Der Kolk5-20/+35
2005-04-28Make searchengine compile for all targets; correct linking for archos.Jens Arnold2-11/+9
2005-04-28Fixed stripping of \n..Michiel Van Der Kolk1-0/+1
2005-04-28scanf sucks :/Michiel Van Der Kolk1-0/+1
2005-04-28scanf sucks >.<;Michiel Van Der Kolk1-6/+6
2005-04-28low level search query file maker, to be built on host, not target..Michiel Van Der Kolk1-0/+70
2005-04-28Count hits... string searches appear to be broken for now, unsure why,Michiel Van Der Kolk3-6/+20
2005-04-28Read searchquery from a search "file" (search tokenstream)Michiel Van Der Kolk3-49/+39
2005-04-28Better endian functions for reading longs/shortsMichiel Van Der Kolk1-18/+26
2005-04-28Proper headers, simulator support should (emphasis on should) work.Michiel Van Der Kolk8-11/+131
2005-04-28No unneeded delays...Michiel Van Der Kolk1-3/+2
2005-04-28Search engine core for database v2, has an hardcoded "songs for year >= 1980 ...Michiel Van Der Kolk9-0/+725