- Member sbuild::auth::authenticate ()
- Use sysconf(_SC_HOST_NAME_MAX) when libc in a stable release supports it.
- Member sbuild::basic_keyfile::print_comment (comment_type const &comment, std::ostream &stream)
- Use split string or some general iterator/algorithm instead of custom string manipulation. This could be reused by log_exception_* functions and split_string.
- Member sbuild::error::format_error (A const &context1, B const &context2, C const &context3, error_type error, D const &detail1, E const &detail2)
- Merge the logic shared between the two specialisations to prevent code duplication.
- Member sbuild::session::get_auth_status () const
- Use set difference rather than iteration and is_group_member.
- Member sbuild::split_string (std::string const &value, std::string const &separator)
- Provide an alternative that splits the string in place using an iterator interface.
Generated on Sun Jul 8 21:23:48 2007 for sbuild by
1.5.2