index
:
openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librc-depend.c
Age
Commit message (
Expand
)
Author
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