Age | Commit message (Expand) | Author |
2007-12-14 | Remove Gentoo copyright from all files that I know I have written | Roy Marples |
2007-11-14 | relicense as 2-clause BSD, with the kind permission of Gentoo | Roy Marples |
2007-10-22 | Wait for plugins to finish before moving on. | Roy Marples |
2007-10-12 | malloc over fatty buffers | Roy Marples |
2007-10-08 | Wups, should be xstrdup | Roy Marples |
2007-10-08 | Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an... | Roy Marples |
2007-10-05 | Punt rc_ls_dir | Roy Marples |
2007-09-25 | Revert last patch | Roy Marples |
2007-09-25 | We no longer use bool in our public headers, using int instead. | Roy Marples |
2007-09-19 | plugin hook function is now rc_plugin_hook instead of a name based | Roy Marples |
2007-09-18 | API change! rc_ls_dir, rc_get_config and rc_get_list no longer take | Roy Marples |
2007-08-09 | Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a... | Roy Marples |
2007-07-11 | Punt the dodgy ebuffer code. We now force prefixing for parallel starts which... | Roy Marples |
2007-07-05 | Don't trust the plugin | Roy Marples |
2007-07-04 | Flush the ebuffer before and after running a plugin. | Roy Marples |
2007-07-04 | As we're running each plugin in a fork, we need to call our cleanup code so w... | Roy Marples |
2007-05-14 | Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks t... | Roy Marples |
2007-05-14 | Use correct function casts. Use dlfunc where available to remove ISO warnings :) | Roy Marples |
2007-04-25 | Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLs | Roy Marples |
2007-04-20 | Plugins now run in a forked process for extra resliance. | Roy Marples |
2007-04-19 | strdup -> rc_xstrdup | Roy Marples |
2007-04-19 | Use RTLD_NOW instead of RTLD_LAZY | Roy Marples |
2007-04-11 | Cuddle up to LKML C style | Roy Marples |
2007-04-10 | Fix indentation | Roy Marples |
2007-04-06 | Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas... | Roy Marples |
2007-04-05 | Rewrite the core parts in C. We now provide librc so other programs can | Roy Marples |