Age | Commit message (Expand) | Author |
2007-12-14 | Allow services to be in /usr/local/etc/init.d, but disallow them being added ... | Roy Marples |
2007-12-05 | Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depen... | Roy Marples |
2007-11-22 | Allow 'after *; before local;' to work | Roy Marples |
2007-11-14 | relicense as 2-clause BSD, with the kind permission of Gentoo | Roy Marples |
2007-10-23 | We can still update deptree if needed services are missing | Roy Marples |
2007-10-15 | This is probably better | Roy Marples |
2007-10-15 | const correctness | Roy Marples |
2007-10-12 | malloc over fatty buffers | Roy Marples |
2007-10-10 | rc_deptree_order_services -> rc_deptree_order | 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-10-04 | Punt rc_is_dir | Roy Marples |
2007-10-04 | depinfo and deptype are now internal use only. rc-depend cuddles up to getopt. | Roy Marples |
2007-10-03 | Rename config funcs | Roy Marples |
2007-09-29 | librc no longer uses libeinfo. deptree function names are now all under rc_de... | Roy Marples |
2007-09-28 | rc_service_state now returns the state as a mask, which means that we can do ... | Roy Marples |
2007-09-28 | enums are now fixed to specific values and are in UPPER CASE. | 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-18 | Don't be an ass - don't free the 2nd list. Instead just empty it. | Roy Marples |
2007-09-18 | Match the recent api change to rc_strlist_join also. We now free the 2nd list... | Roy Marples |
2007-09-18 | API change! rc_ls_dir, rc_get_config and rc_get_list no longer take | Roy Marples |
2007-09-18 | API change! rc_strlist_add and friends now take char *** instead of | Roy Marples |
2007-08-17 | needsme should always be valid too | Roy Marples |
2007-08-16 | Add esyslog support | Roy Marples |
2007-08-15 | `config /etc/fstab' can now be used in depend() functions to show that | 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-21 | RC_DEPEND_STRICT now controls dependency strictness. | Roy Marples |
2007-07-11 | Punt the dodgy ebuffer code. We now force prefixing for parallel starts which... | Roy Marples |
2007-07-02 | Make the provided code a little more readable and fix a bug when calculating ... | Roy Marples |
2007-04-19 | strdup -> rc_xstrdup | Roy Marples |
2007-04-13 | kill off internal relocations for librc.so | Mike Frysinger |
2007-04-10 | Change veinfo and friends to einfov. Rationale - we may need veinfo to suppor... | Roy Marples |
2007-04-10 | int -> time_t | Roy Marples |
2007-04-10 | Fix indentation | Roy Marples |
2007-04-07 | We don't use err.h | 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 | We now compile on OpenBSD (no idea if it works or not yet) | Roy Marples |
2007-04-05 | Rewrite the core parts in C. We now provide librc so other programs can | Roy Marples |