summaryrefslogtreecommitdiff
path: root/src/rc-plugin.c
Commit message (Expand)AuthorAge
* relicense as 2-clause BSD, with the kind permission of GentooRoy Marples2007-11-14
* Wait for plugins to finish before moving on.Roy Marples2007-10-22
* malloc over fatty buffersRoy Marples2007-10-12
* Wups, should be xstrdupRoy Marples2007-10-08
* Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples2007-10-08
* Punt rc_ls_dirRoy Marples2007-10-05
* Revert last patchRoy Marples2007-09-25
* We no longer use bool in our public headers, using int instead.Roy Marples2007-09-25
* plugin hook function is now rc_plugin_hook instead of a name basedRoy Marples2007-09-19
* API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples2007-09-18
* Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples2007-08-09
* Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples2007-07-11
* Don't trust the pluginRoy Marples2007-07-05
* Flush the ebuffer before and after running a plugin.Roy Marples2007-07-04
* As we're running each plugin in a fork, we need to call our cleanup code so w...Roy Marples2007-07-04
* Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks t...Roy Marples2007-05-14
* Use correct function casts. Use dlfunc where available to remove ISO warnings :)Roy Marples2007-05-14
* Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLsRoy Marples2007-04-25
* Plugins now run in a forked process for extra resliance.Roy Marples2007-04-20
* strdup -> rc_xstrdupRoy Marples2007-04-19
* Use RTLD_NOW instead of RTLD_LAZYRoy Marples2007-04-19
* Cuddle up to LKML C styleRoy Marples2007-04-11
* Fix indentationRoy Marples2007-04-10
* Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples2007-04-06
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-05