summaryrefslogtreecommitdiffstats
path: root/apps/plugins/searchengine/searchengine.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-2/+2
2006-03-02Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold1-1/+1
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-6/+3
2005-08-31Fake an USB connections to force reload of the file-tree after running these ...Jonas Häggqvist1-0/+4
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-29Code policy...Michiel Van Der Kolk1-10/+9
2005-04-28dumb dumb dumb dumb dumb.....Michiel Van Der Kolk1-2/+1
2005-04-28Count hits... string searches appear to be broken for now, unsure why,Michiel Van Der Kolk1-2/+8
2005-04-28Read searchquery from a search "file" (search tokenstream)Michiel Van Der Kolk1-17/+8
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 Kolk1-0/+101