summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib/overlay.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-26load_code/overlay: Don't close plugin handle before calling the plugin.Thomas Martitz1-5/+4
2012-05-19Fix typo in error messageFrank Gevaerts1-1/+1
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-42/+34
2010-08-25Remove a bunch of build conditions inside .c filesRafaël Carré1-2/+0
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-2/+2
2010-02-25plugins/lib: remove out-dated comments about plugin api.Teruaki Kawashima1-1/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-2/+3
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-7/+7
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-1/+1
2008-05-04pluginlib: made local functions in static and made sure that source files inc...Bertrik Sikken1-0/+1
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
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-7/+7
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-04-06Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of...Jens Arnold1-1/+4
2006-02-23Made the overlay loader code part of the plugin library.Jens Arnold1-0/+106