summaryrefslogtreecommitdiff
path: root/apps/plugins/search.c (follow)
Commit message (Expand)AuthorAge
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* plugin: search,sort: Handle UTF-8 BOM at the start of file.Teruaki Kawashima2009-12-20
* Correct checking return value of open in plugins.Teruaki Kawashima2009-12-06
* Check if parameter is NULL in plugins which only works as viewer.Teruaki Kawashima2009-07-29
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Plugin parameters should be const.Steve Bavin2008-05-13
* didn't saw the warningKevin Ferrare2007-08-07
* Search viewer (plugin) : reindent correctly with spaces, add multiscreen supportKevin Ferrare2007-08-07
* Fix simulator builds, and some debugf() format strings.Jens Arnold2007-03-17
* Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold2007-03-17
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Fix FS#6520, allow search.rock to open .m3u8 playlists. Only the Jonathan Gordon2007-01-10
* Use correct file mode when creating files. Fixes task 5452Dan Everton2006-05-30
* New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold2006-01-15
* I totally wrecked the search functionality when i replaced strpcasecmp() with...Linus Nielsen Feltzing2004-07-26
* Added strcasecmp() to the plugin APILinus Nielsen Feltzing2004-07-23
* Removed the need for memcpy()Linus Nielsen Feltzing2004-07-13
* New plugin, search.rock, by Stefan Meyer (Patch #723682)Linus Nielsen Feltzing2004-07-13