summaryrefslogtreecommitdiffstats
path: root/apps/plugins/search.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-06Move c/h files implementing/defining standard library stuff into a new libc d...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-12-20plugin: search,sort: Handle UTF-8 BOM at the start of file.Teruaki Kawashima1-13/+12
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima1-3/+5
2009-07-29Check if parameter is NULL in plugins which only works as viewer.Teruaki Kawashima1-0/+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-4/+4
2007-08-07didn't saw the warningKevin Ferrare1-1/+1
2007-08-07Search viewer (plugin) : reindent correctly with spaces, add multiscreen supportKevin Ferrare1-54/+51
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-1/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-5/+5
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-1/+1
2007-01-10Fix FS#6520, allow search.rock to open .m3u8 playlists. Only the Jonathan Gordon1-2/+3
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton1-1/+1
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-2/+2
2004-07-26I totally wrecked the search functionality when i replaced strpcasecmp() with...Linus Nielsen Feltzing1-2/+16
2004-07-23Added strcasecmp() to the plugin APILinus Nielsen Feltzing1-12/+2
2004-07-13Removed the need for memcpy()Linus Nielsen Feltzing1-2/+2
2004-07-13New plugin, search.rock, by Stefan Meyer (Patch #723682)Linus Nielsen Feltzing1-0/+180